Hello,
what is the proper way to configure two 1C:Enterprise servers on the same machine?
For some time I need support 1C in both versions: 8.2 and 8.3.
On this server I have first installed 1C:Enterprise server with this Server Agent configuration:
"C:\Program Files (x86)\1cv82\8.2.14.528\bin\ragent.exe" -srvc -agent -debug -regport 1541 -port 1540 -range 1560:1591 -d "C:\Program Files (x86)\1cv82\srvinfo"
It works Ok.
Then I installed 1C:Enterprise server in ver.8.3 with this ServerAgent configuration:
"C:\Program Files (x86)\1cv8\8.3.3.721\bin\ragent.exe" -srvc -agent -regport 1542 -port 1543 -range 1592:1599 -d "C:\Program Files (x86)\1cv8\srvinfo"
Both servers starts in windows service properly, next in Server Administartion Console I add new information base in 8.3 server, next I added this information base in thin client I do not know where and how I should to define other port for 1C 8.3 server? The port permanently is 1541 (I see server adress in exception message) but it should be 1543.
Both servers have the same name (machine name) - maybe it is problem?, but ports are different (1541/1543).
So, what should I do to start server 8.3 with server 8.2 on the same machine? I will be grateful for any help with this configuration or maybe it's any manual with know how about it.