Friday, December 21, 2018

Restart environment services


Restart environment services

To restart a specific service in a deployed environment,
1.    In LCS, open the appropriate project, and select the environment to restart the service for.
2.    On the Environment details page, select Maintain > Restart services.
3.    In the Restart a service dialog box, select the service to restart, and then select OK.
4.    To view the updated status, refresh the page.

No comments:

Post a Comment

Convert Call stack to readable format in D365FO X++

//Input --container _xppCallStack = xSession::xppCallStack();  Public static str POL_formatXppCallStack(container _xppCallStack, int _skipFr...