Active SSIS package - Change SP datasource
I've got an existing SSIS package that is run every two hours and calls six stored procedures which produce six data files. Not too long ago another developer decided to change the SP and used Temp...
View ArticleFinding a package location
I am given a dtsx package which is calling another package. In the event handler I could see the package name. I am trying to locate this package. I looked at the properties. There is no location...
View ArticleDebug Host has stopped working - SQL Native Client
Debug crashes when I use an Execute SQL Command or a Data Flow connection using the SQL Native client (10 or 11) in both BIDS (2008) or SDT (2012). This error has appeared very recently, within the...
View ArticleSSIS 2008 R2 Script Task - Excel - Add Reference Not Showing...
Fellow SSIS'ers.I have a package from ssis 2005 that uses Microsoft.Office.Interop.Excel for a script task - the reference is inside the behind-code becasue you could not add Excel interop from Add...
View ArticleSSIS - Error while retrieving files from FTP server
Hi,I am trying to retrieve a csv file to my system from an IBM ISeries (AS/400) server. The file is located at the path /MainFolder/SubFolder/Sample.csv. When executed, the FTP task fails with the...
View ArticleThe process could not be created for step 1 of job reason: %1 is not a valid...
Hi, We have an DTS package developed by some one else. When we execute it from Integration Server it executes. But when we schedule it from SQL agent Jobs. It gives above Message Executed...
View ArticleTransfer Login Task - SourceConnection cannot connect
Hi,Environment:Source: SQL 2008 (SP3) on Windows Server 2008R2Destination: SQL2012 with Visual Studio 2010 on Windows Server 2012I create a SSIS project using Visual Studio 2010 on Windows Server 2012...
View ArticleMaster Xfer Package
Hi,I have a set of SSIS packages that transfer data from local client databases on one server (call it SQL14) to our data warehouse on another server (call it SQL05). Each Client-Specific transfer...
View ArticleSSIS package running on SQL Cluster
Is it a good idea to run SSIS package on a SQL Cluster environment specially when you have to deploy to multiple environements (dev, stage, production) and also when you have to access the FSO to write...
View ArticleOutput error messages
Hi,I have a simple package that imports data from a flat file to a table. I also have a Derived Column step in the DFT where I check certain columns in the source file to make sure they're valid. I...
View ArticleLooking for a Tool or a Script to scan SSIS Package Configuration file and...
Do you know any existing tools or scripts which can scan all the SSIS Package configuration files in a folder and prepare a list of datasources and the databases they are pointing to?I would like to...
View ArticleSSIS FOR ADO LOOP
I have a SQL exec task The SQL quires is select * from tb_copy_data I then have a ado for loop I then build a quotes which is select count(*) from tbl_cust I then display the quotes in a message box to...
View ArticleNo 64 Bit provider available for Oracle
I have been developing SSIS jobs for a short period of time. I had been doing so in a 32 bit environment. I recently had to have my system reimaged. When this was done, my system was upgraded with to...
View ArticleUnexpected Termination SSIS package - how to detect it
Hi again!I'm executing a SSIS package and it usually ends with success, but when it finishwith "Unexpected Termination", it did not fail and the event handler dont write on the event log...does anybody...
View ArticleTransaction in SSIS (2012)
Hi,I am pulling data from excel file and inserting the data into SQL DB. I have execute sql task with Begin Tran > seq container with my other exec sql + df tasks (within more seq containers) + some...
View ArticlePreserve file attributes of FTP'd files
Hi,I have an SSIS 2008 R2 package which ftp's several files from a remote server but I lose the files' attributes like Date Modified which gets set to "now." I need that Date Modified to be...
View ArticleLook up Transform exceeds 100 MB and how to handle the issue.
Hi ,I am using look up transform and the data size is huge and when it caches the rows the size exceeds the max buffer size (100MB).Is there any way we can improve the performance.
View ArticleChange of connection id from schema owner causes query to produce different...
We have a SSIS package that gets records from an oracle database and populates tables in an MS SQL Server database with the records. We were connecting to the oracle database specifying the schema...
View ArticleRange Lookup in SSIS on Advanced tab
Typically, a Lookup Transform in SSIS is used for straight EQUAL joins. I want to do a Range Lookup and am following directions from several different posts, but getting an error.Here is the setup:On...
View ArticleProblem in executing winzip utility using xp_cmdshell
Hi Allam using the below code snippet which is running for over 1 hr 30 mins Declare @Command varchar(2000) Select @Command = '<WINZIP32.exe> -e <Source Zip file> <destination...
View Article