6. FAQs
6.1.1. Why a customization module (has.custom)?
Various customization can be made, for example
• .MGS files (shapes)
• .JAR files (java code)
• .JSON (GraphQL Schema)
In Hopex Aquila, external files (customizations) and well as new system update should be package in a customization module (has.custom). This enables to capture and deploy customization easily.
6.1.2. What is the list of system modules
When a HAS instance is created, keys modules (called system modules, grouped in a bundle) are installed automatically. Other modules are called additional modules.
List of system modules.
|
Module code
|
Module
|
|
has.console
|
HAS Console
|
|
has.uas
|
HAS Identity Provider
|
|
hopex.assessment
|
HOPEX Questionnaire Builder
|
|
Hopex.core
|
HOPEX Core Back-End Aquila
|
|
hopex.dtpx
|
HOPEX Aquila
|
|
hopex.graphql
|
HOPEX GraphQL
|
|
hopex.redis
|
HOPEX Redis
|
|
hopex.rest.api
|
HOPEX REST API
|
|
hopex.rest.api
|
HOPEX Server Supervisor Module
|
|
hopex.specific.assets
|
HOPEX Aquila specific assets
|
6.1.3. Error Inconsistent format for MetaAttribute
During environment automatic upgrade of when accessing data, an error can be displayed of logged such as
Inconsistent format for MetaAttribute "EA4430554424043A" (304630847021378116). Physical Format (X). Meta Format (L).
This reveals a data inconsistency that needs to be addressed.
See KB 00009355 in MEGA Community for more details.
6.1.4. Cannot find the option to enable data modification
The option was moved and renamed to 'Authorize Hopex data modification'
Note that it is not recommended to use this option.
If you need to configure it, go in options, display Extended level, browse group 'Installation > Customization'.
6.1.5. Warning 'Run the menu 'Perform SQL conversion on the repository' to perform the upgrade
This means that the format of tables in SQL Server must be converted.
You need to run a menu Perform SQL conversion on the repository from the Administration Console (Administration.exe).
6.1.6. Warning 'Your environment requires an update for compatibility with your version of HOPEX…'
This warning report that the system database is not up to date. This occurs if the programs have been updated and the environment has not/not yet been updated.
You can click 'No' and trigger the upgrade of the environment later (menu Environment Automatic Update)
6.1.7. Warning 'Writing access diagram is not compiled. The diagram should be recompiled …'
Certain actions can leave the writing access diagram (ex-User diagram/Authorization diagram) is in a state not compiled.
To compile the writing access diagram, see online documentation for Hopex Aquila: PLATFORM - Administration > Administrator Guide > Data Writing Access > Managing Users from the Writing Access Diagram > Compiling the Writing Access Diagram
6.1.8. How to set a HAS Instance as current in registry?
If several HAS instances exist on a machine, only one can run components using Administration API script at a given moment.
Before each execution of components using Administration API script, it is required to reference Mega.Application.
This is done using a powershell script (HOPEX-regserver.ps1) installed at the root folder of the HAS Instance.