Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Xml Extender - DAD size

Status
Not open for further replies.

ghlee

IS-IT--Management
Apr 10, 2001
1
MY
Hi :

I face a problem where, when I use XML Extender Administration wizard/ command line command to enable a XMLcollection , if my file have 21 column the it will prompt me error "SQL1131N DARI (Stored Procedure) process has been terminated abnormally. SQLSTATE=38503"

Below is the output of the program . I am using the sample program for dxxShredXML Xml Extender in the sample folder.

------ enable the collection bill_col with the dad file ------
DXXA002I Connecting to database ebxpsm.
DXXA063I Enabling collection bill. Please Wait.
SQL1131N DARI (Stored Procedure) process has been terminated abnormally. SQLST
ATE=38503
DXXM001W A DB2 error occurred.
DXXA065E Calling stored procedure db2xml!dxxEnableCollection failed.
-------- Calling the dxxShredXML stored procedure. --------
DAD size = 5010
XML size = 1424


The size of the DAD is just 5010 , which still can support by the java StringBuffer.
When I there is a error , the stored procedure will return an error code like -57 , -61 ... Is there any reference to get the detail of the error and what action to take?


Thank you very much .

regards,
ghlee
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top