xp_sqlagent_proxy_account

  • I have server running sql2k sp3.

    When i try to excute the xp_sqlagent_proxy_account i get the following error.

    Error executing extended stored procedure: Specified user can not login

    I have the following local policies set for the SQL agent account .

    1.Act as part of the operating system

    2.Bypass traverse checking

    3.Increase quotas

    4.Log on as a batch job

    5.Log on as a service

    6.Replace a process level token.

    any help??

    Thanks,

    MK

  • Execute permissions for xp_sqlagent_proxy_account default to members of the sysadmin fixed server role.

    Make sure the login you used is able to access SQL Server with 'sa' privilege.

  • it has admon permissions on the box

  • Try to reset the proxy account from the job system tab of SQL Server Agent Properties.

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply