Changes
{{Hint| When setting up the IIS Application Pool responsible for the Archon Service the Load User Profile setting must be set to "true". This way Archon can create the necessary files under the specified User in the File System}}
= Configuration UBIK Archon =
</source>
== Usam ==
</source>
== Connecting UBIK Archon with USAM ==
The UBIK Archon service has to be connected to the USAM service. ''This must be done only once for each Database.'' This can be achieved using a URL schema, the user has to provide hostname:port/path to Usam service/ the method "register" and the parameter a couple of parameters. The list of parameters differ in newer Ubik Versions. ===Parameters until Version 4.9===* Parameter "secret" (the "secret" parameter is the password selected by the userArchon Administrator). This URL registers the UBIK Archon service on the USAM and the USAM on the Archon service.* ''' Example using Postman Get:'''
<source lang = "xml">
https://hostname:port/PathToUsam/USAM.svc/register/_put_your_secret_here__put_secret_here_
</source>
===Parameters since Version 5.0===
* Parameter USAM-Name: human readable name of the USAM service. We recomend to use the name of the Usecase (e.g. "Productive System").
* Parameter License - Mode: The license mode defines how a license is evaluated by the Archon for the given USAM :
{| class="wikitable" width=50%
|-
! width=10% | Value !! width=20% | Mode !! Description
|-
| 0 || Standard || Archon compares Login Name and Device - ID.
|-
| 1 || Login || Archon compares Login Name only. The Device ID will be ignored.
|-
| 2 || Device || Archon compares Device ID only. The Login Name will be ignored.
|}
* Parameter "secret" (the "secret" is the password selected by the Archon Administrator). This URL registers the UBIK Archon service on the USAM and the USAM on the Archon service.
''' Example using Postman Get:'''
<source lang = "xml">
https://hostname:port/PathToUsam/USAM.svc/register/_put_usam-name_here_/_put_license-mode_here_/_put_secret_here_
</source>
{{Hint|One USAM can only be registered once. If you want to register it again or use a different Archon Service you need to unregister it first.}}
</source>
= Usability =