Upgrade steps
Before upgrading, make sure that you have followed all required procedures described in the Upgrade guides section.
Upgrade software on all servers where Omada Identity is installed.
Upgrade Omada Identity Enterprise Server portal
To upgrade Omada Identity Enterprise Server:
-
Uninstall the old version of Omada Identity Enterprise Server first, and then install the new version of Enterprise Server. After installation is completed, select the Show the Windows Installer log option and if necessary, save the log file.
-
Run the Omada Enterprise Configuration Utility.
-
When you are prompted, enter the connection string that you saved. Then, click OK.
-
Click OK again to upgrade the database, then when the Setup complete message appears, click OK, and close the configuration utility.
infoAt this point, in the Windows registry, ensure you enter the
PswEncryptionKey
that you copied. The registry path for thePswEncryptionKey
is HKEY_LOCAL_MACHINE\SOFTWARE\Omada\Omada Identity Suite.
-
web.config file
If you have modified the web.config file, it won't be updated during the upgrade of Enterprise Server. In consequence, the Omada Identity application may not start or you may see the following error(s):
Could not load file or assembly 'Microsoft.Owin, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies.The located assembly's manifest definition does not match the assembly reference.(Exception from HRESULT: 0x80131040)
To fix the problem, go to C:\Program Files\Omada Identity Suite\Enterprise Server\website\web.config and replace the content of <configuration><runtime><assemblyBinding>
with the following <dependentAssembly>
elements:
dependentAssembly elements
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.Kiota.Abstractions" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-1.7.5.0" newVersion="1.7.5.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Security.Cryptography.ProtectedData" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-4.0.5.0" newVersion="4.0.5.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Security.AccessControl" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Threading.Channels" publicKeyToken="CC7B13FFCD2DDD51" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Net.Http.Json" publicKeyToken="CC7B13FFCD2DDD51" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Extensions.Primitives" publicKeyToken="ADB9793829DDAE60" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Extensions.Http" publicKeyToken="ADB9793829DDAE60" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Azure.Core.Amqp" publicKeyToken="92742159E12E44C8" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-1.3.0.0" newVersion="1.3.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Azure.Identity" publicKeyToken="92742159e12e44c8" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-1.10.4.0" newVersion="1.10.4.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Spatial" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-7.12.3.0" newVersion="7.12.3.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.OData.Edm" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-7.12.3.0" newVersion="7.12.3.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.OData.Core" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-7.12.3.0" newVersion="7.12.3.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-5.2.8.0" newVersion="5.2.8.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-5.2.8.0" newVersion="5.2.8.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-4.2.2.0" newVersion="4.2.2.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-4.2.2.0" newVersion="4.2.2.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.ApplicationInsights" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-2.20.0.103" newVersion="2.20.0.103"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.IdentityModel.Tokens" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-7.2.0.0" newVersion="7.2.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.IdentityModel.Logging" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-7.2.0.0" newVersion="7.2.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Diagnostics.DiagnosticSource" culture="neutral" publicKeyToken="cc7b13ffcd2ddd51"/>
<bindingRedirect oldVersion="0.0.0.0-6.0.0.1" newVersion="6.0.0.1"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" culture="neutral" publicKeyToken="b03f5f7f11d50a3a"/>
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" culture="neutral" publicKeyToken="cc7b13ffcd2ddd51"/>
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="CC7B13FFCD2DDD51" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-4.2.0.1" newVersion="4.2.0.1"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Buffers" publicKeyToken="CC7B13FFCD2DDD51" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Omada.Identity.Integration.Model" publicKeyToken="fd90371937d85573" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-15.0.5.0" newVersion="15.0.5.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Omada.Identity.Integration.Common" publicKeyToken="fd90371937d85573" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-15.0.5.0" newVersion="15.0.5.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.ComponentModel.Annotations" culture="neutral" publicKeyToken="b03f5f7f11d50a3a"/>
<bindingRedirect oldVersion="0.0.0.0-4.2.1.0" newVersion="4.2.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.ValueTuple" culture="neutral" publicKeyToken="cc7b13ffcd2ddd51"/>
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Numerics.Vectors" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-4.1.4.0" newVersion="4.1.4.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Text.Encodings.Web" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Memory.Data" culture="neutral" publicKeyToken="cc7b13ffcd2ddd51"/>
<bindingRedirect oldVersion="0.0.0.0-1.0.2.0" newVersion="1.0.2.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Extensions.DependencyInjection.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Extensions.DependencyInjection" publicKeyToken="adb9793829ddae60" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Text.Json" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-6.0.0.8" newVersion="6.0.0.8"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-4.2.0.1" newVersion="4.2.0.1"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Azure.Core" publicKeyToken="92742159e12e44c8" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-1.36.0.0" newVersion="1.36.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.IdentityModel.Abstractions" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-7.2.0.0" newVersion="7.2.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.IdentityModel.JsonWebTokens" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-7.2.0.0" newVersion="7.2.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.IdentityModel.Tokens.Jwt" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-7.2.0.0" newVersion="7.2.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Omada.Identity.Integration.ApiClient" publicKeyToken="fd90371937d85573" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-14.0.56.0" newVersion="14.0.56.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.SqlServer.Types" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
<bindingRedirect oldVersion="14.0.0.0-14.0.1016.290" newVersion="14.0.1016.290"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
For the new Report Viewer component, the following changes within the <assemblyBinding>
are needed:
Line | Old Content | New Content |
---|---|---|
28 | <add assembly="Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/> | <add assembly="Microsoft.ReportViewer.WebForms, Version=15.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/> The version number changed from 11.0.0.0 to 15.0.0.0 . |
35 | <add extension=".rdlc" type="Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"/> | <add extension=".rdlc" type="Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.WebForms, Version=15.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/> The version number changed from 11.0.0.0 to 15.0.0.0 . |
77 | <add name="Content-Security-Policy" value="default-src 'self' 'unsafe-inline' 'unsafe-eval'" /> | <add name="Content-Security-Policy" value="default-src 'self' 'unsafe-inline' 'unsafe-eval' https://az416426.vo.msecnd.net/scripts/a/ai.0.js https://vortex.data.microsoft.com/collect/v1" /> Added two new URLs to the Content-Security-Policy: https://az416426.vo.msecnd.net/scripts/a/ai.0.js and https://vortex.data.microsoft.com/collect/v1 . |
94 | <add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"/> | <add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=15.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/> The version number changed from 11.0.0.0 to 15.0.0.0 . |
Upgrade Omada Data Warehouse
- Create a backup of the files Omada ODW WebService.dtsConfig and Omada ODW ConnectionString.dtsConfig.
- Start the Omada Data Warehouse.x64 SQL 20xx installer.
- Follow the upgrade steps in the installation wizard.
- Reapply the previously backed-up files Omada ODW WebService.dtsConfig and Omada ODW ConnectionString.dtsConfig.
Add a new record to dbo.tblApplicationSetting
Add a new record to the dbo.tblApplicationSetting
table. This record specifies the path where the Omada Data Warehouse (ODW) is installed.
If the record is not created, the system defaults to the path C:\Program Files\Omada Identity Suite\Datawarehouse\
.
To add a record to the table, perform the following script:
INSERT INTO [dbo].[tblApplicationSetting]
([ID], [Key], [Description], [ValueStr], [Type])
VALUES
(
(SELECT MAX([Id]) + 1 FROM [dbo].[tblApplicationSetting]),
'installationFolder',
'The Folder where the ODW is installed',
'{PathToTheFolder}',
0
)
Upgrade Omada Role and Policy Engine
- Uninstall the old version of Omada Identity Role and Policy Engine.
- Install the new version.
- Compare the RoPE C:\Program Files\Omada Identity Suite\Role and Policy Engine\Service\ConfigFiles file with the previous version. This is necessary because the file can be altered by the code extension update.
If you have any custom RoPE extensions, you must remove or manually upgrade those before starting Omada Role and Policy Engine Service.
Upgrade Omada Provisioning Service
Before running the OPS installer, make a backup copy of the config file C:\Program Files\Omada Identity Suite\Provisioning Service\Omada.OPS.Service.exe.config. After the update process is finished, make sure that any custom changes you have made to this file are retained.
Search for the <service>
element with the name "Omada.OPS.Service.WCF.Impl.AllWcfServices"
and add the "gateway"
endpoint (marked in bold):
<service name="Omada.OPS.Service.WCF.Impl.AllWcfServices" behaviorConfiguration="ProvisioningServiceServiceBehaviorSecure">
<host>
<baseAddresses>
<add baseAddress="http://localhost:8000/ProvisioningService/service"/>
</baseAddresses>
</host>
<endpoint address="" binding="wsHttpBinding" bindingConfiguration="WindowsSecurity" contract="Omada.OPS.Service.WCF.Interface.IProvisioningService"/>
<endpoint address="configuration" binding="wsHttpBinding" bindingConfiguration="WindowsSecurity" contract="Omada.OPS.Service.WCF.Interface.Configuration.IProvisioningConfigurator"/>
<endpoint address="monitoring" binding="wsHttpBinding" bindingConfiguration="WindowsSecurity" contract="Omada.OPS.Service.WCF.Interface.Monitoring.IProvisioningMonitor"/>
<endpoint address="gateway" binding="wsHttpBinding" bindingConfiguration="WindowsSecurity" contract="Omada.OPS.Service.Gateway.Interfaces.WCF.IGateway" />
<endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange"/>
<endpoint address="basic" binding="basicHttpBinding" contract="IMetadataExchange"/>
</service>
After running the OPS installer, you need to open the Omada.OPS.Service.exe.config
and manually add the new endpoint to the OPS WCF service called gateway.
- Install the new version of Omada Provisioning Service. Use the same service account and password, and point the installer towards the existing database.
- Compare the C:\Program Files\Omada Identity Suite\Provisioning Service\Omada.OPS.Service.exe.config file with the previous version. You must compare the contents of the file. Comparing timestamps is not enough.
The Omada Provisioning Service is using a new Windows service name. Please make sure to update any custom scripts interacting with the service.
It is not necessary to upgrade the custom extensions.
Upgrade standard collectors/connectors package
The following standard connectivity is applied with the standard packages:
- REST
- Active Directory
- Flat file CSV
- SQL
- LDAP
- SOAP
- SAP Access Data
- SAP HCM
-
Go to Omada Identity Product Downloads on the Omada Hub. Click the Connectivity packages - with binaries section.
-
Download the Omada.Connectivity.StandardCollectors and Omada.Connectivity.StandardConnectors packages from the Omada HUB.
-
Extract the contents of the downloaded .zip files to a folder (for example: C:\Users\administrator\Downloads\).
-
Run the
cmd
(command line) as the administrator.
-
In the command line, navigate to the extracted folder and run the command:
powershell . ./deploy.ps1
infoThe deploy.ps1 script copies binaries to the appropriate places. It starts and stops services, if necessary, for example OPS and ES Timer Services. It is necessary to run the script on all servers hosting ES, ODW or OPS.
-
Run the Enterprise Server and go to Setup > Administration > Connectivity > Packages and check if the installed connectivity packages are on the package list.
-
OPTIONAL: Depending on your configuration, some files might be blocked by the security policies. Ensure that all .dll files in the deployment folder are unblocked as presented below:
If you're using the MySQL connector, ensure it's updated to the 8.4.0 version.
Upgrade Omada Data Preview
- Start the Omada Preview Service installer. Run the installer as an Administrator.
- Follow the upgrade steps in the installation wizard.
If you have custom .NET-based collectors, copy the custom DLL files into the Hosting Service folder to enable the correct functioning of the preview service.
Verify installed applications (optional)
-
Open the control panel on the server.
-
Select Uninstall program.
-
Verify that all Omada applications are in the appropriate, most current version.
Upgrade .NET 8 versions of third-party libraries
Different components of Omada Identity may require different versions of .NET. This section refers to third-party libraries only.
For information on the version of .NET required for installation, see the Checklist before installation section of Omada Identity Installation Tool.
Many of the libraries have been upgraded to the .NET 8 version. This upgrade requires attention to compatibility and integration. If your projects include custom code libraries within Enterprise Server or custom connectivity packages that utilize any of the upgraded third-party libraries, you will need to take the following steps:
- Re-compile custom code libraries used in Enterprise Server
- Ensure that all custom code libraries are re-compiled against the .NET 8 version of the third-party libraries.
- Verify that there are no breaking changes or deprecated features that could affect your custom implementations.
- Re-compile and update Connectivity packagages
- Review and update any custom connectivity packages to ensure compatibility with the .NET 8 version.
- Test the updated packages thoroughly to confirm that they function correctly with the new library versions.
Start the application
During the first startup of the application, a set of update actions are executed. If the first startup of the application is the website, there can be a timeout challenge when applying update actions depending on the amount of data being updated. As such, it it recommended to run the ChangeSetImportUtil.exe
command line utility with the -K
parameter before starting up the website as it will install all core packages/changesets and apply update actions.
Start the Enterprise Server
- Start the ES portal and application pool.
- Open the ES portal. Allow the required time for the portal to apply automatic updates.
-
After upgrading, you must update all Standard Application packages that are already installed to the newest version. If you do not do this, the application will not work as expected. You can update the packages directly from the web UI.
-
The total number of changes in the upgrade and the number of successfully imported packages may differ, since some of the changes are discarded during the upgrade.
-
Start the Import configuration import profile, either from the ES portal or by using the PowerShell script C:\Program Files\Omada Identity Suite\Datawarehouse\Support Files\ImportConfiguration.ps1.
-
Register the connectivity using the Register Connectivity tool supplied with the package. Register the Connectivity package using Omada Identity OData API.
Using the integrated authentication, run the following command:
"Omada.SDK.RegisterConnectivity.exe" -F
"
C:\Users\administrator\Downloads
\Omada.Connectivity.
<name>.15.0.0.<XX>\Artifacts\Registration\Registration.xml" -url
"<url>/odata"where:
-
C:\Users\administrator\Downloads\ is changed to the actual location where you extracted the Connectivity package
-
<name> is the name of the downloaded Connectivity package
-
<XX> is the actual version of the downloaded Connectivity package
-
<url> is the actual URL to your Omada Identity OData API endpoint
If you are a Data Administrator, you can perform the registration in the context of another user. To do so, run the following command:
"Omada.SDK.RegisterConnectivity.exe" -F
"
C:\Users\administrator\Downloads
\Omada.Connectivity.
<name>.15.0.0.<XX>\Artifacts\Registration\Registration.xml" -url
"<url>/odata" -user "<user>" -pwd "<password>"where:
-
C:\Users\administrator\Downloads\ is changed to the actual location where you extracted the Connectivity package
-
<name> is the name of the downloaded Connectivity package
-
<XX> is the actual version of the downloaded Connectivity package
-
<url> is the actual URL to your Omada Identity OData API endpoint
-
<user> is your actual administrator username
-
<password> is your actual password
-
Start ODW
-
In the ES Audit database, reapply the script
CreateObjects.OISAudit.sql
located in C:\Program Files\Omada Identity Suite\Datawarehouse\Support files.noteIf you used SQL server authentication for the ODW connection strings in the dtsConfig file, you need to encrypt the connection strings first. However, it is recommended that you switch to integrated security instead.
-
Start the Import configuration import profile, either from the ES portal or by using the PowerShell script C:\Program Files\Omada Identity Suite\Datawarehouse\Support Files\ImportConfiguration.ps1.
-
Wait until the configuration import finalizes.
Start Omada Identity Windows services
-
Omada Provisioning Service
-
Check the event log for errors.
-
From the Enterprise Server Portal, go to any system or dashboard where provisioning using Omada Provisioning Service is enabled, and select Commit setting.
noteThe way OPS represents the connector data model in the OPS database has changed. The changes are made to avoid clashes on object type and property types.
-
-
Omada Identity Suite Timer Service
- Check the event log for errors.
Start Omada Role and Policy Engine Service
- Check the event log for errors.