jlabbe-processia / mxupdate

Automatically exported from code.google.com/p/mxupdate
1 stars 1 forks source link

Lexical error when updating dimension with E notation #197

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create new dimension using following:
  add dimension TEST_DIMENSION unit TEST_1 multiplier 1000000000 unit TEST_2 multiplier 0.000000001;
    or
  add dimension TEST_DIMENSION unit TEST_1 multiplier 1.0E9 unit TEST_2 multiplier 1.0E-9;
2. Export newly created dimension (exec program MxUpdate --export --path 
"C:/temp" --dimension TEST_DIMENSION;)
3. Updated with export (exec program MxUpdate --update --path "C:/temp" 
--dimension TEST_DIMENSION;)

What is the expected output? What do you see instead?
- expected that update works
- getting instead:
  Lexical error at line 7, column 19.  Encountered: "E" (69), after : ""

What version of the product are you using? On what operating system?
  MxUpdate Tool 0-90-0
  Enovia PLM V6R2013x.HF26
  Win7 (64bit)

Please provide any additional information below.
  .

Original issue reported on code.google.com by yrtti...@gmail.com on 30 Jan 2014 at 7:42

GoogleCodeExporter commented 8 years ago

Original comment by tim.mox...@innobix.com on 7 Feb 2014 at 8:31