Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
csphard
Posting Yak Master
113 Posts |
Posted - 2015-02-18 : 18:27:05
|
I created a user and mapped to the database.Checked off db_datareaderThen I checked msdb and checked off SQLAgentUserRoleThis allows me to start a New Job but when I go to AdvanceI do not have access to the elipse for Output file.What did I miss?Howard |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2015-02-18 : 19:18:09
|
Probably needs permissions to the location of the output file on disk, though I'm not sure. Does it work for sysadmin users?Tara KizerSQL Server MVP since 2007http://weblogs.sqlteam.com/tarad/ |
|
|
csphard
Posting Yak Master
113 Posts |
Posted - 2015-02-18 : 19:21:43
|
Yes, I can log on as sa and I have access to it. I was hoping to use another user and not sa to run this. |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2015-02-18 : 19:30:29
|
I would investigate permissions on the disk then.Tara KizerSQL Server MVP since 2007http://weblogs.sqlteam.com/tarad/ |
|
|
|
|
|