cancel
Showing results for 
Search instead for 
Did you mean: 

Provider Contract activation failed in CC

anilm1
Explorer
0 Kudos
518

Dear Experts

We are facing an issue for activation of provider contract in CC. We've validated the ODI steps and all are successful and we've also validated the monitor the distribution, all are seems fine. But we couldn't able to figure out the reason for failing the activation in CC as the last activation date in blank

Request to share your expertise analysis and cause of this issue, it would be really appreciate.

Thanks

Anil

Accepted Solutions (0)

Answers (2)

Answers (2)

doris_karapici
Participant
0 Kudos

Hi Anil,

If the steps that Deepak mentioned are successfully executed then you need to check further in CC why the activation is failing. So, when you need to activate a contract immediately, you should rather use the "chargingContractActivate" SOAP method:

https://help.sap.com/doc/d847860d561a47568a936d5f3cbeb9da/2021.0/en-US/core_wsdoc/activation/Chargin...

This recommended approach will process only the targeted contract, instead of going through the whole database.

Alternatively, you may also target several contracts in one request, using "chargingContractBulkActivate":

https://help.sap.com/doc/d847860d561a47568a936d5f3cbeb9da/2021.0/en-US/core_wsdoc/wsdl/rating.html#c...

After you have activated the provider contract with the WS you need to check the rater logs if something went wrong with the activation process. View logs and traces:

◼ Use Admin+ and the logs command to display some logs of the Core Server systems.

Otherway is to open the filesystem on the installed server instance of CC and go to the Rater logs path and check there the log file of the rater.

Hope it helps,

Doris

deepak_dash
Advisor
Advisor
0 Kudos

Hi Anil,

Last activation date in CC contract is set when ODI step step PCCA is executed after provider contract is distributed to SAP CC. If you have this step in the ODI schema, make sure the step is executed after PCEA, i.e. step number of PCEA is marked as PrereqStep. Thanks.

Regards
Deepak