我正在尝试从SQL Server代理执行作业,但收到错误:
The login is from an untrusted domain and cannot be used with Windows authentication.
带有Sql server Agent和SSIS的Sql server 2016,其中凭据帐户proxy
链接到windows admin account
。代理设置为SSIS package excecution
:
该作业只有一步即可运行SSIS包。该软件包是从VS 2016 +数据工具开发/测试/部署的。
以下是步骤:
和错误:
右键单击作业以查看历史记录。这是错误:
Executed as user: MACHINE_NAME\admin_user. Microsoft (R) SQL Server Execute Package Utility Version 13.0.1601.5 for 64-bit Copyright (C) 2016 Microsoft. All rights reserved. Started: 2:15:10 PM Failed to execute IS server package because of error 0x80131904. Server: xxx, Package path: \SSISDB\Practise 1\SSIS 1\Package.dtsx, Environment reference Id: NULL. Description: Login failed. The login is from an untrusted domain and cannot be used with Windows authentication. Source: .Net SqlClient Data Provider Started: 2:15:10 PM Finished: 2:15:10 PM Elapsed: 0.188 seconds. The package execution failed. The step failed.