IBM Sterling Transformation Extender

Sterling Transformation Extender

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


#Sterling
 View Only
  • 1.  WebSphere Transformation Extender 8.1.x

    Posted Tue January 23, 2007 10:44 AM

    Originally posted by: SystemAdmin


    Has anyone tried to use the JAVA API for TX? When I try to run a sample program to run a map. I get the following exception. I have using JAVA API for TX. I have set java.library.path properly so that it points to the directory of the dlls. Any suggestions would really be great.
    ============================================================================
    java.lang.UnsatisfiedLinkError: C:\Program Files\IBM\WebSphere Transformation Extender 8.1\dstxjpi.dll: A dynamic link library (DLL) initialization routine failed
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1511)
    at java.lang.Runtime.loadLibrary0(Runtime.java:788)
    at java.lang.System.loadLibrary(System.java:834)
    at com.ibm.websphere.dtx.dtxpi.MBase.<clinit>(Unknown Source)
    at com.ibm.cbs.healthcare.common.wtx.client.WTXClient.main(WTXClient.java:31)
    Exception in thread "main"
    ============================================================================
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender
    #DataExchange


  • 2.  Re: WebSphere Transformation Extender 8.1.x

    Posted Wed March 28, 2007 05:10 AM

    Originally posted by: SystemAdmin


    Try putting the WTX home directory in the system PATH variable.
    #IBM-Websphere-Transformation-Extender
    #DataExchange
    #IBMSterlingTransformationExtender


  • 3.  Re: WebSphere Transformation Extender 8.1.x

    Posted Wed March 28, 2007 05:52 AM

    Originally posted by: SystemAdmin


    i had tried following and it is running on my System
    create an enviorment variable name called
    java.library.path=C:\Program Files\IBM\WebSphere Transformation Extender 8.1(choose your installation root of wtx)

    After creating the environment variable append the value of java,library.path in to your PATH environment variable.
    PATH=%PATH%;java.library.path;

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