Groups | Blog | Home
all groups > sql server clustering > march 2007 >

sql server clustering : SQL Cluster/Can't execute SSIS package using a proxy acc in sql jo


TheMask
3/23/2007 8:41:08 AM
I've a problem trying to execute a SSIS package inside a SQL Job that uses a
credential/proxy account.

The sql job hist error msg is:

Message
Unable to start execution of step 1 (reason: Error authenticating proxy
DOMAIN\USER, system error: Logon failure: unknown user name or bad
password.). The step failed.

BTW, if I run the sql job as "SQL Agent account" it works fine

I've this error on two differents sql clusters (one cluster is x86 and the
other x64)

I've this running with no problems on a non-cluster sql server (5 diff
servers)

TheMask
3/23/2007 12:08:16 PM
I tried without success, using SSIS not clustered (service installed on both
nodes, this is the default option) and also clustered (I did configure SSIS
as a cluster service following this MS document:
http://msdn2.microsoft.com/en-us/library/ms345193.aspx).

Javier Villegas


[quoted text, click to view]
Geoff N. Hiten
3/23/2007 2:49:38 PM
Is SSIS clustered or not clustered?

If it is not clustered, did you install it on all cluster nodes separately?

--
Geoff N. Hiten
Senior Database Administrator
Microsoft SQL Server MVP


[quoted text, click to view]
Anthony Thomas
3/24/2007 10:01:17 AM
Is the DOMAIN\USER account local to only one of the nodes or is it an actual
AD Domain User? You can create local accounts, but then it will only work
while resources exist on that node. You cannot use the Virtual Server as
the DOMAIN, only the cluster nodes.

To work in a clustered environment, you have to promote the account to the
AD domain level.


Anthony Thomas


--

[quoted text, click to view]

TheMask
3/27/2007 4:10:23 PM
This is an AD account and it is included on local administrator groups on
both nodes

[quoted text, click to view]
AddThis Social Bookmark Button