Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 10 of 10 total
Thread Error #100 after EDB2 Upgrade
Thu, Jun 19 2008 10:23 AMPermanent Link

"Al Craker"
I just went to 2.0 and now I can't connect a session (design time or run
time) that was working previously.  I'm getting "Error #100 There is an
error in the metadata for the configuration EDBConfig (Signature, password,
character set (ANSI/Unicode), or version number mismatch).  Hopefully it's
something simple.  EDBManager has no trouble doing the same thing.

Thanks,
Al

Thu, Jun 19 2008 10:35 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Al,

<< I just went to 2.0 and now I can't connect a session (design time or run
time) that was working previously.  I'm getting "Error #100 There is an
error in the metadata for the configuration EDBConfig (Signature, password,
character set (ANSI/Unicode), or version number mismatch).  Hopefully it's
something simple.  EDBManager has no trouble doing the same thing. >>

You're probably still trying to use the 1.x engine to connect to a
configuration or database that has been modified using 2.x.  That's the most
common cause of this error message.  I would verify that your installation
and application are using 2.x and not 1.x.

--
Tim Young
Elevate Software
www.elevatesoft.com

Thu, Jun 19 2008 10:50 AMPermanent Link

"Al Craker"
> You're probably still trying to use the 1.x engine to connect to a
> configuration or database that has been modified using 2.x.  That's the
> most common cause of this error message.  I would verify that your
> installation and application are using 2.x and not 1.x.
>

I did uninstall 1.08 before putting on 2.00 and searching my drive for
anything named edb108*.* results in nothing.  The EngineVersion property of
both TEDBEngine and TEDBSession shows 2.00 Build 1.  Are there any other
version related things to check?

Al

Thu, Jun 19 2008 11:18 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Al,

<< I did uninstall 1.08 before putting on 2.00 and searching my drive for
anything named edb108*.* results in nothing.  The EngineVersion property of
both TEDBEngine and TEDBSession shows 2.00 Build 1.  Are there any other
version related things to check? >>

Check your compiler search paths (Library and Project) and make sure that
there aren't any old versions of EDB present in the search paths.

--
Tim Young
Elevate Software
www.elevatesoft.com

Thu, Jun 19 2008 12:03 PMPermanent Link

"Al Craker"
>
> Check your compiler search paths (Library and Project) and make sure that
> there aren't any old versions of EDB present in the search paths.
>

I see no references in any paths to version 1 and the version 1 folders no
longer exist.  Also, like I said, there are no files on my system starting
with EDB108 (or previous).  I just uninstalled and reinstalled 2.00 but it
didn't help.

Thu, Jun 19 2008 12:33 PMPermanent Link

"Al Craker"
Not sure if this helps, but I get the same error when I did this:
   Created a new session through EDB Manager
   Created a new project with just an Engine & Session
   Pointed them to the new folder/session name
   Set the session's Connected property to true

Thu, Jun 19 2008 1:03 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Al,

<< Not sure if this helps, but I get the same error when I did this:
   Created a new session through EDB Manager
   Created a new project with just an Engine & Session
   Pointed them to the new folder/session name
   Set the session's Connected property to true  >>

With which did you get the error - the EDB Manager or your application ?

--
Tim Young
Elevate Software
www.elevatesoft.com

Thu, Jun 19 2008 1:14 PMPermanent Link

"Al Craker"
>
> With which did you get the error - the EDB Manager or your application ?
>
My app

Thu, Jun 19 2008 1:29 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Al,

<< My app >>

Okay, then that means the IDE is still loading the 1.x runtime package.  If
you want me to help you track it down via remote desktop, etc., just send me
an email and I'll be happy to do so.

The first thing I'll do is look for all instances of edb*.bpl and see what
the version info says for them.

--
Tim Young
Elevate Software
www.elevatesoft.com

Thu, Jun 19 2008 3:14 PMPermanent Link

"Al Craker"
In case anyone cares...  I installed the Unicode version by mistake.  Works
great now.  Thanks again Tim!

Image