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.  Help in GetcontentPartData

    Posted Sun August 06, 2006 07:23 PM

    Hi,

    I am getting this error in TN. Could you guys please help me to resolve this issue

    com.wm.app.tn.err.EXMLException: wm.tn.doc:getContentPartData com.wm.app.tn.err.EXMLException TRNSERV.000026.000003 Error retrieving content of content part xmldata of document 58gpl00v1gj3cffj00000140. The exception message is : TRNSERV.000026.000002 Content for Part xmldata of document 58gpl00v1gj3cffj00000140 does not exist in TSpace. com.wm.app.tn.err.EXMLException com.wm.app.tn.err.EXMLException: at com.wm.app.tn.err.EXMLException.fromResource(EXMLException.java:42) at com.wm.app.tn.doc.BizDocContentUtil.getContentPartData(BizDocContentUtil.java:66) at wm.tn.doc.getContentPartData(doc.java:395) at java.lang.reflect.Method.invoke(Native Method) at com.wm.app.b2b.server.

    I have these settings in TN
    tn.BigDocThreshold
    tn. Tspace. Location=D:\TnTemp


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods


  • 2.  RE: Help in GetcontentPartData

    Posted Mon August 07, 2006 02:41 AM

    Are you giving right inputs to GetcontentPartData service?what is the type of data is it large xml or edi or ff?? also let us know some more details of your custom service…

    HTH,
    RMG


    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB


  • 3.  RE: Help in GetcontentPartData

    Posted Mon August 07, 2006 06:02 AM

    I am getting EDIINT file from my partner and the payload is large XML file coming to TN, where i kick off a service and the input in my service is BizDocEnvelope.
    I am using getcontentpartdata as my first service and then using xml string to xml node as my next service. When i do a trace, after getcontentpartdata it is going into the catch directly.
    The inputs in getcontentpartdata are:

    1. partname: xmldata ( I have checked the file and gave it as XMLDATA )
    2. getAs : stream

    Thanks for ur help in advance.


    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB