Running the wizard to execute the upgrade, it detects there is an integration win CA PAM. The check mark is grayed out and checked ON. The interest is to only upgrade CA Service Desk, and with the "CA Process Automation Integration" option unchecked.
Release : 17.3 or higher
Component : SVC DESK UPGRADE
Stop the installer, then access the backend MDB database using a DB client utility, such as SQL Server Management Studio.
Modify the "sdm.itpam.integration" setting in the al_cdb_configurationparameters table to set this to "0". This should allow the PAM integration to be disabled during migration work.
UPDATE al_cdb_configurationparameters set configvalue = 0 where configkey = 'sdm.itpam.integration'
Backup the database prior to making such changes