SAP Knowledge Base Article - Public

2917223 - How to delete Integration Center jobs with Odata upsert - SAP SuccessFactors Integration Center

Symptom

Integration Center job freeze on 3 dots blinking when you try to delete a job.

Environment

SAP SuccessFactors Integration Center

Reproducing the Issue

  1. Go to integration center;
  2. Click on trash icon to delete an integration center job;
  3. System show the 3 dots blinking and the system freeze.

Cause


Resolution

It is possible to delete Integration Center jobs with an upsert on Odata, using a software like Postman.

Use: POST <API URL>/odata/v2/restricted/_IntegrationCenterRestrictedService/upsert

Body:

{"__metadata":{"uri":"IntegrationProcessDefinition","type":"SFOData.IntegrationProcessDefinition"},"externalCode":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","externalName":"Integration Name)","definitionType":"DELETED"},

You can either pass multiple records in a POST call, use Body:

[

{"__metadata":{"uri":"IntegrationProcessDefinition","type":"SFOData.IntegrationProcessDefinition"},"externalCode":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","externalName":"Integration Name)","definitionType":"DELETED"},

{"__metadata":{"uri":"IntegrationProcessDefinition","type":"SFOData.IntegrationProcessDefinition"},"externalCode":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","externalName":"Integration Name)","definitionType":"DELETED"},

]


How to get externalCode?

  1. Admin Center > Manage Data
  2. Select "IntegrationProcessDefinition" object and search by the integration name.
  3. Get the externalCode from the object details

Note 1: The Integration job will continue appearing on Manage Data > IntegrationProcessDefinition, with definitionType: DELETED

Note 2: This upsert doesn't appear on Odata API Audit logs. 


See Also

Integration Center handbook

Successfactors API URLs for different Data Centers

How to use Postman on performing ODATA API Requests

Keywords

integration center delete; job delete; IC job delete; odata upsert delete job; , KBA , LOD-SF-INT-INC , Integration Center , LOD-SF-INT , Integrations , How To

Product

SAP SuccessFactors HCM Suite all versions