The following pre-configurations are required for the parameterization of the self-management portal:
User and Group Settings
1. The user of the self-management portal must be previously defined, during the User Creation in the configuration view of the ADM administration console.
For more information, see the User Creation ↪.
2. The user of the self-management portal must belong to a group previously defined during Group Creation in the configuration view of the ADM administration console.
For more information, see the Group Creation ↪.
Project and License Configuration in Distribution Management
3. You must have the Software Distribution Projects that you need to publish to the self-management portal configured.
For more information, see the Software ↪ Distribution Projects.
4. You will only be able to access the self-management portal if you have an Aranda Software Delivery license in the ADM console.
For more information on the ADM Getting Started Guide, see the License Management ↪.
Responsible User Assignment in Device Management
5. It is required to define the Responsible User for each Device, during the definition of actions in inventory management. This action can be performed manually or automatically if it requires that the user responsible for the machine be the same as the active directory.
For more information on Inventory Management, see More Device Actions, theAssign Responsible User ↪.
Enable Self-Management Portal
6. To enable the self-management portal menu, you need to run the following script:
SELECT * FROM afw_settings WHERE sett_key = 'ShowSelfServiceMenu'
UPDATE afw_settings SET sett_value = 'true' WHERE sett_key = 'ShowSelfServiceMenu'
7. Once activated, you will be able to view the self-management menu.
