After successful installation, you must create and assign access control lists (ACL) for HxGN Smart Materials Connector for Jovix API using the following commands:
-
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;
-
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>);