RISCO Group ACUS User Manual

Page 19

Advertising
background image

User Manual for ACUS Installer

Uncontrolled when printed

© RISCO Group

13

Figure 16: Configuring Service URL

2. Open the

Risco.Rsp.Ac.ACUS.UI.exe XML file in an editor (for example, notepad)

3. At the end of the file note the following code snippet:



<endpoint address="net.Tcp://localhost:8004/AMACService" behaviorConfiguration="ClientBehavior"

binding="netTcpBinding" bindingConfiguration="netTcpBinding_RACService"

contract="Risco.Rsp.ServiceInterfaces.IRACService" name="IRACService">

<identity>

<dns value="RACServer" />

</identity>

</endpoint>



4. Change the local host to the server name where the AMAC services are running.

This value may change depending on where the AMAC services are running. If your AMAC is running on

01hw184169, then the Service URL will be:



<endpoint address="net.Tcp://01hw184169:8004/AMACService" behaviorConfiguration="ClientBehavior"

binding="netTcpBinding" bindingConfiguration="netTcpBinding_RACService"

contract="Risco.Rsp.ServiceInterfaces.IRACService" name="IRACService">

<identity>

<dns value="RACServer" />

</identity>

</endpoint>



Save the changes and start ACUS. If the login window appears and you can log on successfully, then ACUS is

successfully installed.

Advertising