Wednesday, May 25, 2011

Run Client Batches on Dynamics AX 2009

Here the steps to run Batch Job Client Side in Dynamics AX 2009 :

- First of all, modify the class and override the Method RunsImpersonated. Modify this method with Return False. In this way the Class will execute Client Side
- Create a Batch Group (Administration -> Setup -> Batch groups)
- Add this batch group to an AOS acting as batch server. (Administration -> Setup -> Server configuration)
- Start the batch client ( Basic -> Periodic -> Batch -> Processing )
- Select the new batch group and press 'OK'
- In the Server Configuration Form, verify that exists only AOS Instance really present. Delete all AOS Instance that don't exist.

No comments: