UD Tables issues between test and pilot

We have a really strange one. We have created UD fields in UD11 and UD12 tables in our test and pilot environments. The developer can write to both tables using API calls in the test environment, but it fails when trying to write to the tables in pilot.

No exception is thrown he just gets this:
{
“odata.error”:{
“code”:“”,“message”:{
“lang”:“en-US”,“value”:“”
}

Try regenerating the database again.

A data regen?

I’ve done a regen a few times and still can’t access it.

Did you recycle the app pool as well?

Just did that and no change still can’t write to it. Is there something maybe I’m missing that I need to set in kinetic?

I even went so far as to put the table on the menu since I know you can’t DMT to it unless it’s on there.

Any other suggestions? I’m totally at a loss.

I’d back up and make sure that you can write to the tables in pilot from the Rest Help page. Maybe the dev doesn’t have the same access setup in both environments, or has the wrong api key for pilot?

I’ll have him try that.

1 Like

One dev says they can get and post to both tables using postman.