cancel
Showing results for 
Search instead for 
Did you mean: 

NW BPM error 'Configuration not found for application'

vijayanandpaul_puvvula3
Active Participant
0 Kudos

Hello Guru's,

I am getting the following error when trying to call an automated service from NW BPM

root exception Message 'Configuration not found for application: efi.com/ppg_bpm_0~pr~pm,serviceRefId:{http://www.sap.com}ppg_bpm_0~pr~pm_efi.com~ppg_bpm_0~pr~pm~BPMcomponent_c2f878af-509e-45d8-8aae-9b4503ad45f6_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.'; message ID 'n/a'; log ID 'C0000A03188766B90000000100004174'

My service interface is Abstract and I have the ICO required to process it in the ID. In the same BPM other services are working fine.

When I check the Consumed Service Groups, only this service shows connectivity type 'WS' while the others show as 'XI'. Could you help me to resolve this error.

Accepted Solutions (1)

Accepted Solutions (1)

former_member190293
Active Contributor
0 Kudos

Hi Vijayanand!

If you perform your call from BPM using PI (ICo), than you should set connectivity type for your Service Reference as "XI" and set the name of respective Sender Party (Bussiness Component representing your BPM) which is defined in ID.

Regards, Evgeniy.

Answers (3)

Answers (3)

vijayanandpaul_puvvula3
Active Participant
0 Kudos

Thanks Evgeniy for the perfect answer.

Click on the Service Reference->Select type as 'XI'->Provide BPM name using to configure the ICO.

vijayanandpaul_puvvula3
Active Participant
0 Kudos

Sorry, the BPM is in failed status with the above error and the updates are not happening to the DB.

vijayanandpaul_puvvula3
Active Participant
0 Kudos

Thanks Evgeniy.

But this is a call from BPM to PI and not from PI to BPM. Generally I do that for PI to BPM in the event Trigger step.

I deleted the ICO now and created again. The second step is to update the DB table as highlighted in the screenshots.

When I created again, now the DB updates are working but still I get an error

"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."

Request your help.

2nd-step-properties.jpg

wo-bpm-screenshot.jpg

former_member190293
Active Contributor
0 Kudos

Hi Vijayanand!

You use Service references to define how outgoing calls from BPM are made. So, you either use XI-based outgoing call (set Type - "XI" and Sender Party) or use direct WS call. In second case you should set up Provider System in NWA.

In case of using PI for processing outgoing call from BPM you should use outbound sender interface with pattern "XI 3.0 compatible" and Service reference of type "XI".

Regards, Evgeniy.