2
votes

I am trying to export an SSIS project from the Integration Services Catalog and am getting an error:

The operation cannot be started by an account that uses SQL Server Authentication. Start the operation with an account that uses Windows Authentication. (Microsoft SQL Server, Error: 27123)

I am connected to SQL Server using SQL Authentication and the sys admin account. I don't have a login with which to use Windows Authentication. How can I export the project and packages to my local drive?

1

1 Answers

0
votes

Right Way

You can use DTUtil Utility to perform these operation.

You can found helpful information at the following Links:

Workaround

I know this is not the right way, this is a workaround:

  1. Open a new Integration services project in visual studio
  2. On the solution explorer tab add an existing package from sql server using your sql authentication