Running the dxfdwg command line translator fails with the message:
Invalid arguments - No input parts to process
or the message:
inavlid extension provided - cannot translate
*notice this message is spelled wrong and should read: invalid extension provided - cannot translate
Running the command line in managed mode with the following input:
dxfdwg.exe -pim=yes -u=infodba -p=infodba -g=dba -i=@DB/testpart/01/specification/testpart-dwg1 -o=c:\temp\testpart.dxf -d=C:\temp\dxfdwg.def
Solution
The issue is that the last arguments do not have a dash (-) in front of them.
Usage : dxfdwg i=<inputfile> o=<outputfile> l=<logfile> d=<deffile>
Try this input instead without the dashes in front of the utility arguments for i, o, l, and d:
dxfdwg.exe -pim=yes -u=infodba -p=infodba -g=dba i=@DB/testpart/01/specification/testpart-dwg1 o=c:\temp\testpart.dxf d=C:\temp\dxfdwg.def
Notes and References
Hardware/Software Configuration
Platform: all
OS: n/a
OS Version: n/a
Product: NX
Application: NXMANAGER
Version: V1926
Function: UTILITIES
Ref: 001-10003075