473,387 Members | 1,569 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,387 software developers and data experts.

-805 with ODBC access to SAMPLE database

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 the SAMPLE DB
as an ODBC datasource. But i'f i start my ODBC application, which
connects and than does a ODBC SQLTables function, it returns
with:

[IBM][CLI Driver][DB2/NT] SQL0443N Routine "SYSIBM.SQLTABLES"(specific
name "TABLES") has returned an error
SQLSTATE with diagnostic text "SYSIBM:CLI:-805". SQLSTATE=38553
SAMPLE

-805 means a package was not found, but i've bind/rebind CLI/ODBC
packages, which doesn't help.

Btw. before i've done anything. I've also upgraded to fixpack 14.

Any help is appreciated.

Regards

Erwin Marschalk

Feb 3 '07 #1
3 4092
On Feb 3, 5:36 pm, "ErwinMars" <erwin.marsch...@gmx.netwrote:
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 the SAMPLE DB
as an ODBC datasource. But i'f i start my ODBC application, which
connects and than does a ODBC SQLTables function, it returns
with:

[IBM][CLI Driver][DB2/NT] SQL0443N Routine "SYSIBM.SQLTABLES"(specific
name "TABLES") has returned an error
SQLSTATE with diagnostic text "SYSIBM:CLI:-805". SQLSTATE=38553
SAMPLE

-805 means a package was not found, but i've bind/rebind CLI/ODBC
packages, which doesn't help.

Btw. before i've done anything. I've also upgraded to fixpack 14.

Any help is appreciated.

Regards

Erwin Marschalk
Have you followed the instructions in the fixpak? I dont know about
fixpak 14, but something like (check the instructions), might help

db2updv8 -d $db
db2 "BIND /home/system/db2inst1/sqllib/bnd/@db2ubind.lst BLOCKING ALL
GRANT PUBLIC ACTION ADD"
db2 "BIND /home/system/db2inst1/sqllib/bnd/db2schema.bnd BLOCKING ALL
GRANT PUBLIC sqlerror continue"

/Lennart
Feb 3 '07 #2
On 3 Feb., 20:18, "Lennart" <Erik.Lennart.Jons...@gmail.comwrote:
On Feb 3, 5:36 pm, "ErwinMars" <erwin.marsch...@gmx.netwrote:


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 the SAMPLE DB
as an ODBC datasource. But i'f i start my ODBC application, which
connects and than does a ODBC SQLTables function, it returns
with:
[IBM][CLI Driver][DB2/NT] SQL0443N Routine "SYSIBM.SQLTABLES"(specific
name "TABLES") has returned an error
SQLSTATE with diagnostic text "SYSIBM:CLI:-805". SQLSTATE=38553
SAMPLE
-805 means a package was not found, but i've bind/rebind CLI/ODBC
packages, which doesn't help.
Btw. before i've done anything. I've also upgraded to fixpack 14.
Any help is appreciated.
Regards
Erwin Marschalk

Have you followed the instructions in the fixpak? I dont know about
fixpak 14, but something like (check the instructions), might help

db2updv8 -d $db
db2 "BIND /home/system/db2inst1/sqllib/b...@db2ubind.lst BLOCKING ALL
GRANT PUBLIC ACTION ADD"
db2 "BIND /home/system/db2inst1/sqllib/bnd/db2schema.bnd BLOCKING ALL
GRANT PUBLIC sqlerror continue"

/Lennart- Zitierten Text ausblenden -

- Zitierten Text anzeigen -
I've checked in the meatime the readme, i found and in the Information
Center the infos about Fixpack V8.2 FP 4 and 3. The only manual bind
information i found is about the Query Patroller. Nothing about ODBC/
CLI.

I checked also the catalog, because the ODBC SQLTables function
results in a CALL "SYSIBM.SQLTABLES" . The routine is in the catalog
and i run it with call "SYSIBM"."SQLTABLES" (NULL, NULL, NULL, NULL,
NULL) from CC, but i got the same results.

Erwin

Feb 4 '07 #3
On 4 Feb., 11:52, "ErwinMars" <erwin.marsch...@gmx.netwrote:
On 3 Feb., 20:18, "Lennart" <Erik.Lennart.Jons...@gmail.comwrote:


