Skip to main content

Hi All,

 

I am facing an issue with updating a field in a table automatically using a Asynchronous BPA workflow in IFS Cloud 24R2 Environment. 

For Example, I have created the Asynchronous BPA Workflow  to update the ‘Description’ field in the JtTask Entity. And I triggered this workflow using the custom event. 

I am currently working in the Request Work Task Screen under Service Management.

 

IFS API  Update 

 

 

While Troubleshooting the workflow, got the following error.

 

 

 

The issue doesn’t occur every time. Sometimes the error appears, and sometimes the workflow runs successfully and updates the field without any error.  

If there was a problem with the  workflow logic, the error should come up every time. But I am not sure why the behavior is inconsistent.

Note: I am using the Asynchronous workflow type because this workflow will be triggered from the IFS MWO application.

 

Please somebody guide me on this. How to resolve this issue. 

 

Thanks in Advance!

 

Sandya S.

 

It seems another API calling the JtTask entity which is having a COMMIT in the procedure/function. I think you are getting this error, when that procedure/function is getting invoked by the system or by another user.

I found the below issue that is discussing the same error. Please check this as well.

BPA Workflow error: Cannot commit in Current PL/SQL Session ORA-06512 | IFS Community

You might need to go through the SCHEDULING_DATASET_API and the SCHEDULING_DATASET_FLAG_API to find the probable cause.

 

 


Reply