IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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.


#TechXchangePresenter
 View Only
  • 1.  multiple shema define

    Posted Thu August 02, 2007 04:08 PM

    Hello

    I’m trying to define schemas (with include references) into Tamino database via the Java API, but it fails with:

    Embedded error: Database access failure (8599, INOXME8599, Internal error, xstFindElementChildByPathElement:      nameSet for complexType not yet available)

    Environment:

    • Tamino XML Server 4.4.1
    • Tamino API4J which came with it
    • Java 6.0
    • SUSE Enterprise 10 Linux

    Code snippet:

    
    TXMLObject[] s = new TXMLObject[schemas.size()];
    TSD3Accessor.define(schemas.toArray(s), new TDefineMode(isTest, validate));

    where ‘schemas’ is an ArrayList.

    Log shows that schemas are sent via HTTP.

    Thanks for your help.

    Zsolt


    #webMethods-Tamino-XML-Server-APIs
    #webMethods
    #API-Management