A successfully created SSIS package in SQL Server 2005 runs
fine in MS BIDS and Integration Services. But gives error
when run through an SQL-Job. What are the possible reasons?

Answers were Sorted based on User's Feedback



A successfully created SSIS package in SQL Server 2005 runs fine in MS BIDS and Integration Servic..

Answer / saaron

When you deploy SSIS packages to run from SQL Agent jobs;
you have to specify the Configurations file which should
contain the essential details for executing the package
such as 'Connection Managers', 'Variables', Sources and
Destinations defined and others as per the developed
packages. Also, the underlying tables need to be
subsequently taken care to match the refreshed metadata
from the mappings in the DFT in the package.

This is an open-ended question and you must be prepared to
talk a bit more about the troubleshooting involved in SSIS
Package development and deployment.

All the best,

Hope this helped,
Regards,
SaaroN

Is This Answer Correct ?    2 Yes 0 No

A successfully created SSIS package in SQL Server 2005 runs fine in MS BIDS and Integration Servic..

Answer / abhi

most common place to check for this kind of error is services. by default sql server agent is manual start and is disabled. so we need to start the sql server agent to run the sql server jobs.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More SQL Server Interview Questions

Where are full-text indexes stored?

0 Answers  


hi i gone though satyam interview. what is Acid Properties?

2 Answers   Satyam,


when we use function instead of procedure? plz tell me the situation with ex?

3 Answers   IBM,


What is the difference between local and global temporary tables?

0 Answers  


Explain the benefits of user-defined functions?

0 Answers  






What is the diff between Dynamic queries and static queries

1 Answers   CGG, ICS Integrated Computer Solutions,


What is the openxml statement in sql server?

0 Answers  


Explain the concept of recursive stored procedure.

0 Answers  


What is lookup override?

0 Answers   Informatica,


One table how may column and Primary key

3 Answers  


Write a SQL queries on Self Join and Inner Join.

0 Answers   Aspiring Minds,


what is database replicaion? : Sql server database administration

0 Answers  


Categories