My Oracle Support Banner

"Read Items Bulk Operations Status" API Is Showing "Not Found" Status after Creating digital asset using process application. (Doc ID 2966600.1)

Last updated on AUGUST 21, 2023

Applies to:

Oracle Content Management - Version 18.2.5 and later
Information in this document applies to any platform.

Symptoms

On : N/A version, Assets (CaaS)

We are using the "Performs Bulk Items Operations" API for creating asset. After that call we use "Read Items Bulk Operations Status" API to get asset id. We configured all these REST API calls in Oracle Process Application Service to create and publish the asset after approval process.
But when executing the process application getting an error as "Bulk Items Operations status with id OP50E614CDAA5946DFA0A876E96FF7C922 not found" for "Read Items Bulk Operations Status" API.

Got the same error from Postman after asset is created successfully using process application.

CURL Request from Postman:
GET /content/management/api/v1.1/bulkItemsOperations/[OP_ID] HTTP/1.1
Host: [OCM_HOST]
X-Requested-With: XMLHttpRequest
Authorization: [Basic ......]
Cookie: sticky=[...]


Response from Postman:
{
  "detail": "Bulk Items Operations status with id [OP_ID] not found",
  "type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.1",
  "title": "Bulk Items Operations status not found",
  "status": 404
}

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.