Web Interface Troubleshooting: Difference between revisions

From RangerMSP Wiki - PSA software for MSPs and IT services providers
Jump to navigation Jump to search
No edit summary
No edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{troubleshooting}}
{{troubleshooting}}
*[[Commit Web Interface Troubleshooting#Changing CommitWebInterface.ini parameters does not take effect|Changing CommitWebInterface.ini parameters does not take effect]]
*[[Web Interface Troubleshooting#Changing CRMWebInterface.ini parameters does not take effect|Changing CRMWebInterface.ini parameters does not take effect]]
*[[Commit Web Interface Troubleshooting#Cannot login using newly defined web users|Cannot login using newly defined web users]]
*[[Web Interface Troubleshooting#Cannot login using newly defined web users|Cannot login using newly defined web users]]
*[[Commit Web Interface Troubleshooting#No response from the server (seeing a blank page or an access error message)|No response from the server (seeing a blank page or an access error message)]]
*[[Web Interface Troubleshooting#No response from the server (seeing a blank page or an access error message)|No response from the server (seeing a blank page or an access error message)]]
*[[Commit Web Interface Troubleshooting#Session timeout is too short|Session timeout is too short]]
*[[Web Interface Troubleshooting#Session timeout is too short|Session timeout is too short]]
*[[Commit Web Interface Troubleshooting#Can't download documents from the web interface|Can't download documents from the web interface]]
*[[Web Interface Troubleshooting#Can't download documents from the web interface|Can't download documents from the web interface]]
*[[Using SSL with Web Interface#SSL Troubleshooting|SSL Troubleshooting]]
*[[Using SSL with Web Interface#SSL Troubleshooting|SSL Troubleshooting]]




====='''Changing CommitWebInterface.ini parameters does not take effect'''=====
====='''Changing CRMWebInterface.ini parameters does not take effect'''=====


'''Solution:''' After modifying <Installation_DIR>\Commit\WebInterface\CommitWebInterface.ini, restart CommitWebInterface service for the changes to take effect.
'''Solution:''' After modifying <Installation_DIR>\RangerMSP\WebInterface\CRMWebInterface.ini, restart RangerMSP WebInterface service for the changes to take effect.


====='''Cannot login using newly defined web users'''=====
====='''Cannot login using newly defined web users'''=====
Line 19: Line 19:


'''Solution:'''
'''Solution:'''
#If a connection cannot be established through the Internet/LAN, and the CommitWebInterface service is running, make sure no other applications or services on the server are using the same port as that set for Commit Web Interface, and that you have set up the correct IP/URL address.
#If a connection cannot be established through the Internet/LAN, and the RangerMSP WebInterface service is running, make sure no other applications or services on the server are using the same port as that set for RangerMSP Web Interface, and that you have set up the correct IP/URL address.
#If a connection cannot be established through the internet, but can be established on your LAN, make sure you have opened up the port used by Commit Web Interface in your firewall/proxy.
#If a connection cannot be established through the internet, but can be established on your LAN, make sure you have opened up the port used by RangerMSP Web Interface in your firewall/proxy. You can test internet access to the port using [http://www.myportchecker.com/ My Port Checker].
#A common problem which can result with no response from the server, relates to DEP (Data Execution Prevention). You should open Window's DEP settings and allow CommitWebInterface service to accept connections.<br>DEP can be found under System Properties -> Advanced -> Performance - Settings -> tab DATA EXECUTION PREVENTION.<br>Make sure you allow the CommitWebInterface service (its executable is found in <server>\Commit\WebInterface\CommitWebInterface.exe)<br>Usually this requires reboot of the server for the changes to take effect.
#A common problem which can result with no response from the server, relates to DEP (Data Execution Prevention). You should open Window's DEP settings and allow RangerMSP WebInterface service to accept connections.<br>DEP can be found under System Properties -> Advanced -> Performance - Settings -> tab DATA EXECUTION PREVENTION.<br>Make sure you allow the RangerMSP WebInterface service (its executable is found in <server>\RangerMSP\WebInterface\CRMWebInterface.exe)<br>Usually this requires reboot of the server for the changes to take effect.
 
====='''Session timeout is too short'''=====
====='''Session timeout is too short'''=====


'''Solution: '''If a user doesn't perform any action within a specified period of time his session expires and he needs to reenter the system. The default timeout value is 60 minutes. You can modify the default by editing the TimeOutAmount value in file <Installation_DIR>\Commit\WebInterface\CommitWebInterface.ini
'''Solution: '''If a user doesn't perform any action within a specified period of time his session expires and he needs to reenter the system. The default timeout value is 60 minutes. You can modify the default by editing the TimeOutAmount value in file <Installation_DIR>\RangerMSP\WebInterface\CRMWebInterface.ini


====='''Can't download documents from the web interface'''=====
====='''Can't download documents from the web interface'''=====


'''Solution:''' Using the Web Interface, employees can download Commit documents which are located on your server, directly from the browser.<br>In order to allow file downloads, you should first map the folder locations for the download, so that the Web Interface Service will be able to access them for download. You can also define folders which will deny download, in case you need to protect sensitive information from being accessed via the web interface. To setup the documents download settings, go to Tools > Options > Web Interface. Read more about this under Document Download Settings.
'''Solution:''' Using the Web Interface, employees can download RangerMSP documents which are located on your server, directly from the browser.<br>In order to allow file downloads, you should first map the folder locations for the download, so that the Web Interface Service will be able to access them for download. You can also define folders which will deny download, in case you need to protect sensitive information from being accessed via the web interface. To setup the documents download settings, go to Tools > Options > Web Interface. Read more about this under Document Download Settings.


==See Also==
==See Also==
*[[Web Interface|Commit Web Interface]]
*[[Web Interface|RangerMSP Web Interface]]
*[[Troubleshooting]]
*[[Troubleshooting]]


[[Category:Troubleshooting]]
[[Category:Troubleshooting]]
__NOTOC__
__NOTOC__

Latest revision as of 13:56, 8 July 2020

Troubleshooting > Web Interface Troubleshooting


Changing CRMWebInterface.ini parameters does not take effect

Solution: After modifying <Installation_DIR>\RangerMSP\WebInterface\CRMWebInterface.ini, restart RangerMSP WebInterface service for the changes to take effect.

Cannot login using newly defined web users

Solution: If you cannot login using web users you've just created/enabled, please note that it may take up to five minutes until your new settings take effect, and that the password is case sensitive.

No response from the server (seeing a blank page or an access error message)

Solution:

  1. If a connection cannot be established through the Internet/LAN, and the RangerMSP WebInterface service is running, make sure no other applications or services on the server are using the same port as that set for RangerMSP Web Interface, and that you have set up the correct IP/URL address.
  2. If a connection cannot be established through the internet, but can be established on your LAN, make sure you have opened up the port used by RangerMSP Web Interface in your firewall/proxy. You can test internet access to the port using My Port Checker.
  3. A common problem which can result with no response from the server, relates to DEP (Data Execution Prevention). You should open Window's DEP settings and allow RangerMSP WebInterface service to accept connections.
    DEP can be found under System Properties -> Advanced -> Performance - Settings -> tab DATA EXECUTION PREVENTION.
    Make sure you allow the RangerMSP WebInterface service (its executable is found in <server>\RangerMSP\WebInterface\CRMWebInterface.exe)
    Usually this requires reboot of the server for the changes to take effect.
Session timeout is too short

Solution: If a user doesn't perform any action within a specified period of time his session expires and he needs to reenter the system. The default timeout value is 60 minutes. You can modify the default by editing the TimeOutAmount value in file <Installation_DIR>\RangerMSP\WebInterface\CRMWebInterface.ini

Can't download documents from the web interface

Solution: Using the Web Interface, employees can download RangerMSP documents which are located on your server, directly from the browser.
In order to allow file downloads, you should first map the folder locations for the download, so that the Web Interface Service will be able to access them for download. You can also define folders which will deny download, in case you need to protect sensitive information from being accessed via the web interface. To setup the documents download settings, go to Tools > Options > Web Interface. Read more about this under Document Download Settings.

See Also