Unable to Import Sample Data via API (Data Generation in Containerized Port)
searchcancel
Unable to Import Sample Data via API (Data Generation in Containerized Port)
book
Article ID: 137687
calendar_today
Updated On: 10-12-2023
Products
CA Test Data Manager (Data Finder / Grid Tools)
Issue/Introduction
Importing sample data using Postman.
We are doing a POST to TDM and getting the below response:
{
"status": 400,
"errorCode": "400 BAD_REQUEST",
"errorMsg": "This Operation is not allowed for this object status : 3",
"errorDetail": "",
"timestamp": "2019-09-16T16:44+0000"
}
Environment
CA Test Data Manager TDM Web Portal
Cause
The problem was that the Oracle DB was set at 100 processes and this caused a number of CA TDM micro-services to crash when they were building/launching.
Resolution
When the Oracle container was built first, then set to 300 processes, then brought up the other CA TDM containers everything started working.