Hello Team,
I am new to SSIS.
I have created SSIS package to load data from source to target table by using windows authentication. I deployed using my windows authentication only. To call this SSIS package I created one stored procedure and I am able to call this SSIS package.
Now the problem is here when I try to call this stored procedure using informatica, it is failing. What error it is like
The operation cannot be started by an account that uses SQL Server Authentication. Start the operation with an account that uses Windows Authentication.
Can anyone help me how to resolve this issue.
Regards,
Kumar