473,399 Members | 3,106 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,399 software developers and data experts.

db2exsrv

I have DB2 personal edition (v8.1 fixpack 10) installed and trying to
execute DB2EXPLN. I'm getting the following error. Has anybody else
experienced this?

HERE IS THE COMMAND I'M EXECUTING...
db2expln -database sales_db -stmtfile c:\misc\explain_sql.txt -terminator ; -terminal


AND THIS IS THE ERROR I'M GETTING...
Error during explain call.
Message Text =
SQL0444N Routine "explain" (specific name "SQL060216090633710") is
implemented with code in library or path "\db2exsrv", function
"explain"
which cannot be accessed. Reason code: "4". SQLSTATE=42724
sqlcaid = SQLCA
sqlcabc = 136
sqlcode = -444
sqlstate = 42724
sqlerrml = 46
sqlerrmc = "explain", "SQL060216090633710", "\db2exsrv", "explain",
"4"
sqlerrp = SQLERLIB
sqlerrd0 = 0x00000000 = 0
sqlerrd1 = 0x00000000 = 0
sqlerrd2 = 0x00000000 = 0
sqlerrd3 = 0x00000000 = 0
sqlerrd4 = 0x00000000 = 0
sqlerrd5 = 0x00000000 = 0
sqlwarn = ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' '

Feb 17 '06 #1
8 2561
"John" <jo**********@yahoo.com> wrote in message
news:11*********************@g47g2000cwa.googlegro ups.com...
I have DB2 personal edition (v8.1 fixpack 10) installed and trying to
execute DB2EXPLN. I'm getting the following error. Has anybody else
experienced this?

HERE IS THE COMMAND I'M EXECUTING...
db2expln -database sales_db -stmtfile c:\misc\explain_sql.txt -terminator
; -terminal


AND THIS IS THE ERROR I'M GETTING...
Error during explain call.
Message Text =
SQL0444N Routine "explain" (specific name "SQL060216090633710") is
implemented with code in library or path "\db2exsrv", function
"explain"
which cannot be accessed. Reason code: "4". SQLSTATE=42724
sqlcaid = SQLCA
sqlcabc = 136
sqlcode = -444
sqlstate = 42724
sqlerrml = 46
sqlerrmc = "explain", "SQL060216090633710", "\db2exsrv", "explain",
"4"
sqlerrp = SQLERLIB
sqlerrd0 = 0x00000000 = 0
sqlerrd1 = 0x00000000 = 0
sqlerrd2 = 0x00000000 = 0
sqlerrd3 = 0x00000000 = 0
sqlerrd4 = 0x00000000 = 0
sqlerrd5 = 0x00000000 = 0
sqlwarn = ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' '


What does the Messages and Codes manual say about that error message and
reason code?
Feb 17 '06 #2
The -444 (reason code of 4) says file in library or path can notbe
found. I'm assumiing it's looking for something called db2exsrv. I
can't find any module/dll/etc... with that name on my workstation.

Feb 17 '06 #3
"John" <jo**********@yahoo.com> wrote in message
news:11**********************@g14g2000cwa.googlegr oups.com...
The -444 (reason code of 4) says file in library or path can notbe
found. I'm assumiing it's looking for something called db2exsrv. I
can't find any module/dll/etc... with that name on my workstation.


Sounds like you may have a bad install, or a bad pathlib. I would first do a
complete search of the server for the filename db2exsrv.*
Feb 17 '06 #4
C:\Program Files\IBM\SQLLIB>dir /s db2exs*.*
Volume in drive C has no label.
Volume Serial Number is D876-CE59

Directory of C:\Program Files\IBM\SQLLIB\bnd

04/24/2005 11:50 AM 8,906 db2exsrv.bnd
1 File(s) 8,906 bytes

Directory of C:\Program Files\IBM\SQLLIB\FUNCTION

05/26/2005 03:06 PM 278,528 db2exsrv.dll
1 File(s) 278,528 bytes

Total Files Listed:
2 File(s) 287,434 bytes
"Mark A" <no****@nowhere.com> wrote in message
news:Lc******************************@comcast.com. ..
| "John" <jo**********@yahoo.com> wrote in message
| news:11**********************@g14g2000cwa.googlegr oups.com...
| > The -444 (reason code of 4) says file in library or path can notbe
| > found. I'm assumiing it's looking for something called db2exsrv. I
| > can't find any module/dll/etc... with that name on my workstation.
| >
|
| Sounds like you may have a bad install, or a bad pathlib. I would first do a
| complete search of the server for the filename db2exsrv.*
|
|
Feb 17 '06 #5
In article <11*********************@g47g2000cwa.googlegroups. com>,
John (jo**********@yahoo.com) says...
I have DB2 personal edition (v8.1 fixpack 10) installed and trying to
execute DB2EXPLN. I'm getting the following error. Has anybody else
experienced this?

HERE IS THE COMMAND I'M EXECUTING...
db2expln -database sales_db -stmtfile c:\misc\explain_sql.txt -terminator ; -terminal


AND THIS IS THE ERROR I'M GETTING...
Error during explain call.
Message Text =
SQL0444N Routine "explain" (specific name "SQL060216090633710") is
implemented with code in library or path "\db2exsrv", function
"explain"
which cannot be accessed. Reason code: "4". SQLSTATE=42724


If you didn't create the sales_db with this version/fixpack you might
need to run db2updv8 against it.
Feb 17 '06 #6
I've tried running db2updv8 and I get the dreaded "DB2UPDV8 processing
failed for database 'sales_db'" message. I'll keep plugging away and
try to figure out why DB2UPDV8 is not working.

Feb 21 '06 #7
In article <11*********************@o13g2000cwo.googlegroups. com>,
johnl (jo*********@yahoo.com) says...
I've tried running db2updv8 and I get the dreaded "DB2UPDV8 processing
failed for database 'sales_db'" message. I'll keep plugging away and
try to figure out why DB2UPDV8 is not working.


Did you see any error message in the db2diag log?
Feb 21 '06 #8
No, nothing in the db2diag.log. The last entry in there is me starting
DB2. Nothing in the event viewer as well. I get the same error
whether I put in a bogus database name or not. It fails right away...

Feb 22 '06 #9

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

Similar topics

2
by: LazyAnt | last post by:
Hello, I have DB2 v8.1 for Linux for a class environment; each user has his/her own database as dbadm and they are suppose to study queries from another database. They have the right...
1
by: Strategic Mind | last post by:
The bind error messages below are returned when running the db2batch command on Windows NT against an AS/400 database. Most batch scripts are running without error. What files and and command...
5
by: | last post by:
Does this message mean something to someone? I am receiving it during a CREATE SQL PROCEDURE statement and am wondering if this could be the source of the error: IBM CLI DRIVER SQL30020N ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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,...
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,...
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.