webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Load data using argbatch

    Posted Wed July 09, 2003 03:57 PM

    Hello!

    I have been trying load data to Tamino database using argbatch. My command is:

    argbatch load data database=mydb collection=col doctype=doc inputfile=c:\data.xml

    Unfortunately, I got the following error:

    Info: (INOAAI0805) INOXRE8802: Internal error: input parameter error (2003-07-09 15:08:23)

    How can I fix it?

    In advance, thanks a lot!

    best regards,
    Dariusz Baumann


    #API-Management
    #webMethods
    #Tamino


  • 2.  RE: Load data using argbatch

    Posted Wed July 09, 2003 04:20 PM

    hi dariusz,

    please check whether the following description applies:


    Symptom:
    Trying to load data using the Tamino Data Loader inoxmld fails with the following error message:

    <ino:message ino:returnvalue=“8599”>
    <ino:messagetext ino:code=“INOXME8599”>
    Internal error
    </ino:messagetext>
    </ino:message>

    Verification:
    The doctype to which you are loading data had previously been populated, but is now empty.

    Resolution:

    This issue will be resolved in Tamino Version 4.1.4.

    The error occurs if and only if the doctype had been populated previously but does not contain any instances/documents anymore.
    As a workaround, either _undefine and _define the schema (which has the effect that the doctype then never had been populated),
    or insert at least one instance using a _process command (then it is populated).


    #Tamino
    #API-Management
    #webMethods


  • 3.  RE: Load data using argbatch

    Posted Thu July 10, 2003 11:41 AM

    Dariusz,

    as a workaround please use the command line interface of the data loader (inoxmld.exe)

    Regards

    Harald


    #webMethods
    #API-Management
    #Tamino