Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread Creating module fails
Sat, Nov 3 2018 7:19 AMPermanent Link

Mike

Hi,

I try to to create a module (64bit) in a EDB server (64bit) but get the following error.

ElevateDB Error #202 An error occurred with the module HashingModule (The module D:\Database\Modules\hashing.dll does not exist)

What are the steps for creating the module successfully?
Sat, Nov 3 2018 7:44 AMPermanent Link

Mike

Nevermind.

Problem was caused by older version of EDBSRVR.exe.
Sun, Feb 3 2019 10:15 AMPermanent Link

Mike

Hi,

I am using the same files on another machine and again I get the same error.

Any idea what could cause this?
Sun, Feb 3 2019 12:10 PMPermanent Link

Mike

I assumed I needed a 64bit module but it must be apparently 32bits.
Wed, Feb 6 2019 11:44 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Mike,

<< I assumed I needed a 64bit module but it must be apparently 32bits. >>

For the 64-bit EDB Server, you need a 64-bit module.  The error that you're seeing is simply a case where the path in the EDB configuration (edbconfig.edbcfg) isn't correct for your environment and the module .dll doesn't exist in that path.  So, you simply need to modify the path using the ALTER MODULE statement, and you should be all set:

https://www.elevatesoft.com/manual?action=viewtopic&id=edb2sql&topic=ALTER_MODULE

Tim Young
Elevate Software
www.elevatesoft.com
Image