Create and assign ACL - Intergraph Smart Materials - 10.2 - Administration & Configuration - Hexagon

HxGN Smart Materials Connector for Jovix (10.2)

ft:locale
en-US
Product
Intergraph Smart Materials
Subproduct
Jovix
Search by Category
Administration & Configuration
Smart Materials/Smart Reference Data Version
10.2

After successful installation, you must create and assign access control lists (ACL) for HxGN Smart Materials Connector for Jovix API using the following commands:

  1. To create ACL, connect to the database as a m_sys user and execute the following command:

    EXECUTE MI_JVX_PCK_CONFIG_CUSTOM.create_acl;

  2. To assign ACL, execute the following command:

    EXECUTE MI_JVX_PCK_CONFIG_CUSTOM.assign_acl_to_host('<IIS_Server_hostname>',<lower_port>,<upper_port>);

    To un-assign ACL, execute the following command:

    EXECUTE MI_JVX_PCK_CONFIG_CUSTOM.unassign_acl_to_host('<IIS_Server_hostname>',<lower_port>,<upper_port>);