Windows Azure Platform Developer Center >
Microsoft Visual Studio 2010 Beta 2 Forums
>
Windows Azure
>
Create/Update throws exception after migrating to SouthEast
Create/Update throws exception after migrating to SouthEast
- Hi:Yesterday, the Azure team helped me to migrate my projects to SouthEast. One of the projects can't find it's data.The one that finds it's data can read all records but cannot create a new one or update a record. It throws InsufficientAccountPermissionException.Here's the trace:System.Data.Services.Client.DataServiceRequestException: An error occurred while processing this request. ---> System.Data.Services.Client.DataServiceClientException:
InsufficientAccountPermissionsThe account being accessed does not have sufficient permissions to execute this operation. RequestId:7b1dcf42-4f76-4bbc-9971-fae7e735fabc Time:2009-11-04T03:50:36.7987855Z at System.Data.Services.Client.DataServiceContext.SaveAsyncResult.d__1d.MoveNext() --- End of inner exception stack trace --- at System.Data.Services.Client.DataServiceContext.SaveAsyncResult.HandleBatchResponse() at System.Data.Services.Client.DataServiceContext.SaveAsyncResult.EndRequest() at System.Data.Services.Client.DataServiceContext.SaveChanges(SaveChangesOptions options) at Domain.DataServiceContext`1.Update(T entity) at MvcConcurrencySpike.Controllers.PersonController.Edit(Person person)
Pita.O:
http://www.arizentax.com/
http://www.cgi.com
Answers
- This would suggest your account is still read-only (which it has to while being migrated). Are you sure the migration's done? Did you reply back to wacc@microsoft.com and ask for help?Feel free to email me (Steve.Marx@microsoft.com).
- Marked As Answer byPita.O Sunday, November 08, 2009 3:55 PM
All Replies
- This would suggest your account is still read-only (which it has to while being migrated). Are you sure the migration's done? Did you reply back to wacc@microsoft.com and ask for help?Feel free to email me (Steve.Marx@microsoft.com).
- Marked As Answer byPita.O Sunday, November 08, 2009 3:55 PM
- Thanks, Steve. I believe this to be the case. I'll wait till tomorrow and see. Yes, I replied to wacc and asked for help. I assumed it was all done since today (3rd) is the delete-everything-else day. But I guess I should wait and see if they tell me they're done.
Pita.O:
http://www.arizentax.com/
http://www.cgi.com - I waited another 4 days (from the day WACC did the migration) but got not change. Then, I sent an email to Steve with my Deployment IDs and next day, all was well in the world! The project that couldn't find its data found it and the project that was read-only was once-again, writeable.Thanks, Steve.
Pita.O:
http://www.arizentax.com/
http://www.cgi.com - I wish I could claim some credit... I didn't do anything. :)


