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

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

DSLRequestProcessingException error occurring while executing services for mail notifications

AP_10343008
12-Amethyst

DSLRequestProcessingException error occurring while executing services for mail notifications

Iam getting this error in production which is stopping mail notification.

error: 

Service1: error is JavaException: com.thingworx.dsl.exceptions.DSLRequestProcessingException: Execution error in service script [Service2] :: Not authorized for ServiceInvoke on CreateValues in MailFileRepositoryAttachments

 

In Thing, Service2 is called inside Service1.

 

This error is occurring only in production but working fine in dev servers.

 

How to fix this?

1 ACCEPTED SOLUTION

Accepted Solutions
cmorfin
19-Tanzanite
(To:AP_10343008)

This error refers to a permission issue.
If you access the Thing MailFileRepositoryAttachments then Permission > Runtime
Add a service Execute permission on either all services (top table) or specific to service CreateValues (bottom part of the page) to the user executing your services.

View solution in original post

1 REPLY 1
cmorfin
19-Tanzanite
(To:AP_10343008)

This error refers to a permission issue.
If you access the Thing MailFileRepositoryAttachments then Permission > Runtime
Add a service Execute permission on either all services (top table) or specific to service CreateValues (bottom part of the page) to the user executing your services.

Top Tags