New Oracle Data Provider for .NET (ODP .NET) 10.2.0.2.20 failure.
Oracle recently released Oracle Data Provider for .NET (ODP .NET) 10.2.0.2.20. It happened on August 1, 2006. Oracle claims that its software is compliant with Microsoft ADO.NET 2.0 and “…more...
View ArticleSSIS 2012 Catalogs seem inefficient...
So a few weeks ago I made a switch from our SSIS 2008 package to the new SSIS 2012 project deployment model. I really love having the new project parameters feature (instead of config files) and I...
View ArticleLineageID of an input column has an another value in runtime
Hi all, I upgraded my own data flow transformation component to SQL 2012. My component has one input and one asynchronous output. I found the following unexplained behavior: a value of the LineageID of...
View ArticleSSIS Custom Task. Package Variables not refreshing in IDE
Have a custom task component which during the create process adds a variable to the SSIS Package. The Following code is an example.Dim P As Package = CType(_taskHost.Parent, Package) If Not...
View Articlejob to delete old files
I would like to create a sql agent job to run operating system cmd, as a step for a job. I tried to delete the files with .txt extension in a log directory that is older than 5 days, I tried below,...
View ArticleObject variable lost in Script Task
In my SSIS package I have a object variable which gets intialize inside foreach loop container in Script Task. When I debug the code i see the values are adding to object. I'm using the same object...
View Article"Cannot retrieve code page info..."
Hello again! I got a problem using an OLE-DB Source in my data flow task. It is an Informix-Server using the newest OLE DB-Driver provided by IBM. However, when I set up the OLE DB-Source with...
View ArticleHow to create an SSIS variable to check if it is a Weekday or Weekend
In the Snapshot (below) there are two Execute Package Tasks(1 and 2) along with two Execute SQL Tasks (A and B). I have to create an SSIS variable such that if the value is a day of the week and a...
View ArticleUnpivot task is generating rows for null inputs
So I have a C# application (VS 2012 with .NET4.5) that builds SSIS (SQL2012) packages programatically. the packages can be opened in the designer and they run fine. However, there is one case that is...
View ArticleText filed processing on SSIS 2012
Hello Team, I have a text datatype field in the database. It has a create table script. In a SSIS project i want to query this field and pass the value to backend again to execute as sql. How i can...
View ArticleSSIS using Stored Procedures to do incremental loads into DW
Is it insane to have SSIS to use a Stored Procedures to do incremental loads into DW, if the frequency is like every 5 minutes? Here is the bacground. We use SSRS to report off of our production server...
View ArticleScript Task Inside a For Each Loop Container
Hi , Getting Following Error: Error: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: The path is not of a legal...
View ArticleModify Buffer size Custom SSIS Tranformation
I have developed a custom ssis data transformation and was wondering if there is a way to increase the buffer size? Thanks,
View ArticleFailed to find or load the registered .Net Framework Data Provider
Failed to find or load the registered .Net Framework Data Provider when i run in server with local host it working when i used www.domainname.com/page.aspx it show this error what i hae to add in the...
View Articleconnection of db
hi... in vs2012 express mvc4 when i add the existing item and add my db"qecsms" (name) the message is pop up your acess is denied! now what is problem? plz guide merubab
View ArticleSSIS execution using DTEXEC in a batch script
Hi, Let me set the context first. I am executing an SSIS package using DTEXEC command in a batch script. The SSIS package takes an input text file(A.txt) to execute a stored procedure and updates the...
View ArticleEvent Notification is not sending an even when Service Broker Queue disable.
Hi All, I am trying an option "BROKER_QUEUE_DISABLED" in EVENT NOTIFICATION it seems it is not properly generating a Broker Queue disabled event. SO can some one please validate the script wcich i...
View ArticleSending query result from a table via email in SSIS in a table format
How to send query results extracted from an execute sql task and then send it via email by script task using HTML formatting?. I was able to send the query results using execute sql task then a for...
View ArticleCapture redirected Column name and datatype through SSIS package
Hi All,<o:p></o:p> I designed SSIS package for loading data from Sql server to Sql server Destination table. While loading data from source to Destination need to check is there any...
View ArticleUsed "Data Conversion" Transformation - VS_ISBROKEN - cannot convert between...
Our Oracle source changed from Non-Unicode to Unicode. So I am using "Data Conversion" Transformation to convert the DT_WSTR to DT_STR to match the target SQL Server sting/text. I am getting following...
View Article