Service Unavailable in D365fO
While accessing the Dynamics 365 Finance and Operation URL often we came across this unavailability of service issue.
Here I list down some solutions to troubleshoot this issue.
Solution1.
> Click Windows Start >Services > World Wide Web Publishing Service
check whether it is running or not or simply restart it.
Solution2.
In your visual Studio go to Dynamics 365 tab and select restart IIS express
Solution3.
> Click Windows Start >Internet Information Services (IIS) Manager>
and restart AOS Service and also and restart your dev box as well.
> Click Windows Start >Internet Information Services (IIS) Manager>
and restart AOS Service and also and restart your dev box as well.
if you encounter this error:
"This Website cannot be started. Another website may be using this service port" try the following steps.
Or first, stop w3 service from services and then start from
here
Solution4.
Run cmd (Command prompt) as administrator and write the following command (iisreset/noforce)
Run cmd (Command prompt) as administrator and write the following command (iisreset/noforce)
Solution5.
check out the reason for failure from Event Viewer. > Click Windows Start >Event Viewer
check out the reason for failure from Event Viewer. > Click Windows Start >Event Viewer
Solution6.
check out the H-drive for log files.Right click on your database and select properties
Change the recovery model to simple.
Then Right click on your db and then select shrink task for files
change back your recovery model to the previous one.
Comments
Post a Comment