Search found 2 matches
- 08 Jun 2012 09:16
- Forum: DOS Batch Forum
- Topic: Working with sc.exe and getting a error
- Replies: 3
- Views: 6814
Re: Working with sc.exe and getting a error
Thank you that got me to the answer. sc [servername] qc MSSQLServerOLAPService <buffersize> sc [servername] qc MSSQLServerOLAPService 5000 Note, I could have added 1024+604 since that is what the error asked for but just incase my batch asked for a service that needs more it should have plenty.
- 08 Jun 2012 07:19
- Forum: DOS Batch Forum
- Topic: Working with sc.exe and getting a error
- Replies: 3
- Views: 6814
Working with sc.exe and getting a error
When I run the following command I get a Failed message? Anyone know what this means or how I can work around it? And no I don't want to use wmic or vbs LoL. This is actualy part of a batch script but I get the error when trying command on some computer and not others manually. sc [servername] qc MS...