on 2021 Apr 28 6:00 PM
Hi,
I create an external score as described here and the "model fits" is active. So far so good, everything seems to be ok.
When I try to upload a score value using the ScoreValues OData Service, I get the error message "<code>/IWBEP/CM_MGW_RT/021</code> <message xml:lang="en">Method 'SCOREVALUES_CREATE_ENTITY' not implemented in data provider class</message> "
What did I do wrong?
Regards
Christian
Request clarification before answering.
Dear Christian,
You may encounter such errors if the payload structure is not correct.
Try as per below help document
For best performance, deep insert is supported as illustrated in the payload examples.
URI -> /API_MKT_SCORE_SRV/Scores(MarketingScore='YY1_TEST')/ScoreModels
Payload: ->
{
"MarketingScore":"YY1_TEST",
"MarketingScoreModel":"25",
"ScoreValues":[
{
"MarketingScoreDateTime":"2021-04-29T11:57:00",
"MarketingScoredObjectUUID":"ffffffff-ffff-ffff-ffff-ffffffffffff",
"MarketingScoreValue":"1"
}
]
}
Please try again with this structure and check if this helps.
Regards,
Saravana.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @saravana92
thank you for your comment.
This call returns with code 201. But unfortunately it seems that the score value is not stored. The GET ScoreValues returns an empty list and in Predictive Studio the value list is empty, too.
When I do a GET ScoreTargetObjects I get an empty list, too. Does this mean anything?
Upload via CSV file works.
Regards
Christian
Hi Christian,
In that case , We need to check in your system , You can reach us out via SAP Expert Chat.
Regards,
Saravana.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.