If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > DB2 issue - with IMPROMPTU - specifies CLI, i do not use cli. cli is in db2 client???

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-13-08, 14:27
misskelly misskelly is offline
Registered User
 
Join Date: Feb 2008
Posts: 1
DB2 issue - with IMPROMPTU - specifies CLI, i do not use cli. cli is in db2 client???

error number -9:
DMS-E-GENERAL, A general exception has occurred during operation 'asynchronous open'.
[IBM][CLI Driver][DB2/HP64] SQL0443N Routine "SYSIBM.SQLTABLES" (specific name "TABLES") has returned an error SQLSTATE with diagnostic text "SYSIBM:CLI:-805". SQLSTATE=38553


information:

1) i am able to connect using DB2 client & ODBC connection
2) i tested ODBC connection and it is fine (via control panel)
3) i am using IBM Cognos Impromptu and trying to set up a new catalog and am unable to get a listing of the tables. when i try to get a listing of the tables, i get the above error
4) connection test is fine within impromptu (connection to database okay)
5) i am able to connect and get a listing of tables using impromptu - for a different database. this database is on the same server.
Reply With Quote
  #2 (permalink)  
Old 02-13-08, 18:47
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
CLI is the "Call Level Interface". It is essentially the same as ODBC. Whatever IMPROMPTU is, it is using DB2 under the covers.

The connectivity is not an issue. What is an issue is the -805 SQLCODE, which means that a certain package required by CLI could not be found. You may want to try rebinding CLI packages ("db2 bind @db2cli.lst"). My guess would be that some application isn't properly closing cursors/statements and, thus, you run out of CLI packages that handle those.
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On