Error Messages (D)
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z #
Database not found or no system permission (-329)
"Database not found" errors occur when the Informix DBMS cannot locate the database passed in the client DSN. To remedy this problem, insure that you pass only the name of the database in the Database field of your client DSN. DO NOT include the path to the database. Additionally, add or remove the .dbs extension. Some versions of Informix recognize the .dbs extension. Some versions do not.
If this problem persists, take the following action:
1.
If your Informix database is hosted on Windows, open the Informix
2.
Find and record the DBPATH environment variable.
For example:
DBPATH=/usr/Informix/v73/bin
3.
Exit
4.
Use a text editor to open the oplrqb.ini file which appears in the /bin directory of your
5.
Locate the [Environment INFORMIX] section which corresponds to your
[Environment INFORMIX7] INFORMIXSERVER = online7 INFORMIXDIR = /usr/Informix/v73
6.
Insert the DBPATH variable.
For example:
[Environment INFORMIX7] INFORMIXSERVER = online7 INFORMIXDIR = /usr/Informix/v73 DBPATH =/usr/Informix/v73/bin
7.
Save your changes and exit the file.
8. Restart or reinitialize your Request Broker.
9. Test.
Evidence
Session Rules Book
Request Broker Log
DBMS Version
Referenced by...