cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error executing Manage Engineering Change Order webservice

KurtS
Discoverer
0 Kudos
261

Hi experts,

i try to create an enginieering change order via webservice in sap bussines by design.

i can see an error on sap under monitoring:

"An error situation has occurred where the agent had to create a fault message, but this has failed."

Looks like the same error:

2948913 - Error appears " An error situation has occurred where the agent had to create a fault mess...

but i cant solve it.

i checked the request  in Visual Studio C# and SOAPui. the same failure

Accepted Solutions (0)

Answers (1)

Answers (1)

henrycai
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Kurt,

According to KBA "2948913 - Error appears " An error situation has occurred where the agent had to create a fault message, but this has failed" while executing Manage Engineering Change Order webservice", have you checked below with your payload:

  1. If the Engineering Change Order parameter passed in the web service contains too many special characters.
  2. If the Engineering Change Order ID is missing in the web service.
  3. If the parameter Start Date is not passed.
  4. if the parameter CancelledIndicator does not contain either true or false.
  5. Sometimes even if there are small syntax errors in the web service.

Kind Regards,

Henry