Derived Column Error
I have created a package where I am using a derived column for date. I have defined the column in my table as below: [LAST_FOUND] [date] NULL The format of the values in excel file are: My derived column expression is (DT_DBDATE)[Last Found] And I…
SQL Server Integration Services
Login timeout expired error while connecting with mysql server from Oracle using ODBC
isql -v MSSQLDEV usg_hrm ******** [S1T00][unixODBC][Microsoft][ODBC Driver 17 for SQL Server]Login timeout expired [08001][unixODBC][Microsoft][ODBC Driver 17 for SQL Server]TCP Provider: Error code 0x102 [08001][unixODBC][Microsoft][ODBC Driver 17 for…
SQL Server Integration Services

MongoDB Integration – Unexpected Execution Failure with error code
Details: Hello Community, I am currently facing a strange issue while working on a MongoDB + API integration pipeline. Our setup involves reading JSON documents from an API endpoint and storing them into a MongoDB cluster. Everything was functioning…
SQL Server Integration Services
SQL 2022 SSIS with ACE 12 32bit error unexpected Termination
Hi We had a set of SSIS package on SQL 2016 writing the output to Excel with different tabs. In the old server we have ACE 2010 version 14 32bit. We had to upgrade our servers to Windows 2022 SQL 2022 we installed ACE 16 32bit but when running the SSIS…
SQL Server Integration Services
Local is 4.8 QA Is 4.5 Prod is 4.8 developing on local. But still on prod not works and gting error. Like cannot upgrade script component. Please help me. Tried with many options and tired. QA is Working and and same package deployed on prod fails
Local .NET is 4.8, QA Is 4.5, Prod is 4.8. changed 2 columns lengths in SSIS and not any major changes. developed on local But still on prod not works and giving error Like cannot upgrade script component. Please help me. Tried with many options and…
SQL Server Integration Services
Unexpected API Response Error 16464 — Need Clarification
System.InvalidOperationException: Operation failed with error code <error_code_188827> at MyApp.Controllers.PaymentController.ProcessRequest(18882749655) in /src/Controllers/PaymentController.cs:line 496 at MyApp.Program.Main(String[] args)…
SQL Server Integration Services

Cannot parse SSIS expression
Hi, I'm trying to parse the following expression right("0000" +(DT_WSTR, 4) DATEPART("yyyy", DATEADD( ("DD",-1,getdate())) ,4) + "-" + right("00"+(DT_WSTR, 2) datepart("MM",…
SQL Server Integration Services
Integrate Tally Prime to MSSQL Server Management
I have my data stored in Tally Prime and I want to create a data flow on a daily basis into MSSQL Server Management. How am I supposed to do this?
SQL Server Integration Services
SQL Server Integration Package Failing with Error Code 18883190814 During Execution
System.Data.SqlClient.SqlException: Execution failed with error code <error_code_18883190814> at Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.Execute() at Microsoft.SqlServer.Dts.Runtime.TaskHost.Execute(Int32& result) at…
SQL Server Integration Services

WCF EndpointNotFoundException when connecting to
System.ServiceModel.EndpointNotFoundException: Could not connect to the remote endpoint 18775299031 Server stack trace: at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout) at…
SQL Server Integration Services

Error execute a SSIS Packed with SQL Agent
Hello, we have a very strange problem when executing an SSIS package with the SQL Agent. The package has the following tasks for an Excel file: 1. Check file in the source path. 2. Copy file to the destination path. 3. Open file in the destination…
SQL Server Integration Services
Unable to install SQL server
SQL Server Reporting Services
SQL Server Integration Services
SQL Server Migration Assistant
SQL Server Analysis Services
SQL Server | Other
How to fix SQL Server Setup has encountered the following error: Failed to retrieve data for this request..
Hi Experts, For the first time, we install New SQL Failover clustering on primary host and it success, however when we tried to install now the SQL on the secondary host as Add node SQL failover cluster, we encountered an error at the beginning of the…
SQL Server Reporting Services
SQL Server Integration Services
SQL Server Analysis Services
SQL Server | Other

SSIS (DTExec.exe) Complus (COM+) Error with Large Excel Files Since August 2025 Patches
Our SSIS process has been running reliably for over two years without any issues. However, starting in August 2025, we began encountering a consistent crash when loading large Excel (.xlsx) files using the Microsoft.ACE.OLEDB.16.0 driver. The crash…
SQL Server Integration Services
VS 19, SSIS project, getting and error "The specified provider is not supported. Please choose different provider in connection manager" when choosing OLEDB as the connection type
Using Visual Studio 19 on new laptop. Have installed the SSIS template. I also have SSMS 19 installed. I create a new project and try and create a new Connection Manager. I select OLEDB and click Add... On the next screen to configure the OLE DB I select…
SQL Server Integration Services
Developer technologies | Visual Studio | Other
importing excel using Import or export
my imput and export data doesn't have the excel imput
SQL Server Integration Services
msodbcsql RHEL 10 support
Hello, is there a release date msodbcsql17 or msodbcsql18 with RHEL 10 support? RHEL 10 repository already exist https://packages.microsoft.com/rhel/10/prod/ but there is only azure-cli, but no msodbcsql stuff.
SQL Server Integration Services
Unexpected API Response Error 16464 — Need Clarification
System.InvalidOperationException: Operation failed with error code <error_code_164640> at MyApp.Controllers.PaymentController.ProcessRequest() in /src/Controllers/PaymentController.cs:line 668 at MyApp.Program.Main(String[] args) in…
SQL Server Integration Services

SSIS package works in Visual Studio 2022 but not from command line?
I have a snippet of a workload that involves importing data from a CSV file into a MySQL database via ODBC. When I run it within Visual Studio it works just fine but when I run it via DTexec.exe (64-bit) it fails with the following errors: Description:…
SQL Server Integration Services
SQL Server Excel Import - The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine.
I'm trying to do a simple Excel import into a local SQL Server instance installed on my machine (to do some analysis), I'm attempting to use the wizard through SSMS. This worked a few days ago and I imported a couple of thousand tabs into tables in SQL…