Hello,
I did a search on advantage, this was the best that I came up with there: webMethods_Integration_Platform_Error_Message_Reference_6_1_and_6_1_5.pdf
TRNSERV.000013.000025 The signature query for doctype <doctypename> identified the <xqlquery> node as the target of
the signature, but this node is not unique in this document. Signing cannot proceed.
Cause: Either the structure of the document is incorrect or the query that Trading Networks uses to extract the
signature is incorrect in the TN document type.
Response: If the document structure is incorrect, notify the document sender. If the query is not correct, adjust
the signature query for this TN document type. To do so, use the Document Type screen of the Trading
Networks Console to update the TN document type. Note that if your XQL query is returning an array of
nodes, you can force it to return a single node by adding a subscript. For example, change “/anXMLtag” to
“/anXMLtag[0]”.
This is not directly related to your problem, but you still may want to go to the TN Console and make sure the data loads right. You can load a sample and do queries on it to see what you get back. Maybe the document itself is specifying to generic of an identifier.
I also saw this in an SR which did have your specific message:
[url=“http://advantage.webmethods.com/cgi-bin/advantage/main.jsp?w=0&targChanId=knowledgebase&oid=1611694597”]http://advantage.webmethods.com/cgi-bin/advantage/main.jsp?w=0&targChanId=knowledgebase&oid=1611694597[/url]
They said that there was something in pipeline before hand that was the cause. Maybe you can set a field in a temp document to the value of the XML and then scope to the temp document when submitting to TN. Good day.
Yemi Bedu
#Integration-Server-and-ESB#edi#webMethods