SSIS - For each loop, ServerName vs ConnectionString ?
I am trying to use a for loop to connect to different servers and then do some job for each server. In the "expressions" of the connection manager for my loop, i see ServerName and ConnectionString....
View ArticleCDC with staging database and a data warehouse
I am very new to SSIS 2012 and CDC. I have the following scenario. I have a source database that is SQL Server 2012. I have a staging database (again SQL Server 2012 and a replica of the source...
View ArticleHow to create ADO.net connection from a script
HiNeed to create an ado.net connection (odbc data provider) from a command or script in which i could set up some paramaters from variables : host, user, password, dbname...)I don't know if we could do...
View ArticleThe AcquireConnection method call failed with error code 0xC0202009.
I've seen the previous threads on this (although maybe not all of them). However, i don't think I'm getting the error for the same reason. The full error I'm getting is:- Pre-execute...
View ArticleDo excel destination inserts record from its cache??
Short overview: the records from the tables are inserted into the destination (Excel file)Problem : There are no records in the table, even then the excel destination is populated with some records....
View ArticleSSIS - need your help to finally figure out a tutorial
Job - export table rows from external sql servers and store them in one data base. I used a tutorial http://www.codeproject.com/Articles/14341/Using-the-Foreach-ADO-Enumerator-in-SSIS to do this.I...
View ArticleCan't install attunity connector for oracle 1.2 64bit on windows 2003 R2 64
Hi all,we moved our DB to a totally new system. Everything works nice, we just got one problem:we can't install the new attunity connector for oracle 1.2 64bit, on the old systems everything works just...
View ArticleCopy Files from a folder in a path variable
Hi where could i get some example (dtsx) to be able to copy n files from a directory (the path is a variable) to an another one (also in a variable)Don't know how to set up the enumerator foreach file...
View ArticleThe 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine.
Hi All,I'm developing a package on the development server to load data from Excel. I created excel connection manager and when i tried to use the 'Excel Source' in the dataflow task. I'm getting the...
View ArticleIssues in running SQL Agent Job
Hi,I have a SSIS package which copy a data file from a map drive to the DB server staging location.When the package is run through the Package Execution Utility the package runs perfectly fine, however...
View ArticleCall a specific Sequence Container in SSIS package from c# code
Hi,I have a scenario where I want to execute a specific Sequence Container depending upon what user chooses from c# application.My dtsx package will have multiple containers with names like AA, BB, CC,...
View ArticleSSIS script taks not executing
hello,created a simple script task to create a guid. this works fine in another ssis 2012 package. but in this project package the script task doesn't execute. there is an error message:Could not load...
View ArticleHow Can I Determine the SQL that is Acutally Being Executed
I have a project that consists of many Data Flows, including C# scripts. Is there a way for me to determine exactly what SQL is being executed against the database? Maybe a log file that shows the SQL...
View ArticleHow to store the value when run the SQL query in Oracle DB
I am working on SSIS Project.Now I have 2 Oracle DBs. I would like to run SQL query to get the value from one Oracle DB. Then use this value to run SQL query in another Oracle DB. The question is what...
View Articlemax error count rollup behavior
Hi. I have a master pkg that contains a large number of containers. Many of these containers call multiple sub packages which of course contain a number of components. I see that max error count is...
View ArticleSAP R3 Connectivity with SSIS
Hi All,I have a requirement where we do need to pull the SAP R3 data in SQL Server. I am looking to see if microsoft provides any free adaptor for the same. We are in the SQL server 2012 versio. I...
View Articledeleting or ignoring unwanted rows
Hello All,Is there a way we can filter out or remove unwanted rows depending on a condition from our source file (csv) in SSIS packages?Thanksinavap
View Articledate coumn does not synch at destination
Hi all I have one date column at source i need its value at destination but when i do this then it return me error;[OLE DB Destination [16]] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error...
View ArticleHow to raise exception in SSIS package using the output variable value from a...
I have a stored procedure which will return a count...if it is greater than 0 then i want to raise a exception in the SSIS package that will stop the run/execution of the package. Is it...
View ArticleAuto Translate Parameter in SSIS Connection Manager
Does anyone know where I can find a comprehensive explanation of how to use the Auto Translate parameter in an OLE DB Connection object in SSIS? e.g., when should it be set to 'true'/'false' for...
View Article