I am having an issue deploying an SSIS package to a new SQL 2014 installation.
The error states to query the operation_messages view for the operation identifier ID 2
When I query the DB with select * from catalog.operation_messages no rows are returned, just column headers.
SQL was installed with domain accounts and not the defaults. Integration Services was installed with a different user account than the SQL DB.
help?
The error states to query the operation_messages view for the operation identifier ID 2
When I query the DB with select * from catalog.operation_messages no rows are returned, just column headers.
SQL was installed with domain accounts and not the defaults. Integration Services was installed with a different user account than the SQL DB.
help?