Expand my Community achievements bar.

creating new segment schedule error

Avatar

Level 5

I would like to create new segment schedule and that is the response which I got. Do you know such an error?

 

{
"requestId": "NaN",
"errors": {
"400": [
{
"code": "UPAPI-054606-400",
"message": "There is a problem in chronos schedule validation."
}
]
},
"type": "https://ns.adobe.com/aep/errors/UPAPI-054606-400",
"title": "There is a problem in chronos schedule validation.",
"status": 400
}

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

5 Replies

Avatar

Community Advisor

Can you provide the /POST details which is being sent to create the new schedule?

Avatar

Level 5

Headers (I assume that they are all right. Just double checked. I rather work with AEP API on daily basis). Unfortunately in my org we cannot use postman anymore

Michael_Soprano_0-1715262560700.png

Body:
{
"name":"profile-default",
"type":"batch_segmentation",
"properties":{
"segments":[
"*"
]
},
"schedule":"0 0 1 * * ?",
"state":"inactive"
}

Avatar

Community Advisor

are you attempting to create a new batch scheduler or modify the existing batch scheduler execution time?

Avatar

Community Advisor

There can be only one batch_segmentation job upon the Adobe RTCDP platform.  

 

What is the need to create a new one which the existing one does not meet the requirements?