473,408 Members | 2,477 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,408 software developers and data experts.

SQL Error Code -443, SQL State 38553 - what does this error mean?

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 installed at "/opt/IBM/db2/V8.1".

Red Hat AS
--------------------------------
what does this error mean?

SQL Error Code -443, SQL State 38553, Routine "SYSIBM.SQLCOLUMNS"
(specific name "COLUMNS") has returned an error SQLSTATE with
diagnostic text "SYSIBM:CLI:-727".

I did the following, but no help:
cd ~/sqllib/bnd
db2 bind @db2ubind.lst
db2 bind @db2cli.lst

a db2dart on the DB came up clean...

TIA

aj
Nov 12 '05 #1
6 22862
This looks sick. The tokens of the message text, do not match the message.
My gut feel is that the tokens are corect and the text wrong...
You may want to call support. Smells like a bug.

Cheers
Serge

--
Serge Rielau
DB2 SQL Compiler Development
IBM Toronto Lab

Nov 12 '05 #2
Try with db2schema.bnd on the server.
See fixpack/release notes arount here :
http://www-3.ibm.com/cgi-bin/db2www/...oad.d2w/report

The .bnd file probably refers to \FUNCTION\db2schema.dll (or equivalent unix
file)

If i were you, i'd also verify if db2jdbcbind has been run since
cli/odbc/jdbc/sqlj now share
numerous 'things'/packages/...

PM
Nov 12 '05 #3

hhhmmmm...I tried:
db2 bind @db2schema.bnd

and got:

LINE MESSAGES FOR db2schema.bnd

--------------------------------------------------------------------
SQL0061W The binder is in progress.
SQL0031C File "BINDV810L d v Ô Ô }
c ¬ " could not be opened.

That doesn't look good.

The db passes all db2dart and INSPECT tests, btw...

I've never done a db2jdbcbind on this server, and I have *lots*
of other similar JDBC queries working just fine. Can I hurt
anything doing a db2jdbcbind?

I recently did a db2relocatedb on this database. Could that be
the source of the problem? I didn't rebind anything afterwards..

The fixpak level on server and client/JDBC driver has been equal and
unchanged for months...

Any help appreciated.

allen
On Thu, 20 Nov 2003 14:25:00 -0500, "PM \(pm3iinc-nospam\)"
<PM(pm3iinc-nospam)@sympatico.ca> wrote:
Try with db2schema.bnd on the server.
See fixpack/release notes arount here :
http://www-3.ibm.com/cgi-bin/db2www/...oad.d2w/report

The .bnd file probably refers to \FUNCTION\db2schema.dll (or equivalent unix
file)

If i were you, i'd also verify if db2jdbcbind has been run since
cli/odbc/jdbc/sqlj now share
numerous 'things'/packages/...

PM


Nov 12 '05 #4
@ on the bind, ddcspkgn and db2bfd means the parameter is a file containing
file names. (e.g. *.lst files)

Just do it without the @
db2 bind db2schema.bnd
see
prompt>db2jdbcbind -h
....
ex :
db2jdbcbind -url jdbc:db2://server:port/dbname -user ***** -password ***** -size 20
Bind to "jdbc:db2://***" under collection "NULLID":
Package "SYSSTAT": Already exists (No need to bind)
Package "SYSSH100": Already exists (No need to bind)
Package "SYSSH200": Already exists (No need to bind)
Package "SYSSH300": Already exists (No need to bind)
Package "SYSSH400": Already exists (No need to bind)
....
DB2Binder finished.

If it been done, you'll see those (No need to bind)
Anyway, if you db2 list packages ... and you see the SYSSH* AND SYSLH*
packages,
it means it's been done already.

PM

<al****@ndr.com> a écrit dans le message de
news:3f****************@news.supernews.com...
hhhmmmm...I tried:
db2 bind @db2schema.bnd

and got:

LINE MESSAGES FOR db2schema.bnd

--------------------------------------------------------------------
SQL0061W The binder is in progress.
SQL0031C File "BINDV810L d v Ô Ô }
c ¬ " could not be opened.

That doesn't look good.

The db passes all db2dart and INSPECT tests, btw...

I've never done a db2jdbcbind on this server, and I have *lots*
of other similar JDBC queries working just fine. Can I hurt
anything doing a db2jdbcbind?

