Issue: The SSIS package type is missing from the Package Type list box on Collect's Tables page.
Solution: Run this query, then refresh the page.
UPDATE [DSPCommon].[dbo].ztPackageType
SET Restricted = 0
WHERE PACKAGETYPE = 'SSIS'
Issue: The SSIS package type is missing from the Package Type list box on Collect's Tables page.
Solution: Run this query, then refresh the page.
UPDATE [DSPCommon].[dbo].ztPackageType
SET Restricted = 0
WHERE PACKAGETYPE = 'SSIS'