Hi,
We are using a VB script for an automated process of ours that needs to stop and start our AppServers. When we use this command to stop the app server it works great:
C:\Progress\OpenEdge\bin\asbman.bat -name MyAppServer -stop
However, when I use this command to start it back up it doesn't work. I then have to go and manually start the server, which works fine.
C:\Progress\OpenEdge\bin\asbman.bat -name MyAppServer -start
I was wondering if there was a way - within VB script - to call this and then check to see if the server is started and if not try again? Essentially, I need a way to check and see if the server has been started - some way to do this within VB script.
We are using a VB script for an automated process of ours that needs to stop and start our AppServers. When we use this command to stop the app server it works great:
C:\Progress\OpenEdge\bin\asbman.bat -name MyAppServer -stop
However, when I use this command to start it back up it doesn't work. I then have to go and manually start the server, which works fine.
C:\Progress\OpenEdge\bin\asbman.bat -name MyAppServer -start
I was wondering if there was a way - within VB script - to call this and then check to see if the server is started and if not try again? Essentially, I need a way to check and see if the server has been started - some way to do this within VB script.