473,657 Members | 2,419 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Error enable database for use with xml extender

I am trying to run the getstart_prep.c md to enable the SALES_DB

on the "/var/tmp/db2/ese/db2/solaris/db2xml81/reloc/IBM/db2/\$PRODVERS/bin/dxxadm
enable_db SALES_DB" command I get the following error:

SQL0444N Routine "*EnableDB" (specific name "SQL04021811395 5930") is
implemented with code in library or path ".../sqllib/function/db2xml",
function "dxxEnableD B" which cannot be accessed. Reason code: "4".
SQLSTATE=42724
DXXM001W A DB2 error occurred.
DXXA065E Calling stored procedure "db2xml!dxxEnab leDB" failed.
I am using db2 v8.1 on solaris.

I modified the getstart_prep.c md to be contain the following:
LD_LIBRARY_PATH =/var/tmp/db2/ese/db2/solaris/db2xml81/reloc/IBM/db2/\$PRODVERS/lib:/opt/IBM/db2/V8.1
/lib
export LD_LIBRARY_PATH

by doing this I got around my previous error of libicudt20b.so not
found.

Can anyone help me get around this error?

Thanks,

jb
Nov 12 '05 #1
4 2409
Jeff <jb***@charter. net> wrote:
I am trying to run the getstart_prep.c md to enable the SALES_DB

on the
"/var/tmp/db2/ese/db2/solaris/db2xml81/reloc/IBM/db2/\$PRODVERS/bin/dxxadm
enable_db SALES_DB" command I get the following error:

SQL0444N Routine "*EnableDB" (specific name "SQL04021811395 5930") is
implemented with code in library or path ".../sqllib/function/db2xml",
function "dxxEnableD B" which cannot be accessed. Reason code: "4".
SQLSTATE=42724
DXXM001W A DB2 error occurred.
DXXA065E Calling stored procedure "db2xml!dxxEnab leDB" failed.


You do have a library named "db2xml" installed under sqllib/instance, don't
you?

--
Knut Stolze
Information Integration
IBM Germany / University of Jena
Nov 12 '05 #2
The only directory on the unix box named sqllib is under
"/export/home/db2inst1/sqllib" There is no file called db2xml under
this directory.

I do find four instances of db2xml on this box
/var/tmp/db2/ese/db2/solaris/db2xml81/reloc/IBM/db2/$PRODVERS/db2xml
/var/tmp/db2/ese/db2/solaris/db2xml81/reloc/IBM/db2/$PRODVERS/function/db2xml
/var/tmp/db2/ese/db2/solaris/db2xml81/reloc/IBM/db2/$PRODVERS/samples/db2xml
/var/tmp/db2/ese/db2/solaris/db2xmls81/reloc/IBM/db2/$PRODVERS/samples/db2xml

How would I get this library installed under sqllib?

Thanks,

jb
Nov 12 '05 #3
Finally found the answer. Version 7.1 of the XML Extender was loaded
on this unix box. The version of XML Extender that comes with 8.1 was
not. I search for the samples, found them, and attempted to run them.
I kept getting strange errors because version 7.1 (32 bit) and 8.1
(64 bit) did not play well together.

The DBAs are now reinstalling DB2 with the XML Extenders, or just
appling the XML Extender to the 8.1 database. This should get rid of
all of my errors.

jb
Nov 12 '05 #4
gabriel_
2 New Member
Finally found the answer. Version 7.1 of the XML Extender was loaded
on this unix box. The version of XML Extender that comes with 8.1 was
not. I search for the samples, found them, and attempted to run them.
I kept getting strange errors because version 7.1 (32 bit) and 8.1
(64 bit) did not play well together.

The DBAs are now reinstalling DB2 with the XML Extenders, or just
appling the XML Extender to the 8.1 database. This should get rid of
all of my errors.

jb
Hello,
I have exactly the same problem!!! My version of XML Extender is 7.2 and version of DB2 UDB is 8.2.
Impossible to enable any database because of the error ' "dxxEnableD B" cannot be accessed'.
How can i resolve it???
Jul 13 '06 #5

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

Similar topics

1
5025
by: Wayno | last post by:
My php logs are coming up empty. I have done all I can think of, and all that made sense to me. Can someone take a look at my php.ini please and tell me what you think may be the problem. I double-checked the path to my error log. It is in /var/www/logs/php_error_log Thanks. :) -Wayne Stevenson
2
1925
by: Greg | last post by:
Just wanted to post this solution because I could not find it anywhere on Google Groups. This solution applies to Windows only. Here's the scenario - you have done the following: - installed DB2 Text Extender - created the instance (txicrt) - started the TE server (txstart) - started the TE client (db2tx) - connected to your database and enabled it for TE
0
1731
by: wayne mcfadden | last post by:
Hi, I'm stumped. Our text extenders stopped working on one database. I think that i'm missing something simple here. The column is enabled... but when you do an index status it doesn't know anything about it. Any thoughts? Thanks
346
16493
by: rkusenet | last post by:
http://biz.yahoo.com/rc/040526/tech_database_marketshare_1.html Interesting to see that database sales for windows is more than Unix.
8
5835
by: Vavel | last post by:
Hi all! I used google, but I found nothing. I have got smiple code: #include <sql.h> int main() { } when I compiled this in Borland C++ 5.5.1 for Win32 Copyright (c) 1993,
10
2703
by: Brian Conway | last post by:
I have no idea what is going on. I have a Login screen where someone types in their login information and this populates a datagrid based off of the login. Works great in debug and test through VS, however, when I change to release and put it out on the web it fails giving me the following error message The underlying connection was closed. Could not establish a trust relationship with the remote server.
4
2766
by: satish mullapudi | last post by:
Hi Gurus, I am using DB2 UDB 8.2.I want to load/insert images into DB2 database.So I found out we need to enable DB2 Image extender .How to enable that extender? Please tell the complete process to enable that Db2 Image Extender & the following steps to insert images into the database. Please Help me out...........
1
6074
by: Akinyemi | last post by:
I created a Database which I named "Address". I went through the Control Panel and created a DSN to enable me connect to the Database through ODBC. I then created a Form with the same fields as that of the Database. I wrote the necessary codes and ran the Program. Below are my codes and the runtime error I received: Run-Time Error -2147217904(80040e10): Too few parameters. Expected 1
0
1250
by: Xh | last post by:
Hi all, I have successfully installed DB2 Net Search Extender. DB2Ext is up and running, I've run successfully this command: db2text ENABLE DATABASE FOR TEXT CONNECT TO TEST1; but when I try to execute this statement:
0
8402
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
8315
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
8829
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...
1
8508
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7341
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4164
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...
0
4323
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2733
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
1962
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.