SSIS Package when deployed causes Datatype Mis-Match between unicode and...
The package runs with no errors in Visual Studio 2015 - I check the datatypes in the package and they all match. but when I deploy it - the package fails with data type mismatch. I am using SQL server...
View ArticleExcel 2013 Connection Manager: Microsoft.ACE.OLEDB.15.0 is not registered
I'm having an OLEDB provider issue in an SSIS package where the source file is an Excel 2013 64 bit file. The following is a breakdown of the environment I am working in:OS: Windows Server 2012 R2...
View Articlescheduled sql server agent job would not run?
I have created package under VS SSDT target to 64 -bit sql server 2017.I am able to run job from integration service catalogs but If I schedule it or run it fromSQL server Agent, it would not run.I am...
View ArticleAzure SSIS Runtime version?
Straight from this documentation (docs microsoft dot com/create-azure-ssis-integration-runtime), it states "When you provision an instance of Azure-SSIS IR, the Azure Feature Pack for SSIS and the...
View ArticleAzure SSIS Runtime Feature Pack version?
Straight from this documentation (docs microsoft dot com/create-azure-ssis-integration-runtime), it states "When you provision an instance of Azure-SSIS IR, the Azure Feature Pack for SSIS and the...
View ArticleSSIS Flat File Import : "Table or view - Fast load" Option Error
Hi,While Importing a flat file containing 151 columns to SQL Database we are getting an exception."SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x8007000E.An OLE DB...
View ArticleRunning SSIS as an Agent job using a proxy
Hello, I built a simple SSIS package using BIDS. The package does a backup of a DB to a network share. I imported the dtsx file into SQL Server using SQL Server WB (connected to the SSIS server)I...
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 ArticleRenaming File with DatetimeStamp
Hi All, I am using Visual Studio 2015. While moving the files from source to destination i want to rename the files with datetimestamp. I have csv files . I have added expression...
View ArticleGenerate Dynamic column based on SQL output
I have source data i.e. is present in SQL like belowProduct CodeItem IDItem DescriptionCustomer NameMonth of OrderQty Ordered10125Food ItemsHanaJan-01-20182010125Food ItemsHanaFeb-01-20182410125Food...
View ArticleMigrating from SQL2012 to SQL2016 - Issues when Programmatically Generating...
We have an SSIS application running successfully using SQL Server 2012 and Visual Studio 2012 in which a SSIS Script Task (Visual Basic 2012) is utilised to programmatically generate SSIS packages with...
View Articleerror when creating table fast load for ms access
hi,i created package in which data is loaded from sql server 2016 to ms access 2016 and it works ok for small amount of data.now i have to load 2+ million of records and this way is very very slow so i...
View ArticleVisual Studio 2008 crashes on SSIS Data Flow Task opening
Hi, Visual Studio 2008 crashes on SSIS Data Flow Task opening.This is a random behavior on random SSIS packages on Data Flow Task opening on packages that I’ve finished developing last week. The...
View ArticleExecute SQL component failing when using OLE DB connection manager
Hi There, Can anyone out there shed some light on why an Execute SQL Task would fail when using an OLE DB connection manager ?I am using SQL server 2014 and it seems I am missing something.Any help...
View ArticleSSIS Fuzzy Lookup. No Columns are displayed
My Data Flow is very simple. I have an OLE DB linked to a fuzzy Lookup. When I set up the OLE DB connection in the fuzzy lookup I am able to select my reference table. When I click on the columns tab...
View ArticleODBC Destination batch load into HIVE Table
Hello, everyone. I am attempting to port an SSIS package from DB2 to HIVE. I am having an issue with the ODBC Destination task using the Hortonworks HIVE ODBC. I previously tried the Microsoft ODBC but...
View ArticleSSIS Project Build Failure - FileNotFoundException
I have an SSIS project that has several packages. I built two SSIS packages in the project as a couple of test packages. I eventually didn't need them.I deleted the packages from the project and...
View ArticleAny way to determine if there is a result set in a Data Flow?
Is there any way in my Data Flow to determine if my SQL Server Stored Procedure produces an empty file...No result set? Like I have no orders for that client today...so abort and end the job without...
View ArticleXML Data Loading - Issue
Hi,SQL Server: Microsoft SQL Server 2014 (SP2-GDR) (KB4019093) - 12.0.5207.0 (X64) Jul 3 2017 02:25:44 Copyright (c) Microsoft Corporation Enterprise Edition (64-bit) on Windows NT 6.3 <X64>...
View ArticleVisual Studio 2017 SSIS: Orcale as Source
Hi,I need to develop a SSIS package to load the data from oracle source and post the files on Azure Data lake.For that, I am using VS 2017. But I am not able to create the successful connection with...
View Article