473,783 Members | 2,286 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

-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.SQLTABL ES"(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 4118
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.SQLTABL ES"(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.J ons...@gmail.co mwrote:
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.SQLTABL ES"(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.l st 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.SQLTABL ES" . The routine is in the catalog
and i run it with call "SYSIBM"."SQLTA BLES" (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.J ons...@gmail.co mwrote:


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.SQLTABL ES"(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.l st 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.SQLTABL ES" . The routine is in the catalog
and i run it with call "SYSIBM"."SQLTA BLES" (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.SQLTABLE S 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
3765
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 2003 Server or ADO or ODBC issue, I am posting this on all of the three newsgroups. That's the setup: Windows 2003 Server with IIS and ASP.NET actiavted Access 2002 mdb file (and yes, proper rights are set on TMP paths and path,
8
3553
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 requirements am I looking at? Will it function over a 64k leased line? If this would be slow, could there be any major impact on other uses such as web and email? Regards,
4
2555
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 connecting to the database.
8
4041
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 table in access, the total number of records is OK but some records appear several times and some records do not appear at all. It seems as if access or the ODBC drivers returns several times the same record and skips some of the records, curiosly...
0
2061
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 running that application after installing all required updates (Windows, Office, ..) It did work before updating, with a basic OS + application installation. Somewhere an update dit break things, but we do not know which one.
0
1176
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 Database 2005 exists and that you can access it. Does anyone know what caused this error during VS2005 install?? Thanks
4
6306
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 ODBC data source: Xtreme Sample Database 2005, ODBC error 6: Component not found in the registry. Verify that the file Xtreme Sample Database 2005 exists and that you can access it. ***EndOfSession***
4
6483
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, works fine. When configured to access a remote copy of this database I get the following : "....Warning: odbc_connect() : SQL error:
3
5232
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 on the server. Is there anyway to access MySQL database using ODBC without opening port 3306?
0
9643
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9480
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10315
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10147
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9946
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7494
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5379
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4044
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3645
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.