You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to delete multiple members using the Essbase 21c REST API?

Summary:

I'm using the rest api to delete members from the Essbase outline using the mbrDelete command. It works when I specify only one member but fails with this error when I try and delete multiple members in one json payload.

"Dimension build failed. Error code [1060375]. Check the server log file and the dimension build error file for possible additional info." There's no extra info in the log.


This is the curl command I'm using:

curl -k -X POST "https://myessbase.com/essbase/rest/v1/applications/Sample/databases/Basic/boe" -H Accept:application/json -H Content-Type:application/json --data "@./mbrDelete.json" -u USER:PASSWORD

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!