Lost reference to Microsoft.sqlServer.ManagedDTS
My company uses SQL Server 2008 and we develop SSIS packages in VS 2008. I recently installed SQL Server 2014 since I got assigned to a new company project the uses it. So I needed both. Both seem to...
View ArticleXML Source errors when running from child package or SQL Agent
I have a package that calls an XML Source component and is running fine when I call the package directly from VS but if I call the package from another package I get the following error. I get the same...
View ArticleHow to Pass folder names from a sql table to file system task,to delete the...
Actually I had a sql table which consists the folder names that to be deleted...Now,I have to pass those folder names to File system task...
View ArticleCannot Run SSIS Package from SQL Server Agent Job
We have two servers with the same specifications and configurations:SSIS serverQA ServerRAM8.00 GB8.00 GBSystem Architecture64-bit 64-bitExcel Driver32-bit 32-bitExcel Driver...
View ArticleAn OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is...
I am using SSIS 2012 OLDDB source to execute MDX query , i get below errors at times. when i execute the package immediately after the error it is working. it became difficult to reproduce the same...
View ArticleMicrosoft Connectors for Oracle (Attunity) with Windows 10
Hi,I have recently upgraded to Windows 10. I use Visual Studio 2013, SQL Server Enterprise 2014 and Oracle 11g.After the upgrade almost everything works (even the oracle client!) the only thing which...
View ArticleImport a .xlsx (Microsoft 2007) file in SSIS package
I have created an Excel File connection as follow…If I execute the data flow task by itself, it’s working.Since the filename will always be different, I am changing the connection string in a script...
View ArticleDownload the Latest file from FTP
Hello All,Does anyone know what's the best way to download the latest file from FTP Site. for Ex lets say my files are named as below and i want to Pick the TV_20150316_1.zip TV_20150310_1.zip...
View ArticleSSIS FileSystem task renames file in Debug but fails as Job Task
SSIS Newbie here.I have a very simple SSIS package I created in VS2015 whose first step is a FileSystem task to rename a file from "testdata.txt" to "working.txt". It executes fine in debug mode. I...
View ArticleMerge Join [1311]: The comparison flags for the columns with SortKeyPosition...
I have a Source #1: OLE DB Source SELECT * FROM ABCDB.dbo.XYZ WHERE (CRMTransOpport = 0) ORDER BY EmailAddress And Source Output “IsSort = True” And Source...
View ArticleHow to update Metadata data types without editing XML code
SSIS seems to automatically set the metadata type and for "typed" sources like database and XML connections it seems to take whatever the source column datatype is. If you use a cast or convert in the...
View ArticleIs it possible to automatically load a filename and date into a SQL table
Hi, I've searched around and a few good answers but though I's stick with the best place I know on here. Here is the email from our developer and I'd like to offer a solution if it's possible (i just...
View ArticleDownload latest file from FTP server
Hi,I’m connecting to a FTP site and downloading a zip file. A new .zip file is added every week. Here, I want to connect to the ftp site and download the .zip file which is recently added. Please help...
View ArticleUpgrade SSIS from 2014 to 2016 using SSDT for Visual Studio 2015 Enterprise
Trying to upgrade SSIS Packages that were created in VS 2013 SSDT for SQL Server 2014 to SQL Server 2016.I installed Visual Studio 2015 and SSDT for VS 2015. When I open the Integration Project...
View ArticleDelete files older than 7 days old in a FTP
Hi,I have a FTP and i have some files every day i send files with SSIS using FTP TASK what i want doing is if the files that i have in my FTP is OLD than 7 days i want to delete them .Please can i help...
View ArticleOData - Service Document Location
Hi,This my attempt at trying to use the Odata source in SSIS and need to specify the service documentation location. How do I create this from my SharePoint URL? There doesn't seem to be detailed...
View ArticleConstraints in SSIS
Hi again!!!This time I have problems with constraints!!Part of my flow is going on a different path at one point to import an Excel .xls file or .xlsx file into SQL table, depending on what the user is...
View ArticleExecute SQL Command vis SQL Task Editor with condition variable
This is so ridiculous... I am shy to ask!!!I trying to call a SQL command using conditions. So I created a parameter mapping to map the variable that I will use as a condition:I configured the...
View ArticlePass Powershell Variable value to SSIS
Hi There. I am new to SSIS and was wondering how I would pass a variable value used in the Powershell script to SSIS?The folder path and filename of the variable $filename is already mapped within...
View ArticleLookup with Dynamic
I have requirement where i have to look up using 7 input parameter . Out of 7 first for must match to the target but last 3 are more of a dynamic. If look up does not return with value requirement...
View Article