Install WebUtil - Intergraph Smart Materials - Version 10.2 - Installation & Upgrade - Hexagon

Intergraph Smart Materials Installation (10.2)

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

WebUtil is necessary for uploading documents in Smart Materials.

  1. Open a Command Prompt window.

  2. Navigate to $ORACLE_HOME/forms folder.

  3. Launch a SQL*Plus session, connect to your Smart Materials database as SYS or SYSTEM.

    Ensure that you connect to the Smart Materials database, do not connect to the repository database.

  4. Execute the following commands:

    • @create_webutil_db.sql

      This executes a script that creates the WEBUTIL_DB package.

    • create or replace public synonym webutil_db for webutil_db;

    • grant execute on webutil_db to m_sys,m_project_role,m_approve;

  5. Exit SQL*Plus

  6. Open

    C:\iAS_12c\user_projects\domains\base_domain\config\fmwconfig\components\FORMS\instances\forms1\server

  7. Open webutil.cfg in an editor.

  8. Set Transfer.database.enabled=TRUE.

  9. Set Transfer.appsrv.enabled=TRUE.

  10. Set Transfer.appsrv.accessControl=TRUE.

  11. Create a separate record for each directory that will be read or written via WebUtil.

    For example:

    transfer.appsrv.read.2=c:\SMat\other_dir2

    transfer.appsrv.read.3=c:\SMat\other_dir3

    transfer.appsrv.write.2=c:\SMat\other_dir2

    transfer.appsrv.write.3=c:\SMat\other_dir3

  12. Save and close webutil.cfg.

    If you face any problems with the signature of the jar-file, please raise an SR via Smart Support.