IBM Sterling Transformation Extender

 View Only
  • 1.  HALT_ON_TRANS_ERROR property in itxa

    Posted 14 days ago

    Hello Team,

    We are calling itxa envelopes from itx map using SPE adapter.

    But when we are having a good data and bad data present in the same EDI file we are getting an error as HALT_ON_TRANS_ERROR is YES .

    How can I switch off this HALT_ON_TRANS_ERROR property in ITXA .Since the HALT_ON_TRANS_ERROR is an Sterling Integrator property and we are not using Sterling Integrator.



    ------------------------------
    Thanks,
    AbiGheever A.
    ------------------------------


  • 2.  RE: HALT_ON_TRANS_ERROR property in itxa

    Posted 12 days ago

    There is an SPE adapter command you can use to include low-level command qualifiers.  The adapter command is -SPEOPTION and you can include any of the SPEOptions defined in the API.  The syntax is -SPEOPTION <SPEoptionName=value>.   In your case it would be " -SPEOPTION HALT_ON_TRANS_ERROR=NO".

    It isn't clear that the -SPEOPTION is documented in the ITX SPE Adapter documentation.   The list of options is difficult to find, so I'm including a link to the V10.0.x documentation here.

    https://www.ibm.com/docs/api/v1/content/SSDF7K_10.0.0/com.ibm.help.spe_ref.doc/spe_javadoc/com/ibm/spe/core/systeminterface/SPEOptions.htm



    ------------------------------
    Rich McFate
    ------------------------------