dbTalk Databases Forums  

having to use proxy account for SQL 2005 SSIS job

microsoft.public.sqlserver.setup microsoft.public.sqlserver.setup


Discuss having to use proxy account for SQL 2005 SSIS job in the microsoft.public.sqlserver.setup forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
SQL Programmer
 
Posts: n/a

Default having to use proxy account for SQL 2005 SSIS job - 01-18-2010 , 03:24 PM






Hello:

Unlike other SQL 2005 SSIS jobs that I have created in the past on this
server, today, I had to create and use a proxy account in order to
successfully run a new SSIS job. I don't know why I had, to all of a sudden,
use this method.

The only recent change on the server or network is that the Administrator
password changed, two months ago. But, all SQL jobs have been running
successfuly since then and the SQL Server Agent has been running.

But, would this change cause me to have to use proxy accounts to run a new
SQL SSIS job?

For the credential for the proxy, I used the Administrator user as the
IDENTITY. So, if the Administrator password changes again, will I need to
change the password for the credential? I ask, because the T-SQL script that
I used to successfully create the credential contained a hard-coded password
though it is the same password as the Administrator.

Is it true that, if the SQL Server services are being started with the
domain Administrator account, it is a very bad best practice and can cause
problems like this. I don't know if this Administrator is local or domain,
but........

Thanks!

SQL Programmer (it's just a name)

Reply With Quote
  #2  
Old   
Russell Fields
 
Posts: n/a

Default Re: having to use proxy account for SQL 2005 SSIS job - 01-19-2010 , 02:22 PM






One possible reason for the SSIS job needing a proxy is that earlier jobs
ran as a sysadmin account, but this job is running at a lower level of
rights. Thus, it needs a proxy.

Regarding credentials: A credential has the password for the principal typed
into it. So, if the password is changed the password typed into the
credential will need to be changed as well.

RLF


"SQL Programmer" <SQLProgrammer (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hello:

Unlike other SQL 2005 SSIS jobs that I have created in the past on this
server, today, I had to create and use a proxy account in order to
successfully run a new SSIS job. I don't know why I had, to all of a
sudden,
use this method.

The only recent change on the server or network is that the Administrator
password changed, two months ago. But, all SQL jobs have been running
successfuly since then and the SQL Server Agent has been running.

But, would this change cause me to have to use proxy accounts to run a new
SQL SSIS job?

For the credential for the proxy, I used the Administrator user as the
IDENTITY. So, if the Administrator password changes again, will I need to
change the password for the credential? I ask, because the T-SQL script
that
I used to successfully create the credential contained a hard-coded
password
though it is the same password as the Administrator.

Is it true that, if the SQL Server services are being started with the
domain Administrator account, it is a very bad best practice and can cause
problems like this. I don't know if this Administrator is local or
domain,
but........

Thanks!

SQL Programmer (it's just a name)

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.