Getting error 'The connection xxxxx is not found ...' while upgrading SSIS...
Hi,I am working on upgrading my SSIS packages to SSIS 2014. Packages are created in SSIS 2012. When I open the project in visual studio 2013 the Upgrade wizard automatically opened and I started...
View ArticleWeb Reference inside Script Task causes Binary code for script not found error
I am attempting to access a SOAP web API (sales force) from a SSIS package. To do this I created a script task.Inside the script task I went to Add Service Reference. Then I click advanced to make it a...
View ArticleVS2012 Script Task - can't find assembly though it's in GAC
HiI've found lots of past questions on this, but they seem to relate to earlier versions.I'm using VS2013 SSDTBI to develop SSIS packages; target server is SQL2014. The Script editor that opens from...
View ArticleUpgrade DTSX packages from VS 2010 with SQL Server 2008 to VS 2013 and SQL...
Hello everyone, I’m very new to SSIS world. I’ve been assigned a task to upgrade the existing packages running in VS 2010 with SQL Server 2008 to VS 2013 and SQL Server 2014. And then submit the...
View ArticleMoving Access table with an autonumber key to SQL Server table with an...
I have an SSIS package that is moving data from an Access 2010 database to a SQL Server 2008 R2 database. Two of the tables that I am migrating have identity keys in the SQL Server tables and I need...
View ArticleVisual Studio 2015 - SSIS Development - Backward Compatibility - Can we...
Hello and good day to allI'm trying to determine if Visual Studio 2015 (VS2015) Ultimate or any other version VS2015 will allow for SSIS packages for 2008, 2012, 2014 environments.Any direction is...
View ArticleHow to assign money value to CRM money field in Script component?
Hi All,Can anyone please help me with below issue?I have a money value (eg. 25.00) in the SQL table (Source) of type string which I am reading it in script component and want to push that same to MS...
View Articledeploying an ssis pkg to the db
Hi we run 2008 R2. I've always used the OS file system to run ssis pkgs so pls bear with me.I'm looking at the discussion at...
View ArticleHelp with today's date - 2 days as a string for a file name
This will be an Expression/Connection String for a Flat File Connection Manager.Need it in this format COMPANY20150402.txt except the formula needs to incorporate the DATEADD("D", -2,...
View ArticleExport Wizard Column Mappings: Destination (Excel) Columns Not Showing
I've researched this for hours but I'm still getting this error (see below). My setup: SQL Server 2014 Express. Exporting a table called 'locations' to Excel 2010, file name = "SqlExport.xlsx". The...
View ArticleBest apprach to update large tables via SSIS
Hi, I need to update sql tables with 2 million to 600 million(max) records in SSIS. We are doing update on Same DB(Source and Target Tables are same) I tot of do this in one of below...
View Articleimport from sharepoint into ms sql
When am importing data from SharePoint into SQL Server, am getting only 10 records where as it is having approx 10000 records. I'm using BIDS 2008. I'm not able to figure it out the issue. Can some one...
View ArticleSSIS:name PasswordVerifier
Hi,In the SSIS project file (.dtproj) we have a property called PasswordVerifier like below:<SSIS:Property SSIS:Name="PasswordVerifier" SSIS:Sensitive="1">AQAAAN...</SSIS:Property>The...
View ArticleDebug Script tasks on 64 bit machine?
Why can I not set a debug breakpoint in a script task on a 64 bit box? Is there something I need to add to allow this?
View ArticleWMI Data Reader Task vs WMI Event Watcher Task
I was reading about WMI https://msdn.microsoft.com/en-us/library/ms141130%28v=sql.110%29.aspxvs https://msdn.microsoft.com/en-us/library/ms141744%28v=sql.110%29.aspxFrom the articles, it seems like I...
View ArticleSSIS Ole DB Destination Dynamic Fail
Hi, I have a dataflow with Ole source and ole destination task. in the Ole Source I have the Data access mode "SQL command from variable" and I have the rset variable whith the select sentence :...
View ArticleDealing with carriage returns within flat file source fields
I'm trying to import a flat file source into a SQL Server table. The flat file is pipe-delimited and text qualified with " (double-quotes).The import job is failing because there is a "comments" field...
View ArticleSSIS For Each Loop Container
Hello All,I have some files within sub folders. Below is the layout...
View Article[2008 R2] BIDS installation failure, edition is different
Hello,As I am just starting a new mission in SSIS, I have to install BIDS on a VM running sql server 2008 R2, enterprise edition.The only iso I have at my disposal is a standard edition (valid, with a...
View ArticleIssue with SSIS Custom Components - 64 bit SQL 2012
Hello All,Our SSIS packages built on SQL 2008 R2 make use of some custom components. These custom components are installed as part of an MSI. The dll's are copied over to the Windows/assemble [GAC...
View Article