Hello - I created a console app to update CRM account owners through the CRM API using Organization.svc.
In the console app I opened a connection to Organization.svc and looped through about 150k accounts to make the update call.
Based on throughput of 115 accounts per minute the total estimated run time was 21 hours.
The job ran fine for a while and updated 100K rows but when I came into the office this morning the following error was displayed:
https://www.dropbox.com/s/xna23rsw1a0au0q/wcf%20security%20exception.png
Have you ever experienced this error when running long-running jobs through the CRM API?
Are there any steps I can take to help prevent the occurence of this error?