SQL Server 2019 → 2022 Migration: Collation Choice and SSISDB Creation Strategy
Hello everyone, We are in the process of migrating our existing DWH and ETL infrastructure from SQL Server 2019 to SQL Server 2022, and we would like to get some advice regarding collation selection. Current System Windows Server 2019 SQL Server…
SQL Server Integration Services
Build errors when adding SQL Server 2025 (v17) support
Hi Team, I am updating a project to add support for SQL Server 2025 (V17.x), but I am encountering the following build errors: error CS0234: The type or namespace name 'Smo' does not exist in the namespace 'Microsoft.SqlServer.Management' (are you…
SQL Server Integration Services
Applying token authentication to read data from a ZenDesk source in a SSIS 2022 package
Hi, I need to maintain an existing SSIS 2022 package that performs an API call to a ZenDesk source by the removed username and password authentication method, changing this authentication type to token one. Unfortunately, I don't know ZenDesk and I have…
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
SSIS error
Good morning everyone, I'm getting the following error [Execute SQL Task] Error: Executing the query "DECLARE @ReturnCode INTEGER = 0; [Execute SQL Task] Error: Executing the query "DECLARE @RerurnCode INTEGER = 0; excute ? OUTPU..."…
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
SQL Server 2022, Visual Studio 2022 - Microsoft VB 2022 script task interacting with Excel COM Errors
We have some SSIS packages that interact with Excel files. The SSIS packages output the data to the excel spreadsheets that include a template row so that numbers are formatted as numbers.. etc. There are also pivot tables that exist on other tabs of…
SQL Server Integration Services
Excel Connection Manager not working on a 64-bit Client
For the life of me I cannot get an Excel Connection Manager to work in SSIS. Could not retrieve the table information for the connection manager 'Excel Connection Manager'. Failed to connect to the source using the connection manager 'Excel Connection…
SQL Server Integration Services
Connection string
Hello, I have a connection string which works on the old production server but doesn't work on the new production server. <?xml version="1.0"?> <DTSConfiguration> <DTSConfigurationHeading> <DTSConfigurationFileInfo …
SQL Server Integration Services
Build errors while adding SQL Server 2025 (Version - 17.x)
Hi Team, I have installed SQL Server 2025 (Version 17.0.1000.7), and I am updating a project to add support for SQL Server 2025. For this, I need two processor architecture MSIL assemblies: Microsoft.SqlServer.Smo.dll and Microsoft.SqlServer.SqlEnum.dll,…
SQL Server Integration Services
Upgraded VS to version 16.11.49 but now my original SSIS package is not appearing
Hi I updated VS to version 16.11.49 but now my original SSIS package is not available. I can create new SSIS package but I cannot access my original one. Below are some screenshots: Message I get when I open my original SSIS package: SSIS is…
SQL Server Integration Services
how to fix issue om.microsoft.sqlserver.jdbc.TDSChannel enableSSL WARNING: TDSChannel ( ConnectionID:1 TransactionID:0x0000000000000000) SSL handshake failed: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
Previously, I used JDK 1.6.0, but due to company requirements, I had to switch to OpenJDK 8u422 in Eclipse. After making the change, I received warnings, and some functions also showed warnings when running. There are a few functions that do not display…
SQL Server Integration Services
Attunity drivers are failing after OS upgrade to 2022
we have ssis packages where target is sql server 2016 and os 2016. recently we upgraded server os to 2022 but the sql server is still 2016. after upgrade the packages which are using attunity drivers to connect to oracle are failing when we give password…
SQL Server Integration Services
SSIS Job Failing Due to MongoDB Driver Dependency Error After MongoDB 8 Upgrade
As part of an ongoing upgrade to MongoDB version 8, we are updating the C# components used to integrate data into MongoDB collections to ensure compatibility with the latest MongoDB driver syntax and APIs. During this upgrade, we are encountering a…
SQL Server Integration Services
SQL server gave me data baste engine recovery failed AT EXIT CODE -2061893606 ERROR
after downloading and after doing the 4k setup provided here i tried installing but got an error -2061893606 and the Overall summary: Final result: Failed: see details below Exit code (Decimal): -2061893606 Start time:…
SQL Server Integration Services
Require Microsoft.SqlServer.Smo.dll and Microsoft.SqlServer.SqlEnum.dll MSIL DLL which matches released version of SQL Server 2025 (V - 17.0.1000.7)
Hi Team, I am updating a legacy (.NET Framework 4.7.2) project to support SQL Server 2025 (v17). Our code depends on Microsoft.SqlServer.Smo.dll and Microsoft.SqlServer.SqlEnum.dll version 17.0.1000.7, processorArchitecture=MSIL. However, after…
SQL Server Integration Services
Choosing Between SQL Server/SSIS 2022 and 2026 — Which Version Is More Stable for Enterprise Use?
Hello, We are a DWH team running our ETL processes using SSIS packages. Our ETL packages are executed on SQL Server via SQL Server Agent jobs, and all ETL development is done in Visual Studio. Our current environment consists of: Windows Server 2019 …
SQL Server Integration Services
Is there any ongoing issues with SQL when trying to just change the column type via SSMS
When trying to change a column config from nvarchar(10) to nvarchar(200) the SSMS throws an timeout error when saving the change. The table is not a big one, just 40k rows. I have tried to change the Transaction time from default 30 secs to 120 secs, but…
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
SSIS: Create output file with specific name and a footer
Good day, I have the following requirements - create a daily file with the filename in the pipe delimited format using name like 'PDMAutomation_yyyy_mm_dd.txt. Also this file needs to have a footer, e.g. source|request_type|change_type|Other…