cancel
Showing results for 
Search instead for 
Did you mean: 

Automated activity not executing in BPM process

Former Member
0 Kudos

Hi All, We have created a BPM process in NWCE72, and it was executing fine. When we added an automated activitiy and assigned a Web Service created from a rule and run the process, it is possible to run the process till the automated activity only. The automated activity is throwing error a snapshot of the same pasted belw If anyone has encountered simllar problem kindly let us know how to overcome. Lookforward for help in overcoming this problem Down below it is saying that "You may have not assigned the Service Group to a Provider System, or the generation of the configuration has failed. "

=====================================================================================================

Error during SCA Processing

[EXCEPTION]

com.sap.engine.interfaces.sca.config.exception.ESBConfigurationException: Could not process message for operation getUid in web service plugin module.

at com.sap.engine.services.sca.plugins.ws.WebServiceImplementationInstance.accept(WebServiceImplementationInstance.java:217)

at com.sap.engine.services.sca.das.SCADASImpl.invokeReference(SCADASImpl.java:335)

at com.sap.glx.adapter.app.ucon.SCADASWrapperImpl.invoke(SCADASWrapperImpl.java:98)

at com.sap.glx.adapter.app.ucon.UnifiedWebServiceCallObject.invokeWebServiceOperation(UnifiedWebServiceCallObject.java:77)

at com.sap.glx.adapter.app.ucon.UnifiedWebServiceCallClass.invoke(UnifiedWebServiceCallClass.java:163)

at com.sap.glx.core.dock.impl.DockObjectImpl.invokeMethod(DockObjectImpl.java:545)

at com.sap.glx.core.kernel.trigger.config.Script$MethodInvocation.execute(Script.java:248)

at com.sap.glx.core.kernel.trigger.config.Script.execute(Script.java:798)

at com.sap.glx.core.kernel.execution.transition.ScriptTransition.execute(ScriptTransition.java:63)

at com.sap.glx.core.kernel.execution.transition.Transition.commence(Transition.java:138)

at com.sap.glx.core.kernel.execution.LeaderWorkerPool$Follower.run(LeaderWorkerPool.java:127)

at com.sap.glx.core.resource.impl.common.WorkWrapper.run(WorkWrapper.java:58)

at com.sap.glx.core.resource.impl.j2ee.J2EEResourceImpl$Sessionizer.run(J2EEResourceImpl.java:216)

at com.sap.glx.core.resource.impl.j2ee.ServiceUserManager$ServiceUserImpersonator$1.run(ServiceUserManager.java:150)

at java.security.AccessController.doPrivileged(Native Method)

at javax.security.auth.Subject.doAs(Subject.java:337)

at com.sap.glx.core.resource.impl.j2ee.ServiceUserManager$ServiceUserImpersonator.run(ServiceUserManager.java:147)

at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)

at java.security.AccessController.doPrivileged(Native Method)

at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:182)

at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:299)

Caused by: com.sap.engine.interfaces.sca.config.exception.ESBConfigurationException: Configuration not found for application: demo.sap.com/z_process_1,composite:z_process_1,component:demo.sap.comz_process_1BPMcomponent,reference:8afdfecc-c7ab-4d90-9b4d-c5c28e13b88f,bindingType:WS

at com.sap.esi.esp.service.server.ESPServiceInterfaceImpl.getConfiguration(ESPServiceInterfaceImpl.java:349)

at com.sap.engine.services.sca.plugins.ws.WebServiceImplementationInstance.getWSConfigurationObject(WebServiceImplementationInstance.java:260)

at com.sap.engine.services.sca.plugins.ws.WebServiceImplementationInstance.initWsdas(WebServiceImplementationInstance.java:250)

at com.sap.engine.services.sca.plugins.ws.WebServiceImplementationInstance.accept(WebServiceImplementationInstance.java:82)

... 20 more

Caused by: com.sap.esi.esp.lib.mm.config.exceptions.ObjectNotExistsException: Configuration not found for application: demo.sap.com/z_process_1,composite:z_process_1,component:demo.sap.comz_process_1BPMcomponent,reference:8afdfecc-c7ab-4d90-9b4d-c5c28e13b88f,bindingType:WS

at com.sap.esi.esp.service.server.esb.ConnectivityConfigurationManagerImpl.readConfiguration(ConnectivityConfigurationManagerImpl.java:291)

at com.sap.esi.esp.service.server.ESPServiceInterfaceImpl.getConfiguration(ESPServiceInterfaceImpl.java:342)

... 23 more

Caused by: com.sap.esi.esp.lib.mm.config.exceptions.ObjectNotExistsException: Configuration not found for application: demo.sap.com/z_process_1,serviceRefId:z_process_1_demo.sap.comz_process_1BPMcomponent_8afdfecc-c7ab-4d90-9b4d-c5c28e13b88f_WS. Please check the configuration details from the NWA. You may have not assigned the Service Group to a Provider System, or the generation of the configuration has failed.

at com.sap.esi.esp.service.server.esb.ConnectivityConfigurationManagerImpl.readConfiguration(ConnectivityConfigurationManagerImpl.java:350)

at com.sap.esi.esp.service.server.esb.ConnectivityConfigurationManagerImpl.readConfiguration(ConnectivityConfigurationManagerImpl.java:278)

... 24 more

Accepted Solutions (1)

Accepted Solutions (1)

stefan_henke
Contributor
0 Kudos

Hi,

the service you are calling in your automated activity uses a Service Reference to make the physical endpoint configurable after deployment of the application. This requires you to at least once do this configuration in the Netweaver Administrator. For this, log on to the NWA and navigate to "SOA -> Application and Scenario Communication -> Application Communication". From here, select your application and assign a provider system to your Service Reference.

If it is a call to the same system, you can use the existing system for localhost. For remote systems, you have to create a new provider system.

After this, the automated activity should work fine.

Best regards,

Stefan

Former Member
0 Kudos

Thank you.

Answers (0)