question

adrey avatar image
adrey asked

SSRS execution account vs. service account

I am trying to set up SQL Server Reporting Services on my server for the first time and am confused about the different between, and recommended settings for, the service account vs. the execution account. Any tips would be greatly appreciated. Thank you.
ssrssecurity
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Kev Riley avatar image
Kev Riley answered
The service account is used to run the SSRS service under Windows on your server. As with all service accounts you should choose an account that has enough permissions to perform it's job, but not too much (e.g. domain admin!). More details and steps to help deciding the best account to choose can be found [here on MSDN][1] The execution account is used to allow SSRS to operate under certain circumstances where credentials are not supplied, essentially unattended operations. It is considered best practice to use an account different from any other service account already in use by SSRS. Again avoid wide-ranging permissions but be aware that the account may need access to local and network locations. Configuring the execution account is optional, more details can be found [here on MSDN][2] [1]: http://msdn.microsoft.com/en-us/library/ms160340(v=SQL.105).aspx [2]: http://msdn.microsoft.com/en-us/library/ms156302(v=SQL.105).aspx
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.