> I try the dependency setting, but my application still fail > in an ODBC call > (quite sure in the SapDB ODBC driver). > Looking in the event viewer I did not see any log of SapDB > stopping. but > maybe event viewer service has already stopped !!!
To test if the dependencies are set, you could try to stop SAP DB by hand. This should trigger an error if your app server is dependent on the SAP DB service. We are not sure that service dependencies are followed during the shutdown, so maybe they won't help you. But there has been a rumour (meaning we are too lazy to look it up) that you can set the shutdown priorities through some API. So if your app server has a high shutdow priority, it should exit before the shutdown of the SAP DB server is attempted. Daniel Dittmar -- Daniel Dittmar SAP DB, SAP Labs Berlin [EMAIL PROTECTED] http://www.sapdb.org/ -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
