KB Article #177772

Upgrading to 5.12.0 with PassPort Integration

Problem

-- After upgrading CSOS/ Interchange 5.10.0 with PassPort to 5.12.0 the UI login page fails to display properly the Domain. As a result it is not possible to log in.


Resolution

** There are a couple of changes that need to be done to the PassPort configuration in Interchange when upgrading, but the installer does not ask for the new settings. The installer also does not install the [installDir]/extras/PassPort/csd_file.xml

To solve the issue, the following steps needs to be taken to correct the configuration:

  1. Go to InstallDir/Interchange/tools:
  2. Execute "./passportIntegrationConfig -ss [sharedSecret]"
  3. Execute ./passportIntegrationConfig -amp 6453 to change the port from plain to SSL (6453 being the default SSL port, check PassPort configuration for actual port)
  4. Execute: "./passportIntegrationConfig -amcv 5.12.0"

Another change from 5.10.1 is, that the CSD MUST NOT be imported to PassPort manually, but MUST be done be Interchange. The default CSD file is not present in the Interchange installation, so this initially fails. The CSD file provided by the installer furthermore is for a new Interchange/Passport installation. It will fail for a PassPort that has an already existing CSD of a previous version. To solve the problem, either remove all duplicate privileges that already exist in the previous CSD file or use the attached example CSD file.

  1. Create the folder and sub-folder: [installDir]/Interchange/extras/PassPort
  2. Rename the attached file to csd_file.xml and place it into the [installDir]/Interchange/extras/PassPort folder.
  3. Start Interchange