I recently did a db2relocatedb on this database. Could that be
the source of the problem? I didn't rebind anything afterwards..

The fixpak level on server and client/JDBC driver has been equal and
unchanged for months...

Any help appreciated.

allen
On Thu, 20 Nov 2003 14:25:00 -0500, "PM \(pm3iinc-nospam\)"
<PM(pm3iinc-nospam)@sympatico.ca> wrote:
Try with db2schema.bnd on the server.
See fixpack/release notes arount here :


http://www-3.ibm.com/cgi-bin/db2www/...upport/downloa

d.d2w/report

The .bnd file probably refers to \FUNCTION\db2schema.dll (or equivalent unixfile)

If i were you, i'd also verify if db2jdbcbind has been run since
cli/odbc/jdbc/sqlj now share
numerous 'things'/packages/...

PM

Nov 12 '05 #5
Additional link :
CLI Packages in DB2 Universal Database Version 8.1
http://www-3.ibm.com/cgi-bin/db2www/...d2w&fn=1113530

PM

<al****@ndr.com> a écrit dans le message de
news:3f****************@news.supernews.com...

hhhmmmm...I tried:
db2 bind @db2schema.bnd

and got:

LINE MESSAGES FOR db2schema.bnd

--------------------------------------------------------------------
SQL0061W The binder is in progress.
SQL0031C File "BINDV810L d v Ô Ô }
c ¬ " could not be opened.

That doesn't look good.

The db passes all db2dart and INSPECT tests, btw...

I've never done a db2jdbcbind on this server, and I have *lots*
of other similar JDBC queries working just fine. Can I hurt
anything doing a db2jdbcbind?

I recently did a db2relocatedb on this database. Could that be
the source of the problem? I didn't rebind anything afterwards..

The fixpak level on server and client/JDBC driver has been equal and
unchanged for months...

Any help appreciated.

allen
On Thu, 20 Nov 2003 14:25:00 -0500, "PM \(pm3iinc-nospam\)"
<PM(pm3iinc-nospam)@sympatico.ca> wrote:
Try with db2schema.bnd on the server.
See fixpack/release notes arount here :


http://www-3.ibm.com/cgi-bin/db2www/...upport/downloa

d.d2w/report

The .bnd file probably refers to \FUNCTION\db2schema.dll (or equivalent unixfile)

If i were you, i'd also verify if db2jdbcbind has been run since
cli/odbc/jdbc/sqlj now share
numerous 'things'/packages/...

PM

Nov 12 '05 #7

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

Similar topics

1
by: timVerizon | last post by:
Hoping someone can help here.. Our application (C#.Net) was receiving IBM.Data.DB2.DB2Exceptions ERROR SQL0904N Unsuccessful execution caused by an unavailable resource. Reason code: '', type...
3
by: Antoine | last post by:
Hello, I'm writing a program to send requests to my wlan pocket pc device (UIO1: driver) in C#. Here how I import CreateFile functions from coredll.dll with DllImport: public static extern...
1
by: John Ramsden | last post by:
I have ported a PHP MySQL app to PostgreSQL, and a pg_send_query() call is returning error code 2 (PGSQL_TUPLES_OK). Unfortunately the PHP manual lists the error codes but doesn't indicate what...
1
by: jyoti202 | last post by:
Hi, Need help for this as i have been looking for it but could not get any results. We are using java as front end and DB2 as backend, i m getting the exception while executing a particular...
3
by: Yash | last post by:
Hi all, I found that while we are updating our application, the application is not known to tomcat, untill it is completed. So tomcat sends 503 page as resource not found. I want to know is...
2
by: sareena | last post by:
There is a problem with accessing an ASP appln hosted on a dedicated Win '03 load balanced server running IIS 6.0 in worker process isolation mode. When the user types in the URl of the appln and...
2
by: hdroogendyk | last post by:
Folks: I'm an Access newbie, trying to modify an existing application and running into an error that I don't understand. A tree view control is being loaded from an Access table and the "on...
3
by: Pallav singh | last post by:
Hi All i am getting Error while writing following code for state design Pattern kindly let me know How to Correct this Error ?? Thanks Pallav Singh ...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.