Sunday 29 April 2018

Top 6 PLM Softwares




Pack and Unpack in Structure Manager


What is Pack and Unpack?

Pack:
Packs the selected lines so that all lines with the same item revision and find number are displayed as a single line. The actual quantity of lines is appended to the node.

Unpack:
Unpacks the selected packed lines so that they are displayed as separate lines, one for each occurrence.

For Packing lines, certain attributes should need to matched. For example Find Number, Revision Number etc.

Example:

Before Packing.













After Packing.





Here 9999RT5689R is packed and Quantity is automatically filled with 2.






Useful Teamcenter Definations

Here is some basic and useful information regarding Teamcenter paths, Directories etc. I will update more information soon.



* Web tier = tier which used in 4T thin and rich installation.

* Web application manager = icdweb or webtier folder.

* Java EE application server = jboss, eblogic etc.

* Distribution server = used for OTW installation. (Start_rmi.bat & start_server.bat)

* Distribution instances: used for OTW installation. 

Server Manager = Pool Manager, & other services files.

* FCC is used to download and upload data to Volume.

* Thin client don’t require FCC

* Transient Volume: is folder used for sharing report, plm xml, and other files between clint tier and web tier.

* TC_ROOT : it has Teamcenter binaries , include files, installation directories and many more directories 

* TC_DATA : This folder is for Teamcenter data model

Teamcenter Database connection status

Run below commands to check whether database for Teamcenter created working properly with Listener.


> sqlplus  > database username and password   > connect infodba/infodba@tc  (here tc is SID)



Oracle Installation error - " Error in starting the service, The service OracleMTSRecoveryService was not found "

We will face this issue while installation of Oracle 11g if prevous installation registries were not deleted,

====================================================================

Error:

" Error in starting the service, The service OracleMTSRecoveryService was not found "



====================================================================

Solution:

> Run REGEDIT

> Go to computer\hkey_local_machine\system\controlset001\service\OracleMTSRecoveryService


> And check ImagePath. Change it to proper installation location.






Teamcenter Database creation error - "Database connection through listener failed. Fix the error and run EM Configuration Assistant again. "

While creating Teamcenter Database, we will get below error. Even though Listener is configured properly.

 =======================================================================

Error:

Database connection through listener failed. Fix the error and run EM Configuration Assistant again. Listener port 1521 provided is incorrect. Provide the correct port. Listener is not up. Start the Listener. Database service dbservice is not registered with listener. Register the database service. Listener is up on physical host and ORACLE_HOSTNAME environment variable is set to virtual host. Unset ORACLE_HOSTNAME environment variable. Listener is up on virtual host. Set environment variable ORACLE_HOSTNAME=. /etc/hosts does not have correct entry for hostname.


========================================================================



Solution:


Go to  your Oracle Home ( C:\TCDATABASE\product\11.2.0\dbhome_1\NETWORK\ADMIN  )  and edit listener.ora


Make changes as below:







> Start all Oracle services.