BO/POS windows service startup problem
We have impletemented BO/POS 13.3 on windows plaform. Inorder to restart BO/POS server services, we have configured them as windows service and scheduled a regular restart.
As you know that we need to follow proper sequence to restart BO/POS services i.e. in below order
1. BO DB
2. BO Weblogic domain.
3. BO managed server restart.
4. POS server restart.
We tried to create dependency via windows services but we noticed that it is not respecting dependency and we also see that sometime BO server is trying to initialize without database fully available and hence giving error in log files.
We know that when we try to start them manually one by one then it wont give any problem because manually we ensure that one service starts up properly before we move to start next service. The problem is we have more than 200 stores and it is not possible to restart services manually.