cancel
Showing results for 
Search instead for 
Did you mean: 

Single ITS server, multiple ERP

Former Member
0 Kudos

Hi Guys,

After a little advice as to wether a standalone ITS (on 6.40) can link to mulitiple (3 in this case) ERP 4.7 instances. The scenario is I need to look at a way to get WEBGUI access to all three system... is this possible or do i need three ITS servers for for each instance (or run three ITS instances on one physical machine?)

Cheers!

-Ben

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Ben

the three possible methods are:

- three different physical machines (makes sense with a high number of concurrent users)

- three different instances on same machine and each ITS instance name should be the same as the ERP's instance name. (this is the most common setup with lower numbers of concurrent users)

- three different copies of service file webgui.srvc, e.g. webgui_SID1.srvc, webgui_SID2.srvc, webgui_SID3.srvc. But you would need to copy all the different connection parameters from global.srvc into those service files too.

Method 3 is OK in test or development environments. For production environments you want to monitor and optimize instances separately and then methods 1 or 2 can be used only.

As soon as you are using a Portal you should also use methods 1 or 2.

best regards

Gerd