How to allow Sage Intelligence Reporting Cloud (SIRC) run externally in Sage 300 Web Screens?
Resolution
The following steps needs to be performed to access SIRC in Sage 300 Web Screen by using a public URL:
- Ensure Sage 300 and SIRC are both functioning on the server.
- Stop IIS on the server.
- Find and backup the exsiting file Sage.CA.SBS.ERP.Sage300.OAuth.dll normally located in c:\Program Files(x86)\Sage\Sage300ERP\Online\OAuth\Bin folder.
- Download the file Sage.CA.SBS.ERP.Sage300.OAuth.zip from the Attachments section of this article and unzip it.
- Copy the unzipped file the into the folder c:\Program Files(x86)\Sage\Sage300ERP\Online\OAuth\Bin.
- Find the Web.config file normally in the c:\Program Files(x86)\Sage\Sage300ERP\Online\OAuth folder.
- Open the Web.config file with Notepad.
- Find the line </appSettings>.
- Insert this key in a new line above </appSettings>: <add key=”redirectHosts” value=”localhost “/>.
- Add the external host name in the value field and separated it with comma e.g. <add key=”redirectHosts” value=”localhost,sage300demo.sageasiapac.com”/>
- Save the file.
- Restart IIS.