- 01 Apr 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Pharos Web Remote only displays 100 transactions
- Updated on 01 Apr 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
How can I increase the number of transactions displayed?
Note: You may also see a '503 Service Unavailable' error when using Web Remote due to larger amounts of data being returned by the server to the web client above what the system is initially configured for. The application of this Knowledge Base article should alleviate the problem. Should it not resolve the problem please contact Pharos Support at support@pharos.com
To update Web Remote to display something other than the default of 100 items, follow these steps:
Open the file Inetpub\wwwroot\Pharos\appSettings.config in a text editor
Find this line and change the value attribute:
<add key="WebApps_MaxNumOfRows" value="100"/>
Set this value to the maximum number of rows you wish to be displayed in the Web Remote screens.If the previous value is set to anything much higher than 100 (eg 150), then follow these additional steps:
Open the file Inetpub\wwwroot\Pharos\Web.config in a text editor
Find the following row:
<binding name="netTcpBindingCustomization">
and change it to:
<binding name="netTcpBindingCustomization" maxReceivedMessageSize="2097152">Find the following row:
<binding name="authenticatedNetTcpBindingCustomization">
and change it to:
<binding name="authenticatedNetTcpBindingCustomization" maxReceivedMessageSize="2097152">
Restart IIS, for example by running iisreset.