dbTalk Databases Forums  

Re: SQL2005 express and old DTS

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


Discuss Re: SQL2005 express and old DTS in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Rick Brandt
 
Posts: n/a

Default Re: SQL2005 express and old DTS - 12-28-2006 , 10:24 AM






giovanni wrote:
Quote:
Hello everyone,
I've just installed a SQL2005 Express Ed (EE) which I'd like to
feed up with a bunch of old DTS for SQL2000 tasks. Source connection
are flat text files (.csv like).
1) in EE DTS are replaced with SSIS services for wich I can download
and use wizard to create a .dtsx packet that can be run by SSIS
command line utilities: i works fine if I feed from another SQL2000
server but not from a text file (annoying message "product level is
not...". So new .dtsx packet are useless
It's a bit confusing. When you are in SQL Server Management Studio and you ask
that an SSIS task "on the server" to be executed you might think that you are
asking that it be run "by the server". In fact it tries to run on your PC so if
you do not have Integration Services installed and running locally on your PC
you get that error. You either need to...

Remote into box running SQL Server and run it while logged into that PC

Run the package from Business Intelligence Studio which has a runtime of
Integration Services within

Install and run Integration Services on your PC

Create an Agent job on the server that runs the SSIS package and then from your
PC you can have the server execute the Agent job. Then it DOES run the package
on the server.



--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com




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.