Does anyone know how to configure WTx for IPA (LPA) Process Flow

 1 Replies
 0 Subscribed to this topic
 52 Subscribed to this forum
Sort:
Author
Messages
amylynanderson
Advanced Member
Posts: 26
Advanced Member
    I am trying to move our PFI to LPA.  I am getting an error on W TX

    The system configuration is the following
    main
    checked use rmi
    RMI Host is from bpm.properties
    RMI Port is from bpm.properties
    rmi extension - aix
    time out 60

    This is the error message I am receiving:
    Executing TX Activity TXAdapter7440...
    TX Activity TXAdapter7440 - Map: GovCustAR
    Activity TXAdapter7440: java.rmi.NotBoundException: DTXRMIServer
    Variables:
            lastOutputData(Type=Object) =
            lastReturnMessage(Type=String) = java.rmi.NotBoundException: DTXRMIServer
            lastInformationCode(Type=Integer) = 0
            lastErrorCode(Type=Integer) = 1
    TXAdapter7440_errorCode = 1
    TXAdapter7440_informationCode = 0
    TXAdapter7440_returnMessage = java.rmi.NotBoundException: DTXRMIServer
    TXAdapter7440_outputData =
    Activity name:TXAdapter7440 id:11 failed @ 09/16/2013 01:31:08 PM
    Terminating the process ...


    The WTX Node has the
    function transformbatch

    I have not gotten one W TX to work in LPA. 
    amylynanderson
    Advanced Member
    Posts: 26
    Advanced Member
      1.  KB 1212661 Tells you the drivers are not installed on the correct location on landmark so you have to fix it. 

             a.  -rw-------    1 lawson   lawson      1536979 Sep 20 08:08 ojdbc14.jar
                         (lawson) lmkdev ->pwd
                          /apps/lmkdev/system/LPS/jars
                          (lawson) lmkdev ->
             b.  then I add this to the grid in classpath the full path of the location on the landmark server.
             c.  You can get this information from your /apps/devlawson/wsdtx/config/rmiserver.properites file
        4.  You need to configure your bpm.properties rmi to use DTX by running pfserv config
      5.  stop/start DTX rmi and pfserv
      6.  All your maps now need to be in the following directory /apps/devlawson/wsdtx/bci_maps

      I thinks that is all