Questions tagged [teamcenter-itk]

4 questions
2
votes
1 answer

How to extract Markup relation with Teamcenter C++ API?

In Teamcenter I have a dataset that contains two inner datasets: A "Good ds" dataset with an External Proxy relation. A "Bad ds" dataset with Markup(s) relation I'm trying to enumerate server content using the Teamcenter C++ API. The object for…
CodeFuller
  • 30,317
  • 3
  • 63
  • 79
0
votes
1 answer

error LNK2019: unresolved external symbol ITK_user_main

I'm trying to build a Teamcenter ITK project generated from an SOA I created in BMIDE. The method I'm calling in my SOA service should retrieve all the saved queries from Teamcenter. I added all the needed libraries and dependencies I think might be…
riroo
  • 134
  • 3
  • 15
0
votes
1 answer

Multithreading in Teamcenter ITK

I am trying to write a Teamcenter ITK program that will run as a different thread invoked from a main thread. The main thread is invoked from an action on the UI. Since the child thread takes a lot of time to complete, if I don't create the child…
Yogesh
  • 121
  • 1
  • 8
-10
votes
1 answer

How to effectively handle errors in Teamcenter ITK C++ code

How do I effectively handle errors thrown by ITK calls in Teamcenter server customization code? In the C ITK APIs, a function typically returns an integer value to denote success/failure. Zero (ITK_ok) is typically treated as success and non-zero is…
gabehcuod
  • 17
  • 5