cancel
Showing results for 
Search instead for 
Did you mean: 

Event linkage status changed to (Error, Active) automatically

Former Member
0 Kudos

Hi Experts,

I've developed a workflow for trip approval process in travel management module. For triggering the workflow, I'm using CREATE event of BUS2089. Development is over and tested in Development and Quality systems and every thing went well.

Development is now transported to Production system, initially the event linkage status was 'Active', but today morning when i saw the event linkage in workflow template, the status is 'Error, Active'. Workflow is not getting triggered, instead events are kept in queue. Want to know what went wrong? What should i do to re-activate the event linkage?

In SWE2, I've selected 'Behavior Upon Error Feedback' parameter as 'System Defaults' and Receiver Status 'No errors'. But, now the Receiver status changed to 'Errors'. How to check out the error happened?

Thanks in Advance,

Siva Sankar.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

answered

Former Member
0 Kudos

Siva,

This automatic deactivating of workflow linkage is inbuilt mechanism of WF to defend against any issues in WF.

Please check your WF for errors by SWU6 / SWU4.

If you think your workflow is fine , then try activating the linkage through FM SWE_EVENT_REC_TYPE_ENABLE. Actually this activation through FM helped me when my WF was automatically had the link deactivation. The FM is just a work around, but plz check your wf for consistency/errors

Regards,

Chandra.

Former Member
0 Kudos

Hi Siva,

In the Production, check the Workflow template for Syntax error's using Ctrl+F2.

During the transport some of container's may missed and it causes the error in workflow.

So the event linkage de-activated automatically. If there is any error in workflow, then Create a new request and move it PRD.

To activate the Event linkage, Create a one more Customized request and again move this to prd.

It will solve the issue.

Thanks,

Viji.

former_member193771
Contributor
0 Kudos

Hi,

Please check whether the background job in SWEQADM is active... Otherwise shedule it.

Thanks,

Sukumar.

Former Member
0 Kudos

Hi Sukumar,

Thanks for your reply, but the background job is already active.

Thanks,

Siva Sankar.