TeamcenterKnowledge

Add custom translators to Dispatcher > Create custom filters

Develop custom Dispatcher client filters

To customize a dispatcher client filter in a Microsoft Windows environment: Note Adapt the procedure for Linux as required. Procedure Create the custom dispatcher client filter Java source file. Use a custom package designation. A sample Filter.java file is provided in the DISP_ROOT/DispatcherClient/sample/integration/filters directory. Ensure that the appropriate Java SDK is installed and Java path information is correctly set. Compile the Java source file using the following command: Copy javac -classpath Add jars created in the classpath of runDispatcher.bat/sh file myFilter.java Archive the new Java classes. These new classes, along with other customized dispatcher client classes, are combined into the CAD Manager JAR file or a single site-specific custom JAR file. Copy jar cf jar-file-name.jar myFile.class myFile2.class … Copy the new JAR file to the DISP_ROOT/DispatcherClient/lib directory. Modify the DISP_ROOT/conf/Service.properties file to specify the new filter and associated properties. Add the filter in the FILTERS section of the Service.properties file. Run the dispatcher client and verify the operation of the filter.

Source: https://docs.sw.siemens.com/documentation/external/PL20251212545240207/en-US/tc_help/plm00565/eco1737253046255/zgp1737253046352/xid1675266.html · retrieved Fri Jul 31 2026 00:00:00 GMT+0000 (Coordinated Universal Time)