Run multiple simulators on different TCP ports?

2941
3
04-05-2014 11:11 AM
BrianBaldwin1
New Contributor III
I want to run three instances of the Simulator to push on a TCP port.  Besides port 5565, what other ports should be used/how do I find or assign those ports to the simulator?

Thanks,
0 Kudos
3 Replies
MarkBramer
Occasional Contributor II
Hi Brian,

You can create as many TCP inputs as you like (within reason, I'm sure), and run a simulator instance to push to each one.  Regarding which ports to use, you can specify those.  I typically stay around the neighborhood of the default, i.e. 5566, 5567, 5570, etc.  A TCP input's port is specified in the Advanced properties, as seen below, where I created a new TCP input with port 5566 (click image to enlarge):

[ATTACH=CONFIG]32871[/ATTACH]

and then specify that port in your Simulator, as seen below:

[ATTACH=CONFIG]32872[/ATTACH]

Hope this helps.

Mark
0 Kudos
RJSunderman
Esri Regular Contributor
Hello Brian -

Additional references which may be helpful:
Run the latter command from within a Windows command console window to see which ports are in use by which PID (program identifiers) on your system. Like Mark said, on my local system, I usually find no conflicts when using ports in the 5500 - 5600 range for TCP/Text input.

- RJ
0 Kudos
BrianBaldwin1
New Contributor III
Great, thanks so much.  Both answers were very helpful.
0 Kudos