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.  Webmethod runtime error

    Posted 11/28/05 03:54 PM

    Hi,
    I am getting the following error while a flow service is executed.
    The service is trying to insert data into a table which does not have any constraint. There are no constraint in the service as well.
    I user IS version 6.1 and OS version HP-UX B.11.11

    com.wm.lang.flow.FlowException: com.wm.pkg.art.error.DetailedServiceException: [ART.117.4002] Adapter Runtime (Adapter Service): Unable to invoke adapter service BMC_PIM_Adapter_OE_Tgt.AdapterServices.PIMObject:insertProductBase. [ADA.1.314] Cannot set data for the input field “DEFAULT_WARRANTY_DAYS” null

    Thanks in advance

    Krishnakumar


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 2.  RE: Webmethod runtime error

    Posted 11/29/05 01:25 PM

    Hi Krishna,

    Currently i too faced the same error[ART.117.4007] when i have checked in the error reference it says that lets say we have two adapter connection and two different services that are reference two the same table in the back end database then they may have a conflict (when they are called in the same main service)whether to commit or to roll back the transaction on that particular table.I was puzzled if any body of u get this could you please explain whats happening.


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods