SSIS Package Protection Level -EncryptSensitiveWithPassword
Hi There: I have a SSIS package(VS.Net) that has different ADO.NET connection . These connect to SQL Server Data base from my package. Now by default the Package Protection level is set to...
View Articlessis 2008r2: Ole db destination - fast load - Keep Nulls setting ignored
SQL db server is 2008R2I have a table that has defaults on all the NOT NULL columnsI can't insert data into this table using SSIS because I get [OLE DB Destination [47]] Error: There was an error with...
View ArticleSQL Connection failing - SQL Authentication
Hi all,I have a connection manager with provider - Native OLEDB\SQL Server Native Client 11.0.The following properties on my connection manager are evaluated as expressions:IntitialCatalog Password...
View ArticleShould I use SSIS for my problem?
Hi,I have to create a tool to load data from input file into SQL server. Input file is dynamic and data type of the column is unknown. Dynamic input file means, number of column,column data type,...
View ArticleSSIS Package Configuration
Hello,As per following article, "You cannot use the /Set or the/Connection option to override single values that are also set by a configuration". Can you elaborate on this with example?...
View ArticleInsert data into a XML Template
Hi Friends.. I was assigned a task where I was given a XML template and I will have to insert data from a table into the corresponding tag. I have not worked on either creating a XML file or inserting...
View ArticleProblem with SQL 2008R2 and SQL 2012
Hello,We have writting C# programma in framework 3.5(2008R2) and converted it to 4.0(2012).Now we have a problem using the Analysis and Intergation references.We build a SSIS package from code but it...
View ArticleSlowly Changing Dimension error code 0xC020803C
HelloCan anyone shed some light on this problem: the sameSSIS package is run on 3 different servers (all SQL Server 2008 R2) and on one of the servers, we get the error below for the same data. The...
View ArticleProblem with row containing Line Feeds
Hi allI have a simple SSIS package which extracts data from a number of tables using an SP and then outputs the results into a .txt file. My problem is that in one row of about 20000, one column...
View ArticleCannot Show Visual Studio Tools For Application Editor
Hi All,I was wondering if someone would be kind enough to assist me with the following issue?Using Visual Studio 2008 and editing an SSIS project. Using a data flow task, create a script component,...
View ArticleOutput parameters in OLEDB Command component - SSIS 2008
I have a package that I developed in SSIS 2005 and recently ported to 2008. Everything runs great except an OLE DB Command component that calls a stored procedure that uses output parameters.When I try...
View ArticleDebugging and data flow row counts incorrect
I've recently upgraded several packages to SSIS 2012, and I'm finding that the row counts shown in the data flow while debugging are entirely nonsensical. My data flow goes something like this at the...
View ArticleError Creating Integration Services Catalog
For a SQL Server 11.0.2218 database, I am attempting to create a catalog under the Integration Folders Catalog folder. The folder is empty, this will be the first catalog. In the Create Catalog...
View ArticleError with lineageid when running SSIS 2012 package through the SQL Server...
I face a problem running a SSIS 2012 package with a custom control through the SQL Server Agent. It comes up with a lineage id problem. See error from SQL Agent History...Microsoft (R) SQL Server...
View Articlessis error when downloading excel files from sharepoint using ssis 2010
Hi,I created an ssis package to download excel files from sharepoint to a dir, but I am very new with sharepoint connections and website authentication issues, so I ran into the error message below....
View Articlecreating 50 folders within a root folder on a nas drive
Hi Allhow do i accomplish a task to create 50 folders on a nas drive using SSIS.The names of each folder are unique and are in a spreadsheet in 50 rowshow do i proceed?Vamsi
View ArticleSSIS Problems with 7zip when run using SQL Agent Job
Hi,I have a peculiar problem involving 7zip and SSIS. The SSIS package loops through several files and adds them to a zip file using 7zip (through the Execute Process Task). If I run the package...
View ArticleHow to pass system variables to event hander ?
hi there: On Event handers in SSIS , I've creaed a Execute SQL task to send out email alert when the event is OnError.In the alert, I'd like to pass the package name ( System::PackageName) to the...
View ArticleHow does one code a Data Transormation Services project in Visual Studio?
What kind of project is this?http://i67.photobucket.com/albums/h292/Athono/Capture_zpsa6604547.pngAlso, how do I debug such a project?I do not see where I can change the scripts that appear during a...
View ArticleSSIS DATAMIGRATION ON DIFFERENT SERVERS
Hi All,Am new to SSIS...i created ADO NET Source, it takes value from one table on SERVER A.Then i have derived column control to add one extra column, finally i haveADO NET Destination it insert...
View Article