Groups | Blog | Home
all groups > sql server dts > july 2006 >

sql server dts : SSIS File System Task Error


wolf.emissar NO[at]SPAM gmail.com
7/13/2006 7:27:34 AM
Hi, I am trying to use a File System Task within a SSIS package to copy
and rename a group of files. When I run the package from the Visual
Studio GUI it completes with no errors. However when I try to run it
via a SQL Server 2005 Job it fails with the following message:

The task "File System Task" cannot run on this edition of Integration
Services. It requires a higher level edition.

The directories that I am copying from and to both reside on the same
machine as the SQL Server, and I am running the SQL Server Agent using
an administrator account. I will need to run this using network
directories at some point, I was just trying to limit the number of
variables that could be causing the problem.

Any help would be greatly appreciated.
Frans van Bree
7/13/2006 7:47:01 AM
I believe this is a version problem. Read it somewhere some time ago. There
are different version of SQL Server 2005, like there where in 2000 (standard,
personal, msde). I believe that if you have SQL Server 2005 MSDE then it is
not possible to schedule the command line executable of SSIS as a job.

wolf.emissar NO[at]SPAM gmail.com
7/13/2006 8:07:05 AM
Thanks for the post. To follow up, I am able to run SSIS packages as
SQL Server Agent jobs if they do not involve a file system task.

Also I running 9.00.1399.06 RTM Workgroup edition of SQL Server 2005.

[quoted text, click to view]
wolf.emissar NO[at]SPAM gmail.com
7/13/2006 8:31:13 AM
Thanks for the post. To follow up, I am able to run SSIS packages as
SQL Server Agent jobs if they do not involve a file system task.

Also I running 9.00.1399.06 RTM Workgroup edition of SQL Server 2005.

[quoted text, click to view]
wolf.emissar NO[at]SPAM gmail.com
7/13/2006 12:06:51 PM
I have the Standard edition installed. I can run the package just fine
from Integration Services GUI, its just when I go to an Agent job that
things stop functioning.

[quoted text, click to view]
wolf.emissar NO[at]SPAM gmail.com
7/13/2006 1:21:58 PM
I have the Standard edition installed. I can run the package just fine
from Integration Services GUI, its just when I go to an Agent job that
things stop functioning.

[quoted text, click to view]
Gerald Aichholzer
7/13/2006 7:32:20 PM
[quoted text, click to view]

You can compare the editions at
http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx

Only the standard and enterprise editions come with Integration
Services (there're also express, developer and workgroup editions).

The enterprise edition additionally has Integration Services Advanced
Transforms, but I don't think that the file system task belongs into
this group ;)

greetings,
amish
7/14/2006 12:13:09 AM

[quoted text, click to view]

Try SP1 for SQL Server 2005.
May it solve your problem.

Regards
Amish Shah
Frans van Bree
7/14/2006 8:12:01 AM
Is your development machine (with the SSIS GUI) the same machine as SQL Agent
is running? I found this post on sqlserver central, perhaps that helps you
some more:

Hmm... this error seems familiar. If memory serves, this would indicate
that you're trying to run this from the command prompt instead of the BI
Studio client tools. What this means is that you have the client tools
installed on the computer you're trying to run this from, but not SSIS
itself. I believe you need to run the SQL Server installer and just install
SSIS on the computer you're trying to run this from... assuming my assumption
that you're trying to run this from the command prompt is correct.

[quoted text, click to view]
wolf.emissar NO[at]SPAM gmail.com
7/14/2006 8:50:26 AM
I am running it on the same machine that the Agent is on. This box
also has SSIS installed on it.

Thanks.

[quoted text, click to view]
AddThis Social Bookmark Button