Script Component fails on first attempt
Hi guys,I have an SSIS package the contains a script component. However, each time I run the package the script component throws an error on first attempt but if I run it the second time, it will run...
View ArticleSSIS Script Component Fails on First Attempt.
Hi guys, I have an SSIS package the contains a script component. However, each time I run the package the script component throws an error on first attempt but if I run it the second time, it will run...
View ArticleDeploying only a part of the project
Hi guys, how can I deploy only one or more packages without deploying all the packages in my project?
View Article[Contact [2]] Error: System.IndexOutOfRangeException: Index was outside the...
Type Exception: Column data type DT_R8 is not supported by the PipelineBuffer class. at Microsoft.SqlServer.Dts.Pipeline.ScriptComponentHost.HandleUserException(Exception e) at...
View ArticleCheck database server is down or not
Hi All,I have a table having DB server names stored in it.I want to perform a task on each server present in table.Before performing the tasks I want to check whether servers are available or not.If a...
View ArticleSql Server 2012 Data Tools error: Failed to Save Data Flow Objects (Data Flow...
I am new to SSIS am attempting to build out an SSIS package but when I go to save my work, it throws the below error.=================================== Failure saving package. (Microsoft Visual...
View ArticleSQL 2016 Tabular Model processing fails when running from Integration...
When I run a SSIS package to do a full processing of a SQL 2016 Tabular Model deployed on SQL 2016 with compatability set to 1200, it fails and gives me the following error:"[Analysis Services Execute...
View ArticleSSIS SQL Server Message: TCP Provider: The semaphore timeout period has expired
we have one heavy SSIS package on SSIS server that runs and updates the data on SQL server, few times a month we get below error and we have to restart the SSIS job. How to fix this? This is in aws...
View ArticleImport Calculated Value
I'm importing an excel file with calculated values in the cells. The data isn't importing correctly. In the Data Flow I have a Data Viewer between the Excel Source and a Conditional Split. The data in...
View ArticleProject Deployment
When deploying SSIS with project deployment mode, where is the solution compiled, would it be local machine within Visual Studio or somehow on the server? Logic would tell me it is Visual Studio but...
View ArticleGetting an execution plan as XML from an Execute SQL Task.
Hi all, I am wondering if it is possible to get the execution plan of a query by using a SQL Script Task. I am have code similar to this running in the task:SET SHOWPLAN_XML ON; GO SELECT 1 AS ABC GO...
View ArticleUsing Stored Procedure in SSIS
Hi Guys,I have an SSIS package that I use to pull data from a store procedure. I use SQL Command to exec the stored procedure but the I get the error "No Column Information was returned by SQL...
View ArticleSSIS task is taking time to migrate data
Hi,I am trying to run a ssis .dtsx package from source(HANA) to destination (sql db)..It has around 20 tables to be migrated to destination. It is taking more time(more than 10 min).I included sequence...
View ArticleSource: "Microsoft OLE DB Service Components" Hresult: 0x80040154...
Hello, I am running Windows Server 2003 R2 Enterprise Edition SP 2 I have created an integration package in VS 2005 which extracts data from Access 2000 and imports it into a table on SQL server 2005...
View Articlerun 2008 SSIS packages under SQL 2014, Jobs did end not successful
Hi guys,I have a Problem with my 2008 SSIS packages running under SQL 2014 Microsoft SQL Server 2014 (SP2) (KB3171021) - 12.0.5000.0 (X64) The packages are running but the SQL Agent does not end. The...
View ArticleOpen SSIS project error: Unable to cast COM object of type
When I open up my existing SSIS project, I always get this error. Does anyone know what was wrong ? TITLE: Microsoft Visual Studio------------------------------Unable to cast COM object of type...
View ArticleERROR:To run a SSIS package outside of SQL Server Data Tools you must install...
I'm running the latest SSDT Microsoft Visual Studio 2015 Shell (Integrated) Version 14.0.23107.0 D14REL Microsoft .NET Framework Version 4.6.01055 Installed Version: IDE Standard Microsoft Visual...
View ArticleThe connection "" is not found. This error is thrown by Connections...
I've got a package which reads a text file into a table and updates another. I set up configurations so that I could import it into the SSIS store on both my dev and live servers. Now, I'm getting...
View ArticleVS 2015 SQL Server 2014
This might be easy one but I am still confused with the versions and compatibility.Can we integrate SSIS packages from SQL Server 2014 to Visual Studio 2015?as per my knowledge VS 2013 is compatible...
View ArticleDoes anyone have any best practices for using SSISDB and Environment...
We're moving from SSIS 2008r2 to SSIS 2016 and plan to use the SSISDB and use TFS Release for deployments across our development, UAT and production server environments.We're wondering if anyone has...
View Article