Solved

Problem with publishing FDM solution


Badge

Hi. I have a working solution in ITG. 

The solution is a model with Fields, Facility, Discipline_Area, Function_Area, ControlObject and Weightobject.

These Object’s is grouped to ConstructionNode in relation to Facility and WeightObjects.

I have started migrating to FDM.

I started replicating the ITG solutions, but am having problems publishing the solution.

Example with Fields and Facility:

type Fields {

  Key: String

  IsDeleted: String

  Facility: [Facility]

  Field_Name: String!

  Location: String

  Status: String

  Discovered_Year: Float

  Original_Reserve: Float

  Remaining_Reserve: Float

  Production_Start: String

  Operator: String

  EpocTimeChanged: Int

  PopulationSystem: String

  PopulationSource: String

}

 

type Facility {

  Key: String

  IsDeleted: String

  Fields: Fields

  "Discipline_Area: [Discipline_Area]"

  Name: String

  Description: String

  SystemFullName: String

  Project: String

  SubProject: String

  CadID: String

  SapID: Float

  ComosUID: String

  EpocTimeChanged: Int

  PopulationSystem: String

  PopulationSource: String

}

 

When Publishing I get: 

The error message is also clipped in the edge of the browser and therefore not possible to read. 

icon

Best answer by Anita Hæhre 23 March 2023, 14:52

View original

2 replies

Userlevel 3
Badge

Hi @olejohan 

 

Thanks for reaching out. 

In case you are still experiencing this problem we like to investigate further. Do you have time 10-15 min for a call this week? Drop me a PM and we can meet when it suits your schedule. 

 

Regards,

 

Arild Eide

 

Userlevel 6
Badge

Hi @olejohan I hope the above helped. I’m closing this topic now, please feel free to create a new post if you still experience problems. 

Reply