This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Upgrade from 7 to 8.0.2

We are trying to upgrade One identity manager from 7.1.2 to 8.0.2

We found that AttestationHelper table is missing foreign key relation to  uid_pwodecisionstep in new version. How we can fix/address this. We have many customizations in WEBUI and Backend processes that are failing compilation because of this.

Thank you 

Uma

Parents
  • You will find these changes documented in the release notes of version 8.0, chapter schema changes https://support.oneidentity.com/technical-documents/identity-manager/8.0/release-notes/2#TOPIC-863996.

    Attestation Module
    • New column AttestationCase.UID_QERWorkingMethod for mapping instances of approval workflows.
    • New column AttestationHelper.UID_QERWorkingStep for mapping instances of approval steps.
    • New column PWODecisionStep.IgnoreNoDecideForPerson specifies whether the employee affected by this attestation instance may also approve it.
    • The column AttestationHelper.UID_PWODecisionStep has been deleted.

    Those changes have been introduced to support the versioning of the approval workflows as mentioned in the New features section of the release notes.

    Identity and Access Governance
    • Introduction and versioning of approval workflows for IT Shop requests and attestations.

      • The configuration parameters "QER\ITShop\OnWorkflowAssign" and "QER\ITShop\OnWorkflowUpdate" specify whether pending requests are reset when the approval workflow is changed.
      • The configuration parameters "QER\Attestation\OnWorkflowAssign" and "QER\Attestation\OnWorkflowUpdate" specify whether pending attestations are reset when the approval workflow is changed.

      NOTE: If you have set up your own approval procedures and have used properties from approval steps in your queries for finding approvers, modify these queries as follows:

      If you referenced the table PWODecisionStep over the column UID_PWODecisionStep until now, then change this reference to the column UID_QERWorkingStep in the table QERWorkingStep.

    HtH

  • Thank you Markus, That worked. But we ar eseeing another error from out of box module 

    The virtual collection ExcludedPermissions must be mapped to a local collection on VI_ITShop_CartCalculateCheckStatus

    Thanks for your help :)

Reply Children