dbTalk Databases Forums  

The task Transfer SQL Server Objects Task cannot run on this edition...

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss The task Transfer SQL Server Objects Task cannot run on this edition... in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
bhupeshbareja (Offline)
Junior Member
 
Posts: 1
Join Date: Jun 2006

Default The task Transfer SQL Server Objects Task cannot run on this edition... - 06-23-2006 , 06:31 AM






error code: 0xc0012024 Description: The task Transfer SQL Server Objects Task cannot run on this edition of Integration Services. It requires higher level edition.
Using "Integration Services Project" template in Business Intelligence Studio. Using platforms Visual Studio 2005 along with SQL Server 2005.

Getting the error while trying to execute package after loading it programmaticaly.

I've just one task "Transfer SQL Server Objects Task" on my Integration Services package. But when I try to execute it from VS 2005 project programmaticaly, it gives the above mentioned error.

The commands I use:

Package pkg = new Package();

pkg = a.LoadPackage(@"C:\Documents and Settings\abc\My Documents\Visual Studio 2005Projects\lSSIS\SSIS\Package.dtsx", null, true);

DTSExecResult dResult = pkg.Execute();

The the error comes like: error: 0xc0012024 The task Transfer SQL Server Objects Task cannot run on this edition of Integration Services. It requires higher level edition.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.