Installing IBMi Access Driver on Azure Data Factory Integration Runtime

Alexandru Moise 0 Reputation points
2024-07-24T07:19:18.0966667+00:00

Hello,

I've been trying to install the Windows version of the IBM i Access Driver on a Data Factory Integration Runtime through adding a script (main.cmd) and the desired installer in a Blob Container

This script seems to work perfectly locally but when I try to run it on IR - it says the custom script can't be executed

I've tested and it installs all the redistributables (first four lines of the code) perfectly - and stops only at the "setup.exe"

Script

"%~dp0Image64a\ISSetupPrerequisites{827DEC3D-1589-41F9-9188-C6BE5CADF691}\vcredist_x86_2013.exe" /silent /norestart

"%~dp0Image64a\ISSetupPrerequisites{5219AC36-EB02-4668-B6E4-711E10D95833}\vcredist_x64_2013.exe" /silent /norestart

"%~dp0Image64a\ISSetupPrerequisites{2D5DF45C-F87F-49CA-9104-467740CC3FB8}\vcredist_x86_2015.exe" /silent /norestart

"%~dp0Image64a\ISSetupPrerequisites{25E2F1F0-09A7-4C6A-ADC7-CA620D43574E}\vcredist_x64_2015.exe" /silent /norestart

"%~dp0Image64a\setup.exe" /s /v"/quiet ACCEPTEULA=1 /norestart"

IBMi Access Driver - ACS Windows App Pkg English (64bit)

https://www.ibm.com/resources/mrs/assets/DownloadList?source=swg-ia&lang=en_US#lang=en_US

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,179 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,525 questions
{count} votes