After installing SSMS 2014 I can no longer add a source or destination in...
I really don't know what is happening but I have been using VS2010 and SSMS 2014 for a couple of months now with no issue. Yesterday when I opened an SSIS package that I had created in VS2010 I was no...
View Articleuse variable in child package which is set in parent package
Hi using ssis 20121- In parent package, there is a variable called vFileNameFullPath 2- This variable is assigned using variable1 and variable2 3- Parent package calls child package 4- How can child...
View ArticleHow to undo SSIS.ReplacementTask?
It seems that in the 2016 SSIS tooling, if you open a package and the task cannot be found, the package XML is changed and any invalid creation name references are replaced by "SSIS.ReplacementTask"....
View ArticleEmergency.......Loding data into DB2 from SQL Server 2005 through SSIS data...
Greetings....When I'm trying to load the data from SQL Server into DB2 database. It's trowing an below error. Can anyone help me what would be the possible resaon and workaround for this. ANy help...
View ArticleWhy to use SSIS , when same task can be in many other ways in a Microsoft/Non...
Data moving can be done in many different ways. Before/After ETL came in ; it was a windows service,phython/php/shell scripting,BCP,Linked server. There is always an argument with why to use SSIS...
View ArticleLoad Multiple files with different structure in different tables
Hi,I have been searched in the net but i didn't found any result that resolve my problem .I have a folder that contains some journly data the name of files are like...
View ArticleHow can I pass a ConnectionString as a variable
I have an SSIS Package that goes out to the web to access a file. The file name will change on a monthly basis and I can derive this and place the values into SSIS Variables.I found this web site to...
View Articlecsv file with 'old' and 'new' file name
Not sure how to write this in SSISI have a csv file, with 2 columns. Column 1 is "old" file name, Column 2 is "new" file name. The csv file looks like this Photo12630.JPG,0734917.JPG...
View ArticleSSIS 2012, reading (small) nvarchar(max), sluggish performance
I'm reading some data from a SQL Server 2012. The source table has some 600 million rows, and two of the headache columns are nvarchar(max). Max datalength is 250 bytes and avg datalength is 50 bytes....
View ArticleError while parsing deployment manifest: The element DTSDeploymentManifest...
HiI am am running VS2012 on a 2012 windows serverI have designed a package in VS2012 and it uses a config file to store password of oracle schema to which one of the connection managers refers to. I...
View ArticleezAPI: how to add add package to project with a project oledb connection
I'm using ezAPI to build a lot SSIS packages. However, I have a hard time understanding how to properly create a project package db connection. EzProject pro = new EzProject();...
View ArticleSSIS: Change Code page 1252 ANSI to UTF-8 65001
Hi All;I have created SSIS Package to import data from OLE DB to a flat file. The code page in the flat file connection manager was set to default1252 ANSI - Latin I. Now I have been asked to output...
View ArticleConnecting to Exchange Server
Anyone had any luck connecting to an Exchange Server via SSIS using either the CDATA component (http://cdn.cdata.com/help/CEA/rssis/pg_connectionr.htm) or COZYROC component...
View ArticlePGP/SSIS Agent
Greetings!I am using GPG command line tool with SSIS to encrypt a file and post on FTP site.The issue i am facing is that package runs fine on the dev env but its not running on the Server Agent.I am...
View ArticleConditional Concatenation in Derived Column
Hi,for example i have 4 columns a, b, c and dif a is null or blank than i want to get this value b-c-dif b is null or blank than i want to get this value a-c-dif c is null or blank than i want to get...
View ArticleScript Task Corrupt error
Hi, Just installed Visual Studio 2015. I was getting error with Script Task. So created a New project with just script task (no code ) in try 2 added message box . I was able to run it in...
View ArticleWhy to use SSIS , when same task can be done in many other ways in a...
Data moving can be done in many different ways. Before/After ETL came in ; it was a windows service,phython/php/shell scripting,BCP,Linked server. There is always an argument with why to use SSIS...
View ArticleHow to get sequence container name inside a script task using C# code
Hi,I have to get the list of sequence container names in a SSIS Package pro-grammatically using C# in a script task. Please help me.Thanks in advance.
View ArticleNot able to set the paramater of Stored prodedure in SSIS execute sql task...
Exception from HRESULT: 0xC020204A Error at Data Flow Task [OLE DB Destination [87]]: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E10. Error at Data Flow Task...
View ArticleSSIS package - Error: 0x1 at Script Task: Cannot load script for execution.
I have a Script Task in my SSIS project that is failing with the following error - 0x1 at Script Task: Cannot load script for execution.When I originally added the task and wrote the code it had the...
View Article