Unit 7: Verifying Applications¶
After the application is created, the access and operation permissions of the application need to be assigned to application users for verifying the availability of the application.
Task 1: Assigning Application Permissions ¶
Performed By |
Performed In |
---|---|
Application Administrator |
EnOS Application Portal |
Before users can access the application, you need to assign the required access and operation permissions of the application menus and assets to the users.
Procedure¶
Log in to EnOS Application Portal and select Admin Console > Organization Structure.
Select New Organization Structure, enter the organization structure name in the pop-up window and select Submit.
In the organization structure list, select the Manage of the organization structure created in the previous step.
Hover over the ellipsis (…) of the root node and select Manage Assets.
In the pop-up window, select the assets to display in the application and select Submit.
Select Application Management from the left navigation bar.
Select the Assign Organization Structure of the application in the application list, select the organization structure created in step 2 in the pop-up window and select OK, so that the application can display the assets in the organization structure.
Select Management Menu Group of the application in the application list.
On the application management page, select the plus icon (+) to create a menu group that contains all the menus of the application.
Select Roles from the left navigation bar. Select New Role, enter the role name and description in the pop-up window and select Submit.
Select Users from the left navigation bar. Find the application user to verify the application in the user list, and select the Manage of the user.
Select Assign Role, select the role created in step 10 in the pop-up window and select OK.
Select Roles from the left navigation bar. In the role list, select the Manage of the role created in step 10.
Select Assign Menu Group, select the menu group created in step 9 and select OK.
Results¶
After the permissions are assigned, application users have access to the corresponding application menus and assets.
Task 2: Accessing Application¶
Performed By |
Performed In |
---|---|
Application User |
EnOS Application Portal |
Authorized application users can access the built application to verify the availability of the application.
Procedure¶
Log in to EnOS Application Portal and select the target application in the application list.
Open all menus in turn and check if there is any error. If no error occurs, the preliminary verification of the application succeeds. If any error occurs, refer to FAQs on Verifying Applications.
Next Steps¶
Depending on the Industry Application Common Building Blocks used in the application, application users can use the application with reference to the following documents:
FAQs on Verifying Applications ¶
This section introduces common questions and answers about application verification.
Why does the error “Unable to get asset type” occur?¶
Possible causes are as follows:
The
EnosCDS: true
andauth_unit: true
tags are not added to the asset tree, or the system administrator does not enable the “CDS calling AMC” service. See Tagging Asset Trees.The obtained Industry Application Common Building Blocks do not have the required policies. See Authorizing CBBs.
Your user account is not assigned the required asset permissions. See Assigning Application Permissions.
How can I solve the problem if the enumeration values of measurement points are not displayed correctly in the application?¶
Contact the system administrator to ensure the following items:
The dimensions of measurement points are configured.
For measurement points in public models, the
amc_dimension: {dimension identifier}
tag is added.For measurement points in private models, the corresponding virtual points are registered and associated to the relevant dimensions.