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.  Error Java_com_ibm_websphere_dtx_dtxpi_MMap_initializeAPI

    Posted 05/30/07 11:22 AM

    Originally posted by: adsdd


    exception is com.ibm.websphere.dtx.dtxpi.MException: Function failed - Native function: Java_com_ibm_websphere_dtx_dtxpi_MMap_initializeAPI
    com.ibm.websphere.dtx.dtxpi.MException: Function failed - Native function: Java_com_ibm_websphere_dtx_dtxpi_MMap_initializeAPI
    at com.ibm.websphere.dtx.dtxpi.MMap.initializeAPI(Native Method)

    I m getting this error..
    I have one compiled map file name "transform.lnx"
    It property get the "transform.lnx" but not able to initialise ..
    Any Solution? pls
    #DataExchange
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender


  • 2.  Re: Error Java_com_ibm_websphere_dtx_dtxpi_MMap_initializeAPI

    Posted 04/21/08 06:52 AM

    Originally posted by: SystemAdmin


    Did you figure it out?

    regards, Mårten.
    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender


  • 3.  Re: Error Java_com_ibm_websphere_dtx_dtxpi_MMap_initializeAPI

    Posted 04/30/08 05:26 AM

    Originally posted by: SystemAdmin


    got any solution for that?
    I m getting the same error while trying to run .mmc file .

    Message was edited by: aswani.nelluri
    #DataExchange
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender


  • 4.  Re: Error Java_com_ibm_websphere_dtx_dtxpi_MMap_initializeAPI

    Posted 04/30/08 09:13 AM

    Originally posted by: SystemAdmin


    just to make sure, Did you run . ./setup script under unix/linux platforms before running the api?
    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender


  • 5.  Re: Error Java_com_ibm_websphere_dtx_dtxpi_MMap_initializeAPI

    Posted 05/02/08 03:20 AM

    Originally posted by: SystemAdmin


    com.ibm.websphere.dtx.dtxpi.MException: Failed to load library - Native function: Java_com_ibm_websphere_dtx_dtxpi_MMap_initializeAPI
    at com.ibm.websphere.dtx.dtxpi.MMap.initializeAPI(Native Method)

    I m using this api in windows platform
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender
    #DataExchange


  • 6.  Re: Error Java_com_ibm_websphere_dtx_dtxpi_MMap_initializeAPI

    Posted 05/02/08 09:17 AM

    Originally posted by: GerryCullen


    What version of WTX are you using?

    Did you try running the SDK example that is shipped with the product first? For WTX v8.2, it is located below examples\dk\dtxpi\java. It has a number of different examples provided. There is a readme.txt there that explains, step by step, what you need to do. Once you get these examples working, you can try replacing the supplied test case with your own.

    One tip - You need to make sure the map you are trying to run is compiled for the proper platform you are trying to execute on. So, for running the SDK on Windows, the MMC file needs to be built for Windows. For running the SDK on Linux, the compiled map needs to be compiled for Linux.

    Good luck!
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender
    #DataExchange


  • 7.  Re: Error Java_com_ibm_websphere_dtx_dtxpi_MMap_initializeAPI

    Posted 05/05/08 12:07 AM

    Originally posted by: SystemAdmin


    I m using WTX 8.2 version.
    After installing I dint get that package sturcture examples\dk\dtxpi\java which u have specified.I dont have any examples using dtxpi API in the installed folder.

    I dont think the problem is with compiling the map in the proper platform , as its working fine in some m/c's. and one more thing ,i m facing this problem (Java_com_ibm_websphere_dtx_dtxpi_MMap_initializeAPI) only for the first time i m trying to run the map . If once its properly running its working fine for all other test cases.
    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender


  • 8.  Re: Error Java_com_ibm_websphere_dtx_dtxpi_MMap_initializeAPI

    Posted 05/21/08 12:47 PM

    Originally posted by: jphernandez1


    Hi,

    any solution to that problem? I have the same error Native function: Java_com_ibm_websphere_dtx_dtxpi_MMap_initializeAPI. I am under a AIX Platform. I run the setup file and also run the setenv.sh that is the examples path: /examples/dk/dtxpi/java/ but I still get the same error. The application that uses the maps is running in WebSpehere Application Server 6.1. I made a Shared Library to point to the dtxpi.jar.

    Any idea what could be done to solve the problem?

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


  • 9.  Re: Error Java_com_ibm_websphere_dtx_dtxpi_MMap_initializeAPI

    Posted 05/21/08 02:01 PM

    Originally posted by: SystemAdmin


    I've currently given up on TX. Will give it a second chance when the next release of WebSphere Message Broker is out.

    regards, Mårten.
    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender


  • 10.  Re: Error Java_com_ibm_websphere_dtx_dtxpi_MMap_initializeAPI

    Posted 05/28/08 01:28 PM

    Originally posted by: jphernandez1


    Hi,

    I could resolve this error, it's all about environment variables. My problem was that I was running the setup file wrong, the command must be . ./setup, and not ./setup. If anyone have this error just check all environment variables are set correctly, classpath, libpath, path, dtx_home_dir, etc.

    I hope this can help.

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