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 Connect, SQLTABLES, and z/OS

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-26-08, 15:50
brdholman brdholman is offline
Registered User
 
Join Date: Nov 2006
Posts: 19
DB2 Connect, SQLTABLES, and z/OS

Host: DB2 8.1 z/os (IBM Remote Development)
Client: DB2 Connect Enterprise Edition, v8.1

I can connect to the host through Connect or through our internal application 'D'. However, our application 'U' can no longer connect. It did once, but is no longer connecting.

It is calling <code>rc = SQLTables(hstmt, NULL, 0, (SQLTCHAR *)sSchemaName, (SQLSMALLINT)_tcslen(sSchemaName), NULL, 0, NULL, 0);</code>

and getting [IBM][CLI Driver] [DB2] SQL0443N Routine "SQLTABLES" has returned an error..."-805"...SQLSTATE=38112.

I've done binds on the client side with some warnings but no errors. I bound all options through Control Center and then did them by command line. I don't know if IBM applied a fixpak to the box or not. They are still investigating.

Thanks.
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