Ok I have made all the changes as outlined here...Walkthrough: Debugging a Batch that Runs on the AOS (http://msdn.microsoft.com/en-us/library/cc588679.aspx).
In short here's what I have done:
- enabled global breakpoints on AOS
- enabled global breakpoints on Client
- set breakpoint on Client
- in Admin -> Setup -> ticked isBatchServer
- changed the AOS service to run in my name
- Opened Debugger before adding job to batch
The job gets added to the batch queue ok and I get a notification that it has successfully completed but it hasn't, hence the breakpoint. All the breakpoints are hit before the batch is added to the queue, after that they are not. What am I doing wrong? Any help with this would be much appreciated.
*This post is locked for comments
I have the same question (0)