SSIS master key on Replica
Hi!I have an Azure 2016, SQL 2016 2 node always on configuration with SSISDB in the availability group.My packages work on the primary node, but on the replica I get the following error:Please create a...
View ArticleWhat is causing this "The timeout period elapsed during the post-login phase."?
This is happening on a shared environment running DataCenter. We are doing a bulk merge of about 100 plus records. It is failing in different spots but always the same error. Sql has no error logs,...
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 ArticleRun command line with date parameters with C# in SSIS (2015)
Hi allI need to run a command line on a server with date parameters using C# in SSIS (2015)The command line example:D:\TEST >dotnet TEST.dll --fromDateTime "2018-11-21" --toDateTime "2018-11-22"Can...
View ArticleEXECUTE SQL TASK ERROR WITH STORED PROCEDURE
I have two stored procedures that run successfuly into SSMS. However, when I put it through SSIS SQL to be further inserted into a JOB SCHEDULE, I got an error about "update fails" because one column...
View ArticleImporting from Excel 2013-2016 - SSIS 2017
Hi,on my machine I've SQL Server 2017 64-bit and SSIS 2017, SSDT for Visual Studio 2017, Excel 2016 64-bit (Office Professional Plus).Moreover, I've installed Microsoft Access Database Engine 2016...
View ArticleSSIS Failed to enlist distributed transaction - transaction implicitly or...
I have gone through all the articles I could find about configuration of MSDTC. I have firewall open for DTC for Domain, Private and Public networks. I still keep getting this error. I am running...
View ArticleCopy Database not functioning
Copy Database not working as mentioned at MSSQL documentation.https://docs.microsoft.com/en-us/sql/relational-databases/databases/use-the-copy-database-wizard?view=sql-server-2017Procedure I...
View ArticleSlowly changing dimension transform started to give deadlocks
Hi all,I have a slowly changing dimension in a dataflow that has been working for months but has now started to consistently give a dead lock error. The deadlock occurs on 2 update statements within...
View ArticleExecuting SSIS Package using .bat file
Hi Guys,Please I need some assistance, I know we can executing a package using a batch file if the ssis package is in our local file system. I will like to find out if we can do this for a package...
View Articlecould not load file or assembly
I have an old ssis 2008 package that I am trying to run. I'm getting a system.IO.FileNotFoundException: Could not load file or assembly message on a dll. The dll exists in the assembly folder and...
View ArticleLosing code
We have a couple of projects in the integration services catalog, both containing packages that contain vb script tasks. I did an export of them from the integration services catalog into ispac files...
View Articlehow to know the source connection closed after successfully run of SSIS package.
Hi Team,i am loading the data from oracle to sql server,so i am connecting the source oracle,how to check weather the source connection is closed or not after the package runs fine.as far i know ssis...
View ArticleIn FTP connection manager, connect to a ftp server by using url
In FTP connection manager, I can connect to a ftp server by using IP. But I need to connect to a ftp server by using url. This has not been successful. How can I achieve this?
View ArticleSetting TypeGuessRows for excel ACE Driver
I set the TypeGuessRows registry value to 0 in this location:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\14.0\Access Connectivity Engine\Engines\ExcelIs that the correct location where it would be set...
View ArticleXML Source file size limit
I need to import data from an xml file which is more than 2 gb in size. But the ssis package cannot complete the task and throws error with message memory 'system.OutOfMemoryException'. What is the...
View ArticleSSIS data extract poor performance
As part of a larger SSIS package, I'm running a fairly simple data flow with an OLE DB source into a flat file destination to extract data to a text file. Nothing else happens in this step, but for...
View ArticleThe 'OraOLEDB.Oracle.1' provider is not registered on the local machine.
Hi,I am creating a SSIS package for which uses oracle provider for OLEDB.Where as it's throwing an error when testing the connection. Please find the below error..Test connection failed because of an...
View Article