Hi All,
Recently, my client ended their contract with one of their data providers. Over the last few weeks, I have been removing all data provide by this vendor. My question is, when trying to delete an Algorithmic model, has anyone ran into the error message {"message: Trait must be RULE-BASED or ONBOARDED", "code":"ILLEGAL_ARGUMENT"}?
It's peculiar why I can't delete this model because 1) it hasn't had a successful run since 2017 2) their are no active traits using this model, and 3) there are no active segments using any traits (obviously). Meaning, I have no idea why this error is occurring. Please help. I need this model deleted, so I can delete the appropriate data sources, which will allow me to pass an upcoming audit.
-Sean
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Sean,
I would recommend looking into your browser debugger (default usually F12), and view the network tab in the debugger when attempting to delete the model. The API call made to delete the model will return with a 500 error I believe, and should contain some more details on what else is linked, or preventing the model from being deleted.
Regards,
Shane
Hi Sean,
I would recommend looking into your browser debugger (default usually F12), and view the network tab in the debugger when attempting to delete the model. The API call made to delete the model will return with a 500 error I believe, and should contain some more details on what else is linked, or preventing the model from being deleted.
Regards,
Shane
Thanks Shane! Here's what I see:
nrWrapper | @ | Models.ddx:4 | |
send | @ | jquery-2.0.0.min.js:5 | |
ajax | @ | jquery-2.0.0.min.js:5 | |
a.sync | @ | backbone-0.9.2-build-min.js:1 | |
sync | @ | bb_mvc.js?v=1167:2281 | |
destroy | @ | backbone-0.9.2-build-min.js:1 | |
click | @ | bundle.979f87f….min.js:43 | |
dispatch | @ | jquery-2.0.0.min.js:4 | |
y.handle | @ | jquery-2.0.0.min.js:4 | |
nrWrapper | @ | Models.ddx:4 |
Does this help?
If I wait a few seconds, the console then reports a ton of the same error...
<377> Unchecked runtime.lastError: The message port closed before a response was received.
Models.ddx:1 Unchecked runtime.lastError: The message port closed before a response was received.
Models.ddx:1 Unchecked runtime.lastError: The message port closed before a response was received.
Models.ddx:1 Unchecked runtime.lastError: The message port closed before a response was received.
Models.ddx:1 Unchecked runtime.lastError: The message port closed before a response was received.
Views
Replies
Total Likes
Hey Sean,
I was hoping to see more.. but seems the message you provided initially was all there was? {"message: Trait must be RULE-BASED or ONBOARDED", "code":"ILLEGAL_ARGUMENT"}
However, your comment did provide the model ID so I checked on this myself and couldn't see what the issue was. I've opened a JIRA with our API team, and will provided an updated comment on what we find out.
Thanks,
Shane
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes