IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  How to debug JDE Adapter from command prompt

    Posted 11/12/02 12:50 AM

    Guys,

    I am trying to run the JDE Adapter 411 in debug mode from the command prompt. While using the beans_adapter command, I see an error. enclosed is the screen shot.

    C:\>beans_adapter BLY01_JDE_JDEAdapter01 BLY01_BKR01@blyeaibkr01:9001 0 debug=1
    [Debug] println An exception occured while getting an instance in JDEProperty.jas.ini (The system cannot find the file specified)
    [Debug] println log not defined in JAS.INI file. stderr will be used.
    [Debug] println rtlog not defined in JAS.INI file. stderr will be used.
    [Debug] println debuglog not defined in JAS.INI file. stdout will be used.
    INTEROP : Hostname or portnumber is not set up in INI file.
    [Adapter Process] (085) The adapter process could not start up. null

    My instincts are to include the path of the jas.ini as well as my JDE repository info. But if anyone has tried to run in debug mode from the command prompt, I would like to know how it can be done.


    #Integration-Server-and-ESB
    #Universal-Messaging-Broker
    #broker
    #webMethods


  • 2.  RE: How to debug JDE Adapter from command prompt

    Posted 11/27/02 11:56 PM

    For all folks who do not know the answer:

    use the command
    beans_adapter “JDE Adapter Name” “Broker@hostname:port” 0 debug=1 -Dconfig_file=c:\wment41\jas.ini

    For eg:
    C:\>beans_adapter oneWorld “Broker #1@100001474” 0 debug=1 -Dconfig_file=c:\wment41\jasdv.ini

    This will help to run the JDE Adapter in debug mode.


    #webMethods
    #Universal-Messaging-Broker
    #broker
    #Integration-Server-and-ESB