dbTalk Databases Forums  

scheduling SSIS in SQL 2005

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


Discuss scheduling SSIS in SQL 2005 in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Liam Mac
 
Posts: n/a

Default scheduling SSIS in SQL 2005 - 07-04-2006 , 09:04 AM






Hi All,

First of all I would like to say that these newgroups are brilliant for
support, thanks to all that has contribute to any my previous questions in
the various forums. Now to my new problem.
I have been working with SQL Server 2005 for the last few weeks, and have
now created a new SSIS applications succssfully, I have deployed my
applications in file system and in the MSDB engine and it works fine when I
execute the SSIS application directly from file or Intergration services
console, but it will not execute from a schedule job task using the SQL
server agent. the only message that I see in the job log history is "The
package execution failed". I'm not seeing anything in the event viewer.
Has anyone any idea what maybe the problem, since I don't have allot
feedback on the reasons for failing. I notice that when I execute the SSIS
file directly it requries me to click on execcute, Have I gone wrong with my
deployment.

any guidance much appreaciated!

thanks,
Liam.

Reply With Quote
  #2  
Old   
Pipo
 
Posts: n/a

Default Re: scheduling SSIS in SQL 2005 - 07-04-2006 , 09:42 AM






My first guess would be a security issue: a scheduled job is run in
security context of the account that started the SQL Server Agent
service. I you start a package manually, it's run with the credentials
of the person currently logged on. Check the account that starts the
Agent. The default is Local system, which means you cannot for example
take a file from another server or connect to a database on another
server using Integrated Security.

Regards,

Pipo


Reply With Quote
  #3  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: scheduling SSIS in SQL 2005 - 07-04-2006 , 12:50 PM



Hello Liam,


The first thing that always springs to mind is security issues. Which type
of job step are you using? Are you using the SSIS job Step? if you are
then try changing it to the Operating System (CmdExec) step type.

Are you enabling logging inside the package?


Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Quote:
Hi All,

First of all I would like to say that these newgroups are brilliant
for
support, thanks to all that has contribute to any my previous
questions in
the various forums. Now to my new problem.
I have been working with SQL Server 2005 for the last few weeks, and
have
now created a new SSIS applications succssfully, I have deployed my
applications in file system and in the MSDB engine and it works fine
when I
execute the SSIS application directly from file or Intergration
services
console, but it will not execute from a schedule job task using the
SQL
server agent. the only message that I see in the job log history is
"The
package execution failed". I'm not seeing anything in the event
viewer.
Has anyone any idea what maybe the problem, since I don't have allot
feedback on the reasons for failing. I notice that when I execute the
SSIS
file directly it requries me to click on execcute, Have I gone wrong
with my
deployment.
any guidance much appreaciated!

thanks,
Liam.



Reply With Quote
  #4  
Old   
Liam Mac
 
Posts: n/a

Default RE: scheduling SSIS in SQL 2005 - 07-05-2006 , 09:14 AM



thanks guys. i follow the adivce on security and that was the case, the sql
server agent did not have permission to run the job

"Liam Mac" wrote:

Quote:
Hi All,

First of all I would like to say that these newgroups are brilliant for
support, thanks to all that has contribute to any my previous questions in
the various forums. Now to my new problem.
I have been working with SQL Server 2005 for the last few weeks, and have
now created a new SSIS applications succssfully, I have deployed my
applications in file system and in the MSDB engine and it works fine when I
execute the SSIS application directly from file or Intergration services
console, but it will not execute from a schedule job task using the SQL
server agent. the only message that I see in the job log history is "The
package execution failed". I'm not seeing anything in the event viewer.
Has anyone any idea what maybe the problem, since I don't have allot
feedback on the reasons for failing. I notice that when I execute the SSIS
file directly it requries me to click on execcute, Have I gone wrong with my
deployment.

any guidance much appreaciated!

thanks,
Liam.

Reply With Quote
  #5  
Old   
AT
 
Posts: n/a

Default Re: scheduling SSIS in SQL 2005 - 07-13-2006 , 05:51 AM



Hi,

I am also facing the same issue for a long time. So anyone of you can
provide the solution in detail like what to do?

Any help would be appreciated. Thanks in advance.

Regards,
Prakash Srinivasan.

Liam Mac wrote:
Quote:
thanks guys. i follow the adivce on security and that was the case, the sql
server agent did not have permission to run the job

"Liam Mac" wrote:

Hi All,

First of all I would like to say that these newgroups are brilliant for
support, thanks to all that has contribute to any my previous questions in
the various forums. Now to my new problem.
I have been working with SQL Server 2005 for the last few weeks, and have
now created a new SSIS applications succssfully, I have deployed my
applications in file system and in the MSDB engine and it works fine when I
execute the SSIS application directly from file or Intergration services
console, but it will not execute from a schedule job task using the SQL
server agent. the only message that I see in the job log history is "The
package execution failed". I'm not seeing anything in the event viewer.
Has anyone any idea what maybe the problem, since I don't have allot
feedback on the reasons for failing. I notice that when I execute the SSIS
file directly it requries me to click on execcute, Have I gone wrong with my
deployment.

any guidance much appreaciated!

thanks,
Liam.


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.