web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :

Azure: Web Job Deployment Error “The local data store is currently in use by another operation”

AjitPatra Profile Picture AjitPatra 469

Recently, we had written a batch job to connect to D365 and do some operation on a schedule. While deploying the batch job from Visual Studio as a web job we got the below error:

“The local data store is currently in use by another operation. Please wait and then try your operation again. If this error persists, restart the application.”

aa

To fix this error, we stopped the App Service in Azure portal temporarily where we were trying to deploy the code as  web job.

bb

After stopping the app service in Azure portal and clicking OK on error pop up in Visual Studio, the deployment started automatically and got deployed successfully.

cc

After deployment we started the app service again in the Azure portal.

Hope it helps !!


This was originally posted here.

Comments

*This post is locked for comments