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
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