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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Failed to create an additional database container

    Posted 07/08/03 08:23 AM

    Hi!

    I’ve created an application that reads xml files from file system and uses TaminoAPI4J to insert them in the Tamino database.
    The xml file’s DTD was uses to create and define the schema in the database.
    After more than 3000 files inserted I got for every new file I try to insert an exception like the one bellow.
    Can somebody help?

      
    Access Failure:
    ReturnValue:9223
    Code:INOXYE9223
    MessageText:Failed to create an additional database container.
    MessageLine:
    at com.softwareag.tamino.db.api.accessor.TAccessFailureVerifier.verifyInsertResponse(TAccessFailureVerifier.java:40)
    at com.softwareag.tamino.db.api.accessor.TXMLObjectAccessorImpl.insert(TXMLObjectAccessorImpl.java:93)

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


  • 2.  RE: Failed to create an additional database container

    Posted 07/08/03 09:39 AM

    Doing a search of the online documentation gives: “INOXYE9223 Either the disk is full or the auto-expand option is set to ‘no’”.

    Hope this helps.


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


  • 3.  RE: Failed to create an additional database container