Integration Services Will Not Run
Win 2008 Enterprise sp2 64 bit. SQL 2008 Std 64 bit. I cannot get a BI project to load or build new. First I had Visual Studio 2008 Team System Database. Would not load. Then I installed SQL 2008 sp1....
View ArticleError running Excel file load as a server job
Hi,I'm running a package to loop over and load some excel files and it runs perfectly in Visual Studio, however on running as a job, I get the error "Microsoft Office Access Database Engine Hresult...
View ArticleSystem.IndexOutOfRangeException: Index was outside the bounds of the array.
Hello,I have a package that decrypts data and it uses C# in Script Transformation Editor. It has been running successfully in the past few days. However, it started to fail with the following error...
View ArticleGetting error using Import Wizard to insert data from excel, csv, or txt into...
I know there's a lot online about this and I've looked at a lot of it, but I'm not sure what options to choose and I dont know why I get this error. Furthermore, we have a heavy "figure it out on your...
View Articlescript to add to AD group
Hi,Please check the post below and help me with the issue.https://social.msdn.microsoft.com/Forums/en-US/9460325a-a3cf-446e-97f6-f68677bad8a0/add-user-to-ad-group?forum=csharpgeneral
View ArticleDeploy pkg to SSIS Catalog. Package Cannot access network drive to write to...
Is there a solution to allowing an SSIS package hosted in SQL Server Integration Services to write to a file on a network drive? My understanding is that this is a server hop issue - it only occurs...
View ArticleRestore Production Backup Over Testing Environment
Hello, I'm still having issues when using SSIS to do the restore of production backup to tessting environment. Please see the last question I asked in this thread:...
View ArticleSSIS fails when attempting to execute AZcopy via execute task using SQL Agent...
The Package runs perfectly when run on the remote desktop. Only fails when run via the SQL Agent Job, and returns the error - The process exit code was "8" while the expected was "0"Does Exit code "8"...
View ArticleSSIS vs Linked Server Vs Replication For Data Warehousing
Dear All,Please help me.SSIS vs Linked Server Vs Replication For Data Warehousing.Which option is best? I need best performance...
View ArticleLoad excel file - SSIS
Good Morning I have an Excel file to load but it is divided into three groups, header, movements information and communications information. I want to start loading the information of movements and...
View Article"COULD NOT FIND A PART OF PATH" WHILE EXECUTING PACKAGE THROUGH STORED PROCEDURE
Hello Guys,I have a package which gets a file from a shared folder and copies the data from that file to an SQL Table. It is totally working fine and the data is getting added to SQL Table when I run...
View ArticleTransaction not working!
Hello,I am trying to implement begin-commit transaction in an ssis package so that if the package fails, the transaction rolls back. However, I stumbled upon this link...
View ArticleTrigger/Transaction conflict
I'm not sure this is the right forum for this but here goes... I have an SSIS package that is loading data to a table in one data flow. A subsequent data flow reads data from that table and loads it...
View ArticleMove files using SSIS File system task
Hi, I'm trying to move the files from one directory to another using File system Task and Foreach loop container .I have couples of .xlsx files in the source folder , i want to move them to...
View ArticleDeploying to ssisdb (sql server c2 audit enabled) fails
Hi, SQL 14.0.3035.2 with C2 Audit enabled. When deploying new SSIS packages to SSISDB the server shuts down, due to being unable to write to trace log. If I disable C2, the deploy works fine (tough not...
View Articlederived column from string(csv) to int(sql)
My csv has empty values at times for a a field and I would like to default that to a '1' if empty. The sql field is defined as int. I have tried multiple examples but syntax error. Thanks.
View ArticleUnable to deploy SSIS in VS 2017 Enterprise Edition
Hello MS Team-I am Unable to deploy SSIS in VS 2017 Enterprise Edition. It was working fine and suddenly started seeing this error. TITLE: SQL Server Integration Services...
View ArticleVisual studio 2013 and .net 4.5 incompatible
I am building SSIS for SQL 2014 in VS 2013. At project creation I have defined .net 4.6.2 . I added a script task and tried adding a reference to a .net 4.5 added namespace since I need a 4.5 added new...
View ArticleHandling unexpected characters from flat file
Hi, I'm importing a flat file into a SQL Server database using SSIS. The flat file contains columns which as specified as BIGINT, null. However, if the the row doesn't have a value then "/N" exists in...
View ArticleError in Execute Process Task during Plink bash script
I am trying to get SSIS to execute a bash file that deletes rows from a table on a remote server. I have already tested the bash script on its own on the server. So i know it works. But calling it from...
View Article