Set Naming Service Launch Properties
The Naming Service enables you to automatically start out-of-process adapters that are on the same host as the Naming Service when the Naming Service starts.
To launch a component when the Naming Service starts, a Naming Service Launch property must contain the Java startup command for the component or must name a script file containing the startup command. You can set Naming Service launch properties through the Info*Engine Property Administration utility by editing the Launch fields in the Naming Service entry.
To set up a JDBC Launch property for an out-of-process JDBC adapter, add an additional Launch field in the Naming Service entry. For example, assume that your start file is named startJDBC.bat and is located in the /bin/infoengine directory where Info*Engine is installed. Then the Launch property that you enter is similar to the following:
cmd.exe /C start "JDBC Adapter" /MIN
C:/ptc/Windchill/bin/infoengine/startJDBC.bat
Was this helpful?