Sunday 10 August 2014

The server-side impersonated (RunAs) session tried to invoke a method that is available for client-side processing only.

Solution:
Follow these steps to solve the issue

  • Open the RunBaseBatch Class in AOT>Classes.
  • Override the runsImpersonated() method.
  • replace return true; by return false;

This shall solve the problem.

Thanks

No comments:

Post a Comment