IBM Sterling Transformation Extender

Sterling Transformation Extender

Come for answers, stay for best practices. All we're missing is you.


#Sterling
#Supplychain
 View Only
  • 1.  Compliance Map access issue from Message broker

    Posted 08/24/11 02:20 AM

    Originally posted by: SystemAdmin


    We are using WTX Compliance map in our project as an external map. Broker runtime was installed in Linux environment. Am getting these failure messages "source not found/ failed to open map" when am invoking the map from message broker.

    We are building all the compliance map files using Zlinux option from our windows desktop after that renamed all the .znx files to .mmc placed into linux environment. Have kept the all the compliance map related files into linux environment with 777 file permissions.

    Appreciate ur help.

    Thanks in advance...

    ~~Sankar
    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender


  • 2.  Re: Compliance Map access issue from Message broker

    Posted 08/25/11 03:35 AM

    Originally posted by: SystemAdmin


    How are you running the map?
    Is it using WTXNode from message broker?
    If you are running the maps from WTXNode, you can generate a map audit and trace file check why it is not coming.
    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender


  • 3.  Re: Compliance Map access issue from Message broker

    Posted 08/25/11 12:02 PM

    Originally posted by: SystemAdmin


    yes we are using WTX node from Message broker, have switched on audit trace on WTX map ran the message flow.

    Here is the audit log of WTX map, But have no clue why i got content return value for input card 2-5 as 12.

    MapAudit StartTime="16:32:11 August 20, 2011">

    <Platform>Platform API for Linux - Version 8.3(13)</Platform>

    <Burst count="1">

    <ExecutionLog burstreturn="12" ElapsedSec="0.507">

    <inputstatus card="1" bytes="0" adapterreturn="0" contentreturn="21"/>
    <inputstatus card="2" bytes="0" adapterreturn="0" contentreturn="12"/>
    <inputstatus card="3" bytes="0" adapterreturn="0" contentreturn="12"/>
    <inputstatus card="4" bytes="0" adapterreturn="0" contentreturn="12"/>
    <inputstatus card="5" bytes="0" adapterreturn="0" contentreturn="12"/>
    <inputstatus card="6" bytes="0" adapterreturn="0" contentreturn="12"/>
    <inputstatus card="7" bytes="0" adapterreturn="0" contentreturn="12"/>

    </ExecutionLog>

    </Burst>

    <ExecutionSummary MapStatus="Error" mapreturn="12" ElapsedSec="0.508" BurstRestartCount="0">
    <Message>Source not available</Message>
    <CommandLine>var/ComplianceStuff/maps/compliance_check.mmc</CommandLine>

    <SourceReport card="1" adapter="Stream" bytes="0" adapterreturn="0">
    <Message>Success</Message>
    <TimeStamp>16:32:11 August 20, 2011</TimeStamp>
    </SourceReport>

    <SourceReport card="2" adapter="File" bytes="0" adapterreturn="-1">
    <Message>Source not available</Message>
    <Settings>var/ComplianceStuff/maps/..\data\all_hipaa_5010_transaction_sets.dat</Settings>
    </SourceReport>

    <SourceReport card="3" adapter="File" bytes="0" adapterreturn="-1">
    <Message>Source not available</Message>
    <Settings>var/ComplianceStuff/maps/..\data\hipaa_x12_structure.dat</Settings>
    </SourceReport>
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender
    #DataExchange