cancel
Showing results for 
Search instead for 
Did you mean: 

How to implement service event for SAP Work Manager 6.0.

Former Member
0 Kudos

Hi Experts,

I am working on SAP Work Manager 6.0 and trying to implement WorkorderPushByMRSHTTPListener service event. but i am not getting notification if any workorder is added into the backend. so can anyone tell me how to implement service event and what changes i need to do in config panel side.

please help me.

Regards,

Pratik Chavan.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I am getting this errors while server startup. please help me to resolve this errors.

2015/05/25 14:03:33.831: Opening log file

2015/05/25 14:03:33.831: + Thread=5520

2015/05/25 14:03:33.831:   + Application=com.sap.data.WMest60

2015/05/25 14:03:33.831:     + Load Loop=Production

2015/05/25 14:03:33.831:       + AppIniFile=SAPWM-v1-0-0-app

2015/05/25 14:03:33.831:         + Module=PM

2015/05/25 14:03:33.831:           + Service Event=BDSDocumentPushHTTPListener

2015/05/25 14:03:33.831:             System Connection with ID '2' not found for Service Event

2015/05/25 14:03:33.831:             Failed to load definition for Service Event 'BDSDocumentPushHTTPListener'

2015/05/25 14:03:33.831:           + Service Event=DMSDocumentPushHTTPListener

2015/05/25 14:03:33.831:             System Connection with ID '2' not found for Service Event

2015/05/25 14:03:33.831:             Failed to load definition for Service Event 'DMSDocumentPushHTTPListener'

2015/05/25 14:03:33.831:           + Service Event=WorkorderPushByMRSHTTPListener

2015/05/25 14:03:33.831:             System Connection with ID '2' not found for Service Event

2015/05/25 14:03:33.831:             Failed to load definition for Service Event 'WorkorderPushByMRSHTTPListener'

2015/05/25 14:03:33.831:           + Service Event=WorkorderPushByOperationHTTPListener

2015/05/25 14:03:33.831:             System Connection with ID '2' not found for Service Event

2015/05/25 14:03:33.831:             Failed to load definition for Service Event 'WorkorderPushByOperationHTTPListener'

2015/05/25 14:03:33.831:           + Service Event=WorkorderPushBySubOperationHTTPListener

2015/05/25 14:03:33.831:             System Connection with ID '2' not found for Service Event

2015/05/25 14:03:33.831:             Failed to load definition for Service Event 'WorkorderPushBySubOperationHTTPListener'

2015/05/25 14:03:33.831:           + Service Event=WorkOrderPushHTTPListener

2015/05/25 14:03:33.831:             System Connection with ID '2' not found for Service Event

2015/05/25 14:03:33.831:             Failed to load definition for Service Event 'WorkOrderPushHTTPListener'

Thanks and Regards,

Pratik

Former Member
0 Kudos

Looks like the System connect 2 failed to started on startup.  Check you backend settings.  you might need to change the port it listen on, as the default one is the same as the SMP server.

Former Member
0 Kudos

Hello Stephen,

Thanks for quick reply.can you explain how to implement service event for SAPWM 6.0.

thanks and regards,

Pratik

Former Member
0 Kudos

Hi Pratik

Have you found the solution to this issue?

Thanks