Author: Prakhar Mittal and Chandan Gupta

System Ques. What is meant by bootstrap file? Ans: Bootstrap file will have the database information, through which the thick client will connect to the Oracle Database. Ques.Difference between stores and vaults? Ans: A store is a storage location for checked-in files. All files checked in and used by Matrix is contained in a file store. Vault: A vault is a grouping of like objects within the Matrix database. Vaults fall into 2 categories: Business object vaults (you can have many). An Administration vault (only one exists, for…

Read More

ADK Ques. What is the difference between Business Objects and Domain Object classes? Ans: The Business Object class is a logical representation of a Matrix business object Whereas The Domain Object class represents the top-level class for the AEF java classes. And Domain Object class is the child class of Business Object class. Ques. What for Business Object class? Ans: The Business Object class is a logical representation of a Matrix business object. Ques.how do u create Business Object in matrix Database using BusinessObject class? Ans.BusinessObject(java.lang.String type,…

Read More

Create DLL using Command prompt Set Teamcenter Environment on command prompt i.e tc_root,tc_data and call tc_profilevars.bat Then set MSDEV_HOME for more information refer my first post Compile code using Compile -64bit –DIPLIB=none Teamcenterlogin.c \ Compile –DIPLIB=none Teamcenterlogin.c It will generate .obj and .pdb files  Link files using following command link_custom_exits -64bit Teamcenterlogin  /  link_custom_exits  Teamcenterlogin Output of this will be Teamcenterlogin.dll

Read More

                Teamcenter Dispatcher parameters Teamcenter Dispatcher contains following folders and each of them consist of configuration files and folder. AdminClient DispatcherClient Scheduler Module Lets start learn the significance and role of theses configuration files. AdminClient : transclient.properties file from conf folder Staging.Dir : it is having value of staging area. You can alter the value of this parameter as per requirement, by default it is in %disp_root%\stage location. Module.Port : You could see the port number of modular here by default…

Read More

Enovia Interview Question and Answer-MQL Ques. What is MQL? Ans:-MQL stand for Matrix Query Language, this is one of the most power tool for building and refining the eMatrix database. By which business administrator set up and test an eMatrix database quickly and in a efficient way. It is similar to SQL, Helps the end user to query on the Business objects in the database Ques. What for MQL is used for?(Interactive – Command Line Based;Script – File Based;TCL – Using TCL shell through MQL ) Ans:-MQL is…

Read More

Teamcenter Dispatcher Dispatcher was earlier known as Translation Management system. It manages translation requests which are coming from Teamcenter user and Dedicated Servers. Dispatcher is the integration of the Dispatcher Server and Siemens Teamcenter. Example:   Inside Teamcenter, suppose you have secondary dataset PDF  which is attached to Item revision and instead of PDF you need format of this pdf data into MS Word. Then, in this case, you are calling .pdf to .doc translator. We have couple of free s/w which translates .pdf to .doc Here, Consider…

Read More

Teamcenter Active-Workspace Installation We assuming Teamcenter server is installed in 4-Tier & Resource tier and Teamcenter platform is in place. Apply Active Workspace patch on TC server. Start –> all programs –>Teamcenter –>TC command prompt and Set following environment JAVA & JDK Home and PATH variables. Examples: SET JAVA_HOME=c:\java\jdk1.8.0_40 SET JDK_HOME=c:\java\jdk1.8.0_40 SET PATH= c:\java\jdk1.8.0_40\bin;%path% 3. Change the directory to TC_Root\install and execute bat 4. Choose Updates Manager and click Next 5.Provide the AW kit location to update kit location 6. Keep Backup directory as default 7.Provide Original Medial…

Read More

Enovia Interview Question and Answer Ques. List down 8 types of access that can be given in the state for an object? Ans: There are total types of 32 access. Which are as follows : Read, Show, Modify, Revise, Grant, toconnect, fromconnect, todisconnect, fromdisconnect, freeze, thaw, Delete, Checkin, Checkout, Lock, Unlock, Create, Promote, Demote, Schedule, Execute, Changetype, ChangeName, ChangeOwner, ChangePolicy, ChangeVauil, Viewform, ModifyForm Ques. What is iconmail and  How to check iconmail? Ans: Iconmail is an internal mailing mechanism inside Enovia. To check iconmail from the web client,…

Read More

Teamcenter Interview Question and Answer (Change Management) Q. What is Change Management in Teamcenter? Q. How to configure Change Management in Teamcenter? Q.  What is the workflow of Change Management? Q. What is PR? Q. What is ECR? Q. What is ECN? Q. What is the Change in Teamcenter at product level? Q. What is the role participant in Change management process? Q. Kindly Explain Requestor, Analyst and Change Specialist? Q. What is Change State in CM? Q. What is the Problem Items in CM? Q. What is the Impacted Item in CM? Q. What is the Solution Items…

Read More