Appendix G2 - Configuring Teamcenter
Overview
The following steps will guide you to extract and install the Siemens Teamcenter library .jar
files for use with Syndeia Cloud (SC). These jar files are required for Syndeia to communicate with Teamcenter using its SOA (Java) API.
If you are running an older version of Syndeia Cloud, ex: v3.6, please replace ALL references of 3.6-SP1
to 3.6
Steps
Collect Siemens Teamcenter library (
*.jar
) files: Follow the instructions in the child page Appendix G2a - Gather Teamcenter library (jar files) to prepare alibTC
folder with all the*.jar
files needed for Syndeia to connect with Teamcenter.Copy the Siemens Teamcenter libs: Copy the
.jar
files from thelibTC
folder (collected in previous step) to the newTC
sub-directory underlib
of theteamcenter-impl
microservice on the SC server, ie:On Linux ,
Copy the
.jar
files to/opt/icx/syndeia-cloud-current/teamcenter-impl-3.6-SP1/lib/TC
and ensure the user & group ownership of those files is set tosyndeia-cloud:syndeia-cloud
by running the below from abash
shell:SC_HOME=/opt/icx/syndeia-cloud-current/ SC_snapshot_version=3.6-SP1 # update as needed if you are running a different version sudo -u syndeia-cloud mkdir "${SC_HOME}"/teamcenter-impl-"${SC_snapshot_version}"/lib/TC sudo cp ~/lib_TC/*.jar "${SC_HOME}"/teamcenter-impl-"${SC_snapshot_version}"/lib/TC/. sudo chown syndeia-cloud:syndeia-cloud "${SC_HOME}"/teamcenter-impl-"${SC_snapshot_version}"/lib/TC/*.jar
On Windows ,
Copy the
.jar
files to, ex:c:\cygwin64\opt\icx\syndeia-cloud-current\teamcenter-impl-3.6-SP1\lib\TC
Set Environment Variables for Logging
Administrators supporting Syndeia and any Teamcenter version should edit the file
/etc/systemd/system/sc-tc.service
to change theEnvironment=
setting to this value:# update as needed if you are running a different version Environment='SC_snapshot_version=3.6-SP1' 'SIEMENS_LOGGING_ROOT=/opt/icx/syndeia-cloud-current/teamcenter-impl-3.6-SP1/logs" "TC_SOACLIENT_DATA=/opt/icx/syndeia-cloud-current/teamcenter-impl-3.6-SP1/logs'
Restart the respective services, ie:
On Linux ,
sudo systemctl restart sc-tc
On Windows , use
services.msc
(Windows Services Manager) or fromCMD.EXE
run:sc.exe stop sc-tc sc.exe start sc-tc
Verification
Verify that the Teamcenter Service Starts and Stays Running
Use
sudo systemctl start sc-tc
to start the microservice and thensudo systemctl status sc-tc
to monitor that the service began and remains operational.
Look for a report like this - which has a long and growing “Active” runtime.
Verify Teamcenter Logging
Confirm that the directory
/opt/icx/syndeia-cloud-current/teamcenter-impl-3.6-SP1/logs
has ateamcenter.log
file with the current day modification timeConfirm that the SOA logging setting is effective by observing the file
ForkJoinExecutorConfigurator$AkkaForkJoinTask_soa_<TIMESTAMP>.log
in the directory/opt/icx/syndeia-cloud-current/teamcenter-impl-3.6-SP1/logs
This file will appear soon after attempting to use the Teamcenter integration within the Syndeia Web Dashboard.Confirm that this file begins with content much like the following:
Validate Syndeia Teamcenter operation
To validate (like an end-user) that the Syndeia Cloud Teamcenter service can connect with your Teamcenter server, follow the steps in the Teamcenter tutorial for the Syndeia Web Dashboard.