Problems in Teamcenter Development

Source: Internet
Author: User

1. Differences between class and object message.
2. What are the differences between rewrite statements? When should I add the following:
3. What is unit defined?
4. Analog/RF (RF) IP Address
5. What does min, typ, and Max represent?
6. How do I know the relational classes between the left and right when define class?
7. What are the meanings of part number, chip number, Project No, and product no?
8. fprintf (stdout, "a_hometemp is % s \ n", a_hometemp); fflush; workshop lab 6
9. Product Data relations
Users: bulids the product structure.
Is described by: is a set of document that describes a part
Attach: relates a data item to a business item
Dependson: indicates that one iten depends on another
10. Teamcenter Enterprise Enviroment
Users Conditions
Groups message access rules
Roles location selection rules
Role assignments
Projects
11.
UID server -- Support the display of dialog windows and icons.
NLS server -- handles display of text of different ages.
12.
Three types of object classes:
Abstract class
Persistent class
Dynamic class
13. out of the box,
All business items can be revised.
Data items can't be revised.
14.Osql
Describe tree admin: display the classes under the adminclass.
Describe attribute tree admin: displays the classes and attributesunder the admin class.
To output data
Osql-O desdoc.txt
Describe verbose detail class desdoc;
Exit
Notepad desdoc.txt
Crate a text file with all the Model
Model-z-O filename. dat
15. Host ---> File System --> location


16. How to overwrite attribute?
17. Define variable value set {direct | process} value-set-name select attributeattribute-name from class-name where ...;
Rules are consulted when process is used.
Rules are bypassed when direct is used.
18. Database Problems
ORA-00904: "tx0doccreatedate": □□□��
19.

Objload-F test. dat-K test. Key

Objload-F test. Key

20.
Dstat = begindbframe (classn, & a_framename, mfail)

Can Both mfail and dstat be used to determine call errors?

21. workflow and lifecycle Problems

What causes workflow to fail to run.

22. char * low_iisin (const char * Buf, const char * Str) returns true/false for pointer type,

So if (low_iisin ("there is asubstring", "substring "))

 

23. Data Types in Teamcenter

Objectptr

Objgetattribute: provides access to a value. ownershiip of storage used for the returned valueremains with the object.

Objsetattribute: copiesthe input value. Ownership of storage used for the input value does not change.

24. String and Char Types and Their pointer usage

25. When does nmake clobber need to be used?

26. Char * test = '\ 0' and char test = NULL; Difference

Chartest [100];

Chartest [0] = '\ 0 ';

27. Build part family .?

28. Enterprise Service? What services are available at the layer (MUX and DSP ?)



29. can't create "AIP Request Form"
Can't create "analog IP document" (My localin web and classic client)

30. Use of mtiwhich

31. Full-text search top search menu button needs to be changed
32. Enhanced understanding of relationship and class
33. Build part family will create some family objects according to what rules?
Where does the relationship between family and other classes established by famtopmr?
You can add a part to the family or delete it from the family. In this way, this Part has some attributes of famlimy, but inheritance can also be done like this, is it designed for the flexibility of remove?
Famtopmr: left class is family. Right class is fammstr
What is the main purpose of the fammstr class?
34.Search for Part
35. When creating an AIP, classic client does not need to create a category. thin client needs to create a category at the same time.
36. Multiple object messages
37. Change the node on the thin client through <change>, such as worklistshowlist
But what is found in the DOM tree and application definition of Eclipse IDE is the definition code before the change?
38. Action-chain: eds_mwau_act_chain_clear_context_params, which data will be cleared?
39. Apart from generating the server code for Java Calling C in MTK. Java, how to specify the XX. Java file to a specified folder, such as COM, APM ....?
40. Pictures of my chip and my create data
41. The length of the top button bar is dynamic rather than fixed.
Top Menu displays six
42. The top menu of mtgip's summary has not been correctly modified.
43. In-depth use of object message and class message
44. How to obtain my create data on the server
45. Met C
Compilation, packaging, and running
What Is A. PRD file?
46. What is the difference between dstat and mfail?
47. What do you mean by # Line 217 "D: \ mtkuser \ cusdir \ com \ XXX. MTH" in the. c file converted by met.
48. Differences between category and non-category message
49. <nodename = "eds_global_background_item_handle">
<Map>
<Entrykey = "context_element_type" value = "dynamic"/>
</Map>
</Node>
50. What is handle?
<Component-output id = "outitemhandle" Destination = "eds_global_current_item_handle"/>
51. The subscribe portal has the same interface definition. In this way, Project No and Project No are implemented, and the operations are relatively large.
Can the two be integrated.

 


52. <config-paramname = "inparam" value = "mtk_mydata_resp_link_mycreatedata_list"/>

<Component-outputid = "outattribute" Destination = "eds_global_source_link"/>

 

<chain-input id="variable-name" source="location" />
<chain-input-output id="variable-name" source="location" />
<chain-output id="variable-name" destination="location" />

 


. Config-param (to redefine a parameter ?)

 

Specifies the parameters to configure an action component, Things such aspreference nodes and text IDS can be passed into the request via aconfiguration parameter.



Stringcriteriaparam = action_context.getparameterreader (). getparameter ("criteriaparam ")




Stringcurrentpagesize = (string) arguments. GetObject ("incurrentmaxpagesize ");



The same is transfer. What is the difference between config-Param and component-output?



53. How does arguments transmit incoming and outgoing parameters?

 

54. When querying data, all data will be found and then paged. In this way, the efficiency will be affected.

 

55. <action-componentid = "set_source_data_list"

Handler = "com. edsplm. tc. Ent. _ WCC. mwau. actioncomponents. appflow. configparamtoattrconverter">

<Config-paramname = "inparam" value = "0"/>

<Component-outputid = "outattribute" Destination = "ugs_mydata_search_results_page_size"/>

</Action-component>

 

<Action-componentid = "set_source_link"

Handler = "com. edsplm. tc. Ent. _ WCC. mwau. actioncomponents. appflow. configparamtoattrconverter">

<Config-paramname = "inparam" value = "mtk_mydata_resp_link_mycreatedata_list"/>

<Component-outputid = "outattribute" Destination = "eds_global_source_link"/>

</Action-component>

 

Set_source_data_list

Set_source_link

What are the functions of the two components?

56. Where is the default configuration of the number of entries displayed?

57. mtaip uses <nodename = "mydatapageoptionssubmenu"/>

This is the change page option of my data, and incorrect results will appear.

 

58. In XP, perform the following configuration under cussetup. BAT to run

Setpath = % product_base % \ SVR; % product_base % \ NLS; % product_base % \ Lib; % PATH %

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.