Skip to main content
Answer

Problem with publishing FDM solution

  • March 2, 2023
  • 2 replies
  • 88 views

Forum|alt.badge.img

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. 

Best answer by Anita Hæhre

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. 

2 replies

Arild  Eide
Seasoned Practitioner
Forum|alt.badge.img
  • Seasoned Practitioner
  • March 6, 2023

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

 


Anita Hæhre
Seasoned Practitioner
Forum|alt.badge.img+1
  • Head of Community
  • Answer
  • March 23, 2023

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.