• Koen Verbeeck (7/4/2013)


    First you need to create a credential.

    This will typically map to a domain account.

    OK -- did that, no problem!

    Koen Verbeeck (7/4/2013)

    Next you create a proxy account and you link this to the credential you just created.

    .

    Here's where I ran into trouble. I started to create the proxy, and added my just-created credential as a principal. Then I saved the definition. However, I reopened the proxy definition to check my work and the principal I had just added (using the new credential) was gone! No error messages, no pop-ups, no nothing....just gone, baby, gone. Since I thought I was nuts, I did it several more times but always with the same results (I guess I am nuts -- I think that's one of the definitions!)

    Why didn't it save the principal and why didn't it tell me it there was a problem? What can cause this and how do I fix it?

    Koen Verbeeck (7/4/2013)

    You also need to specify a subsystem for which the proxy will be active. For example: if you want the proxy to execute SSIS packages in a job step, you add the SSIS subsystem.

    .

    In my case I'm only going to do shell commands using xp_cmdshell

    Koen Verbeeck (7/4/2013)

    Finally, when you create a job step, you can specify the proxy account from the Run As dropdown.

    This job step will now run under the credentials of the proxy account.

    I set that up, but can't use it because of the "principal" problem. What should I do?