Postrequisites
Deployment of reports
After any upgrade, you need to redeploy all the standard reports. To do it, follow these pages:
-
Reports – a comprehensive overview of report access, navigation, data security, and more.
-
Omada Identity Installation - especially section Examples of deployment scenarios.
-
Advanced Analytics – especially section Exploratory BI.
Deprecation
As we've updated the version number and removed deprecated code, custom libraries must be recompiled using the latest Omada libraries. Once you have upgraded Omada, you must redeploy your custom files.
Deprecated components
After installing the software, run the SystemInfo.sql script in the ES database.
This script is located in the Omada Identity installation folder at C:\ProgramFiles\Omada Identity Suite\Enterprise Server\Sql scripts.
This script creates a stored procedure (spSystemDiagnostics) that produces information about the Omada Identity system that is usable for diagnostics and bug investigation. The stored procedure should be executed with text output.
The script can, for example, detect the use of deprecated components that require special attention when upgrading, including:
- Use of deprecated access modifiers.
- Use of deprecated code methods.
- Other issues that should be handled if reported (for example, issues related to data objects with mandatory fields that have empty values).