January 15, 2018 at 4:35 pm
I have created a sql agent job to execute powershell script.
this is to stop SSAS service in another server.
Script :
Get-service MSSQLServerOLAPService -ComputerName vmpid-g4uwbi02 | stop-service
Start-Sleep -s 60
Get-service MSSQLServerOLAPService -ComputerName vmpid-g4uwbi02 | start-service
Job completes with no action : result as :
The job script encountered the following errors. Theseerrors did not stop the script: A job step received an error at line 1 ina PowerShell script. The corresponding line is 'Get-service MSSQLServerOLAPService-ComputerName vmpid-g4uwbi02 | stop-service '. Correct the script andreschedule the job. The error information returned by PowerShell is: 'Cannotfind any service with service name 'MSSQLServerOLAPService'
Kindly help
January 15, 2018 at 7:51 pm
itsvenkyyy - Monday, January 15, 2018 4:35 PMScript :
Get-service MSSQLServerOLAPService -ComputerName vmpid-g4uwbi02 | stop-service
Start-Sleep -s 60
Get-service MSSQLServerOLAPService -ComputerName vmpid-g4uwbi02 | start-service
I think that Start-Service and Stop-Service are case sensitive commands. Also you have to run a power shell as administrator in order to be able to execute this command.
January 15, 2018 at 10:22 pm
itsvenkyyy - Monday, January 15, 2018 4:35 PMI have created a sql agent job to execute powershell script.
this is to stop SSAS service in another server.Script :
Get-service MSSQLServerOLAPService -ComputerName vmpid-g4uwbi02 | stop-service
Start-Sleep -s 60
Get-service MSSQLServerOLAPService -ComputerName vmpid-g4uwbi02 | start-serviceJob completes with no action : result as :
The job script encountered the following errors. Theseerrors did not stop the script: A job step received an error at line 1 ina PowerShell script. The corresponding line is 'Get-service MSSQLServerOLAPService-ComputerName vmpid-g4uwbi02 | stop-service '. Correct the script andreschedule the job. The error information returned by PowerShell is: 'Cannotfind any service with service name 'MSSQLServerOLAPService'Kindly help
I'm curious... why are you stopping and restarting the SSAS service on that remote box, especially on a scheduled basis?
--Jeff Moden
Change is inevitable... Change for the better is not.
January 16, 2018 at 10:12 am
itsvenkyyy - Monday, January 15, 2018 4:35 PMI have created a sql agent job to execute powershell script.
this is to stop SSAS service in another server.Script :
Get-service MSSQLServerOLAPService -ComputerName vmpid-g4uwbi02 | stop-service
Start-Sleep -s 60
Get-service MSSQLServerOLAPService -ComputerName vmpid-g4uwbi02 | start-serviceJob completes with no action : result as :
The job script encountered the following errors. Theseerrors did not stop the script: A job step received an error at line 1 ina PowerShell script. The corresponding line is 'Get-service MSSQLServerOLAPService-ComputerName vmpid-g4uwbi02 | stop-service '. Correct the script andreschedule the job. The error information returned by PowerShell is: 'Cannotfind any service with service name 'MSSQLServerOLAPService'Kindly help
I pasted your script, put it in a Powershell step and it ran fine.
Does the Agent Service account on the server where you are running the job have permission to vmpid-g4uwbi02 and permissions restart services?
It might be worth checking the security log on vmpid-g4uwbi02 to see if there are any errors when you run the job.
Sue
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy