Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


MeederIT
2018-03-28T20:33:43Z
We have setup a job to execute a SSISDB package. When we run it, we get an error 77777.

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

From Visual Studio, it runs successfully.

The only place we have a sql login is under Connection under the Execute SSISDB package tab.
Sponsor
Forum information
Support
2018-03-29T08:32:22Z
You need to make sure of two things;

1. you are using an SQL Connection with Integrated authentication set in the Connection string
2. you need to select a Credential - same user as you are logged on as and with setting Load profile checked
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
MeederIT
2018-03-29T20:13:44Z
Thanks for the reply. I think we got it.
Scroll to Top