Object can be disposed more than once in method - SSIS Script task
Hi Team,When am using bellow script in SSIS script task am getting bellow. Please help how can i use script task to execute bellow provided C# code.Error:WarningCA2202Object 'msi' can be disposed more...
View ArticleSSIS dev and test on same server
HI I am new to infrastructure. my director says he wants to have dev and test as two different databases in the same server(he want to use virtual machines) and he also wants to have dev and test...
View ArticleUnable to uninstall SQL Server Integration Services Projects Extension
I installed SQL server, then SSDT from VS installer and after that the SSIS Extension v3.0 for VS Community 2019. But now that when I try to uninstall it I get the following error: Some components...
View ArticleRunning an SSIS package through Batch File
Is there a way to read the DTEXEC result and when DTExec: The package execution returned DTSER_SUCCESS (0). contine the remaining steps in the batch file otherwise STOP .
View ArticleOracle data source connectivity issue in ETL Package using script task(C# Code)
Hi,I'm trying to connect Oracle data source in ETL package using script task(C# Code) and getting server version error.Help me how to resolve this issue.Visual studio version : 2015Connection Type :...
View ArticleODBC Progress datatype problems after updating to VS 2017 15.9
Hey there,we are currently using VS 2017 15.7.5 and SSDT 15.8We've got SSIS packages which read data from a Progress database via ODBC.We updated to VS 2017 15.9.2 and now all the ODBC Progress...
View ArticleProblems with the query, "ResultSet" property not set correctly, parameters...
Hi Team,Please help on bellow issue.[Execute SQL Task] Error: Executing the query "update EIV set EIV.InvoiceDate = RD.InvoiceDate, ..." failed with the following error: "No value given for one or...
View ArticleHow to pass a variable to one package to another package in ssis
I would like to pass a variable from one package to another package in SSIS. Is it possible?
View ArticleHow to make the data vertical rows instead of horizontal
Hi All I am getting the data from excel and i have it in the horizontal format like below, but in the DFT when i click on the columns i only see the Date column and not the completed...
View ArticleSSIS Job error: The connection type "PowerQuery" is not recognized as a valid...
Hi all,Before posting my question I have already gone through some of the replies on this forum and unfortunately I found no answers. Especially there is this link...
View ArticleStored Procedure Resultset Issue in SSIS
Hello,We are upgrading our SQL Server database from 2008 to 2016 and in the process of upgrading, we are also upgrading the SSIS packages. However, there are couple of SSIS jobs that use the update...
View ArticleIssues in while developing the Custom RabbitMQ Source for SSIS using c#
Hi All,I have got the below c# code from github to build custom RabbitMQ source component and looks like the code was written in 2012 and the same code is working fine in VS 2012 (getting the RabbitMQ...
View ArticleExcel workshet name in SSIS
Hi teamI want to know a way to detect when a specific worksheet exist into a Workbook or capture the error when open a worksheet and this don't exist in SSISPlease any help, i will apreciate.best...
View ArticleCannot connect to SSIS, dtsruntimewrap exception 0xC00160AC
I just updated SSMS to v18 and now I cannot connect to SSIS. I was able to previously.===================================Cannot connect to ..===================================Failed to retrieve data...
View ArticleSSIS Server installation
HI we are going to have new sql server and ssis installed on my office machine for ETL work. I asked them for the following softwares . 1. MS Sql Server 2017 Enterprise edition2. Latest version of Sql...
View ArticleUse SSIS Variable in another class outside of ScriptMain.cs
Hi The problem I am trying to solve is use a SSIS Variable in another class outside of ScriptMain.cs in the SSIS Script Task. I am trying to use a constructor and get the variables read in other...
View ArticleHow to upgrade SSIS packages (having script tasks) created in VS 2013 to VS...
Hi,We recently had SQL server upgrade from SQL 2014 to SQL 2016 and now need to upgrade SSIS packages accordingly to support to the existing SQL server version.I had tried upgrading the package by...
View Articleimport csv file in to sql table (double quotes and line feed in few columns)
I have a csv file that needs to be imported in to sql table. It has double quote as text qualifier , how ever in few rows couple of columns are line feeding to next line and it has additional " over...
View Articlessis package
SUBSTRING([Name ], FINDSTRING([Name ] + "," , "," , 1), LEN([Name] ))Manny MuscianoCan someone help me find my error in this query please?Thank you very much for your help
View ArticleHow t o Start/Control a SSIS Package (Project-deployed) with SQL Server Agent
Hi team,I have some projects-deployed SSIS-packages stored in SSISBD and working fine when started with Management Studio. To automate them, I would like to use a SQL Server Agent job to execute the...
View Article