OII Export - Intergraph Smart Materials - Version 2020 (10.0) - Help - Hexagon PPM

Intergraph Smart Materials Classic Help (2020)

Language
English
Product
Intergraph Smart Materials
Subproduct
Classic
Search by Category
Help
Smart Materials/Smart Reference Data Version
2020 (10.0)

Clicking the Online button on S.80.14 to create an OII-formatted file with SQL*PLUS. Edit the OII_DOWNLOAD_DEST setting on A.60.04 to set the destination of the OMI file on the application server. The value can look like the following:

c:\smat\ident_downloads\

The path can be user-defined, but it must exist on the application server. Append a trailing backslash here.

After creating the file in the destination directory, Smart Materials will open a new browser window displaying the result. Edit the OII_DOWNLOAD_URL setting on A.60.04 to enable the web server to find the OMI file on the application server. A valid entry for the setting is:

your_web_server/ oii_download

The name of your web server is followed by a virtual directory name. Do not append a trailing slash. You must define an alias in the web server configuration. In the spmat2011.conf file on the application server, there should be a line that looks like the following:

AliasMatch ^/oii_download/(..*) "C:\smat\ident_uploads/$1"

The right hand entry must match the OII_DOWNLOAD_DEST setting, except that the backslash is replaced by a slash. The left hand entry must match the OII_DOWNLOAD_URL, but the server name is omitted and a trailing slash is added.

The PLUS_EXECUTABLE setting must be set in order for the download to happen. The oie_*.sql script must be placed in the directory specified in OII_DOWNLOAD_DEST.