Questions tagged [teamcenter]
19 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
1
vote
1 answer
What is diffrence between loose API and Strong APIs in Teamcenter SOA programming?
Teamcenter provides 2 OOTB API sets, loose and strong. what is the difference between these two? When should we use loose API and when strong ones?

dinesh nimbalkar
- 11
- 3
1
vote
0 answers
Manipulating with TCComponentBOMLIne in Teamcenter
I'm working with Teamcenter using the Java SOA API.
How can I remove the child line from the structure correctly?
Here is my code:
TCComponentBOMLine bl = bomWin.setWindowTopLine(***); // ROOT BOMLine
AIFComponentContext[] ctxes =…

kry4a
- 31
- 6
0
votes
1 answer
Accessing profile data from teamcenter 13 3 user in Java
I'm trying to return profile data from the the currently logged in user in teamcenter 13 3 using java 11.0.17 and Eclipse 2013 3. I've tried the method submitted a while ago (https://stackoverflow.com/a/21730281/14287068) but I've got problems with…

Yanosik
- 43
- 1
- 4
0
votes
0 answers
Teamcenter PLMXML Delta Import - import new file into existing dataset
I'm trying to import an ExternalFile (ImanFile) into an existing dataset via plmxml "incremental import" (delta import) on Teamcenter 12.1.
Import does not raise any error/warning but there is a problem:
The new ImanFile is created but NOT added to…

Federico Destefanis
- 968
- 1
- 16
- 27
0
votes
1 answer
Create ItemRevision for existing Item in TC
How to create next ItemRevision for exists Item?
I'm looks docs and see that I cant use CreateItems function, I must use CreateObject.
TCSession session = (TCSession) AIFUtility.getDefaultSession();
DataManagementService dmservice =…

Vladjkaaa
- 11
- 3
0
votes
2 answers
I am executing os.system ("unit run"+ directoryPath+" urun shell"), which opens the shell prompt of the unit, how to run commands on the shell promt?
I am running a command os.system("unit run" + directoryPath + " urun shell"), which opens the shell prompt of the unit. How should I run commands on the shell prompt that is a whole new prompt getting open up with Python?
I tried executing the…

Abhishek Nagare
- 1
- 1
0
votes
1 answer
I want to open my pdf object of Teamcenter Active Workspace (AWS) only in view window of explorer browser through link, how can I configure URL?
I have TC Active Workspace version after 4.0 (AWS) URL Link of my organisation like this: http://:Port/#/com.siemens.splm.clientfx.tcui.xrt.showObject?uid= .
I want to open a PDF in Browser View only. My object contains a PDF as an attachment. How…

pnakrani
- 1
0
votes
1 answer
How can I create a LOV where the user can select as many options as they want (like a series of checkboxes and select all that apply)?
How can I create a list of values (LOV) where the user can select as many options as they want (like a series of checkboxes and select all that apply)? I am only away of being able to select one option as opposed to selecting many, but please…

325
- 594
- 8
- 21
0
votes
2 answers
Teamcenter (Siemens) Functionality with Tableau
I am currently working on a team which desires to extract data from Siemens' Teamcenter PLM software. We eventually want to make some dashboards in Tableau with the data, but want the data to automatically update as more data is populated into…

325
- 594
- 8
- 21
0
votes
1 answer
How can I extract the contents of the "BOMView" in teamcenter?
I am new to Teamcenter rich client programming. I am trying to figure out how can I indicate/extract the contents of a BOMView item in Teamcenter.
I am using Java, and until now I could, for example, use AIFComponentContext and TCComponent to get a…

Saeed_ghg
- 1
- 2
0
votes
1 answer
Debugging Teamcenter Rich Client (eclipse rcp) fails with "org.osgi.service.component.ComponentException"
On a Windows 7 x64 machin I have a working eclipse installation and workspace, from which I run/debug plugins for the Teamcenter rich client (which runs on Eclipse 3.6) flawlessly.
Now I moved eclipse and the workspace into another Windows 7 x64…

Federico Destefanis
- 968
- 1
- 16
- 27
0
votes
3 answers
Error 70104 POM_start_not_yet_called while patching Teamcenter from 9.1.0 to 9.1.2.8
I have Teamcenter 9.1.0 and I am patching it to 9.1.2.8.
During the installation I am getting the following error:
Executing ["generate_metadata_cache" -u=infodba -p=***** -g=dba -force]
Output from command: "generate_metadata_cache" -u=infodba…

Paresh Borana
- 11
- 5
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
How to initialize QApplication with Qt Jambi within TeamCenter rich client
I could run the "HelloWorld1" Qt-Jambi application with GUI as standalone.
I could run the "HelloWorld2" teamcenter-plugin (via Eclipse) inherited ViewPart.
Trying to init QApplication within plugin like below:
public class MyComView extends…

std.approach
- 51
- 1
- 7