Width must be non-negative in SSIS 2014 with VS 2013
TITLE: Microsoft Visual Studio ------------------------------ Width must be non-negative. ------------------------------ BUTTONS: OKSSIS 2014 with VS2013 is throing the below error message when...
View ArticleSSIS pakage takes long time to validate
Hello all,I am running multiple SSIS packages from the command prompt. Each pakage loads 5000 rows in separate databases. However, while running the packages, some run withing 2 to 3 seconds, however...
View ArticleAccess database engine cannot open or write to the file
Dear All, I have created package in SSDT and I can execute package in SSDT - load data in excel to sql database - it works. However after deployment to server it does not work, I have following...
View ArticleNo rows exposed in DataTable when parent package saves checkpoints!
We are experiencing strange behaviour when reading a DataTable in an SSIS script task.Scenario:My package contains two tasks.A simple Data Flow Task which reads records from a SQL Server 2016 table...
View ArticleSQL server In place Upgrade from 2014 to 2017 ( RTM-CU17) - SQL Assertion error
SQL Server In place upgrade from 2014 to 2017 RTM -CU17 failing with Assertion error.'IS_OFF (BUF_MINLOGGED, m_buf->bstat) || pageModifyType != PageModifyType_Contents || GetPagePtr...
View ArticleVS 2019 for SSIS ?
Hi all,We are planning to to use VS 2019 ( as It has replaced SSDT) for our SSIS project development.For that I have following questions :(1) Can we deploy this packages to Integration Catalog SSISDB...
View ArticleSSIS OData Source: Cannot access a disposed object. Object name:...
Hello everyone,I need advice. I am pulling data from an API service using SSIS ‘OData Source’ component. The background to this is, everything used to work well, but for some reason there are now...
View ArticleSSIS SQL Agent job - Error: for each sub folder : The get enumerator method...
Hi.I have a SSIS Package , which runs fine in Visual studio. The package uses a for each file loop and the variable points to a folder like this:\\server\d$\foldername\subfolder\When I deploy the...
View ArticleData source not getting updated when xml config changed in SQL Agent
Hi AllI have created a SSIS package for import flat file to sql table. Crated 2 variables File_Path and DB_Conn and package configuration xml file under c:\folder1 where the solution file and project...
View ArticleSQL Agent - Zipfile.ExtractToDirectory not working
Hi.I have a SSIS package in which I have a script task. I have the below code, which is trying to unzip the file string subPath = Dts.Variables["User::ProcessingFolder"].Value.ToString(); bool exists =...
View ArticleFixed width/Ragged Right help
Good day, i have a problem where a couple of my columns that are numeric with decimal places, are adjusted left. These columns should be adjusted right with 6 decimal places being filled in with 0's in...
View ArticleExecute SQL Task Editor
It seems there is a big,big bug inside the newest version of SSIS:When I try to create a "execute sql-task" in Visual Studio 2019, I get only very small dialogbox without any tabs, there I can enter a...
View ArticlePassword protected SSIS package
We are running SQL Server 2012; We have few password protected SSIS packages; But unfortunately, currently no one knows the password. We are unable to open SSIS package in visual studio. We have admin...
View ArticleThe AcquireConnection method call to the connection manager "Excel Connection...
I have deployed my packages into Sql Server and I am using Configuration File. As my Data Source is Excel, I have changed the connection string during deployment with Server Path. But I am getting the...
View ArticleSSIS SQL Execute SQL Task
Hi There,i am loading large data set from flat file into DB and i have sql proc which process the data and generate final output under db table. is it better approach to execute sql proc from ssis...
View ArticleHow to create ASCII file from SQL server table using SSIS 2014 ?
How to create ASCII file from SQL server table using SSIS 2014 ?
View Articleto generate a xml file from csv ussing c# in ssis script component
I have a csv file data of automobile insurance records which i need to convert into a xml file using ssis. Now , when I have unique insurance numbers in csv then i can generate the xml file in the...
View ArticleImporting from Mainframe with Host Integration Server
Hi team, I am trying to import from mainframe to SQL Server using SSIS as something similar mentioned in below article...
View ArticleSSIS: how capture failed DB connection error?
Occasionally a SSIS package fails to connect to a remote server because, we suspect, the remote server is experiencing high CPU (e.g. during backup process). How can we recognize this type of failure...
View ArticleException handling in SSIS Package Dynamic Connections and When It failed to...
Exception handling in SSIS Package Dynamic ConnectionHello All,I have a SSIS Package where one of the connection is Dynamic as it has to connect to 250 Point Of Sale Database. Each connection getting...
View Article