• I had a similar error:

    Failed to deploy project. For more information, query the operation_messages view for the operation identifier '192473'

    So I ran the following SQL:

    SELECT [message]

    FROM [SSISDB].[internal].[operation_messages]

    where [operation_id] = 192473

    Which returned:

    Failed to deploy the project. Fix the problems and try again later.:Unable to create the type with the name 'MSORA'.

    Installing the Attunity drivers via the MSI corrected this.