Web Administration implementation
To operate the Web Administration module of Sage XRT Business Exchange, you have to:
-
Install the latest version of Sage XRT Business Exchange
-
Manually edit the configuration file of the module
You can find the configuration file webihm.json in the installation folder, at the default path: C:\Program Files\Sage\Sage XRT Business Exchange\Html\OnlineBanking\SbeWebIhm\.
You must add to the default content the GRP parameter, which specifies the workgroup used for logging in to the module, and the SRP and SCDTS parameters to define the computer where the list of file formats can be found.
To the default parameters:
{
"SCPS": "http://SCS authentication service URL",
"SRA": "http://Sage Rest Api URL",
"SCAS": "http://SCS authentication service URL",
}
Add the following:
"GRP": "Workgroup name",
We recommend you let the user choose the workgroup during connection, by entering "GRP" : "",
"SRP": "http://SRP presentation service URL/srp/v1",
"SCDTS": "http://SRP presentation service URL/dts",

{
"SCPS": "http://W12R2-AQCR",
"SRA": "http://W12R2-AQCR:9090/sra/v1"
"SCAS":"http://W12R2-AQCR",
"SRP":"http://W12R2-AQCR/srp/v1",
"SCDTS":"http://W12R2-AQCR/dts"
}

{
"SCPS": "http://W12R2-AQCR",
"SRA": "http://W12R2-AQCR:9090/sra/v1",
"GRP":"PRODUCTION",
"SCAS":http://W12R2-AQCR
"SRP":"http://W12R2-AQCR/srp/v1",
"SCDTS":"http://W12R2-AQCR/dts"
}

{
"SCPS": "http://W12R2-AQCR",
"SRA": "http://W12R2-AQCR:9090/sra/v1",
"GRP":"",
"SCAS":http://W12R2-AQCR
"SRP":"http://W12R2-AQCR/srp/v1",
"SCDTS":"http://W12R2-AQCR/dts"
}
As of version 12.4.200, it is also possible to set up a site connection for which the workgourp must be specified in the connection URL.
To use this connection mode, enter the following in the configuration file:
"GRP": "UNDEFINED",
Site connection will use an URL with the suffix /?GRP=<Workgroup Name>.

{
"SCPS": "http://W12R2-AQCR",
"SRA": "http://W12R2-AQCR:9090/sra/v1",
"GRP":"UNDEFINED",
"SCAS":http://W12R2-AQCR
"SRP":"http://W12R2-AQCR/srp/v1",
"SCDTS":"http://W12R2-AQCR/dts"
}
-
To log in to the "PRODUCTION" workgroup, the following URL must be entered:
http://W12R2-AQCR/sbewebihm/?GRP=PRODUCTION
-
To log in to the "TEST" workgroup, this one must be used:
http://W12R2-AQCR/sbewebihm/?GRP=TEST