Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hi, I have the same problem, did the issue get solved?
Solved! Go to Solution.
Hi @slangley
now I know why I had this error, when I'm accessing the thing's property from inside a sub-thread, I have this error, but if I access it from the main thread of the Resource it goes without errors. So, as carlos said "If you create a sub-thread you may need to initialize Security Context for the newly created transaction" and here we have an example for that https://community.ptc.com/t5/ThingWorx-Developers/Running-another-thread-in-the-Thingworx-Extension/td-p/528607
Regards,
Hi @tarik.
Please provide more information. Are you seeing the same error indicated in the other post? Where are you seeing the error?
Any other details around your use case that you can provided, would also be helpful.
Regards.
--Sharon
Hi @slangley
now I know why I had this error, when I'm accessing the thing's property from inside a sub-thread, I have this error, but if I access it from the main thread of the Resource it goes without errors. So, as carlos said "If you create a sub-thread you may need to initialize Security Context for the newly created transaction" and here we have an example for that https://community.ptc.com/t5/ThingWorx-Developers/Running-another-thread-in-the-Thingworx-Extension/td-p/528607
Regards,
Hi @tarik.
Glad to hear you found a solution. It would be helpful if you could mark your post as the Accepted Solution for the benefit of others with the same question.
Thank you for using our Community!
Regards.
--Sharon