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
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 |
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 |
How to run queries with sql server management studio express?
What is a non-clustered index?
what is raid and what are different types of raid configurations? : Sql server database administration
How to choose all records from the table?
Diff between Composite key, Alternate Key, Candidate Key, Primary Key, Unique Key, Super Key, Foreign Key
What is an extended Stored Procedure?
How to use “drop” keyword in sql server and give an example?
What is change data capture (cdc) feature?
Difference between Triggers and Stored Procedure
23 Answers Claimat, HCL, Protech, Silgate,
what are candidate key, alternate key and composite key? : Sql server database administration
Write the queries for commands like Create Table, Delete table, Drop Table etc.
0 Answers HPCL, Hughes Systique Corporation,
What is a covering index?