There is a failure in starting creo platform agent.
Please set up following two environment variables on machines and try.
1. CREO_AGENT_EXE_PATH
2. CREO_AGENT_LDP_LIST
To set up CREO_AGENT_EXE_PATH, you need to find the path of creoagent.exe on your machine as shown in a picture below.
To set up CREO_AGENT_LDP_LIST, you need to find the path of manifests folder as shown in a picture below.
For Creo 7 these paths are,
CREO_AGENT_EXE_PATH = C:\Program Files\PTC\Creo\Agent\creoagent.exe
CREO_AGENT_LDP_LIST = C:\Program Files\PTC\Creo\Platform\7\manifests
To do debugging of the issues (like DLL not getting registered etc), user can declare following environment variables.
PRODEV_PTC_DEBUG=1
PRO_NET_LOG=D:\temp
These variables give std.out with more information and some logs at directory specified for example-D:\temp. This information may help in further debugging.
Amol