Read Text file in Script Task - SSIS
I have a simple control file which has one line of data as follows - HXT|SomeFilename.Out|20130701|20130731|20130804|1|9674151This is a pipe delimited file, and it has only one row. Iam also only...
View ArticleDTSX package with Execute Process Task is not working after deploying to IIS
I have DTSX package with one Execute Process Task that unzip a file to folder using powershell.exe with file locations as arguments.The Execute Process Task properties are as followsExecutable:...
View ArticleI have two folders that contains diff type of flat files how to load those...
HI I have two folders in my source level that folders contain diff type of flat files(.xls,.doc,.pdf),my requirement is i want to loadthose flat files into different destinations like .doc files into...
View ArticleMicrosoft.AnalysisServices in SQL 2012
Running into an issue Microsoft.AnalysisServices via a SSIS VB Script task. I have a package written to process SSAS cubes via SSIS packages; query the SSAS server to build XMLA scripts. The packages...
View ArticleProblem with migration of package from SSIS 2005 to SSIS 2012 data flow task
Hi Everyone,I have a package in SQL Server Integration Services (SSIS) 2005 where I use four parallel OLEDB sources with Oracle provider to retrieve data from Oracle with all four sources and they get...
View ArticleHow Do You Create The Manifest Deployment File in SQL Server 2012?
I am used to creating the manifest deployment file in SQL Server 2005 to deploy a SSIS package with a dtsConfig file. I am trying to figure out how to do it in 2012. Can someone point me in the right...
View ArticleBusiness Intelligence for Viusal Studio 2012 cannot access SharePoint data...
I created a SSIS application to access SharePoint data using "Business Intelligence for Visual Studio 2012". I got an error when I debug the application - The 32 bit run time cannot access SharePoint...
View ArticleInstruct DataFlow task to Redirect bad input rows to Log file?
Hi all,I am new to SSIS 2005 packages but have written many in DTS 2000.I am importing a CSV flat file into a SQL server table with SSIS 2005. How do I tell the Dataflow task to redirect rows that...
View ArticleImporting multiple Flat Files into Single OLE DB Table destination(all files...
I am currently working on creating an SSIS package for a new import files we will received. The company changed how it was before - 1 flat file for 1 table. Now they have there data scatted across...
View ArticleUnicode values stored on ANSI database, no lookup using SSIS
Hello and thank you for reading this. For errors on the ETL process, data that cames from Unicode TXT files were stored on a ANSI database. The result of this situation is that there is some diamond...
View ArticleHow to insert only new records [ not exists in destination ] & update...
Hi All,I have a scenario where am inserting / updating records into my destination table , which is completely different database server.For ex: source table resides in DB Server1 & Destination...
View ArticleSSIS Package executes successfully but can only insert limited # of rows to...
Hi,I have a SSIS package (SSIS 2008 R2) that gets source data from Oracle using the Attunity drivers and writes to an excel tab using the "Microsoft Office 12.0 Access Database Engine OLE DB Provider"....
View ArticleNeeding help on SSIS package running in SQL Server Agent job - failing with...
I’ve been able to create a SSIS package that performs tasks to read SQL tables, create a Purchase Order as a .PDF, send an email with the attached .PDF and then update the status as"processed". This...
View ArticleIncremental Load (New, Updated and Deleted Rows) using SSIS 2012
Hi, I have Employee table in my database. Each week, one flat file will come with all the Employees detail. It may have New employees, Existing Employees address may change or Some of the employees may...
View ArticleUsing VS Solution Configuration Manager
I'm confused about how to use the Configuration Manager in BIDS, specifically as related to SSIS. My understanding is that you can set up various enviornments (like Development, Production, etc.) in...
View ArticleSSIS 2012 Deployment Error
I am attempting to deploy a project to SQL 2012 and receive the security error below. I have tried the steps listed in this post...
View ArticleHow to skip row delimeter for the last row in flatfile destination
I'm loading data from table to flatfile using DFT (dataflow task), i have use {|} as rowdelimetereg:- Table sno name 1 aaa 2 bbb 3 ccc Output Getting sno,name|1,aaa|2,bbb|3,ccc|Output...
View ArticleSSIS Installation on Application Server VS Database Server - Which is right...
As the subject says I am confused myself with this question.A) I built DTSX package that performs the below tasks in sequence1. download zip files from ftp to local folder, 2. Unzips the downloaded...
View ArticleRead doc files using SSIS
Is there a way to read doc file using SSIS. I have processed text files and excel files. But jsut wondering if we can read doc files using script taskor some otherway. Any help much appreciated.Thanks.
View ArticleData masking in SSIS ?
Hi,As per requirementShould do the Data maskingin columns of LNAME, FNAME, DOB, SSN in Database for each tableSo is any solution in Data flow ?orBy using T-Sql ?orany Logic with small steps...
View Article