---------------
This article describes how to configure NX Validation in 4tier mode to run
validations from Teamcenter about Tools - Validation - Run Validations...
Solution1. set "Is Client Utility" to True:
In TC open Validation Manager, select NX Check-Mate Item under Validation Home,
right mouse button Edit properties If the Is Client Utility property is set to True, the tool defines the
application/ugcheckpart MIME type. You must perform the following
configuration on the client machine so the NX Check-Mate validation process can
be run from the client side.2.configure registry on the 4tier client:
e.g.:
Windows Registry Editor [HKEY_CLASSES_ROOT\.ugcheckpart]
@="ugcheckpart"
"Content Type"="application/ugcheckpart"[HKEY_CLASSES_ROOT\ugcheckpart]
[HKEY_CLASSES_ROOT\ugcheckpart\shell]
[HKEY_CLASSES_ROOT\ugcheckpart\shell\open]
[HKEY_CLASSES_ROOT\ugcheckpart\shell\open\command]
@="%tc_4-tier root directory%\check\ug_check_part.bat"3. configure ug_check_part.bat
e.g:
set UGII_UGMGR_HTTP_URL=http://fourtierhostname:80/tc
set UGII_BASE_DIR=d:\ugs\nx..
set UGII_ROOT_DIR=d:\ugs\nx..\ugii Notes
Teamcenter Documentation - Administering Teamcenter - Validation Manager Guide
Notes