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.  WTX8.4.1 not support FS Manager Adapter

    Posted 01/13/15 04:00 AM

    Originally posted by: johnxp


    We are having some issues when upgrading maps from 8.2.x to 8.4.1.

    Our current project is using FS Manager Adapter to connect WTX to FS Manager, however, this adapter was removed from 8.4.1.

    Any idea so that we can still use FS manager? Basically we need to provide userid and password for the socket gateway, which is not support by 8.4.1.


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


  • 2.  Re: WTX8.4.1 not support FS Manager Adapter

    Posted 01/13/15 08:13 AM

    Originally posted by: paul.brett


    Have you tried copying the m4msgr.dll file from your WTX 8.2 installation, and making the necessary changes to the adapters.xml file?

    This would probably not be a supported configuration, but it might get you going.

    Thank-you

    Paul

    Follow me on Twitter


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


  • 3.  Re: WTX8.4.1 not support FS Manager Adapter

    Posted 01/14/15 03:18 AM

    Originally posted by: johnxp


    Tried following steps, but it not working.

    1. Copy m4msgr.dll to 8.4.1 folder.

    2. Change to adapters.xml to enable adapter for FS Manager.

    Still got error:

    DTXCM5504F - Wed Jan 14 16:14:34 2015 - tid:  1676 inst:    -1 - Rminittriggers failure <error> : **RMInitTriggers 1552 cmd=-H 10.70.213.108 -P 9999 -US stp_con -PW stp_con -QTY 1 -SC STP_OASYS -LSN 3 -TRACE -DEBUG card=EXP_CCM  rc=-10 nCard=1 watch=0:  (rmtrig.c:1557)
    DTXLN5107F - Wed Jan 14 16:14:34 2015 - tid:  1676 inst:    -1 - Init adapters failure : rminittriggers returned -10 (adptstuf.c:761)
     

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


  • 4.  Re: WTX8.4.1 not support FS Manager Adapter

    Posted 01/19/15 07:37 AM

    Originally posted by: paul.brett


    It seems the adapter design has changed, and a new official adapter is not possible because FS Manager support has been dropped.

    I recommend you get the specification of the FS Manager socket gateway, and use the IBM WebSphere TX SDK to create your own adapter.

    Alternatively, it may be possible to use the Socket adapter, in a limited capacity.

    Thank-you

    Paul

    Follow me on Twitter


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


  • 5.  Re: WTX8.4.1 not support FS Manager Adapter

    Posted 01/26/15 01:14 AM

    Originally posted by: johnxp


    Thanks Paul.

    We are studying to create our own adapter. Where we can get a start? any reference for adapter development?


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


  • 6.  Re: WTX8.4.1 not support FS Manager Adapter