Problem connecting a particular catalog on an existing connection

rdekker

New Member
I have a strange problem connecting a catalog on an open connection.

When I connect to database A first and then issue a
connect 'pathtodbB' as catalogname (database B) it's fine but the other way around I get this error.

So connecting to database B is fine but then issue a command
connect 'pathtodbA' as catalogname (database A) fails with the following error:
-----------------------------------------------------------------------------------------------------------
Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[DataDirect][ODBC Progress OpenEdge Wire Protocol driver][OPENEDGE]Unable to connect to datasource (7475)
-----------------------------------------------------------------------------------------------------------
We have 5 databaseservers (for testing purposes andsoforth) but the only one having this problem is the live one.

Anyway familiar with this problem? And more important: knows what the problem and solution is?
 

RealHeavyDude

Well-Known Member
Does the log file of the database say anything?

Just google'ing for "80004005 site:knowledgebase.progress.com" yields a bunch of results.

Hope that helps, RealHeavyDude.
 
Top