Search

SSIS 2008 Package Installation Wizard Unexpected Error by dcolbert

Closed
as Not Reproducible Help for as Not Reproducible

3
0
Sign in
to vote
Type: Bug
ID: 410537
Opened: 2/3/2009 5:22:39 AM
Access Restriction: Public
0
Workaround(s)
2
User(s) can reproduce this bug
I am upgrading to SQL 2008. In development, I have SSIS 2005 on the default instance of a server and SSIS 2008 on a named instance. Windows Standard Server 2003 x64 SP2, SQL Server 2005 x64 SP2 and SQL Server 2008 x64.

In VS 2008, I created a package to send a test email and had it create a deployment manifest file. When I run it, I get the following result:

===================================

Unexpected error occurred. (Package Installation Wizard)

===================================

Unable to find an entry point named 'DTSSKUIsWKGorUnder' in DLL 'dts'. (DTSInstall)

------------------------------
Program Location:

at Microsoft.SqlServer.Dts.Deployment.NativeMethods.DTSSKUIsWKGorUnder()
at Microsoft.SqlServer.Dts.Deployment.PackageInstallationWizardForm..ctor()
at Microsoft.SqlServer.Dts.Deployment.PackageInstaller.Main(String[] args)

===================================

I found that someone else had submitted this same error with regard to accessing the data profiling visualization, but my situation doesn't match that one.
Details (expand)
Product Language
English

Version

SQL Server 2008 - Standard Edition

Category

Integration Services (DTS)

Operating System

Win2003 Standard Server (SP2)
Operating System Language
US English
Steps to Reproduce
Not sure...

1. Install SQL 2005 SP2 on default instance
2. Install SQL 2008 on named instance
3. Create SSIS 2008 package with deployment manifest
4. Deploy
Actual Results
===================================

Unexpected error occurred. (Package Installation Wizard)

===================================

Unable to find an entry point named 'DTSSKUIsWKGorUnder' in DLL 'dts'. (DTSInstall)

------------------------------
Program Location:

at Microsoft.SqlServer.Dts.Deployment.NativeMethods.DTSSKUIsWKGorUnder()
at Microsoft.SqlServer.Dts.Deployment.PackageInstallationWizardForm..ctor()
at Microsoft.SqlServer.Dts.Deployment.PackageInstaller.Main(String[] args)
Expected Results
Actual deployment of SSIS package

Platform

X64
File Attachments
0 attachments
Sign in to post a comment.
Posted by Sami.Marzouki on 10/19/2009 at 2:47 AM
Hi,

I had the same error here:

I made a fresh install Windows Server 2008 X64 SP2,SQL Server 2008 SP1 X64, Integration Services (Database engine en Integration services only), then I got this error. But when I add Management Tools (Basic + Complete) the error was gone for me. All of this was installed on VM (Hyper-V).
===================================

Unexpected error occurred. (Package Installation Wizard)

===================================

Unable to find an entry point named 'DTSSKUIsWKGorUnder' in DLL 'dts'. (DTSInstall)

------------------------------
Program Location:

at Microsoft.SqlServer.Dts.Deployment.NativeMethods.DTSSKUIsWKGorUnder()
at Microsoft.SqlServer.Dts.Deployment.PackageInstallationWizardForm..ctor()
at Microsoft.SqlServer.Dts.Deployment.PackageInstaller.Main(String[] args)

===================================

Posted by Microsoft on 3/11/2009 at 4:13 PM
Dear Customer,
Sorry for the delay in responding , we were unable to reproduce this issue.

Can you please confirm if this is specific to the environment you are running , is there anything else we need to know about to reproduce the issue.

Regards,
SSIS PM Team
Posted by dcolbert on 2/9/2009 at 11:52 AM
Any idea how long it will take? It's a pretty significant delay I'm dealing with.
Posted by Microsoft on 2/4/2009 at 1:14 PM
Thank you for your submission. We will be reviewing your information and will provide you feedback on its status. Thank you for your interest and suppport of SSIS.
Sign in to post a workaround.