From looking at your error, it appears you had the same issue I did.
It gives syntax error for tool name (in your case "UGTI0202-029").
The tcl proc DOC_format_var_with_style can only handle integers, floating points & scientific notation. It applies the format specified for a particular...
You might try highlighting all the cells that contain {$mom_xxx} variables, right click -> format cell and set them to general. I had to start with that recently to get past the errors. After that I started working one cell at a time to get my formatting like I wanted.
Let us know if that works.