Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Error message when using "Migrate database" with ElevateDB Manager
Tue, Feb 8 2011 11:27 AMPermanent Link

Josselin

Hi,

I'm using ElevateDB Manager unicode version 2.05 build 3 and I have an error message when I click on the button "Migrate Database"

This is the error message :

"ElevateDB Error #202 An error occured with the module edbmigrateado (The module could not be loaded (OS Error : La procédure spécifiée est introuvable.))

What's happened ?

Thanks for your response.

Bruno RIVIERE

AJ SOFT
Tue, Feb 15 2011 9:11 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Bruno,

Per email:

<< I'm using ElevateDB Manager unicode version 2.05 build 3 and I have an
error message when I click on the button "Migrate Database"

This is the error message :

"ElevateDB Error #202 An error occured with the module edbmigrateado (The
module could not be loaded (OS Error : La procédure spécifiée est
introuvable.))

What's happened ? >>

Under the Session node, click on the View Installed Modules task link.  If
the edbmigrateado.dll module is not listed there, then execute this
statement:

CREATE MODULE edbmigrateado PATH '<Path to DLL>'

where <Path to DLL> is the location of the DLL on your system.  If the
module is listed, but has an incorrect FilePath, then you can use the ALTER
MODULE statement to modify it:

ALTER MODULE edbmigrateado PATH '<Path to DLL>'

The removal of the auto-loading of modules was a change in 2.04:

http://www.elevatesoft.com/download?action=info&category=edb&type=edbvcltrial&majorversion=2&version=2.05#releasenotes

You must now specifically "register" any modules using the CREATE/ALTER
MODULE statements.  This cuts down on session startup time, since EDB no
longer needs to scan for, and register, modules in the configuration path.
It also allows you to put the modules whereever you wish.

Tim Young
Elevate Software
www.elevatesoft.com

Image