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

Help! Call sql procedure - SQL1109N The specified DLL "SYSIBM.SQLPROCEDURECOLS

When I try call sql stored procedure on version 7 (win) server from 8.2
fixpack 9 (win32) I got:

C:\SQLLIB\bnd>db2 "call proc(1)"
SQL1109N The specified DLL "SYSIBM.SQLPROCEDURECOLS" could not be
loaded.

DB21085I Instance "DB2TST" uses DB2 code release "SQL07029" with level
identifier "030A0105" and informational tokens "DB2 v7.1.0.98",
"n040510" and
"WR21337".

db2cli, db2ubind - binded.

Help me, please! I can't change server version or client level.

Andy

Nov 12 '05 #1
1 3436
bughunter@ru wrote:
When I try call sql stored procedure on version 7 (win) server from 8.2
fixpack 9 (win32) I got:

C:\SQLLIB\bnd>db2 "call proc(1)"
SQL1109N The specified DLL "SYSIBM.SQLPROCEDURECOLS" could not be
loaded.

DB21085I Instance "DB2TST" uses DB2 code release "SQL07029" with level
identifier "030A0105" and informational tokens "DB2 v7.1.0.98",
"n040510" and
"WR21337".

db2cli, db2ubind - binded.

Help me, please! I can't change server version or client level.

Andy


It isn't going to work I'm afraid if you want to run anything which uses CLI
such as ODBC or JDBC. The V8 universal client now relies on system stored
procedures on the server to obtain a lot of the catalog information used by
CLI. This isn't just for stored procedures : it will even call SPs to get
column and table information. This restriction is documented in the
release notes for V8 I seem to remember.

IBM shipped these stored procedures for mainframe DB2 from V6 upwards (the
procedures themselves are load modules produced from C code), but I don't
know if there are any equivalent ones shipped for DB2 UDB prior to V8.

Looking at the catalog on a V8 server, the routines are also sourced in
modules derived from C programs, so you can't even extract the DDL and
attempt to recreate them.

And since V7 is now out of support you aren't going to get anywhere with
Support. So I really think your only option is to get the server up to V8
level !!!

Sorry.

Phil
Nov 12 '05 #2

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

Similar topics

1
by: Jerry Cramer | last post by:
I am attempting to generate FREE PACKAGE statements to get rid of package from old versions of vendor products. I am refering to SYSIBM.SYSPACKAGE to select packages generated by the DBRMLIB's of...
8
by: Remove the obvious for replies | last post by:
I am using DB2 8.1.4 with SDE and Info Integrator. I am trying to create a trigger to populate a spatial table based on values from an attribute table. However, it appears to not recognize the CASE...
7
by: Robert Stearns | last post by:
I ran the following bit of SQL and my PRIMARY KEY wound up in schema SYSIBM called SQL.... not schema is3 called primary. The index registation did wind up there. Obviously there's something I...
0
by: Henry Reardon | last post by:
I just installed DB2 Personal Developer's Edition V8.2 (FP7) over my old DB2 V7.2 instance but I'm having some problems. Can anyone help? The first problem is that my migration didn't go too...
5
by: Mike Gemmell | last post by:
create table ppp ( t int ) @ create view v_ppp as select t from ppp @
20
by: ML | last post by:
Integers are stored in tables using only 4 bytes. Is there a way in SQL to retrieve the value as it is actually stored, not converted back into the displayed number? For example, if I have...
16
by: Sam Durai | last post by:
Hello, I need to merge a small table (of rows less than 100,sometimes even 0 rows) to a big table (of rows around 4 billion). I used the PK of the big table as merge key but merge does a table scan...
0
by: Troels Arvin | last post by:
Hello, I have a user who regularly runs a query which blocks a lot of other queries. The query is initiated from SSIS (SQL Server Integration Services) on another host. The DB2 instance is...
16
by: Okonita via DBMonster.com | last post by:
Hi all, I am comming along with all this Linus/DB2/scripting business...I am no longer scared of it!! (LOL). But, I need to create a .ksh script that does a REORGCHK and output only tables...
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...
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
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
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,...
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.