Hi,
I am using below command for monitoring the service. And it has to sent email alert if Service START.
for /F "tokens=3 delims=: " %%H in ('sc query "MY SERVICE" ^| findstr " STATE"') do (
if /I "%%H" NEQ "RUNNING" (
net start "MY SERVICE"
))
Regards
Menon
Getting below error while upgrading Micros 3700 5.2 version to 5.5
Micros 3700 5.5 Error 1917.Error removing ODBC driver SQL Anywhere 11,ODBC error 6:component not found in the registry. Verify that have sufficient privileges to remove ODBC drivers.
Regards...
Getting below error while upgrading res3700 5.2 version to 5.5
Error 1917.Error removing ODBC driver SQL Anywhere 11,ODBC error 6:component not found in the registry. Verify that have sufficient privileges to remove ODBC drivers
Thanks...
Hi,
I need to insert payment records through backend (Sybase SQL Anywhere), and the record need to be copy from one of the store DB and put in the other store DB.
How can we perform this.
Thanks
Anup
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.