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.

 View Only
  • 1.  ERROR INOXDE7931....

    Posted Thu November 17, 2005 10:48 PM

    Hi all,
    i have imported a dtd document for my project and when i m trying to connect it with my database then it connects normally but afterwards when everything is done then before finishing it gives the error as:

    An error occured while processing a schema document;(mp-valid-doctype-name.3) For each doctype name where the doctype is not of the type nonXML there must be a matching global element with a qualified name<INOXDE7931,INOXDE7917>

    i m attaching my tsd schema as well…
    please try to help me…
    thnks…
    shuch.
    SerialSchema.TSD (5 KB)


    #Tamino
    #webMethods
    #API-Management


  • 2.  RE: ERROR INOXDE7931....

    Posted Fri November 18, 2005 08:49 AM

    Hi Shuch

    the error message means, that the value of the name attribute
    of tsd:doctype must reference an existing global element declaration.

    E.g. you might want to replace
    <tsd:doctype name = “Tv_dtd”>
    by
    <tsd:doctype name = “SCHEDULE”>
    in order to refer to
    <xs:element name = “SCHEDULE”>

    In addition, your schema lacks element declarations for the following
    elements: DATE, YES, NO - they are referenced e.g. with
    <xs:element ref=“DATE”>
    but not declared.

    After adding these declarations as well, your schema can be defined in Tamino.

    Best regards
    Uli


    #webMethods
    #Tamino
    #API-Management


  • 3.  RE: ERROR INOXDE7931....

    Posted Fri November 18, 2005 08:56 PM

    Thanks a lot Uli…it really worked…finally its DEFINED…
    great…
    shuch.


    #Tamino
    #API-Management
    #webMethods