Webmethod runtime error

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

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.