| Message: 55971 |
 |
BY: Alex Pitigoi (alexp) DATE: 2008-05-16 17:40 SUBJECT: RE: Error connecting Hm, not good... when there's no error available to understand the problem, you need to enable CLI trace to expose the SQL error code, and for that you'd need to add something like the following to the /clidriver/cfg/db2cli.ini
[COMMON]
Trace=1
TracePathName=<path>
TraceComm=1
TraceFlush=1
TraceTimeStamp=1
TraceScript=1
| |