Teamcenter Change RAC UI To Designate Different NON-PROD Environments In Default Theme

2022-08-17T13:55:57Z
Core Functions

Summary


Details

Unable to Distinguish Between Production RAC (Rich Client) and a NON-Production RAC (Rich Client)

ChangeHeaderColorTitlesSplashScreenLogos.docx (811 KB)

Solution

Change Header Color, Titles, Splash Screen/Logos

 

New Splash Screen


New Header Color, Titles, Logos


  • Change Colors
    • Copy xxx\tc_root\portal\plugins\configuration_xxxxx.x.x\css\rac_pltheme.css to another directory
      • Change the following lines to change perspective header background to black

                          #RACPerspectiveHeader {

                                      color: #ffffff;

                                      /*    background-color: #006486; */

                                      background-color: #000000;

                               }

                              #RACPerspectiveHeader Composite {

                                      color: #ffffff;

                                      /*    background-color: #006486; */

                                      background-color: #000000;

                              }

                             #RACPerspectiveHeaderHeaderTitle {

                                      color: #ffffff;

                                      /*      background-color: #006486; */

                                     background-color: #000000;

                             

                              }

                            #RACPerspectiveHeaderSecondaryTitleDefault {

                                     color: #ffffff;

                                     /*    background-color: #006486; */

                                    background-color: #000000;

                              }

                            #RACPerspectiveHeaderSecondaryTitleHover {

                                     color: #ffcd50;

                                     /*    background-color: #006486; */

                                    background-color: #000000;

                            }

                     ...

                           CLabel#RACPerspectiveHeaderIcon {

                                    /*  background-color: #006486; */

                                   background-color: #000000;

                                   color: #000000;

                            }

                            Label#RACPerspectiveHeaderCloseButton {

                                   /*  background-color: #006486; */

                                  background-color: #000000;

                                  color: #000000;

                            }

         

        • Delete FCCCache, Siemens, Teamcenter temp file directories
          • Copy rac_pltheme.css from other directory to xxx\tc_root\portal\plugins\configuration_xxxxx.x.x\css\
            • Run xxx\tc_root\portal\registry\genregxml.bat
              • Change Titles
                • Copy xxx\tc_root\portal\plugins\com.teamcenter.rac.ui_xxxxx.x.x.jar to another directory
                  • Open com.teamcenter.rac.ui_xxxxx.x.x.jar using 7-zip
                    • Extract plugin.properties
                      • Edit plugin.properties
                        • Replace My Teamcenter with text for your environment
                          • Line 10, 21, 22, 23
                            • Delete plugin.properties from zip file
                              • Close 7 zip
                                • Open com.teamcenter.rac.ui_xxxxx.x.x.jar using 7 zip
                                  • Drag modified plugin.properties to 7 zip window
                                    • Confirm Add
                                      • Close 7 zip
                                        • Delete FCCCache, Siemens, Teamcenter temp file directories
                                          • Copy com.teamcenter.rac.ui_xxxxx.x.x.jar from other directory to xxx\tc_root\portal\plugins
                                            • Run xxx\tc_root\portal\registry\genregxml.bat
                                              • Change Splash Screen/Logos
                                                • Copy xxx\tc_root\portal\plugins\ com.teamcenter.rac.aifrcp_xxxxx.x.x.jar to another directory
                                                  • Open com.teamcenter.rac.aifrcp_xxxxx.x.x.jar in 7 zip
                                                    • Extract splash.bmp from com.teamcenter.rac.aifrcp_xxxxx.x.x.jar\com\teamcenter\rac\aif\images\
                                                      • Use original for example image formatting use
                                                        • Delete splash.bmp from com.teamcenter.rac.aifrcp_12000.2.0.jar\
                                                          • Close 7 zip
                                                            • Open com.teamcenter.rac.aifrcp_xxxxx.x.x.jar in 7 zip
                                                              • Drag your own splash.bmp to 7 zip window
                                                                • Confirm Add
                                                                  • Close 7 zip
                                                                    • Open com.teamcenter.rac.aifrcp_xxxxx.x.x.jar in 7 zip
                                                                      • Extract from com.teamcenter.rac.aifrcp_xxxxx.x.x.jar\com\teamcenter\rac\aif\images\
                                                                        • Use original for example image formatting
                                                                          • Siemenslogo_toolbar.png
                                                                            • Teamcenter_toolbar.png
                                                                              • Delete com.teamcenter.rac.aifrcp_xxxxx.x.x.jar\com\teamcenter\rac\aif\images\
                                                                                • Siemenslogo_toolbar.png
                                                                                  • Teamcenter_toolbar.png
                                                                                    • Close 7 zip
                                                                                      • Open com.teamcenter.rac.aifrcp_xxxxx.x.x.jar in 7 zip
                                                                                        • Drag your own to 7 zip window
                                                                                          • Siemenslogo_toolbar.png
                                                                                            • Teamcenter_toolbar.png
                                                                                              • Confirm Add
                                                                                                • Close 7 zip
                                                                                                  • Delete FCCCache, Siemens, Teamcenter temp file directories
                                                                                                    • Copy com.teamcenter.rac.aifrcp_xxxxx.x.x.jar from other directory to xxx\tc_root\portal\plugins\
                                                                                                      • Run xxx\tc_root\portal\registry\genregxml.bat 

                                                                                                         

                                                                                                        Notes

                                                                                                        Teamcenter 12 Help: Working With Themes

                                                                                                        https://docs.sw.siemens.com/en-US/product/282219420/doc/PL20200109161503476.programmers_guide/html/xid1846668?audience=external

                                                                                                        Teamcenter 13 Help: Working With Themes

                                                                                                        https://docs.sw.siemens.com/en-US/product/282219420/doc/PL20200109161601697.programmers_guide/html/xid1846668?audience=external

                                                                                                        KB Article ID# PL8627387

                                                                                                        Contents

                                                                                                        SummaryDetails

                                                                                                        Associated Components

                                                                                                        Core Functions - Client