'Unexpected Token' Error

Hello Good GC Community,

I'm doing an Architecture project using GC, so and I was very excited until I got this misterious 'Unexpected Token' error, that comes with a lot of ther bad smptons, specially at the Graph.

when I plae points via the ribbon, the graph places the nodes very far away between each other.

Does anyone knows what can this be?

Regards

  • Hi Rafael,

    Sorry to read that you ran into a problem like this.  I need more information to help trouble shooting.  Could you please respond to the following questions:

    Which GC or ABD version are you using?  Which Windows version?  Any specific language?  What dataset are you using?  Any DGN sample file where this happens, or does this happen always?

    Thank you,

         Volker

       

  • Hello Volker,

    Thank you for your repply, I'm attaching the DGN file and the GCT file, here

    www.dropbox.com/.../AAAzr17cpUFkDv8Dwdvexe0sa

    also here is the requested information.

    ABD Version 10.01.00.36

    Language is English 

    Dataset NM (Neutral Metric)

    Transaction Script

    transaction 1 modelChange 'Add baseCS, point2, point3, point4, point5, slider1'
    {
    node User.Objects.baseCS Bentley.GC.NodeTypes.CoordinateSystem
    {
    Technique = 'AtModelOrigin';
    DGNModelName = 'Design Model';
    SymbolSize = 1;
    GraphLocation = {-242.24, 19.84};
    }
    node User.Objects.point2 Bentley.GC.NodeTypes.Point
    {
    Technique = 'ByCartesianCoordinates';
    CoordinateSystem = baseCS;
    XTranslation = <free> 3411.22247967856;
    YTranslation = <free> 247.14869028741;
    ZTranslation = <free> 0.0;
    GraphLocation = {40.0, 44.32, 174.0, 0.0};
    }
    node User.Objects.point3 Bentley.GC.NodeTypes.Point
    {
    Technique = 'ByCartesianCoordinates';
    CoordinateSystem = baseCS;
    XTranslation = <free> 4239.92940720436;
    YTranslation = <free> 0.0;
    ZTranslation = <free> 0.0;
    GraphLocation = {40.0, 235.87};
    }
    node User.Objects.point4 Bentley.GC.NodeTypes.Point
    {
    Technique = 'ByCartesianCoordinates';
    CoordinateSystem = baseCS;
    XTranslation = <free> 8732.02080028161;
    YTranslation = <free> 4396.95588701948;
    ZTranslation = <free> 0.0;
    GraphLocation = {40.0, 431.74};
    }
    node User.Objects.point5 Bentley.GC.NodeTypes.Point
    {
    Technique = 'ByCartesianCoordinates';
    CoordinateSystem = baseCS;
    XTranslation = <free> 6477.32478031112;
    YTranslation = <free> -676.792838566675;
    ZTranslation = <free> 0.0;
    GraphLocation = {40.0, 627.61};
    }
    node User.Objects.slider1 Bentley.GC.NodeTypes.Slider
    {
    Technique = 'Default';
    GraphLocation = {-257.72, 206.543, 174.0, 141.237};
    }
    }

    transaction 2 modelChange 'Add point6; change point2, slider1'
    {
    node User.Objects.point2 Bentley.GC.NodeTypes.Point
    {
    Technique = 'ByCartesianCoordinates';
    XTranslation = <free> 3000.0;
    YTranslation = <free> 24714869028741.0;
    }
    node User.Objects.slider1 Bentley.GC.NodeTypes.Slider
    {
    GraphLocation = {-489,959.0, 8490,182.0, 206.0, 1200.0};
    }
    node User.Objects.point6 Bentley.GC.NodeTypes.Point
    {
    Technique = 'ByCartesianCoordinates';
    XTranslation = <free> 0.0;
    YTranslation = <free> 0.0;
    ZTranslation = <free> 0.0;
    GraphLocation = <auto> {-183,959.0, 175,43.0};
    }
    }

    transaction 3 modelChange 'Change point2, point3, point6, slider1'
    {
    node User.Objects.point2 Bentley.GC.NodeTypes.Point
    {
    GraphLocation = {163,51.0, -50,238.0, 1000.0, 0.0};
    }
    node User.Objects.point3 Bentley.GC.NodeTypes.Point
    {
    GraphLocation = {267,778.0, 215,556.0, 100.0, 155,87.0};
    }
    node User.Objects.slider1 Bentley.GC.NodeTypes.Slider
    {
    Technique = 'Default';
    Value = ;
    GraphLocation = {15800.0, 240.0, 1600.0, 0.0};
    }
    node User.Objects.point6 Bentley.GC.NodeTypes.Point
    {
    GraphLocation = {-252,12.0, 904,568.0, 175.0, 155,87.0};
    }
    }

    transaction 4 modelChange 'Add baseCS, point1'
    {
    node User.Objects.baseCS Bentley.GC.NodeTypes.CoordinateSystem
    {
    Technique = 'AtModelOrigin';
    DGNModelName = 'Design Model';
    SymbolSize = 1;
    GraphLocation = <auto> {40.0, 40.0};
    }
    node User.Objects.point1 Bentley.GC.NodeTypes.Point
    {
    Technique = 'ByCartesianCoordinates';
    XTranslation = <free> 0.0;
    YTranslation = <free> 0.0;
    ZTranslation = <free> 0.0;
    GraphLocation = <auto> {314.0, 40.0};
    }
    }

  • Hello Volker,

    I'm updating this thread with more symptons to the problem.

    -The completence error message is "Unexpected Token: , " (There's something wrong with the coma , )

    -There's unconsistence with the graph whn I inert nodes or arrange them.

    I'm adding pictures

    Regards

  • Hi Rafael,

    Looking at your DGN file, there is nothing that is out of the extraordinary. I noticed an error in the header of the GCT file that you included.  Therefore, I am curious about your regional settings and also your number format.  Could you please send screen shots of the Region's Format and Location tabs, and the Customize Format's Number (under the Format tab's Additional settings...):

        

    Thank you,

         Volker

       

  • Hello Volker, 

    Thank you for your help

    I'm attaching the images you requested

    Regards