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.  import a schema from a different collection

    Posted 11/17/06 05:03 PM

    I have problem when i import a schema from a different collection. The error message looks like this:
    <ino:response xmlns:ino=“http://namespaces.softwareag.com/tamino/response2” xmlns:xql=“XQL FAQ (XML Query Language - Frequently Asked Questions)”>
    <ino:message ino:returnvalue=“7931”>
    <ino:messagetext ino:code=“INOXDE7931”>An error occurred while processing a schema document</ino:messagetext>
    ino:messagelineINOXDE7921: Line 1, Column 39: Attempted to re-use a schema specifying physical properties from a schema belonging to a different collection</ino:messageline>
    </ino:message>
    </ino:response>
    The messageline points to the line

    <?xml version = "1.0" encoding = "UTF-8"?>

    I have no idea what is wrong.
    I defined location of schema like this:
    schemaLocation = “…/collectionname/importedSchemaName”
    When i define the imported schema in the same collection as the importing schema, there is no problem.

    Thank you in advance,

    chacha


    #webMethods
    #Tamino
    #API-Management


  • 2.  RE: import a schema from a different collection

    Posted 11/18/06 02:28 PM

    Hi

    pls provide the schema in question - as of the error message the imported/included schema contains some index or mapping definitions.
    This is currently not supported in a cross-collection scenario.

    Regards
    Uli


    #webMethods
    #API-Management
    #Tamino


  • 3.  RE: import a schema from a different collection

    Posted 11/20/06 02:44 PM

    yes, i defined index in the imported schema.
    After deleting the indexing tamino accepted it.

    thank you,

    chacha


    #webMethods
    #Tamino
    #API-Management