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
}
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
1. Let's assume we would like to create new schedule for different audiences. In my use case, would like to evaluate an audience only on 15th day at 6AM? Tried to pass the particular segment id in the properties request object. Is it possible to override the schedule for particular audiences?
I get error the following error. From your above statement, it looks like RTDCP does not support it. But it will be a cool feature to have because few audiences may not have run everyday and tax the platform unnecessarily.
Response
Views
Replies
Total Likes
Can you provide the /POST details which is being sent to create the new schedule?
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
Body:
{
"name":"profile-default",
"type":"batch_segmentation",
"properties":{
"segments":[
"*"
]
},
"schedule":"0 0 1 * * ?",
"state":"inactive"
}
Views
Replies
Total Likes
are you attempting to create a new batch scheduler or modify the existing batch scheduler execution time?
Views
Replies
Total Likes
Create a new one
Views
Replies
Total Likes
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?
Views
Replies
Total Likes
1. Let's assume we would like to create new schedule for different audiences. In my use case, would like to evaluate an audience only on 15th day at 6AM? Tried to pass the particular segment id in the properties request object. Is it possible to override the schedule for particular audiences?
I get error the following error. From your above statement, it looks like RTDCP does not support it. But it will be a cool feature to have because few audiences may not have run everyday and tax the platform unnecessarily.
Response
Views
Replies
Total Likes
Did you find the suggested solutions helpful? It would be great if you can mark the answer as correct for posterity. If you have found out solution yourself, share it with wider audience in the community.
Views
Replies
Total Likes