cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

SetConfigurationTable

KN_9954684
12-Amethyst

SetConfigurationTable

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.

1 ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

5 REPLIES 5
PaiChung
22-Sapphire I
(To:KN_9954684)

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'?

Yes I did called RestartThing, EnableThing services

Any update on this issue?

PaiChung
22-Sapphire I
(To:KN_9954684)

Could you share your code?

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.

Top Tags