Questions tagged [teamcenter-rac]
5 questions
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
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
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
0
votes
1 answer
How to get username of currently-logged-in user
I am trying to get session parameters, e.g. user name, from a logged-in session in the Teamcenter 8 rich client using Java (and Eclipse).
public class SampleHandler extends AbstractHandler
{
public Object execute(ExecutionEvent event) throws…

std.approach
- 51
- 1
- 7