IN SSIS How to change SQL Authentication to Windows Authentication

Dinesh Shetty 1 Reputation point
2022-05-24T17:50:21.357+00:00

HI
I was trying to deploy the packages in to server it is erroring out with the below error .

TITLE: SQL Server Integration Services


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

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&ProdVer=15.00.4223&EvtSrc=MSSQLServer&EvtID=27123&LinkId=20476


BUTTONS:

OK


can any one help me regarding this issue which i am Facing

Thanks in advance ,
Dinesh

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,732 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,454 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,552 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Tom Phillips 17,716 Reputation points
    2022-05-24T19:21:28.56+00:00

    The error is clear. 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

    0 comments No comments

  2. ZoeHui-MSFT 33,051 Reputation points
    2022-05-25T02:45:54.94+00:00

    Hi @Dinesh Shetty ,

    If you're deploying to a SQL Server with the Deployment Wizard, you have to use Windows authentication; you can't use SQL Server authentication.

    If you're deploying to an Azure SQL Database server, you have to use SQL Server authentication or Azure Active Directory authentication; you can't use Windows authentication.

    You may change the authentication directly.

    205323-image.png

    Regards,

    Zoe


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  3. Krishna Shah 0 Reputation points
    2024-02-14T07:09:31.4833333+00:00

    You can just change the authentication type of window authentication then connect to database. User's image

    as you can see in the image authentication to windows authentication the issue will be fixed you don't need to go through deployment process

    0 comments No comments