Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread EDBManager & LIBEAY32.dll
Wed, Jun 3 2009 7:49 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

I tried installing b13 just in case I'd done something nasty but for this one session its still prompting for LIBEAY32.dll. Dropping LIBEAY32.dll into the directory with EDBMgr.exe make it shut up Smileybut that's not the right way to cure it.

There's nothing in the D6 app doing the data conversion that, but I altered it back to how it was, removed the two ssl dlls from the directory where the conversion code was and finally removed the dlls from the directory where the catalog was.

The last sorted it. I think I now understand the problem (or part of it). EDBManager is trying to load any dll in the directory where the catalog is looking for external functions etc. Its finding a number of them including these two:

libeay32.dll
libssl32.dll

All the others are duplicated in the directory with EDBMgr.exe (C:\3rdParty\EDBUtils\utils\edbmgr\) as well as the catalog (E:\HH Dev\TfR)

Does this sound like a probable cause?

Roy Lambert
Wed, Jun 3 2009 3:25 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< Does this sound like a probable cause? >>

Yes, and it's something on the list to be addressed, most likely with a
REGISTER MODULE type of statement that will specifically allow you to
register certain .DLLs as EDB external modules so that EDB will stop trying
to interrogate every DLL to see if it is a valid EDB external module.

--
Tim Young
Elevate Software
www.elevatesoft.com

Thu, Jun 4 2009 2:58 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim


>Yes, and it's something on the list to be addressed,

Good, at least its one less mystery.

>most likely with a
>REGISTER MODULE type of statement that will specifically allow you to
>register certain .DLLs as EDB external modules so that EDB will stop trying
>to interrogate every DLL to see if it is a valid EDB external module.

Can I put in a plea again to have the full path for the dlls so we only need one copy floating around. I know you were against it last time but since you're revisiting this area maybe the thought can enter the process?

Roy Lambert

Fri, Jun 5 2009 3:58 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< Can I put in a plea again to have the full path for the dlls so we only
need one copy floating around. I know you were against it last time but
since you're revisiting this area maybe the thought can enter the process?
>>

Sure, if the external modules are registered, then they won't need to be in
a specific location anymore.

--
Tim Young
Elevate Software
www.elevatesoft.com

Sat, Jun 6 2009 3:47 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim

>Sure, if the external modules are registered, then they won't need to be in
>a specific location anymore.

HURRAH

Roy Lambert
Image