Welcome to dbForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Priviledges problem with "execute master..xp_logevent&q

 
   Database Forums (Home) -> DTS RSS
Next:  SourceObjectName empty  
Author Message
Nile




Joined: Sep 23, 2005
Posts: 5



(Msg. 1) Posted: Tue Sep 27, 2005 10:34 am
Post subject: Priviledges problem with "execute master..xp_logevent&q

Here is what I experienced when trying to get the logging into SQL server’s Application Event log.

If I execute the DTS package from Enterprise Manager using a SQL Server authenticated account I am able to get the “execute master..xp_logevent” call to work.

If I create a SQL job from the DTS package and run that sql job using a Windows authenticated domain account as the owner of the job I am not able to get the ‘execute master..xp_logevent” call to work. Note that this login has dbo rights to the master database.

Help Please!
Thanks
Nile

 >> Stay informed about: Priviledges problem with "execute master..xp_logevent&q 
Back to top
Login to vote
Sue Hoegemeier

External


Since: Aug 26, 2003
Posts: 1006



(Msg. 2) Posted: Tue Sep 27, 2005 8:42 pm
Post subject: Re: Priviledges problem with "execute master..xp_logevent&q [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

If you run a DTS package from a job and the job is not owned
by a sysadmin, it executes under the security context of the
proxy account - not the owner of the job. So it would be the
proxy account that needs the appropriate permissions rather
than the job owner.

-Sue

On 27 Sep 2005 20:37:56 -0400, Nile
<UseLinkToEmail RemoveThis @dbForumz.com> wrote:

>Here is what I experienced when trying to get the logging into SQL
>server’s Application Event log.
>
>If I execute the DTS package from Enterprise Manager using a SQL
>Server authenticated account I am able to get the “execute
>master..xp_logevent” call to work.
>
>If I create a SQL job from the DTS package and run that sql job using
>a Windows authenticated domain account as the owner of the job I am
>not able to get the ‘execute master..xp_logevent” call to work. Note
>that this login has dbo rights to the master database.
>
>Help Please!
>Thanks
>Nile

 >> Stay informed about: Priviledges problem with &quot;execute master..xp_logevent&q 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
execute package of a number of execute package tasks - In a project I have created 6 dtsx packages, all doing about the same thing: sql task defines highest date in database and store in variable script task to create an oracle sql statement based on the above date dataflow task to 1.select from oracle...

Probl. running a master-package-child package on non defau.. - Hi there We have a SSIS run which runs as follows 1. The master package has a configuration file, specifying the connect strings 2. The master package passes these connect-strings to the child packages in a variable 3. Both master package and child..

Execute DTS package in SP - How would I execute DTS package in the SP? Thank you.

How to execute a DTS script - I have a completed DTS package in my SQL server. The examples talk about creating and executing a DTS from VB, but no connection information is ever provided. I just want to execute the already existing package, not create another. I would REALLY like...

DTS "Execute SQL Task" - I have a Execute SQL Task that copy/transfer a big SQL table by executing: insert into .... select ... from .... Is there any benefit to run the sql in DTS (batch/lock handling)? Or it's the same to run it use Job schedule or just isqlw?
   Database Forums (Home) -> DTS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]