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