SSIS 2012: Cannot open the datafile : All permissions set, shared folder
Hi, Server 1: SSIS 2102Server 2: Shared Folder (Everyone Full Control)Client 1: A Desktop with Management StudioA simple package deployed in the SSIS Catalog with a Dataflow.The Source is a simple flat...
View ArticleC# Script to copy an Excel File working locally but not on the server when I...
So I have these couple C# commands to copy an Excel File which works fine and dandy on my local client when I test and run this SSIS Package but when I tried scheduling the job on the server, it...
View Articleusing reflection only once on assembly that will be invoked repeatedly by sub...
Hi. We run 2012 enterprise and unfortunately need to use reflection (long story) to call various methods from our c# scripts. I've shown a sample of that pattern below.Someone asked me today if the...
View ArticleDynamic Destination Server & DB
Hi All, I am migrating a DTS package to SSIS 2008R2 and I have a situation where i have to iterate through a table and have to load data from a single source table, into multiple Server-DB...
View ArticleMultiple runs of same stored procedure
I am an SSIS newbie so please excuse how little I know.We have a manual job that I would like to automate in SSIS.We run the same stored procedure six times with different parameters. Each run creates...
View ArticleHow to strip out first row as a field and fill down?
I’ve been importing all kinds of data in the past 2 days. I’ve got one more data set to get through. I’ve got 200+ files with dates in the very first row. I want to . . . somehow . . . use the date...
View ArticleSSIS SQL Server 2012 - The requested OLE DB Provider Microsoft.Jet.OLEDB.4.0...
The ssis package is part of a project deployed to a server with SQL Server 2012 SSISDB. The project is using environments. The project is set to Run64BitRuntime = False. This particular package is...
View ArticleFlat File connection to Linux box
How can I access a flat file on a linux box using the Flat File Connection Manager?
View ArticleFTP only the unporcessed/new files
Basically I FTP flat files to a local disk and load data. My question is very simple, what is the best way to transfer only the new/unprocessed files to the local disk from the remote server. Somebody...
View ArticleWeird Error Running SSIS
I'm trying to load data from a flat file. I thought everything was setup correctly, but now, I'm getting these errors.SSIS package "c:\users\rshuell\documents\visual studio 2013\Projects\Integration...
View ArticleFile system task - Move file issue, skip the current log file thats open by...
Hi, I have created a package to move IIS log files from their source directory to another directory called processing. However, when the package tries to move the current log file it errors because the...
View ArticleHow to read data from VSAM files of IBM mainframe with SSIS and store it as...
Hi Everyone, I am working on a task to extract data from a bunch of VSAM files from IBM Mainframe and store it into SQL Server as relational data, I found that in many of the discussions, talking about...
View ArticleLocation of SSIS Packages
Hello all,I have started to work for a company and they have some SSIS packages in place. I need to find them and I don't know where to look at. I don't want to ask others all the time.I tried to find...
View ArticleUsing Multiple OLE DB Source data flow component v/s having one OLE DB Source...
I need to pull multiple segments of data from one datasource. I have a data flow task with OLE DB Data source which has access mode as sql command. I have included all the required segments of data to...
View ArticleEscaping the ODBC Escape Sequence
For the love of god and all that is holy, how on earth do you ESCAPE the ODBC Escape characters {} (curly braces) within an Execute SQL Task in a DTS package ??!??!I'm using PostgreSQL ANSI ODBC driver...
View ArticleSSIS 2014 Flat File Source - Redirect Row - Crashes
Hi, I have an SSIS package written in Visual Studio 2013, to be run on SSIS2014. I am attempting to parse a flat text file. If any of the columns are truncated or cannot be casted to the corresponding...
View ArticleCall Function from SSIS package
Hello. I have a field pulled from an Access database that I need to manipulate before processing. I need to strip out illegal characters. What's the best way to use a function to process the data in...
View ArticlePass a variable value to SQL Command in OLEDB Source
Hi, I have the OLEdb Source where it has SQL Command as Data Access Mode. Below is the sample query that i have in that.DECLARE @MonthOffSet int = 24 DECLARE @PaidDate_SK_Lowdatetime =...
View ArticleEVENT HANDLER FOR BASIC SSIS PACKAGE
As a developer I want to have a template for SSIS that has event handlers using parameters not expression builderAcceptance Criteria:- Event handlers are dynamic using parameters Please ideas and...
View ArticleSSIS package is running without any issue, but when I configure through job,...
On Production Environment (BNEPRDSQL102)– SSIS package is running without any issue, but when I configure through job, it is throwing below error On UAT Environment(BNEDEVSQL201)– Job is already...
View Article