How can I doing: I want, that certain Axapta Server instance stop daily fixed time automatically and after a while Axapta Server instance will start automatically. for example: Daily Axapta Server instance stop automatically 11 am. and will start 1 pm. automatically. How must I resolve this problem?
Hi, in the Axapta Server Manager set the AOS instance Startup/Startup type to “On Demand” So the AOS stops automatically after some time being idle (and restarts if someone connects to the AOS). So you can stop your MS SQL database within the MS SQL enterprise manager every night on 11:00 for backup (or whatever you need to do). Hth, harald
Hi, This query has already been answered in this forum before [:)] There are various ways you can achieve this. For instance, I have scheduled a .bat file (using Scheduled tasks under Programs → Accessories) with the following lines - net stop “Axapta object server” net start “Axapta object server” If you do a search in this forum, you might come across more info/ideas. Regards, Harish Mohanbabu