On Feb 3, 5:36 pm, "ErwinMars" <erwin.marsch...@gmx.netwrote:
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 the SAMPLE DB
as an ODBC datasource. But i'f i start my ODBC application, which
connects and than does a ODBC SQLTables function, it returns
with:
[IBM][CLI Driver][DB2/NT] SQL0443N Routine "SYSIBM.SQLTABLES"(specific
name "TABLES") has returned an error
SQLSTATE with diagnostic text "SYSIBM:CLI:-805". SQLSTATE=38553
SAMPLE
-805 means a package was not found, but i've bind/rebind CLI/ODBC
packages, which doesn't help.
Btw. before i've done anything. I've also upgraded to fixpack 14.
Any help is appreciated.
Regards
Erwin Marschalk
Have you followed the instructions in the fixpak? I dont know about
fixpak 14, but something like (check the instructions), might help
db2updv8 -d $db
db2 "BIND /home/system/db2inst1/sqllib/b...@db2ubind.lst BLOCKING ALL
GRANT PUBLIC ACTION ADD"
db2 "BIND /home/system/db2inst1/sqllib/bnd/db2schema.bnd BLOCKING ALL
GRANT PUBLIC sqlerror continue"
/Lennart- Zitierten Text ausblenden -
- Zitierten Text anzeigen -

I've checked in the meatime the readme, i found and in the Information
Center the infos about Fixpack V8.2 FP 4 and 3. The only manual bind
information i found is about the Query Patroller. Nothing about ODBC/
CLI.

I checked also the catalog, because the ODBC SQLTables function
results in a CALL "SYSIBM.SQLTABLES" . The routine is in the catalog
and i run it with call "SYSIBM"."SQLTABLES" (NULL, NULL, NULL, NULL,
NULL) from CC, but i got the same results.

Erwin- Zitierten Text ausblenden -

- Zitierten Text anzeigen -
Thanks to everyone and to all the guys, which are asking and answering
in other topics. I found in another topic, that SYSIBM.SQLTABLES is
part of the db2schema.dll and because of that, db2schema.bnd needs to
bind. db2schema.bnd is forgotten in the *.lst files, which are
selected, if you bind ODBC/CLI with the bind utility. So i bound it
manually and now everything works.

Erwin

Feb 4 '07 #4

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

Similar topics

11
by: Wolfgang Kaml | last post by:
Hello All, I have been working on this for almost a week now and I haven't anything up my sleeves anymore that I could test in addition or change.... Since I am not sure, if this is a Windows...
8
by: Dominic Martin | last post by:
Hi, I need to setup an ODBC link over our Internet connection between MS Access (local) and a MySQL server (Remote - the local PC has the MySQL ODBC driver installed). What kind of bandwidth...
4
by: Vikrant | last post by:
Hey friends Can someone please suggest that how many recordset can be opened simultaneously for a MS-Access 2000 Database.Does that make any difference if we use ODBC or some other way of...
8
by: Alfonso Esteban Gonzalez Sencion | last post by:
I am trying to use Access as a front end for extracting information from an Oracle database. I started using linked tables but I am getting a very curious behaviour. When I consult the linked...
0
by: vginders | last post by:
Hello, We have a legacy application which relies on an Access 97 database (upgrading is nog an option atm). As we are setting up a new server (Windows 2003), we started experiencing problems...
0
by: **Developer** | last post by:
vs70uimgr: DisplayMessage_START:Error 1919.Error configuring ODBC data source: Xtreme Sample Database 2005, ODBC error 6: Component not found in the registry. Verify that the file Xtreme Sample...
4
by: Allen | last post by:
Installing VS2005 I received the following. Do you know what it implies? Thanks 03/22/06,21:12:08] Microsoft Visual Studio 2005 Professional Edition - ENU: ERROR:Error 1919.Error configuring...
4
by: Rodent | last post by:
I have an IIS 6.0, 2003 Server running with PHP installed. I have an access database with a DSN ODBC connection configured. When this ODBC is configured to access the database locally - great,...
3
by: Suresh P | last post by:
Hi All, I tried to access the mysql database in ODBC using ip address and username/password. It returns, "cannot connect to MySQL server on IP ADDRESS(10060)". This could be related to Firewall...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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,...

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.