weird exception message in ssis when debugging
Hi, I got this error message today when debugging in vs 2010, presumably sql 2012. What does it mean?the type initializer for system.windows.media.fonts threw an exception (msorclib)
View ArticleAdding columns to views used in Data Flow task source
I have a set of existing packages that use views from a SQL Server DB as external columns for source Data Flow tasks.These views are used for multiple purposes beyond the SSIS packages that I am...
View ArticleDynamic single SSIS Package with 1 DFT to load 100 of different tables (No...
Hi All,We got a requirement to load 100 of different tables from SQL SERVER DATA WAREHOUSE to AZURE SQL SERVER DATABASE.Thee is no transformation required. It just Extract the data from DATA WAREHOUSE...
View ArticleData Flow from table to Flat file giving error
Table has 250 million recs . Goal is to load all the files from table to a flat file .Initial run failed at 170 millions with below error.So split the table data into 5 and now the first 50 million...
View Articleloading two different table data into one flat file then got this error
Hi I have one doubt in ssis, while loading two different table data into one flat file then got this error. how to avoid this error [Flat File Destination [2]] Error: Cannot open the datafile...
View ArticleSQL Agent job history
I have an SQL job which has two steps. The second step on failure will trigger the first step. So if second step fails,the job will be executing continously. Is there a way to monitor the such...
View ArticleMaintenance Plans failing with error " Failed to acquire connection "Local...
We've recently migrated our database instance to a new server. Post migration, our maintenance plans are failing with the below error:- Description: Failed to acquire connection "Local server...
View ArticleHow to capture Select statement and insert into table using SSIS
For example I have got Employee table .Select EmpID,EmployeeFrom dbo.Employeewant to insert those select statements into some Destination table.Destination Output : ID SQL_Stmt1Select EmpID,Employee...
View ArticleSQL query issue
Hi All,I have a requirement to fetch resultset in one to many relationship from SQL Server tablesProfile TableProfileID Name BirthDate1 ABC 10.10.1985 2 XYZ...
View Articlehow to debug this error? trying to load excel file to Database
SSIS package "c:\users\asubedi\documents\visual studio 2012\Projects\Integration Services Project1\Integration Services Project1\PackageToLoadBuyerDedupe.dtsx" starting. Information: 0x4004300A at...
View ArticleMySQL Connection Issues - ADO.NET Connector When Previewing: No database...
I have an SSIS task that uses an ADO.NET connection to retrieve data from a MySQL database. The ADO.Net Source uses a query to retrieve the data. The query and the ADO.NET connector HAS worked in the...
View ArticlePackage succeeds, bu Agent job fails
I have a package to extract data from Sql server table and load to an Excel, and it runs successfully.But it fails when I schedule it in Agent job.Below is the error message, can you guys help?...
View Articlehow to loop multipe variables in to one destination table using SSIS
I have three variables@Emp ='Select EmpName from Employee',@Department ='Select DeptName from Department',@Customer ='Select Custname from Customer'and I have destination table Output : ID...
View ArticleError in script task in visual studio 2015
Hi All, we are facing a weird issue after an office upgrade to 2016. the target ssis catalog is in 2014 where as we are building our projects in ssdt 2015 with deployment mode set to 2014 server.what...
View ArticleWhile opening Management option in sql server i get below error. I am unable...
=================================== There is already an open DataReader associated with this Command which must be closed first. (System.Data) ------------------------------ Program Location: at...
View ArticleAfter FTP Task, trying to copy the file to directory - error that file is in use
I used FTP Task Editor to receive a file, which it did successfully. I then have a ForEach Loop container where then use File System Task editor to copy the file to another directory. When it gets to...
View ArticleSSIS 2016 SMO Transfer error: An error occurred while transferring data. See...
Good day,We are using SMO to transfer tables over from one server to the other on SQL Server 2016.For a while now, the transfer succeeds only one out of 3 times on 1 server only, and we always get the...
View ArticleThe value of the property 'ExclusionGroup' is incorrect. VS_ISCORRUPT when...
Hello,I am trying to use SSDT/SSIS to create a very basic data flow task that moves one column from a table to another. Both tables are test tables with the exact same structure. Both have one column...
View ArticleWhat port can I use to deploy SSIS paackages from SSDT
I am working with a server that is really tied down because of security concerns. I must ask that ports be opened to allow us to add software and tools, deploy packages, deploy reports and access...
View ArticleC# Library cannot be used in SSIS 2016 after deployed
SSIS package use a custom c# lib in SSIS 2016 script task and it works fine. However, it fails after deployed to another server.
View Article