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.

 View Only
Expand all | Collapse all

Error Calling wm.EDIINT.send

  • 1.  Error Calling wm.EDIINT.send

    Posted Thu September 17, 2009 10:03 AM

    I am trying to configure AS2 and when I call wm.EDIINT.send from my custom flow, I get following error,
    com.wm.lang.flow.FlowException: [ISC.0049.9010] Service ‘wm.tn.route:routeBizdoc’ invoking unknown service ‘pub.prt.tn:handleBizDoc’ at ‘$default’. The service may have been renamed, moved or disabled
    I checked and WmPRT package is not there in my IS. Which IS Component comes with this package? What I need to install in IS in order to get this package? and what is the purpose of this package?

    Appreciate your help?
    Thanks,
    Faisal


    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB


  • 2.  RE: Error Calling wm.EDIINT.send

    Posted Thu September 17, 2009 11:28 AM

    I did now install WmPRT but getting following error while loading the package,

    2009-09-17 15:51:54 AST [ISS.0028.0005I] Loading WmPRT package
    2009-09-17 15:51:54 AST [ISS.0098.0054I] Broker not configured. Trigger:wm.prt.status:controlTrigger will be able to receive Documents published locally only.
    2009-09-17 15:51:54 AST [ISS.0098.0054I] Broker not configured. Trigger:wm.prt.status:trigger will be able to receive Documents published locally only.
    2009-09-17 15:51:54 AST [ISS.0134.0053I] Unable to start JMS Trigger wm.prt.status:JMSControlTrigger: com.wm.app.b2b.server.jms.JMSSubsystemException: [ISS.0134.9017] No JMS Connection Alias found with name “PE_NONTRANSACTIONAL_ALIAS”
    2009-09-17 15:51:54 AST [ISS.0134.0064E] Unable to register JMS Trigger wm.prt.status:JMSControlTrigger: com.wm.app.b2b.server.jms.JMSSubsystemException: [ISS.0134.9017] No JMS Connection Alias found with name “PE_NONTRANSACTIONAL_ALIAS”
    2009-09-17 15:51:54 AST [ISS.0028.0012I] WmPRT: Startup service (wm.prt.admin:startup)
    checkDBSQL error: java.lang.NullPointerException
    checkDBSQL error reinit pool: java.lang.NullPointerException
    2009-09-17 15:51:54 AST [PRT.0101.0830I] JMS Connection Alias for PRT ‘PRT_NONTRANSACTIONAL_ALIAS’ has not been configured.
    checkDBSQL error: java.lang.NullPointerException
    checkDBSQL error reinit pool: java.lang.NullPointerException
    Error in recoverJoinTimers: com.wm.app.b2b.server.ISRuntimeException: [101.518] *** Exception: Unable to connect to database!

    Now when I run wm.EDIINT:send service from my custom flow, this error is given “com.wm.app.b2b.server.ServiceException: [101.518] *** Exception: Unable to connect to database!

    Thanks,
    Faisal


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration


  • 3.  RE: Error Calling wm.EDIINT.send

    Posted Thu September 17, 2009 11:52 AM

    This issue is also resolved after defining JDBC Pool for Process Engine and Report,
    Now I have another issue, just for testing purpose I am trying submit document to IS via AS2 but when i execute wm.EDIINT:send I get authentical error in IS log and delivery fails, I am sure that I have correctly define delivery Settings in Partner profile.
    2009-09-17 16:17:05 AST [ISS.0053.0002C] Access denied for user Administrator on port 5555 → ‘invoke/wm.EDIINT/receive’ from 127.0.0.1.
    2009-09-17 16:17:05 AST [ISS.0053.0002C] Access denied for user Administrator on port 5555 → ‘invoke/wm.EDIINT/receive’ from 127.0.0.1.
    2009-09-17 16:17:05 AST [ISS.0053.0002C] Access denied for user Administrator on port 5555 → ‘invoke/wm.EDIINT/receive’ from 127.0.0.1.
    2009-09-17 16:17:05 AST [ISS.0053.0002C] Access denied for user Administrator on port 5555 → ‘invoke/wm.EDIINT/receive’ from 127.0.0.1.
    2009-09-17 16:17:05 AST [ISS.0053.0002C] Access denied for user Administrator on port 5555 → ‘invoke/wm.EDIINT/receive’ from 127.0.0.1.
    2009-09-17 16:17:05 AST [TNS.0002.1082W] Task vg0001004f4137pk0000000o failed with no more retries available. Reason for failure - Delivery service for vg0001004f4137pk0000000o failed with a status of fail and status message of com.wm.net.NetException: [ISC.0064.9314] Authorization Required: [ISS.0084.9001] Invalid credentials


    #B2B-Integration
    #Integration-Server-and-ESB
    #webMethods