In the translator definition file, there is a set of options that control the Assembly Load Options:
UGI_PROC_ASSEM = Use load_options.def options
UGI_COMP_FAIL = Abort if Load Fails
UGI_LOAD_COMP = Load Components
UGI_LOAD_VER = Load Exact Version
UGI_COMP_SUB = Do not Allow Substitution
UGI_LOAD_OPTION = Load From Assem Dir
UGI_SEARCH_DIRS =
How are these Assembly Load Options defined so that a specific load_options.def file can be used?
Solution
The controlling option is
UGI_PROC_ASSEM
This can have two values:
- Use load_options.def options
- Overwrite load_options.def values
When this option is set to the value to use load_options.def:
You can add a line to the file to point to a load options definition file to use.
UGI_PROC_ASSEM = Use load_options.def options
UGII_LOAD_OPTIONS = D:\temp\load_options.def
When this option is set to override:
UGI_PROC_ASSEM = Overwrite load_options.def values
...the Assembly Load Options directly in this definition file will be used:
UGI_COMP_FAIL = Abort if Load Fails OR Continue if Load Fails
UGI_LOAD_COMP = Load Components OR Do Not Load Comps
UGI_LOAD_VER = Load Exact Version OR Load Latest Version
UGI_COMP_SUB = Do not Allow Substitution OR Allow Substitution
UGI_LOAD_OPTION = Load From Assem Dir OR Search Directories OR Load As Saved
UGI_SEARCH_DIRS = D:\workdir,C:\testdata
Notes and References
Hardware/Software Configuration
Platform: all
OS: n/a
OS Version: n/a
Product: NX
Application: TRANSLATOR
Version: V1953
Function: STEP_AP203
Ref: 001-10010226