Details
When attempting to start a command in NX, the message "Could not find file standard in any of the appropriate directories" is returned.
In this example the Reference Set command was attempted to be initiated when this message was returned.
Solution
This is a result of using the older TBR file syntax in the newer versions of NX.
As an example in NX11 the TBR file is as:
BEGIN_GROUP NX_RBN_MODEL_REQUIREMENTS_GROUP
LABEL MODEL REQUIREMENTS
CONTEXT_TITLE MODEL REQUIREMENTS (MODELING tab)
BITMAP reference_set_change
BUTTON UG_ASSY_REFERENCE_SETS
LABEL Reference Sets
BITMAP reference_set_change
ACTION STANDARD
In NX1884 the TBR file instead should read as:
BEGIN_GROUP NX_RBN_MODEL_REQUIREMENTS_GROUP
LABEL MODEL REQUIREMENTS
CONTEXT_TITLE MODEL REQUIREMENTS (MODELING tab)
BITMAP reference_set_change
BUTTON UG_ASSY_REFERENCE_SETS
LABEL Reference Sets
BITMAP reference_set_change
Notice the line:
ACTION STANDARD
is removed.
The "ACTION STANDARD" will still be needed for a custom program call that you created. It is only no longer required for an established NX command.
Hardware/Software Configuration
Platform: all
OS: n/a
OS Version: n/a
Product: NX
Application: SYSENG
Version: V1884
Function: UI_TOOLS
Ref: 002-8015941