Reload Command Fails for Windchill Cluster Environment

标题 说明 适用于 原因 解决方案
Reload Command Fails for Windchill Cluster Environment during installation of Windchill Partslink 10.0
  • Reload Command Fails for Windchill Cluster Environment during installation of Windchill Partslink
  • Error: “Cannot connect to //wtcluster.ptcnet.ptc.com:11011/datasource”
Windchill PartsLink 10.0
  • Configure the Windchill PartsLink server and client installations by completing the following steps:
              Configure PartsLink Server:
                1. Open a command prompt and go to <PTL_HOME>
                2. Set the classpath to include:
                      • WtLogR.jar
                      • log4.jar
                      • install.jar
                   On Windows:
                    set classpath=<PTL_HOME>\srclib\jmxcore\WtLogR.jar;<PTL_HOME>\srclib\log4j.jar;<PTL_HOME>
                     \codebase \WEB-INF\lib\install.jar
                   On Unix:
                    Export classpath=<PTL_HOME>/srclib/jmxcore/WtLogR.jar:<PTL_HOME>/srclib/log4j.jar:<PTL_HOME>
                    /codebase/WEB-INF/lib/install.jar
               3. Run the following command:
                    java com.ptc.windchill.structconf.StructConfManager -r <PTL_HOME> -s classification.server.hostname=
                    <PTLSERVER_MACHINE_NAME> -P
               4. Restart the Windchill PartsLink server.

           Configure PartsLink Client:
               1. Start Windchill shell
               2. Run the following commands:

               xconfmanager -s classification.client.pdmlink.hostname=<PTLCLIENT_MACHINE_NAME> -p
               xconfmanager -s 
                   com.ptc.windchill.partslink.urls.cache=//<PTLSERVER_MACHINE_NAME>:$(nitidus.rmiregistry.port)
                   /datasource -p
              3. Restart MethodServer

Note: Replace <PTL_HOME> with the absolute path for the PartsLink Server installation directory and replace <PTLSERVER_MACHINE_NAME> with the machine hosting the PartsLink Server.
  • Also, this fix will be included in future release of Windchill Partslink

猜你喜欢

转载自felixli.iteye.com/blog/1314146