I am trying to deploy an ispac file in SSISDB and it is throwing the below error.
Please be aware that this is being taken place in Server. If i manually log in to server and run this using CMD , it successfully deploys the file. But upon using a tool, it throws an error.
ISDeploymentWizard /S:+ /ST:File /SP:"C:\TFS\RDMS\CA SQL\RELEASE\DEVPERF2014WW20\2014WW20\PERFORMANCE\Test.ispac" /DS:"<<destination server name>>" /DP:"/SSISDB/EDW_Inbound_test/Test/"
Any help will be appreciated.
Unhandled Exception: System.InvalidOperationException: Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation.Specify the ServiceNotification or DefaultDesktopOnly style to display a notifi cation from a service application.
at System.Windows.Forms.Form.ShowDialog(IWin32Window owner) at Microsoft.NetEnterpriseServers.ExceptionMessageBox.Show(IWin32Window
owner) at Microsoft.SqlServer.IntegrationServices.Wizard.Common.WizardMessageBox.Show(IWin32Window owner, Exception error,
String caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, String helpLink)
at Microsoft.SqlServer.IntegrationServices.Wizard.Common.WizardMessageBox.Show(IWin32Window owner, Exception error, String caption,
MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton)
at Microsoft.SqlServer.IntegrationServices.Wizard.Common.WizardMessageBox.Show(Exception error)
at Microsoft.SqlServer.IntegrationServices.Deployment.Program.Main(String[] args)