- If you need change the default communication port for the backbone, edit the file:
%windir%\system32\drivers\etc\services
and add the line, for example:
catiav5bb 55554/tcp
- If you want to configure the backbone as a service, use the sc.exe command.
To create and start the service, you will need the following parameters:
Parameter
|
Description
|
Servicename |
BBDemon |
DisplayName |
Backbone Service |
binPath | "E:\Program Files\Dassault Systemes\B424\win_b64\code\bin\CATSysDemon -service" |
start | auto |
For example:
sc create BBDemon binPath= "E:\Program Files\Dassault Systemes\
B221\OS\code\bin\CATSysDemon -service" start= auto DisplayName= "Backbone Service"
The following message appears:
[SC] CreateService SUCCESS
If you experience issues when using the backbone, please check
that Backbone daemon default port is not used by another
process:
- Check that CATSysDemon process is not running in TaskManager,
and stop it if necessary.
- Open a cmd window and type: netstat -ano.
- Look for port 55555. If you see a line with this port, spot the
PID of the corresponding process and look for its name in the
Task Manager.
In this case you have two possibilities: change the backbone port
or change the port of the
conflicting process.