Has anyone encountered and solved an "actor_does_not_support_run_as" error when attempting to schedule an IPA Process Flow?
We have have just implemented Lawson 10. We are utilizing IPA to interface subsystems into the LAWSON GL, AP, and Cash Book modules. We've got our flows built and tested, manually executing the flow within the Rich Client without error. When scheduling the flow to run at fixed intervals we get the following error
Error: com.lawson.security.authen.SecurityAuthenException:
com.lawson.security.authen.LawsonUserContextImpl.security.authen.actor_does_not_support_run_
as
at
com.lawson.security.authen.LawsonUserContextImpl.setRunAsUserOnDuplicateContextForAsync(L
awsonUserContextImpl.java:1590)
at
com.lawson.security.authen.DataCtxUserCtxWrapper.setRunAsUserOnDuplicateContextForAsync(D
ataCtxUserCtxWrapper.java:465)
I can see a grey'd out check box on the Landmark Actor for "Enable Run As", but no ability to click. We were able to activate "Enable Run As" on the Lawson User Id, but the sync process did not update this Landmark Actor and we still experienced the same error.
Thanks in advance. We are very green with both lawson and IPA.