Skip to main content
14-Alexandrite
June 10, 2022
Solved

SetConfigurationTable

  • June 10, 2022
  • 2 replies
  • 1901 views

I am able to execute GetConfigurationTable service Where as SetConfigurationTable service when called inside service written by me is not setting all the Configuration values for Database/Mailserver Thing entity.Please verify from your end if there is any problem.

Best answer by TravisPickett

Can you please share your code if you are still having this issue.

 

Also after you SetConfigurationTables you must also run the service SaveConfigurationTables.  You must do this even if the persist parameter is set to true.

2 replies

22-Sapphire I
June 13, 2022

What does your SetConfigurationTable code look like?

I usually use the Get first then update the table values and then Set it back.

After that do you call 'RestartThing'?

14-Alexandrite
June 14, 2022

Yes I did called RestartThing, EnableThing services

14-Alexandrite
June 15, 2022

Any update on this issue?

12-Amethyst
July 1, 2022

Can you please share your code if you are still having this issue.

 

Also after you SetConfigurationTables you must also run the service SaveConfigurationTables.  You must do this even if the persist parameter is set to true.