Configure Metadefender - Intergraph Smart Materials - Version 10.1 - Installation & Upgrade - Hexagon

Intergraph Smart Materials Installation (10.1)

Language
English
Product
Intergraph Smart Materials
Subproduct
Classic
Search by Category
Installation & Upgrade
Smart Materials/Smart Reference Data Version
10.1

To enable file upload, you must configure metadefender as follows:

  1. Start SQL*PLUS and connect as SYS user.

  2. Perform the following statement (replace <hostname> and <portnumber>):

    exec m_pck_utilities.create_acl

    (p_principal=>’M_SYS’

    p_privilege =>’connect’,

        p_host =>’<hostname>’,

        p_port =><portnumber>);

    hostname and portnumber are defined with DBA setting UPLOAD_FILE_SCAN_ENG_URL.

    For example, with UPLOAD_FILE_SCAN_ENG_URL set to http://dor-mds-netas06:8080 the statement would look like:

    exec m_pck_utilities.create_acl (’M_SYS’,’connect’,’dor-mds-netas06’,8080);