SSIS – Package Installation Wizard – Next button grayed out

This post has been republished via RSS; it originally appeared at: SQL Server Support articles.

Issue:

 

Recently I came across an issue where the Next button for the Package Installation Wizard doesn't come-up (or) it is grayed out. 

 

Please refer the below screenshot:

5.jpg

 

Resolution:

 

We went ahead and registered the below DLLs which fixed the issue:

DTS.dll

MsDtsSrvrUtil.dll

 

C:\Windows\system32>regsvr32.exe "C:\Program Files\Microsoft SQL Server\<version>\DTS\Binn\DTS.dll"

C:\Windows\system32>regsvr32.exe "C:\Program Files (x86)\Microsoft SQL Server\<version>\DTS\Binn\DTS.dll"

 

 

C:\Windows\system32>regsvr32.exe "C:\Program Files\Microsoft SQL Server\<version>\DTS\Binn\MsDtsSrvrUtil.dll"

C:\Windows\system32>regsvr32.exe "C:\Program Files (x86)\Microsoft SQL Server\<version>\DTS\Binn\MsDtsSrvrUtil.dll"

 

Author:  Ranjit Mondal  – Support Engineer, SQL Server BI Developer team, Microsoft 

Reviewer: Krishnakumar Rukmangathan - Support Escalation Engineer, SQL Server BI Developer team, Microsoft

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.