Details
Trying to use the export_ugdwgimages command to export pdf files from an NX drawing.
If the sheet exists in the UGMASTER file it finds the sheet and exports the PDF.
If the sheet exists in the related drawing file the UGPART it does not find the sheet.
As the drawings are in the BOLT-A-dwg1 dataset the command needs to produce the PDF files from the sheets in that dataset.
The command returns:
Opening part @DB/BOLT/A to process...
There are no drawing sheets to process
If we create a drawing sheet in the BOLT-A dataset it creates the PDF.
How do we get the command to find the sheets in the BOLT-A-dwg1 dataset.
The command used is:
c:\SPLM\NX12\UGMANAGER>export_ugdwgimages -u=infodba -p=infodba -g=dba -part="@DB/BOLT/A" -all -pdf -nocgm
Solution
The utility expects the "-part" to specify a UGpart dataset in this format:
"-part =@DB///specification/"
Or,
"-part=@DB///spec/"
So this will work: " -part=@DB/BOLT/A/spec/BOLT-A-dwg1".
And this will not: " -part=@DB/BOLT/A". This is because there can be many UGpart datasets under the same item rev.
Notes and References
9068337
Hardware/Software Configuration
Platform: INTL64
OS: window
OS Version: 1064
Product: NX
Application: NXMANAGER
Version: V12.0
Function: UTILITIES
Ref: 001-9068337