Hi All,
I am little new to 2005 so this may be an easy one. I have a IS package that I created on my local 32 bit machine. I have copied this package to one of our servers running SQL 2005 EE x64. The package executes fine until it gets to a VB Task at which point it errors with the message of "The Task "DefalutValues" cannot run on this edition of Integration Services It requires a higer level edition"
Is this a known bug/error that you can not build on a 32bit machine for a 64bit machine. I have set the precompilescriptINtoBinaryCode value to true.
If anyone has any suggestions please let me know.
Thank you.

Cannot Run on this Edition of Integration Services Error Message
gxhpainter
Did you ever find a solution to this problem. I'm having the same issue.
Thanks.
Mitch
Chrisky
I had the same issue, but in my case it was caused becuase I was connecting from my desktop client (where I had built the package) to the server where I had imported it.
I thought it would have run under the server context but the package was obviously running under the local express edition.
When I RDP'd the server (running enterprise edition) and ran it from there, the package ran with no problems.
brettman
The message is reported in two cases:
besserer
The same problem. The same solution.
Server machine has sql 2005 Ent installed (+IS).
On local machine - SMS and BIDS.
Package created using BIDS.
Created configurations.
Builded.
Transfered physicly to server machine.
Installed using manifest file.
When i've connected to IS from local machine using SMS and tried to execute deployed package,
got the same error message.
Then i RDP'ed to server machine and run package from it - everything worked just fine.