473,406 Members | 2,387 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 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 19955
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.