Running Package from Azure File store connecting to SQL Server VM as destination not working. SQL VM 2022.
Kriparam Mannaraj
0
Reputation points
We have a SQL Server 2022 VM in Azure. SSIS packages developed in the 2012 version are being migrated to this VM. Locally we loaded them to visual studio 2022 and after editing drivers and minor things, they work. when we push the packages as project to azure files and run it from pipelines in azure, we get this error.
"OperationErrorMessages": "6/27/2023 5:49:55 PM +00:00 : oledb:Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E4D.\r\nAn OLE DB record is available. Source: \"Microsoft SQL Server Native Client 11.0\" Hresult: 0x80040E4D Description: \"Login failed for user 'abcd'.\".\r\n\n6/27/2023 5:49:55 PM +00:00 : Data Flow Task:Error: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager \"172.28.100.18.MapleDb.SQLAnalysisAdmin\" failed with error code 0xC0202009. There may be error messages posted before this with more information on why the AcquireConnection method call failed.\r\n\n6/27/2023 5:49:55 PM +00:00 : Data Flow Task:Error: OLE DB Destination failed validation and returned error code 0xC020801C.\r\n\n",
"LogLocation": "\\\\regencycentersstore.file.core.windows.net\\ssislogs\\114ef05d7b544fa7bc8731b05ff8fb46",
"effectiveIntegrationRuntime": "abcd-SSIS-IR (East US)",
"executionDuration": 23,
"durationInQueue": {
"integrationRuntimeQueue": 0
We have connected the SSIS IR to a vnet and the vm is also in the same VNET. we are able to connect to the database from SSMS in another local VM. SSIS package in local VM is able to connect to this database and runs successfully. what are the options.
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
SQL Server Migration Assistant
SQL Server Migration Assistant
A Microsoft tool designed to automate database migration to SQL Server from Access, DB2, MySQL, Oracle, and SAP ASE.
Sign in to answer