File System Task Appears Corrupt
Hello Forum,I am using Visual Studio 2015. In it I am using a File System Task to copy a file from one folder to another. To accomplish this goal I have defined the following variables:...
View ArticleCouldn't copy the file from one folder to another while I using script task...
Hi there,I am trying to migrate a SSIS package from 2008 to 2014. I run my package in my local computer using Visual Studio 2015, it is working. I deployed my package to the sql sever 2014 in windows...
View ArticleScript component fails after installing integration services
I put together a pretty simple script. It adds a row number column to a flat file. Very simple, very straight forward. [Microsoft.SqlServer.Dts.Pipeline.SSISScriptComponentEntryPointAttribute] public...
View ArticleIf the file exists the package run if not i wait 20 minutes and check another...
Hi,I have been searched in the net but i didn't found any result my scenario is :I want to check if the file exists in the folder the reset of the package run if the file doesn't exists i want to wait...
View ArticleHow to delete files from folder based on file date value using script task in...
Hi All,Scenario: I have one folder with 4 files, Now i want to delete 2 files which are too old files based on file date value using script task.Examples: Folder Name: C:\Sample\FileNames:...
View ArticleProgrammatically Created Package - Having Difficulties Running
(this is also on StackOverflow at http://stackoverflow.com/questions/41046444/ssis-programmatic-package-validate-run-issue)Hi All,I am trying to create a simple SSIS task to load data from a SQL Server...
View ArticleData import issue using Flat File excel SSIS 2012 with CozyRoc Data Flow task...
Hello Experts,I am working on SSIS 2012 with CozyRoc for Dynamic CRM data imports.I have created a package and in that I have two Data Flow task(DFT1 & DFT2).DFT1 imports all the prof questions...
View ArticlePassing values from Ojbect data type variable to Send Mail Task
Hello all:I have created an SSIS package, that works... to a point. The objective of the package is to check a FTP server directory for files that are "stale" and if so send an email to a specified...
View ArticleXML Source issue
I have an XML source <?xml version="1.0" encoding="utf-16"?><ArrayOfChemicalProductData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
View Articlewhat does a build in ssis accomplish
Hi we run 2012 enterprise. We use VS to design our pkgs. Can u tell me the purpose of the ssis build, I guess as it applies to the dtsx file? I'm assuming "recompiles" of c#. Anything else?
View ArticleAdvice about code
How do I get the hour, minutes and, sec to show up in the following code snippet?I've searched the forum and cannot find what I'm looking for based on this example.SUBSTRING( @[User::FileName] , 1,...
View ArticleCheck more than one file exists in different folder on ftp server
Hi, I have two variable that contains the path of the file in the ftp: the first variable called file1 contains that value : ds/product/09122016_product.csv the second variable called file2 contains...
View ArticleHow change variable of package using configuration file?
hi,I am deploying my package using .ispac file so where my configuration file is store? i need to change my variable value.so when i deploy the package at that time i use whatever variable value that...
View ArticleCheck 3 files exists in different folder on ftp server
Hi, I have 3 variable that contains the path of the file in the ftp: the first variable called file1 contains that value : /ds/product/Jan/09122016_product.csv the second variable called file2...
View ArticleParallel Processing from AS400
Hello Is There a way to configure OLEDB Native Driver to work with Parallel processing using a specific Query library inside DB2?i mean if there a way to customise the connection string to usea...
View ArticleInsert data to excel through Execute Sql Task
How can i insert data into an excel sheet using an Execute Sql Task? is it possible?
View Article[Microsoft][ODBC Driver Manager] Data source name not found and no default...
Hi All ,I am getting below error while executing from job as well as manually ssis package.Initially It worked fine suddenly from last 3 days I am getting issues.[OLEDBSource [121]] Error: SSIS Error...
View ArticleSSIS Packages failing to execute after the November Quality Preview Rollups
SQL Server 2012 (11.0.6248)This started happening when SQLAgent job executes a SSIS package after applying the November Preview rollups KB3197875 and KB3196684 (seen as KB3195387 in installed updates)....
View ArticleError when trying to use OData with ?format=json in SSIS package
Hi,When I run my package, I get the following error[SSIS.Pipeline] Error: "OData Source" failed validation and returned validation status "VS_ISBROKEN".I also get an error when I try the Odata URL in...
View ArticleSend files from multiple folders as email attachments to multiple users.
Hi any help would be very much appreciated.I have approximately 300 folders named after our users, such as James Bean, Ben Smith, Helen Jones etc. There are several files in each folder and I would...
View Article