oracle client and networking components were not found 11g
Hi, All SSIS package started failing after security patches applied in window and error says: Please do the need ful.Description: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error...
View ArticleCommon Table, Different Files and Different File Structures in SSIS
I have multiple flat files as my source. Each files are having some common columns. But there are also some extra columns in one of them. I need to move all the data from flat files to a table having...
View ArticleExecute SAS VBScript
Hi All,i had to export out data from SAS tables to a txt files using SAS. but i have no clue how to schedule this on server, only option i know of is after you schedule this SAS export it creates a VB...
View ArticleSSIS 2014 (SSDT) and Oracle DB
Hi AllI am using SSDT to load Excel Spreadsheets into an Oracle Database. I am creating the Oracle table from within SSDT as part of the package development. Is it possible to stop SSDT from placing...
View ArticleExecute Power shell script from SSIS 2012
Hi ,I am using SSIS 2012 and trying to execute power shell script using Execute Process task giving the details belowExecutable - C:\WINDOWS\system32\windowspowershell\v1.0\powershell.exeArguments -...
View ArticleExecuting Powershell Script From SSIS
I need to run a powershell script using SSIS "Execute Process Task"What is the syntax for the Arguments line? Right now I have the below. I'm getting an error message with exit code 1.powershell...
View ArticleSSIS Package with ASCII Code of 26
I am working on a series of SSIS packages of exporting DB2 tables to SQL2014.I am experiencing a problem on some of them.I get this error:The column status returned was: "Text was truncated or one or...
View ArticleMerge join with sorted input is giving unpredicatable results
Hi there,I have an interesting problem. I have two sources, both of which contain an SQL statement ordered on the ID on which I wish to join. I have set the "issorted" property on true and configured...
View ArticleCan I convert number to string in SSIS data transformation?
I am an SSIS newbie and looking for some "best approach" guidance on this one. I am working on a data flow in which I have a string in this format: 000001026+This string would represent $10.26. It is...
View ArticleFlat File Source 12 Error / Already updated destination column
Greetings,SituationI'm trying to import data from a flat file into a SQL Server table. Package is straight-forward: Flat File > Row Count > Ole DB Destiination.Source column in set as...
View ArticleCSV file consumption in SSIS
I have a csv file which I am trying to load in a table and it keeps failing at column b row 4When I open the file and go to row 4 under the column b I see below value ab V-hello, this is coming and...
View ArticleHow can we profile csv data in SSIS 2008?
I get a csv file and would like to do data profiling before I load it in target table hence wanted to know if there is any industry standard which we are following right now.I checked google and I read...
View ArticleReplace a unwanted delimiter within a column
Hello all, I have a flat file and i am loading the data to sql server table. The Flat File records are separated by Pipe Delimiter (|). In My case a particular column data have Pipe Delimeter which...
View ArticleSSIS- OleDb Fast Load vs. Bulk Insert Task
I have done research including the threads on this forum but cant seem to find an answer. I am loading text files with 40 columns. No transformation at this time. There are 8 files ~25MB with a total...
View ArticleDTSX Package is not executing successfully in other servers
Hi All,I am working with SSIS Package - Analysis Services processing Task.Here I have configured Analysis Services Processing task to run the AS database(Here AS DB Name - PhoenixPolice) in my...
View ArticleExtract Data From Twitter
Hi,I am looking to use SSIS to extract data from Twitter. Basically I want to search for #Election and to load all results into a database table.I have tried to implement TweetSharp but not having any...
View ArticleCan't see azure connection manager in SSIS or SQL server tools
Hi I recently installed SQL Server Data tools 2015 and visual studio 2015 along with update 2 for visual studio 2015 in order to create a package to upload some csv files to my azure blob storage. I...
View ArticleMetadata getting corrupted when changing dev to prod?
I have project level parameterized connections and when I switch from dev to integration and production I have two fields that frequently lose their mappings to the source and/or destinations....
View Articlesend email with result using send mail task in ssis
hi i am trying query result send to email.i had use execute sql task to get get result and store into object variable.then take for each loop task to take one by oneand in script task i used following...
View Articleactive directory update
We are wanting to add a step to a SSIS package to delete specific entries from active directory. Has anyone done anything like this in SSIS? Will it have to be a script task? Any guidance is...
View Article