SSIS Execute SQL Task Error on Variable
I'm selecting a Number(38,0) data type field from an Oracle table and am attempting to pass the value returned from that Oracle select statement into an Int64 type variable in Visual Studio. The query I'm using is select max(<field_name>) from…
SQL Server Integration Services
Upgrading SQL Server from 2016 to 2022 SSIS query
Hi, I am looking to upgrade around 6 virtual machines utilizing SQL Server 2016 to 2022. One of these servers runs multiple SSIS jobs hourly and I am concerned that the upgrade will cause incompatibility for these jobs. I have been informed that these…
SQL Server Integration Services
SSIS server 2022 connecting to SQL Server 2019 - Jobs are failing
Good day, We have many SSIS packages developed and stored in the file system. We're running them using dtexec utility like this dtexec.exe /FILE E:\SSIS_ROOT\VA\package\exec_usp_File_Extract_Setup.dtsx /SET…
SQL Server
SQL Server Integration Services
SSIS - 13 or more different files from the same directory
Good morning, I'm trying to figure out a best SSIS solution for the following problem. I have 13 or more input files of different structure. I already designed 13 data flow tasks for these text files and I used string variables file1, file2, etc. for…
SQL Server Integration Services
SSIS - Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done
Hi, I am getting this error Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done which I cannot figure out. My execute SQL Task has the following code which I can run in SSMS fine: DECLARE…
SQL Server Integration Services
Added package from disk to a project then tried to rename it, but the original name is preserved in the project
Good day, I added a package saved on disk to an SSIS project. I then modified it and renamed. However, the original name with (1) is still shown in the project although I can see that the newly named package is saved in the project directory. But the…
SQL Server Integration Services
SQL SERVER 2022 - certificate error when creating a job for integration services
In a test environment with SQL Server 2022 Developer Edition, I am trying to create a job to run an SSIS package. These same packages have been successfully tested in SQL 2019. When trying to create the job, configuring it as follows: General / Owner :…
SQL Server
SQL Server Integration Services
Executed as user: XXXX The step did not generate any output. The return value was unknown. The process exit code was -1073741819. The step failed.
Executed as user: XXXX The step did not generate any output. The return value was unknown. The process exit code was -1073741819. The step failed.
SQL Server Integration Services
Obtaining Sharepoint Online List from SSIS
Hello, Trying to connect to a online sharepoint list using odata component but always getting 401 error, but my account is authorized to access it (if use URL on browser i can see it). I know MFA is enabled, but only for out our internal network…
SQL Server Integration Services
"HCRP403 Error when registering second on prem SQL server in ARC
I have a test on prem SQL server already ARC enabled and is configured as a PE with a link scope and there is also a Virtual network Gateway in the mix. When attempting to register a second SQL server in ARC and a PE with the already existing link…
SQL Server Integration Services
Migrating VS2019 SSIS Pkg to SQL Server 2022 - Error Encountered
I am trying to migrate an SSIS PKG that was developed using VS2019 for SQL Server 2019 on Windows Server 2019. Now we have this new test server with the following components installed: Windows Server 2022 Datacenter SQL Server 2022 Enterprise VS…
SQL Server Integration Services
SQL Express Server 2019 upgrade to Standard Server 2019, using Standard Server 2022 and Downgrade Rights
Currently I have installed SQL Server Express 2019, and looking to upgrade this to Server Standard 2019 using the installation center which requires a product key. As you can no longer purchase SQL Server Standard 2019, I have purchased SQL Server…
SQL Server Integration Services
SSIS Package Fails in Validation (Excel Destination)
Hi, I have been frustratingly trying to deal with a very odd problem. I created a package to handle the filling of an Excel file from a SQL query. I spent a couple days debugging, making sure it worked through manual execution, then I managed to get it…
SQL Server
SQL Server Integration Services
How to use XML datatype with OleDB (deprecation of sqlclient)
Migrating packages from SQL2017 to SQL2022. One package contains a script which creates its own connection. It uses SqlConnection and associated objects. Moving over to use OleDbConnection. The following line is causing problems. //SqlParameter…
SQL Server Integration Services

SSIS Package Error: The attempt to add a row to the Data Flow tank buffer failed with error code 0x8007000E
Hi, Wet are migrating SSIS Packages from SQL 2008 to SQL 2016 and getting below errors when running SSIS 2016 package through command line (or) scheduling tool . Same package executed successfully if running through SQL Agent. Error No 1: The attempt…
SQL Server Integration Services
Unable to connect to azure hosted sql server using service principal
I am trying to run a script on a server to download some csv files from a website then import them to an azure sql server. I set up a registered app, gave it graph permissions for directory.read.all, user.read, and user.read all. Then I created a secret…
SQL Server Integration Services
A script task is not functioning as expected at runtime when I use targetserverversion2019 on SSIS 2019
On my local machine, the package runs fine with any targetserverversion, but when I load it into SQL Server Management Studio the script task doesn't work as expected at runtime environment. SQL job/package run successfully, However, the "Script…
SQL Server Integration Services
Error connecting to MySQL server: 'Lost connection to MySQL server at reading initial communication packet'
Encountering the following error when attempting to connect to a MySQL server: mysql.connector.errors.OperationalError: 2013 (HY000): Lost connection to MySQL server at 'reading initial communication packet', system error: 0 This error occurs…
SQL Server Integration Services
Type Cast Error
I am trying to write a derived column expression to check for year. We get a data file for employees for previous month in the current month and I am trying to tackle the year so when I get the file in January the year should be 2024 since I will get the…
SQL Server Integration Services
I would like to know if connector is available for SAP BPC?
Hi Experts, I am working on solution development to ingest data from different SAP systems to ADLS Gen 2. I have selected ADF for the integration and could see ADF connectors available for SAP BW, HANA, C2C etc. However, I don't find any information…