NX
Cloning a file using tcin_import raises "A token was found in a log file which is unknown or not valid at that point"
2021-10-06T23:27:48Z
NX for Design
Summary
Details
User has a case where using tcin_import with a clone file and needs to assign the part name with a double quote. The string starts with a double quote and then adds a 2nd double quote to define an inch value in the part name.i.e "1/2" hex head" and ends with a double quote. So there are 3 double quotes in the string, this raises the following error;
"A token was found in a log file which is unknown or not valid at that point. on line number ##"
Solution
For this case, if you open the clone log file that was used in the tcin_import, in line number 29 you will see where the part file name that contains an inch value 1/2".
To fix this add a backslash before the double quotes for the inch value. Open the clone log in an editor and change line for the Part Name from "1/2" Hex Head" to "1/2\" Hex Head" and the import will work without error.
Hardware/Software Configuration
Platform: na OS: all OS Version: n/a Product: NX Application: NXMANAGER Version: V10.0.3 Function: CLONE_IMPORT