chingi
20th January 2003, 11:31
I'm getting error while login to baan
bdberr_no 26582 on select.
I'm on informix and OS is Sun solaris.
Best Regards
ulrich.fuchs
20th January 2003, 13:24
This is a database error - you have to substract 1000 and look what's in your database reference guide has for error number 25582
Dikkie Dik
20th January 2003, 13:46
For Informix Errors you can also go to http://www.oninit.com/errorcode/index.html .
Error 25582 gives:
This error might indicate that the database server has terminated, or a problem might exist on the network itself. Check that the network is functioning and that the server is still running.
My 2 cents:
- Set your environment variables as set in tabledef
- Check if you can access by dbaccess
- Modify the connection files (sqlhosts etc) until you ca n connect
Hope this helps,
Dick