Showing posts with label step. Show all posts
Showing posts with label step. Show all posts

Thursday, March 29, 2012

Failed to schedule DTS in SQL 2005

Hello,

I am trying to to schedule DTS Package but this message appear .

Message
The job failed. The Job was invoked by User sa. The last step to run was step 1 (1). and this

Message
Executed as user: Computer name\SYSTEM. The package execution failed. The step failed

so how I can schedule DTS Package in sql 2005 .

Do you have logging enabled for this package? if enabled check the log file it should have more detailed information on the error.

The error you have posted is a very generic error from the job agent, and it does not give any information.

Thanks

|||

Sounds like you might have some issues with the account settings. See the following thread for tips on setting up proxies / credentials / jobs etc.

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1955723&SiteID=1

|||

Thanks, all

But still the same problem even I did all thing to solve but still can't schedule DTS, but when I see th proparites of the

SQL Server Agent-->Connection and found the sql server connection grayed out and can't select or change it . so may be this is the problem but how to run the agent under sa account .

|||

Assuming you are talking about the connection infromation on the left hand side of the job properties screen, that connection information is how you are currently connected to the sql server. You would need to look at the steps tab and click edit on the step associated with the package you are trying to run. At the top of this screen there will be a place for the step name (i.e. run package x), the type (sql server integration services package) and the run as. You would select the correct proxy name from the run as drop down that ties to your sa account...

|||

Thanks very much for you reply but I still can't schedule the DTS even though when I execute the dts it's work fine and I did all thing what said here http://www.codeproject.com/useritems/Schedule__Run__SSIS__DTS.asp

|||

I am trying to schedule working DTS in sql server 2005 sp 2 . but I it failed and got this message . I searched at Internet and found this

http://support.microsoft.com/kb/904796

but I can’t understand how to solve it, any one can help please .

Message

Executed as user: ComputrName\Administrator. ...00.3042.00 for 32-bitCopyright (C) Microsoft Corp 1984-2005. All rights reserved.Started:10:16:11 ?Error: 2007-08-17 22:16:12.95Code: 0x00000000Source: Copy Data from ROOM toDBNamedboER_ROOMTaskDescription: System.Runtime.InteropServices.COMException (0x80040427): Execution was canceled by user.at DTS.PackageClass.Execute()at Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask.Exec80PackageTask.ExecuteThread()End ErrorError: 2007-08-17 22:16:14.75Code: 0x00000000Description: System.Runtime.InteropServices.COMException (0x80040427): Execution was canceled by user.at DTS.PackageClass.Execute()at Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask.Exec80PackageTask.ExecuteThread()End ErrorError: 2007-08-17 22:16:15.14Code: 0x00000000The package execution fa...The step failed.

|||

how to Reinstall the SQL Server 2000 tools? where to find it .

Still no solution can solve this issue .

sql

Friday, March 23, 2012

failed to create SQL Server Agent Multi_Server Admin

Failed at the last step

Prompt: Window NT User or Group '.\Administrator' not found?

I used this account log on SQL Server Agent, What's wrong with this?

My OS is windows2000 sp4, MSSQL is 2005 sp1

any idea? thanks

I tried to use another account to log on SQL Server Agent

and I found the SQL Server Agent service account no longer needs to be a member of the local Administrators group on the box great!

However still failed to create Multi_server admin,any idea ?|||

Have you set the encryption options as directed here?

http://msdn2.microsoft.com/en-us/library/ms365379.aspx

jkh

|||

nope,the registry subkey MsxEncryptChannelOptions' value is 2

I change this to 0, but still could not working

|||Did you change it to 0 on all systems?|||

I'm setting Master Server

do i also need to set this on all target server at the same time?

|||

Your hypothesis is correct.

It is the target server that initiates the job download, and so it is the target server that needs the crypto options set.

Let us know if this works out,

Thanks,

jkh

failed to create SQL Server Agent Multi_Server Admin

Failed at the last step

Prompt: Window NT User or Group '.\Administrator' not found?

I used this account log on SQL Server Agent, What's wrong with this?

My OS is windows2000 sp4, MSSQL is 2005 sp1

any idea? thanks

I tried to use another account to log on SQL Server Agent

and I found the SQL Server Agent service account no longer needs to be a member of the local Administrators group on the box great!

However still failed to create Multi_server admin,any idea ?|||

Have you set the encryption options as directed here?

http://msdn2.microsoft.com/en-us/library/ms365379.aspx

jkh

|||

nope,the registry subkey MsxEncryptChannelOptions' value is 2

I change this to 0, but still could not working

|||Did you change it to 0 on all systems?|||

I'm setting Master Server

do i also need to set this on all target server at the same time?

|||

Your hypothesis is correct.

It is the target server that initiates the job download, and so it is the target server that needs the crypto options set.

Let us know if this works out,

Thanks,

jkh