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
DispatcherClient : Service.properties file from conf folder
Module : transmodule.properties file from the conf folder
MaximumTasks : Maximum number of tasks allowed to in the module at a particular instant.
Port : You could see the port number of modular here by default port number is 1999
Another file from modular is important translator.xml
Here, xml is having information of translator like input and output for the translator, location of the translator etc.
For adding new service majorly we need to deal with translator.xml
Consider if your translator name is tcdoc2pdf.
Note: if your writing your new translator tag in translator.xml then refer any other tag of trasnalor from this file itself for reference.
1.Every translator is having a different tag with that translator name <tcdoc2pdf></tcdoc2pdf>
2.In the first line itself we need to provide Provide name,name of service, isactive.
<tcdoc2pdfprovider=”***” service=”tcdoc2pdf” isactive=”true” OutputNeeded=”true”>
if you make isactive as true then and then only your service will be availavble for translation from teamcenter.
3.<TransExecutable> specify the name of translator exe and mention the location where you kept that translator exe/batch.
4.<FileExtensions> Here we have to spcify the input extension and number of output extension.
We will more post on PLM TUTORIAL–>TEAMCENTER in upcoming days.
Kindly provide your valuable comment on below Comment section and also have you any question kindly ask to an ASK QUESTION in FORUM . Our Team will try to provide the best workaround.
Kindly subscribe your Email-Id at (https://globalplm.com/) and drop any suggestion/queries to (globalplm2@gmail.com).