Share via

Getting error while deploying SSIS packages through powershell

Anonymous
2023-07-05T10:01:43.98+00:00

When we tried deployment of SSIS packages to sql server with sql login credentials instead of windows authentication through powershell, I am getting below error

"The operation cannot be started by an account that uses SQL Server Authentication. Start the operation with an account that uses Windows Authentication."

do we need to use windows authentication only to deploy or it will work through SQL server authentication also?

SQL Server Integration Services
Windows for business | Windows Server | User experience | PowerShell
SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories

0 comments No comments

Answer accepted by question author

ZoeHui-MSFT 41,551 Reputation points
2023-07-06T03:04:59.03+00:00

Hi @LVS Raghu Vamsi,

You cannot deploy to the SSIS catalog using a SQL login. You must login to the SQL Server using Windows Authentication.

See:
https://learn.microsoft.com/en-us/sql/integration-services/ssis-quickstart-deploy-ssms?view=sql-server-ver16#authentication-methods-for-deployment

Regards,

Zoe Hui


If the answer is helpful, please click "Accept Answer" and upvote it.

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.