472,962 Members | 2,957 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,962 software developers and data experts.

ODBC Issues - SQL0443 SQLSTATE=38553

I'm running DB2 v8.1 FP5 and am trying to link tables via ODBC from Access
2002 to my DB2 database. Access lets me connect to the database and returns
a list of all tables I can select from, but when I select one and choose OK
(to link or import) I immediately get the following message:

ODBC--call failed.

[IBM][CLI Driver][DB2/NT] SQL0443N Routine "SYSIBM.SQLCOLUMNS" (specific
name "COLUMNS") has returned an error SQLSTATE with diagnostic text
"SYSIBM:CLI:-727". SQLSTATE=38553 (#-443)

I ran the db2ubind & db2cli binds successfully and attempted to run the
db2schema bind, but received the following errors:

LINE MESSAGES FOR db2schema.bnd
------ -------------------------------------------------------------
SQL0061W The binder is in progress.
2775 SQL0101N The statement is too long or too complex.
SQLSTATE=54001
3838 SQL0101N The statement is too long or too complex.
SQLSTATE=54001
4026 SQL0101N The statement is too long or too complex.
SQLSTATE=54001
4219 SQL0101N The statement is too long or too complex.
SQLSTATE=54001
4364 SQL0101N The statement is too long or too complex.
SQLSTATE=54001
4381 SQL0101N The statement is too long or too complex.
SQLSTATE=54001
SQL0082C An error has occurred which has terminated
processing.
SQL0092N No package was created because of previous errors.
SQL0091N Binding was ended with "8" errors and "0" warnings.

Can anybody tell me what I'm missing or what I'm doing wrong? Any thoughts
would be greatly appreciated. Thanks.
Nov 12 '05 #1
3 19870
To get the db2schema bind to work, I had to increase the STMTHEAP to 60000.
Once the bind was successful, the ODBC error was resolved.

"Jason Gyetko" <jg*****@epower-inc.com> wrote in message
news:Mx*****************@newssvr17.news.prodigy.co m...
I'm running DB2 v8.1 FP5 and am trying to link tables via ODBC from Access
2002 to my DB2 database. Access lets me connect to the database and returns a list of all tables I can select from, but when I select one and choose OK (to link or import) I immediately get the following message:

ODBC--call failed.

[IBM][CLI Driver][DB2/NT] SQL0443N Routine "SYSIBM.SQLCOLUMNS" (specific
name "COLUMNS") has returned an error SQLSTATE with diagnostic text
"SYSIBM:CLI:-727". SQLSTATE=38553 (#-443)

I ran the db2ubind & db2cli binds successfully and attempted to run the
db2schema bind, but received the following errors:

LINE MESSAGES FOR db2schema.bnd
------ -------------------------------------------------------------
SQL0061W The binder is in progress.
2775 SQL0101N The statement is too long or too complex.
SQLSTATE=54001
3838 SQL0101N The statement is too long or too complex.
SQLSTATE=54001
4026 SQL0101N The statement is too long or too complex.
SQLSTATE=54001
4219 SQL0101N The statement is too long or too complex.
SQLSTATE=54001
4364 SQL0101N The statement is too long or too complex.
SQLSTATE=54001
4381 SQL0101N The statement is too long or too complex.
SQLSTATE=54001
SQL0082C An error has occurred which has terminated
processing.
SQL0092N No package was created because of previous errors.
SQL0091N Binding was ended with "8" errors and "0" warnings.

Can anybody tell me what I'm missing or what I'm doing wrong? Any thoughts would be greatly appreciated. Thanks.

Nov 12 '05 #2
FYI: Once I changed the STMTHEAP size back to its original value of 512,
the ODBC error returned, so I made it 1024 and now it appears to be working
again. Not sure if it was the bind or the STMTHEAP increase that resolved
the ODBC error.

"Jason Gyetko" <jg*****@epower-inc.com> wrote in message
news:Mx*****************@newssvr17.news.prodigy.co m...
I'm running DB2 v8.1 FP5 and am trying to link tables via ODBC from Access
2002 to my DB2 database. Access lets me connect to the database and returns a list of all tables I can select from, but when I select one and choose OK (to link or import) I immediately get the following message:

ODBC--call failed.

[IBM][CLI Driver][DB2/NT] SQL0443N Routine "SYSIBM.SQLCOLUMNS" (specific
name "COLUMNS") has returned an error SQLSTATE with diagnostic text
"SYSIBM:CLI:-727". SQLSTATE=38553 (#-443)

I ran the db2ubind & db2cli binds successfully and attempted to run the
db2schema bind, but received the following errors:

LINE MESSAGES FOR db2schema.bnd
------ -------------------------------------------------------------
SQL0061W The binder is in progress.
2775 SQL0101N The statement is too long or too complex.
SQLSTATE=54001
3838 SQL0101N The statement is too long or too complex.
SQLSTATE=54001
4026 SQL0101N The statement is too long or too complex.
SQLSTATE=54001
4219 SQL0101N The statement is too long or too complex.
SQLSTATE=54001
4364 SQL0101N The statement is too long or too complex.
SQLSTATE=54001
4381 SQL0101N The statement is too long or too complex.
SQLSTATE=54001
SQL0082C An error has occurred which has terminated
processing.
SQL0092N No package was created because of previous errors.
SQL0091N Binding was ended with "8" errors and "0" warnings.

Can anybody tell me what I'm missing or what I'm doing wrong? Any thoughts would be greatly appreciated. Thanks.

Nov 12 '05 #3
SQL0101N The statement is too long or too complex. SQLSTATE=54001
When you're getting this error code, you do need to increase stmtheap size.
but I don't know why db2schema bind need a bigger stmt heap size (>512).

"Jason Gyetko" <jg*****@epower-inc.com> wrote in message
news:tY*****************@newssvr17.news.prodigy.co m...
FYI: Once I changed the STMTHEAP size back to its original value of 512,
the ODBC error returned, so I made it 1024 and now it appears to be working again. Not sure if it was the bind or the STMTHEAP increase that resolved
the ODBC error.

"Jason Gyetko" <jg*****@epower-inc.com> wrote in message
news:Mx*****************@newssvr17.news.prodigy.co m...
I'm running DB2 v8.1 FP5 and am trying to link tables via ODBC from Access 2002 to my DB2 database. Access lets me connect to the database and

returns
a list of all tables I can select from, but when I select one and choose

OK
(to link or import) I immediately get the following message:

ODBC--call failed.

[IBM][CLI Driver][DB2/NT] SQL0443N Routine "SYSIBM.SQLCOLUMNS" (specific name "COLUMNS") has returned an error SQLSTATE with diagnostic text
"SYSIBM:CLI:-727". SQLSTATE=38553 (#-443)

I ran the db2ubind & db2cli binds successfully and attempted to run the
db2schema bind, but received the following errors:

LINE MESSAGES FOR db2schema.bnd
------ -------------------------------------------------------------
SQL0061W The binder is in progress.
2775 SQL0101N The statement is too long or too complex.
SQLSTATE=54001
3838 SQL0101N The statement is too long or too complex.
SQLSTATE=54001
4026 SQL0101N The statement is too long or too complex.
SQLSTATE=54001
4219 SQL0101N The statement is too long or too complex.
SQLSTATE=54001
4364 SQL0101N The statement is too long or too complex.
SQLSTATE=54001
4381 SQL0101N The statement is too long or too complex.
SQLSTATE=54001
SQL0082C An error has occurred which has terminated
processing.
SQL0092N No package was created because of previous errors.
SQL0091N Binding was ended with "8" errors and "0" warnings.

Can anybody tell me what I'm missing or what I'm doing wrong? Any

thoughts
would be greatly appreciated. Thanks.


Nov 12 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: allenj | last post by:
DB21085I Instance "md" uses "32" bits and DB2 code release "SQL08012" with level identifier "02030106". Informational tokens are "DB2 v8.1.0.16", "s030508", "MI00048", and FixPak "2". Product is...
1
by: Ravi | last post by:
HI all, we r using db2 V 8.2, when i am trying to change data type ie. SMALLINT to INTEGER(no data in the table), iam getting this error messege. Pl. help me slove the error. ERROR is ...
3
by: Randy | last post by:
I am trying to change a column to NOT NULLABLE and I get the following message. =SQL GENERATED================================================================ CONNECT TO TEST; CALL...
6
by: Ian Boyd | last post by:
Every time during development we had to make table changes, we use Control Center. Most of the time, Control Center fails. If you try to "undo all", it doesn't, and you end up losing your identity...
2
by: Gladiator | last post by:
Hai everyone.... When i am trying to access the DB2 from Crystal reports 10.0 in windows Operating system it is giving me the following Error................ "Query Engine error: SQL0443N...
1
by: jmarr02s | last post by:
I am trying to change my Amount column Data Type from Integer to Decimal (precision 9 digits, scale 3, that is 6 digits to the left of decimal and 3 digits to the right of decimal. Here is the...
3
by: ErwinMars | last post by:
I've used DB2 LUW V7 a long time ago. Now i'm back and installed DB2 V8.2.2 PE and CONNPE. The DB2 stuff like CC works fine. I can access the sample db and also select records. Than i've defined...
11
by: Otto Carl Marte | last post by:
The SYSIBM.SQLPRIMARYKEYS stored procedure is corrupt in one of my database. How do I go about re-creating this? I have tried rebinding "call sysproc.rebind_routine_package('P',...
2
fahimghauri
by: fahimghauri | last post by:
Hi, DB2 SQL Error: SQLCODE=-443, SQLSTATE=38553, SQLERRMC=SYSIBM.SQLCOLUMNS;COLUMNS;SYSIBM:CLI:-727, DRIVER=3.50.152 My developers receive this error trying to run queries on a DB2 V8.2...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
2
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.