My Monitor. Installation Guide.

Size: px
Start display at page:

Download "My Monitor. Installation Guide. www.monitorbm.com"

Transcription

1 My Monitor Installation Guide

2 My Monitor Installation Guide Copyright 2014 Monitor Business Machines Ltd The software contains proprietary information of Monitor Business Machines Ltd. It is provided under a license agreement containing restrictions on use and disclosure and is also protected by copyright law. Reverse engineering of the software is prohibited. Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise noted. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose, without the express written permission of Monitor Business Machines Ltd. All rights reserved. No part of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording, taping, or information storage and retrieval systems - without the written permission of the publisher. While every precaution has been taken in the preparation of this document, the publisher and the author assume no responsibility for errors or omissions, or for damages resulting from the use of information contained in this document or from the use of programs and source code that may accompany it. In no event shall the publisher and the author be liable for any loss of profit or any other commercial damage caused or alleged to have been caused directly or indirectly by this document. Monitor Business Machines Ltd. 31a Normanby Road, Mt Eden, Auckland 1024, NEW ZEALAND Printed: March 2014 The Monitor Logo and Supervisor are registered trademarks of Monitor Business Machines Ltd. Any other products that are referred to in this document may be either trademarks and/or registered trademarks of the respective owners. The publisher and the author make no claim to these trademarks.

3 Contents Introduction Product Overview System Requirements Site Security Assumptions Made Windows 2003 Server Windows 2008 Server Windows 2008 Server R Configure SQL Server 2005/ Installing and Configuring PHP 5 PHP Installation Procedure... 5 Connecting to the Real-Time Export Database 8 Creating an ODBC DSN for the Real-Time... Export Database 8 Installing the My Monitor Website for IIS-5.1 or IIS-6 16 Set the IUSR Account's Database Privileges Locating an existing user Raising the IUSR account's... Privileges 20 Creating a new IUSR account Upgrade the Real-Time Export Database Lower the IUSR Account's Database... Privileges 29 Installing the My Monitor Website for IIS-7 33 Set the IUSR Account's Database Privileges Create an IUSR User Raising the IUSR account's... Privileges of an existing user 44 Upgrade the Real-Time Export Database Lower the IUSR Account's Database... Privileges 49 Accessing the My Monitor Website 53 Security 54 Use IIS 6 or Later Restrict Access Rights for Internet Account Remove SSL v Remove Custom Headers Customise Error Pages Appendix A Troubleshooting PHP Settings Required php.ini File... Settings 57 ioncube Loader Contents i

4 ii Contents

5 Introduction Product Overview My Monitor provides a web-based interface to Supervisor Net accounts. The web site user, either a parent or student, can use the site to monitor and manage Supervisor Net accounts. The site offers the following facilities: See the balance of all accounts belonging to one or more associated Supervisor Net users. Add money to accounts using a secure credit card payment system. Transfer money between accounts. Generate detailed and summary reports. Receive reports automatically on a daily, weekly, or monthly basis. Lock and unlock accounts. Users can change their own PIN number in the event of losing their card. Parents can set daily limits on their children's accounts. Users can receive notifications when their balance is low. Users can pay library fees online Parents can pay school fees and fines online System Requirements Supervisor Net or later with an available WPY license. IIS Web Server 5.1 or later with CGI installed. Monitor's Build of PHP or later. SMTP (Mail) Server on the Supervisor Net machine or on another server. MS SQL Server or SQL Express ODBC driver for SQL Server. 64-bit Windows is not supported for the web server operating system because PHP is not currently available on this platform. Site Security Monitor strongly recommends that My Monitor is only used on a secure web server. If it is used on an unsecured server your users address, password, and all the text shown on the pages is sent between the client browser and web server in clear text. This could be intercepted by malicious users monitoring the network. Using a secure server ensures that your users details are not compromised. An unsecured site uses the HTTP protocol, while a secured site uses HTTPS and all communication between the browser and server is encrypted. In order to set up a secure server, you must purchase and install a SSL certificate from a licensing company like Thawte ( or Verisign ( These companies offer a range of SSL products, with pricing depending on the security level and duration of the license. Monitor also recommends that you pay close attention to the configuration of your web server and PHP to ensure that the site is not vulnerable to attacks. Introduction 1

6 Assumptions Made Windows 2003 Server Supervisor Net is installed and working correctly with a spare WPY (Supervisor Webpay) license. IIS6 is installed as the default web server on Port 80 and working correctly. PHP is not installed. If PHP is installed and is not in the directory C:\PHP, and your IIS document root directory is not C:\inetpub\wwwroot you will have to modify the paths shown in Installing and Configuring PHP to match your settings. The user installing My Monitor has ddladmin rights to the Supervisor Net database. Windows 2008 Server Supervisor Net is installed and working correctly with a spare WPY (Supervisor Webpay) license. IIS7 is installed as the default web server on Port 80 and working correctly. CGI has been installed as an option on IIS. PHP is not installed. If PHP is installed and is not in the directory C:\PHP, and your IIS document root directory is not C:\inetpub\wwwroot you will have to modify the paths shown in Installing and Configuring PHP to match your settings. The user installing My Monitor has ddladmin rights to the Supervisor Net database. Windows 2008 Server R2 Supervisor Net is installed and working correctly with a spare WPY (Supervisor Webpay) license. IIS7 is installed as the default web server on Port 80 and working correctly. CGI has been installed as an option on IIS. PHP is not installed. If PHP is installed and is not in the directory C:\PHP, and your IIS document root directory is not C:\inetpub\wwwroot you will have to modify the paths shown in Installing and Configuring PHP to match your settings. The user installing My Monitor has ddladmin rights to the Supervisor Net database. 2 Assumptions Made

7 Configure SQL Server 2005/2008 You must configure SQL Server to operate with local and remote TCP/IP access. This can be done using the SQL Server Configuration Manager, as shown below: 1. Click Start All Programs Microsoft SQL Server (2005/2008) Configuration Tools SQL Server Configuration Manager to open the SQL Server Configuration Manager 2. Expand the SQL Server Network Configuration tree and select Protocols for SQLEXPRESS 3. Right click on TCP/IP and select Enable 4. Click OK on the warning Configure SQL Server 2005/2008 3

8 4 5. The TCP/IP status should now read Enabled 6. You must restart the SQL Server services for these changes to take effect. To do so, select SQL Server Services in the left hand pane. 7. In the right hand pane, right click on SQL Server (SQLEXPRESS) and select Restart 8. Close the SQL Server Configuration Manager window. Now SQL Server will accept local and remote TCP/IP connections Configure SQL Server 2005/2008

9 Installing and Configuring PHP PHP Installation Procedure Install PHP by running the application Monitor_PHP_setup_v2.0_(PHP_5.3.3).exe supplied by Monitor. This application will install PHP, and the ioncube Loader. It also configures PHP with options suitable for running My Monitor. If you are upgrading from a previous version of PHP, you must first stop the IIS service then restart it once the installation is complete. Alternatively you may wish to uninstall the current version of PHP. 1. Run the Monitor_PHP_setup_v2.0_(PHP_5.3.3).exe application. Click Next to continue. Installing and Configuring PHP 5

10 2. 6 For best performance, accept the default choices made by the installation application. Installing and Configuring PHP

11 3. Click the Finish button to complete the installation. Installing and Configuring PHP 7

12 Connecting to the Real-Time Export Database Creating an ODBC DSN for the Real-Time Export Database If you have already installed Supervisor Net on this machine, the default ODBC DSN will already exist. You may move to the next section. If you are installing My Monitor onto a different machine from Supervisor Net, you need to create an ODBC DSN. If you name the DSN as SupervisorNet, it will simplify configuration of My Monitor Open the Data Sources (ODBC) application in the Administrative Tools menu. Connecting to the Real-Time Export Database

13 2. Select the System DSN tab. 3. Click the Add button. 4. Select SQL Native Client from the list of drivers and click Finish. This displays the Create a New Data Source to SQL Server window. Connecting to the Real-Time Export Database 9

14 10 5. Enter a name for the DSN, we recommend using SupervisorNet. 6. Enter a description, such as Supervisor Net Real-Time Export. 7. Select your SQL Server instance name from the Server drop-down list. Click Next to continue. Connecting to the Real-Time Export Database

15 8. Use the default settings as shown below. Click Next to continue. Connecting to the Real-Time Export Database 11

16 9. 12 Tick Change the default database to and pick SupervisorNet from the drop-down list. Click Next to continue. Connecting to the Real-Time Export Database

17 10. Use the defaults for this dialog. Click Finish to continue, this opens the Test Data Source dialog box. Connecting to the Real-Time Export Database 13

18 11. Check the connection by clicking Test Data Source. 14 Connecting to the Real-Time Export Database

19 12. If the test was successful, click OK and close the data sources window, otherwise review your settings. Your ODBC DSN is set up. Connecting to the Real-Time Export Database 15

20 Installing the My Monitor Website for IIS-5.1 or IIS-6 This section details how to Install the My Monitor website using IIS-5.1 or IIS-6. For IIS-7, please refer to the Installing the My Monitor Website for IIS-7 section. Once you have installed all of the prerequisite software you can install the My Monitor web site. If you have already created the ODBC DSN (or installed Supervisor Net) and you, as the installer, have ddladmin rights to the Supervisor Net database, then the installation process will upgrade the Supervisor Net database as required by My Monitor. Otherwise you will need to do this manually as shown in the next section. When you run the My Monitor installation wizard you will be asked to select your web server root directory. For most IIS installations this will be C:\inetpub\wwwroot. The installer will copy files to your system resulting in the following directory being created: C:\inetpub\wwwroot\mymonitor Run the mymonitor_setup.exe program. Click Next in the welcome dialog box. Installing the My Monitor Website for IIS-5.1 or IIS-6

21 2. Read and accept the license agreement and click Next. Installing the My Monitor Website for IIS-5.1 or IIS-6 17

22 18 3. Click Next, this sets destination folder to C:\inetpub\wwwroot. 4. If the folder already exists, click the Yes button to proceed with the installation. Installing the My Monitor Website for IIS-5.1 or IIS-6

23 5. Click Install to proceed with the installation. 6. Click the Finish button in the Finished dialog box. The My Monitor website is now installed. Set the IUSR Account's Database Privileges After you have installed the My Monitor web site, the Real-Time export database must be upgraded. This upgrade process creates a table called WebConfig which holds your My Monitor site settings. Before you can upgrade the database you must raise the privileges of the IUSR account. You need to give the IUSR account membership of these roles: db_datareader db_datawriter db_ddladmin Locating an existing user By default, IIS-5.1 & IIS-6 use the IUSR_<computername> account to access My Monitor's PHP files when people use the My Monitor site. In this example, the computer's name is PBSUPERVISOR, so the IUSR account is IUSR_PBSUPERVISOR. To locate the IUSR account, follow these steps: Installing the My Monitor Website for IIS-5.1 or IIS-6 19

24 1. Open the SQL Server Management Studio tool and connect to the database 2. Open the Security tree to the Logins folder 3. If the IUSR account exists it will be visible in the Logins folder as shown below: 4. If the IUSR account exists, double click to open the account and raise its privileges. If it does not, you can create it with the necessary privileges. Raising the IUSR account's Privileges Raising IUSR privileges 1. Select the User Mapping item in the left-hand pane. Tick the SupervisorNet database and give the IUSR account the following roles: - db_datareader - db_datawriter - db_ddladmin 20 Installing the My Monitor Website for IIS-5.1 or IIS-6

25 2. Click OK. The IUSR account now possesses the necessary privileges and should appear in the Logins folder as shown below: Installing the My Monitor Website for IIS-5.1 or IIS-6 21

26 The IUSR account now possesses the necessary privileges to upgrade the Real-Time Export Database. Creating a new IUSR account Right click on the Logins folder and select New Login... Installing the My Monitor Website for IIS-5.1 or IIS-6

27 2. Click Search... Installing the My Monitor Website for IIS-5.1 or IIS-6 23

28 24 3. Click Advanced Click Find Now. Installing the My Monitor Website for IIS-5.1 or IIS-6

29 5. Select the IUSR_<computername> account (in this example it is IUSR_PBSUPERVISOR) and click OK Installing the My Monitor Website for IIS-5.1 or IIS-6 25

30 6. 26 The IUSR account should be displayed in the Enter the object name to select field as shown below. Click OK Installing the My Monitor Website for IIS-5.1 or IIS-6

31 Upgrade the Real-Time Export Database Now that you have given the computer's IUSR account the correct privileges you can login to My Monitor's admin pages and upgrade the Real-Time export database. The admin pages enable you to customise My Monitor to work for your particular site. 1. Point your web browser to you will see a blank login page. 2. Enter the name and password of your Supervisor Net MASTER user account. In this example it is administrator. 3. Type into the SOAP Server Address field. 4. Type 8082 into the Port field. 5. Click the Login button to login to My Monitor's administrator page. If the IUSR account possesses the necessary privileges to upgrade the Real-Time Export Database, the login will be successful and the upgrade is complete. You can now move onto the next section and lower the IUSR account's privileges. If an error is displayed, please move on to step 6 below. Installing the My Monitor Website for IIS-5.1 or IIS-6 27

32 28 6. If the IUSR account does not have the correct privileges, you will see the error displayed below. Refer to the previous section for instructions on how to set the IUSR account's permissions. Once this is done, click upgrade to continue. 7. You should see a message saying the upgrade is successful. Click the OK Button, this will take you back to the Administration page. 8. Click the red Log Out link in the top left-hand corner of the page to return to the login page. Installing the My Monitor Website for IIS-5.1 or IIS-6

33 9. Close your web browser window. You have upgraded your Real-Time Export database successfully. If you encounter any problems when running My Monitor, check the c:\php\logs\phperror.log file - this may help you to ascertain what is causing the issue. Lower the IUSR Account's Database Privileges After you have updated the Real-Time Export Database, you must lower the IUSR account's privileges down to a safer level. To do so: 1. Open the SQL Server Management Studio tool and connect to the database 2. Open the Security tree to the Logins folder 3. Right-click on the IUSR account and select Properties Installing the My Monitor Website for IIS-5.1 or IIS-6 29

34 4. 30 Click on User Mapping in the left-hand pane Installing the My Monitor Website for IIS-5.1 or IIS-6

35 5. Select the Supervisor Net database and remove the tick from the db_ddladmin item Installing the My Monitor Website for IIS-5.1 or IIS-6 31

36 32 6. Click OK to save the IUSR account settings 7. Close the Microsoft SQL Server Management Studio tool Installing the My Monitor Website for IIS-5.1 or IIS-6

37 Installing the My Monitor Website for IIS-7 This section details how to Install the My Monitor website using IIS-7. For IIS-5.1 and IIS-6, please refer to the Installing the My Monitor Website for IIS-5.1 or IIS-6 section. Once you have installed all of the prerequisite software you can install the My Monitor web site. If you have already created the ODBC DSN (or installed Supervisor Net) and you, as the installer, have ddladmin rights to the Supervisor Net database, then the installation process will upgrade the Supervisor Net database as required by My Monitor. Otherwise you will need to do this manually as shown in the next section. When you run the My Monitor installation wizard you will be asked to select your web server root directory. For most IIS installations this will be C:\inetpub\wwwroot. The installer will copy files to your system resulting in the following directory being created: C:\inetpub\wwwroot\mymonitor 1. Run the mymonitor_setup.exe program. Click Next in the welcome dialog box. Installing the My Monitor Website for IIS-7 33

38 2. 34 Read and accept the license agreement and click Next. Installing the My Monitor Website for IIS-7

39 3. Click Next, this sets destination folder to C:\inetpub\wwwroot. Installing the My Monitor Website for IIS-7 35

40 36 4. If the folder already exists, click the Yes button to proceed with the installation. 5. Click Install to proceed with the installation. Installing the My Monitor Website for IIS-7

41 6. Click the Finish button in the Finished dialog box. Installing the My Monitor Website for IIS-7 37

42 The My Monitor website is now installed. Set the IUSR Account's Database Privileges After you have installed the My Monitor web site, the Real-Time export database must be upgraded. This upgrade process creates a table called WebConfig which holds your My Monitor site settings. Before you can upgrade the database you must create an IUSR user in SQL Server Management Studio and tick these Database roles: db_datareader db_datawriter db_ddladmin Create an IUSR User By default, IIS-7 uses the NT AUTHORITY\IUSR account to access My Monitor's PHP files when people use the My Monitor site. To create the NT AUTHORITY\IUSR login, follow these steps: 1. Open the SQL Server Management Studio tool and connect to the database. 2. Open the Security tree to the Logins folder. 38 Installing the My Monitor Website for IIS-7

43 3. Right click on the Logins and select New Login. 4. Beside the Login Name field, click on the Search Box. 5. A new box will appear, select the Advanced Button. Installing the My Monitor Website for IIS-7 39

44 6. Click on the Find Now button to the right of the dialog box. This will bring up all the User permissions. Select IUSR from the search results and click OK. 40 Installing the My Monitor Website for IIS-7

45 7. This will return you to the main New Login box. Click on User Mapping. Installing the My Monitor Website for IIS-7 41

46 8. Tick the Supervisor Net check box and give IUSR the db_datareader, db_datawriter and db_ddladmin roles. 9. Click OK, to finish creating the IUSR User. The newly created NT AUTHORITY\IUSR account should now appear under Logins. 42 Installing the My Monitor Website for IIS-7

47 10. Close the SQL Server Management Studio tool. The IUSR account you have created also possesses the necessary privileges to upgrade the Real-Time Export Database. Installing the My Monitor Website for IIS-7 43

48 Raising the IUSR account's Privileges of an existing user Where the NT AUTHORITY\IUSR account already exists, you can follow these steps to raise the IUSR account's Privileges Right click on the IUSR account and select Properties. Installing the My Monitor Website for IIS-7

49 2. Click on User Mapping in the left-hand panel. Installing the My Monitor Website for IIS-7 45

50 3. Tick the Supervisor Net check box and give IUSR the db_datareader, db_datawriter and db_ddladmin roles. 4. Click OK to save the IUSR account settings. 5. Close the SQL Server Management Studio tool. The IUSR account now possesses the necessary privileges to upgrade the Real-Time Export Database. Upgrade the Real-Time Export Database Now that you have given the computer's IUSR account the correct privileges you can login to My Monitor's admin pages and upgrade the Real-Time export database. The admin pages enable you to customise My Monitor to work for your particular site. 1. Point your web browser to you will see a blank login page. 2. Enter the name and password of your Supervisor Net MASTER user account. In this example it is administrator Type into the SOAP Server Address field.velvet Installing the My Monitor Website for IIS-7

51 4. Type 8082 into the Port field. 5. Click the Login button to login to My Monitor's administrator page. If the IUSR account possesses the necessary privileges to upgrade the Real-Time Export Database, the login will be successful and the upgrade is complete. You can now move onto the next section and lower the IUSR account's privileges. If an error is displayed, please move on to step 6 below. 6. If the IUSR account does not have the correct privileges, you will see the error displayed below. Refer to the previous section for instructions on how to set the IUSR account's permissions. Once this is done, click upgrade to continue. Installing the My Monitor Website for IIS-7 47

52 48 7. You should see a message saying the upgrade is successful. Click the OK Button, this will take you back to the Administration page. 8. Click the red Log Out link in the top left-hand corner of the page to return to the login page. Installing the My Monitor Website for IIS-7

53 9. Close your web browser window. You have upgraded your Real-Time Export database successfully. If you encounter any problems when running My Monitor, check the c:\php\logs\phperror.log file - this may help you to ascertain what is causing the issue. Lower the IUSR Account's Database Privileges After you have updated the Real-Time Export Database, you must lower the IUSR account's privileges down to a safer level. To do so: Installing the My Monitor Website for IIS-7 49

54 50 1. Open the SQL Server Management Studio tool and connect to the database 2. Open the Security tree to the Logins folder 3. Right click on the IUSR account and select Properties Installing the My Monitor Website for IIS-7

55 4. Click on User Mapping in the left-hand pane Installing the My Monitor Website for IIS-7 51

56 52 5. Select the Supervisor Net database and remove the tick from the db_ddladmin item 6. Click OK to save the IUSR account settings 7. Close the SQL Server Management Studio tool Installing the My Monitor Website for IIS-7

57 Accessing the My Monitor Website The My Monitor website can now be configured to suit the site's requirements. Please refer to the My Monitor Administrator's Guide for information regarding configuration. To access the My Monitor Administrator login page, open your web browser and point it to mymonitor/admin. The following page should be displayed: To access the user login page, open your web browser and point it to mymonitor. The following page should be displayed: Accessing the My Monitor Website 53

58 Security This section contains guidelines on how to improve the security of the My Monitor web application. The application itself has measures to prevent hostile intrusion. Some of these measures are: Parameterized SQL to prevent SQL injection Validation of all GET and POST parameters Uniqueness of all form requests to prevent cross-site request forgery and session hijacking Session termination after a configurable time period. In addition there are web site configuration settings that can improve security: Restrict access rights for the internet guest account Use IIS 6 (Windows 2003 Server) or later Use of SSL Use IIS 6 or Later Security is improved in later versions of IIS. It is highly recommended that My Monitor runs on Microsoft Windows Server 2008 or later. The installation should be maintained with the latest security updates. Restrict Access Rights for Internet Account By default, the internet guest account is: IUSR_<machine_name> for IIS 5 or IIS 6 IUSR for IIS 7. If you have enabled the internet account with ddladmin rights to the SupervisorNet database, you should remove these rights after first logging into the My Monitor Administration/ Configuration pages. The install package will automatically upgrade the database as required on subsequent upgrades of My Monitor. (This assumes that the Installation user has ddladmin rights to the database.) If you create an ODBC data source called SupervisorNet before running the installer for the first time, you will not need to give the internet account ddladmin rights at all. The installer will be able to upgrade the database automatically. If you are running My Monitor on Windows Server 2003/Service Pack 2 (or later) or on Windows 2008 Server or later, then the My Monitor installer will restrict the internet account as follows: no rights to the bin sub-folder no rights to the tools sub-folder no rights to the docs sub-folder. If you are running an earlier version of windows, you can and should remove access to these folders manually. If you want to prevent anonymous users from having any access to the Administration pages, you can manually remove anonymous access to the mymonitor/admin. Then users will be prompted for their Windows login before accessing the admin pages. They will still need to enter a Supervisor Net login. 54 Security

59 Remove SSL v2.0 If your web site uses SSL, you should disable use of SSL 2.0. Only SSL 3.0 or later, or TLS 1.0 should be configured on your site. The following instructions are copied from Microsoft support article at microsoft.com/default.aspx?scid=kb;en-us; Refer to it for more details: Microsoft Windows Server stores information about different security-enhanced channel protocols that Windows Server supports. This information is stored in the following registry key: HKey_Local_Machine\System\CurrentControlSet\Control\SecurityProviders \SCHANNEL\Proto cols Typically, this key contains the following subkeys: PCT 1.0 SSL 2.0 SSL 3.0 TLS 1.0 Each key holds information about the protocol for the key. Any one of these protocols can be disabled at the server. To do this, you create a new DWORD value in the server subkey of the protocol. You set the DWORD value to " " By default, PCT is not enabled on Microsoft Windows Server 2003 or later. To disable the SSL 2.0 protocol so that IIS does not try to negotiate using the SSL 2.0 protocol, follow these steps: 1. Click Start, click Run, type regedit, and then click OK. 2. In Registry Editor, locate the following registry key: HKey_Local_Machine\System\CurrentControlSet\Control\SecurityProviders \SCHANN EL\Protocols\SSL 2.0\Server 3. On the Edit menu, click Add Value. 4. In the Data Type list, click DWORD. 5. In the Value Name box, type Enabled, and then click OK. (If this value is present, double-click the value to edit its current value). 6. Type in Binary Editor to set the value of the new key equal to "0". 7. Click OK. Restart the computer. Security 55

60 Remove Custom Headers Header information can identify versions of server software to potential hackers. Removing this information stalls the hacker from searching for and exploiting specific vulnerabilities associated with software versions. Open IIS Manager and perform the following steps to disable custom headers: 1. Open the properties of the website. 2. Choose the "HTTP Headers" tab. 3. Under Custom HTTP header section choose "X-Powered-By: PHP" or "X-Powered-By: ASP. Net" 4. Press Delete. 5. Customise Error Pages By default error pages are displayed when an application or page error occurs. For example a 404 error page is displayed when a page is requested that does not exist. These default error pages reveal information about the internal structure of the application. My Monitor provides replacements for these pages. You must configure the IIS properties of the My Monitor application to use these custom pages in place of the default pages. The replacement pages in My Monitor are ErrorSystem.php and ErrorHttp.php. Suggested usage is to enable ErrorSystem.php for HTTP 50x errors and ErrorHttp.php for HTTP 40x errors. Index.php can replace the default error page for HTTP 404 and HTTP 403 errors. In IIS 6, the custom error page settings are located on the Custom Errors tab of the Properties dialog for the My Monitor virtual directory. In IIS 7 they are located on the Error Pages section. To change an error page: 56 select the relevant HTTP Error code in the dialog click Edit on the resulting dialog, select URL (from a combo on IIS 6 or a radio button on IIS 7) type in the required page relative to the web site root e.g. /MyMonitor/ErrorHttp.php click OK to save the changes. Security

61 Appendix A Troubleshooting PHP Settings Required php.ini File Settings This section is provided for reference, it provides details of php.ini settings required by My Monitor. If you have installed the Monitor supplied PHP package (see PHP Installation Procedure), it is assumed that your PHP installation is working correctly and no action is required in this section. PHP needs the following settings in the php.ini file. (The php.ini file is usually found in either the PHP installation directory or in c:\windows): Appendix A 57

62 The following standard PHP extensions need to be enabled: curl, gd2, mcrypt, mhash, openssl and sock ets. Locate the extensions section of the ini file (lines beginning with 'extension=') and ensure the following lines do not have semicolons at the start of the line: extension=php_curl.dll extension=php_gd2.dll extension=php_mcrypt.dll (Not required in PHP 5.3) extension=php_mhash.dll (Not required in PHP 5.3) extension=php_openssl.dll extension=php_sockets.dll extension=php_ldap.dll extension=php_win32service.dll extension=php_mbstring.dll extension=php_xmlrpc.dll The following options must be set: display_errors = Off register_globals = Off log_errors = On 58 Appendix A

63 error_log = "c:\php\logs\php_error.log" (Or another file as required) error_reporting = E_ALL & ~E_DEPRECATED odbc.defaultlrl = 8192 session.use_cookies = 1 session.use_only_cookies = 1 session.cookie_lifetime = 1800 output_buffering = 4096 memory_limit = 16M The following options should also be set for security: expose_php = Off allow_url_open = Off allow_url_include = Off safe_mode = Off safe_mode_gid = Off max_execution_time = 30 max_input_time = 60 post_max_size = 8M max_input_nesting_levels = 64 fastcgi.logging = 0 fastcgi.impersonate = 1 cgi.force_redirect = 0 expose_php = Off You must stop and start your web server for changes to the php.ini file to come into effect. ioncube Loader This section is provided for reference, it provides ioncube Loader settings required by My Monitor. If you have installed the Monitor PHP package (see PHP Installation Procedure), the ioncube loader will already be configured and no action is required in this section. The ioncube Loader is required for operation of the site. The My Monitor PHP files are encrypted, the ioncube loader decrypts them when users request pages from IIS. 1. Download the loader installation from 2. Install the ioncube loader in your PHP directory. Monitor's PHP install package installs the loader files into c:\php\ioncube 3. Read the ioncube loader's readme files on how to install the loader 4. Open your php.ini file using Notepad. Appendix A 59

64 5. If using PHP 5.3, the Win 5.3 loader DLL (VC9 NTS) must be enabled in the php.ini file. This is done by adding this line to the end of your php.ini file: [Zend] zend_extension = C:\PHP\ionCube\ioncube_loader_win_5.3.dll Save the changes to your php.ini file Restart your web services. Appendix A

65 Monitor Business Machines Ltd 31a Normanby Road, Mt Eden, Auckland 1024, New Zealand. Phone: Web:

MadCap Software. Upgrading Guide. Pulse

MadCap Software. Upgrading Guide. Pulse MadCap Software Upgrading Guide Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document is furnished

More information

LifeSize Control Installation Guide

LifeSize Control Installation Guide LifeSize Control Installation Guide April 2005 Part Number 132-00001-001, Version 1.0 Copyright Notice Copyright 2005 LifeSize Communications. All rights reserved. LifeSize Communications has made every

More information

Monitor Print Popup for Mac. Product Manual. www.monitorbm.com

Monitor Print Popup for Mac. Product Manual. www.monitorbm.com Monitor Print Popup for Mac Product Manual www.monitorbm.com Monitor Print Popup for Mac Product Manual Copyright 2013 Monitor Business Machines Ltd The software contains proprietary information of Monitor

More information

Installing SQL Express. For CribMaster 9.2 and Later

Installing SQL Express. For CribMaster 9.2 and Later Installing SQL Express For CribMaster 9.2 and Later CRIBMASTER USER GUIDE Installing SQL Express Document ID: CM9-031-03012012 Copyright CribMaster. 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,

More information

ECA IIS Instructions. January 2005

ECA IIS Instructions. January 2005 ECA IIS Instructions January 2005 THIS PAGE INTENTIONALLY BLANK ECA IIS Instructions ii July 22, 2005 Table of Contents 1. Install Certificate in IIS 5.0... 1 2. Obtain and Install the ECA Root Certificate

More information

SOFTWARE INSTALLATION INSTRUCTIONS CLIENT/SERVER EDITION AND WEB COMPONENT VERSION 10

SOFTWARE INSTALLATION INSTRUCTIONS CLIENT/SERVER EDITION AND WEB COMPONENT VERSION 10 3245 University Avenue, Suite 1122 San Diego, California 92104 USA SOFTWARE INSTALLATION INSTRUCTIONS CLIENT/SERVER EDITION AND WEB COMPONENT VERSION 10 Document Number: SII-TT-002 Date Issued: July 8,

More information

WhatsUp Gold v16.2 Installation and Configuration Guide

WhatsUp Gold v16.2 Installation and Configuration Guide WhatsUp Gold v16.2 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.2 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines

More information

USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION. www.pesa.com August 2014 Phone: 256.726.9200. Publication: 81-9059-0703-0, Rev. C

USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION. www.pesa.com August 2014 Phone: 256.726.9200. Publication: 81-9059-0703-0, Rev. C USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION Publication: 81-9059-0703-0, Rev. C www.pesa.com Phone: 256.726.9200 Thank You for Choosing PESA!! We appreciate your confidence in our products. PESA produces

More information

MassTransit 6.0 Enterprise Web Configuration For Windows

MassTransit 6.0 Enterprise Web Configuration For Windows MassTransit 6.0 Enterprise Web Configuration For Windows November 7, 2008 Group Logic, Inc. 1100 North Glebe Road, Suite 800 Arlington, VA 22201 Phone: 703-528-1555 Fax: 703-528-3296 E-mail: info@grouplogic.com

More information

Sophos for Microsoft SharePoint startup guide

Sophos for Microsoft SharePoint startup guide Sophos for Microsoft SharePoint startup guide Product version: 2.0 Document date: March 2011 Contents 1 About this guide...3 2 About Sophos for Microsoft SharePoint...3 3 System requirements...3 4 Planning

More information

WhatsUp Gold v16.3 Installation and Configuration Guide

WhatsUp Gold v16.3 Installation and Configuration Guide WhatsUp Gold v16.3 Installation and Configuration Guide Contents Installing and Configuring WhatsUp Gold using WhatsUp Setup Installation Overview... 1 Overview... 1 Security considerations... 2 Standard

More information

Reconfiguring VMware vsphere Update Manager

Reconfiguring VMware vsphere Update Manager Reconfiguring VMware vsphere Update Manager vsphere Update Manager 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED.

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED. Installation Guide Lenel OnGuard 2009 Installation Guide, product version 6.3. This guide is item number DOC-110, revision 1.038, May 2009 Copyright 1992-2009 Lenel Systems International, Inc. Information

More information

ez Agent Administrator s Guide

ez Agent Administrator s Guide ez Agent Administrator s Guide Copyright This document is protected by the United States copyright laws, and is proprietary to Zscaler Inc. Copying, reproducing, integrating, translating, modifying, enhancing,

More information

SINGLE SIGN-ON FOR MTWEB

SINGLE SIGN-ON FOR MTWEB SINGLE SIGN-ON FOR MTWEB FOR MASSTRANSIT ENTERPRISE WINDOWS SERVERS WITH DIRECTORY SERVICES INTEGRATION Group Logic, Inc. November 26, 2008 Version 1.1 CONTENTS Revision History...3 Feature Highlights...4

More information

Microsoft Corporation. Project Server 2010 Installation Guide

Microsoft Corporation. Project Server 2010 Installation Guide Microsoft Corporation Project Server 2010 Installation Guide Office Asia Team 11/4/2010 Table of Contents 1. Prepare the Server... 2 1.1 Install KB979917 on Windows Server... 2 1.2 Creating users and groups

More information

Customer Tips. Xerox Network Scanning HTTP/HTTPS Configuration using Microsoft IIS. for the user. Purpose. Background

Customer Tips. Xerox Network Scanning HTTP/HTTPS Configuration using Microsoft IIS. for the user. Purpose. Background Xerox Multifunction Devices Customer Tips June 5, 2007 This document applies to these Xerox products: X WC Pro 232/238/245/ 255/265/275 for the user Xerox Network Scanning HTTP/HTTPS Configuration using

More information

Upgrading from Call Center Reporting to Reporting for Contact Center. BCM Contact Center

Upgrading from Call Center Reporting to Reporting for Contact Center. BCM Contact Center Upgrading from Call Center Reporting to Reporting for Contact Center BCM Contact Center Document Number: NN40010-400 Document Status: Standard Document Version: 02.00 Date: June 2006 Copyright Nortel Networks

More information

Remote Console Installation & Setup Guide. November 2009

Remote Console Installation & Setup Guide. November 2009 Remote Console Installation & Setup Guide November 2009 Legal Information All rights reserved. No part of this document shall be reproduced or transmitted by any means or otherwise, without written permission

More information

Password Reset Server Installation Guide Windows 8 / 8.1 Windows Server 2012 / R2

Password Reset Server Installation Guide Windows 8 / 8.1 Windows Server 2012 / R2 Password Reset Server Installation Guide Windows 8 / 8.1 Windows Server 2012 / R2 Last revised: November 12, 2014 Table of Contents Table of Contents... 2 I. Introduction... 4 A. ASP.NET Website... 4 B.

More information

Sage 200 Web Time & Expenses Guide

Sage 200 Web Time & Expenses Guide Sage 200 Web Time & Expenses Guide Sage (UK) Limited Copyright Statement Sage (UK) Limited, 2006. All rights reserved If this documentation includes advice or information relating to any matter other than

More information

Universal Management Service 2015

Universal Management Service 2015 Universal Management Service 2015 UMS 2015 Help All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording,

More information

Secret Server Installation Windows Server 2008 R2

Secret Server Installation Windows Server 2008 R2 Table of Contents Introduction... 2 ASP.NET Website... 2 SQL Server Database... 2 Administrative Access... 2 Prerequisites... 2 System Requirements Overview... 2 Additional Recommendations... 3 Beginning

More information

aims sql server installation guide

aims sql server installation guide aims sql server installation guide Document Version: 4000 February 2015 CONTENTS AIMS Installation Guide... 3 Installing the AIMS Software... 4 Pre-Requisites... 4 Installation... 4 Shortcuts... 4 Directory

More information

Millennium Drive. Installation Guide

Millennium Drive. Installation Guide Millennium Drive Installation Guide This is a publication of Abila, Inc. Version 2015.1 2015 Abila, Inc. and its affiliated entities. All rights reserved. Abila, the Abila logos, and the Abila product

More information

Sophos Mobile Control Installation guide. Product version: 3.5

Sophos Mobile Control Installation guide. Product version: 3.5 Sophos Mobile Control Installation guide Product version: 3.5 Document date: July 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...4 3 Set up Sophos Mobile Control...10 4 External

More information

NETWRIX WINDOWS SERVER CHANGE REPORTER

NETWRIX WINDOWS SERVER CHANGE REPORTER NETWRIX WINDOWS SERVER CHANGE REPORTER INSTALLATION AND CONFIGURATION GUIDE Product Version: 4.0 March 2013. Legal Notice The information in this publication is furnished for information use only, and

More information

TECHNICAL SUPPORT GUIDE

TECHNICAL SUPPORT GUIDE TECHNICAL SUPPORT GUIDE INTRODUCTION This document has been developed to provide a guideline for assisting our clients and their technicians with a standard Console Gateway Live configuration. IS THIS

More information

SQL Server 2008 R2 Express Edition Installation Guide

SQL Server 2008 R2 Express Edition Installation Guide Hardware, Software & System Requirements for SQL Server 2008 R2 Express Edition To get the overview of SQL Server 2008 R2 Express Edition, click here. Please refer links given below for all the details

More information

Sentinel Installation Guide

Sentinel Installation Guide Installation Guide All rights reserved. Neither this documentation nor any part of it may be reproduced, stored in a retrieval system, translated into another language, or transmitted in any form or by

More information

Pro-Watch Software Suite Installation Guide. 2013 Honeywell Release 4.1

Pro-Watch Software Suite Installation Guide. 2013 Honeywell Release 4.1 Pro-Watch Software Suite Release 4.1 Installation Guide Document 7-901073V2 Pro-Watch Software Suite Installation Guide 2013 Honeywell Release 4.1 Copyright 2013 Honeywell. All rights reserved. Pro-Watch

More information

Ingenious Testcraft Technical Documentation Installation Guide

Ingenious Testcraft Technical Documentation Installation Guide Ingenious Testcraft Technical Documentation Installation Guide V7.00R1 Q2.11 Trademarks Ingenious, Ingenious Group, and Testcraft are trademarks of Ingenious Group, Inc. and may be registered in the United

More information

Installing RMFT on an MS Cluster

Installing RMFT on an MS Cluster Installing RMFT on an MS Cluster RMFT Software Version 2.4.3 Supported on: Windows Server 2003 Enterprise Edition Windows Server 2000 Advanced Windows Server 2003 Datacenter Edition Windows Server 2008

More information

Building the SAP Business One Cloud Landscape Part of the SAP Business One Cloud Landscape Workshop

Building the SAP Business One Cloud Landscape Part of the SAP Business One Cloud Landscape Workshop Building the SAP Business One Cloud Landscape Part of the SAP Business One Cloud Landscape Workshop TABLE OF CONTENTS 1 INTRODUCTION... 3 2 LANDSCAPE DETAILS... 3 2.1 Server Details... 3 2.2 Landscape

More information

WS_FTP Server. User s Guide. Software Version 3.1. Ipswitch, Inc.

WS_FTP Server. User s Guide. Software Version 3.1. Ipswitch, Inc. User s Guide Software Version 3.1 Ipswitch, Inc. Ipswitch, Inc. Phone: 781-676-5700 81 Hartwell Ave Web: http://www.ipswitch.com Lexington, MA 02421-3127 The information in this document is subject to

More information

1. CONFIGURING REMOTE ACCESS TO SQL SERVER EXPRESS

1. CONFIGURING REMOTE ACCESS TO SQL SERVER EXPRESS 1. CONFIGURING REMOTE ACCESS TO SQL SERVER EXPRESS From the Start menu, point to All Programs, point to Microsoft SQL Server 2005, point to Configuration Tools, and then click SQL Server Configuration

More information

SSL Intercept Mode. Certificate Installation Guide. Revision 1.0.0. Warning and Disclaimer

SSL Intercept Mode. Certificate Installation Guide. Revision 1.0.0. Warning and Disclaimer SSL Intercept Mode Certificate Installation Guide Revision 1.0.0 Warning and Disclaimer This document is designed to provide information about the configuration of CensorNet Professional. Every effort

More information

How To Install Outlook Addin On A 32 Bit Computer

How To Install Outlook Addin On A 32 Bit Computer Deployment Guide - Outlook Add-In www.exclaimer.com Contents About This Guide... 3 System Requirements... 4 Software... 4 Installation Files... 5 Deployment Preparation... 6 Installing the Add-In Manually...

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

Dell Statistica 13.0. Statistica Enterprise Installation Instructions

Dell Statistica 13.0. Statistica Enterprise Installation Instructions Dell Statistica 13.0 2015 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or

More information

Sharp Remote Device Manager (SRDM) Server Software Setup Guide

Sharp Remote Device Manager (SRDM) Server Software Setup Guide Sharp Remote Device Manager (SRDM) Server Software Setup Guide This Guide explains how to install the software which is required in order to use Sharp Remote Device Manager (SRDM). SRDM is a web-based

More information

Omgeo OASYS Workstation Installation Guide. Version 6.4 December 13, 2011

Omgeo OASYS Workstation Installation Guide. Version 6.4 December 13, 2011 Omgeo OASYS Workstation Installation Guide Version 6.4 December 13, 2011 Copyright 2011 Omgeo LLC. All rights reserved. This publication (including, without limitation, any text, image, logo, compilation,

More information

Migrating helpdesk to a new server

Migrating helpdesk to a new server Migrating helpdesk to a new server Table of Contents 1. Helpdesk Migration... 2 Configure Virtual Web on IIS 6 Windows 2003 Server:... 2 Role Services required on IIS 7 Windows 2008 / 2012 Server:... 2

More information

Click Studios. Passwordstate. Installation Instructions

Click Studios. Passwordstate. Installation Instructions Passwordstate Installation Instructions This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise disclosed, without prior

More information

Quadro Configuration Console User's Guide. Table of Contents. Table of Contents

Quadro Configuration Console User's Guide. Table of Contents. Table of Contents Epygi Technologies Table of Contents Table of Contents About This User s Guide... 3 Introducing the Quadro Configuration Console... 4 Technical Specification... 6 Requirements... 6 System Requirements...

More information

Installation Guide for Microsoft SQL Server 2008 R2 Express. October 2011 (GUIDE 1)

Installation Guide for Microsoft SQL Server 2008 R2 Express. October 2011 (GUIDE 1) Installation Guide for Microsoft SQL Server 2008 R2 Express October 2011 (GUIDE 1) Copyright 2011 Lucid Innovations Limited. All Rights Reserved This guide only covers the installation and configuration

More information

Setting Up SSL on IIS6 for MEGA Advisor

Setting Up SSL on IIS6 for MEGA Advisor Setting Up SSL on IIS6 for MEGA Advisor Revised: July 5, 2012 Created: February 1, 2008 Author: Melinda BODROGI CONTENTS Contents... 2 Principle... 3 Requirements... 4 Install the certification authority

More information

Table of Contents. CHAPTER 1 About This Guide... 9. CHAPTER 2 Introduction... 11. CHAPTER 3 Database Backup and Restoration... 15

Table of Contents. CHAPTER 1 About This Guide... 9. CHAPTER 2 Introduction... 11. CHAPTER 3 Database Backup and Restoration... 15 Table of Contents CHAPTER 1 About This Guide......................... 9 The Installation Guides....................................... 10 CHAPTER 2 Introduction............................ 11 Required

More information

TAC Vista. Vista FM. Installation Manual. TAC Pangaea WorkStation

TAC Vista. Vista FM. Installation Manual. TAC Pangaea WorkStation TAC Vista TAC Pangaea WorkStation Vista FM Installation Manual TAC Vista Vista FM Installation Manual Copyright 2006-2010 Schneider Electric Buildings AB. All rights reserved. This document, as well as

More information

Installing Moodle on a Windows x64 Environment

Installing Moodle on a Windows x64 Environment Installing Moodle on a Windows x64 Environment Installing Moodle 1.9 on a Windows Server 2008 x64 with Microsoft SQL Server 2008 and IIS7. Written by: Alex Pearce Email: apearce@bfcnetworks.com Blog: www.learninggateway.net/blogs/ajp

More information

StruxureWare Power Monitoring 7.0.1

StruxureWare Power Monitoring 7.0.1 StruxureWare Power Monitoring 7.0.1 Installation Guide 7EN02-0308-01 07/2012 Contents Safety information 5 Introduction 7 Summary of topics in this guide 7 Supported operating systems and SQL Server editions

More information

Secret Server Installation Windows Server 2012

Secret Server Installation Windows Server 2012 Table of Contents Introduction... 2 ASP.NET Website... 2 SQL Server Database... 2 Administrative Access... 2 Prerequisites... 2 System Requirements Overview... 2 Additional Recommendations... 3 Beginning

More information

Security Guidelines for MapInfo Discovery 1.1

Security Guidelines for MapInfo Discovery 1.1 Security Guidelines for MapInfo Discovery 1.1 This paper provides guidelines and detailed instructions for improving the security of your Mapinfo Discovery deployment. In this document: Overview.........................................

More information

FileMaker Server 11. FileMaker Server Help

FileMaker Server 11. FileMaker Server Help FileMaker Server 11 FileMaker Server Help 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered

More information

Bosch ReadykeyPRO Unlimited Installation Guide, product version 6.5. This guide is item number DOC-110-2-029, revision 2.029, May 2012.

Bosch ReadykeyPRO Unlimited Installation Guide, product version 6.5. This guide is item number DOC-110-2-029, revision 2.029, May 2012. Bosch ReadykeyPRO Unlimited Installation Guide, product version 6.5. This guide is item number DOC-110-2-029, revision 2.029, May 2012. Copyright 1995-2012 Lenel Systems International, Inc. Information

More information

VP-ASP Shopping Cart QUICK START GUIDE Version 7.00. 18 th Feb 2010 Rocksalt International Pty Ltd www.vpasp.com

VP-ASP Shopping Cart QUICK START GUIDE Version 7.00. 18 th Feb 2010 Rocksalt International Pty Ltd www.vpasp.com VP-ASP Shopping Cart QUICK START GUIDE Version 7.00 18 th Feb 2010 Rocksalt International Pty Ltd www.vpasp.com 2 P a g e Table of Contents INTRODUCTION... 4 1 FEATURES... 5 2 WHAT DO I NEED TO RUN VP-ASP?...

More information

VP-ASP Shopping Cart Quick Start (Free Version) Guide Version 6.50 March 21 2007

VP-ASP Shopping Cart Quick Start (Free Version) Guide Version 6.50 March 21 2007 VP-ASP Shopping Cart Quick Start (Free Version) Guide Version 6.50 March 21 2007 Rocksalt International Pty Ltd support@vpasp.com www.vpasp.com Table of Contents 1 INTRODUCTION... 3 2 FEATURES... 4 3 WHAT

More information

Desktop Surveillance Help

Desktop Surveillance Help Desktop Surveillance Help Table of Contents About... 9 What s New... 10 System Requirements... 11 Updating from Desktop Surveillance 2.6 to Desktop Surveillance 3.2... 13 Program Structure... 14 Getting

More information

Digipass Plug-In for IAS. IAS Plug-In IAS. Microsoft's Internet Authentication Service. Installation Guide

Digipass Plug-In for IAS. IAS Plug-In IAS. Microsoft's Internet Authentication Service. Installation Guide Digipass Plug-In for IAS IAS Plug-In IAS Microsoft's Internet Authentication Service Installation Guide Disclaimer of Warranties and Limitations of Liabilities Disclaimer of Warranties and Limitations

More information

RaidenFTPD Log Analyser Web Edition

RaidenFTPD Log Analyser Web Edition RaidenFTPD Log Analyser Web Edition Installation and Use Guide for IIS7/PHP5 1 Table of Contents 1. Required components... 3 2. Installing IIS7 on windows7/vista/2008... 3 Install IIS Server... 3 Test

More information

Sage ERP Accpac 6.0A. SageCRM 7.0 I Integration Guide

Sage ERP Accpac 6.0A. SageCRM 7.0 I Integration Guide Sage ERP Accpac 6.0A SageCRM 7.0 I Integration Guide 2010 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and all Sage ERP Accpac product and service names mentioned herein are registered

More information

Install Moodle with RollCall 2013 PowerVista Software, Inc.

Install Moodle with RollCall 2013 PowerVista Software, Inc. Install Moodle with RollCall Note: To change the product logo for your ow n print manual or PDF, click "Tools > Manual Designer" and modify the print manual template. Title page 1 Use this page to introduce

More information

Document History Revision 5.0.2 Date: October 30, 2006

Document History Revision 5.0.2 Date: October 30, 2006 vtiger CRM 5.0.2 Installation Manual (For Wiindows OS) Document History Revision 5.0.2 Date: October 30, 2006 - 2 - Table of Contents 1. System Requirements...3 2. How do I choose right distribution?...4

More information

NTP Software File Auditor for Windows Edition

NTP Software File Auditor for Windows Edition NTP Software File Auditor for Windows Edition An NTP Software Installation Guide Abstract This guide provides a short introduction to installation and initial configuration of NTP Software File Auditor

More information

How to Install MediaWiki on Windows Server 2003

How to Install MediaWiki on Windows Server 2003 How to Install MediaWiki on Windows Server 2003 Larry Kahm This article describes how you can install MediaWiki on Windows Server 2003 so that you can provide a wiki for your intranet users. According

More information

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows)

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows) Introduction EASYLABEL 6 has several new features for saving the history of label formats. This history can include information about when label formats were edited and printed. In order to save this history,

More information

Secure IIS Web Server with SSL

Secure IIS Web Server with SSL Secure IIS Web Server with SSL EventTracker v7.x Publication Date: Sep 30, 2014 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Abstract The purpose of this document is to help

More information

Portions of this product were created using LEADTOOLS 1991-2010 LEAD Technologies, Inc. ALL RIGHTS RESERVED.

Portions of this product were created using LEADTOOLS 1991-2010 LEAD Technologies, Inc. ALL RIGHTS RESERVED. Installation Guide Lenel OnGuard 2010 Installation Guide, product version 6.4. This guide is item number DOC-110, revision 1.045, May 2010 Copyright 1995-2010 Lenel Systems International, Inc. Information

More information

Exchange 2010. Outlook Profile/POP/IMAP/SMTP Setup Guide

Exchange 2010. Outlook Profile/POP/IMAP/SMTP Setup Guide Exchange 2010 Outlook Profile/POP/IMAP/SMTP Setup Guide September, 2013 Exchange 2010 Outlook Profile/POP/IMAP/SMTP Setup Guide i Contents Exchange 2010 Outlook Profile Configuration... 1 Outlook Profile

More information

Migrating MSDE to Microsoft SQL 2008 R2 Express

Migrating MSDE to Microsoft SQL 2008 R2 Express How To Updated: 11/11/2011 2011 Shelby Systems, Inc. All Rights Reserved Other brand and product names are trademarks or registered trademarks of the respective holders. If you are still on MSDE 2000,

More information

WhatsUp Gold v16.1 Installation and Configuration Guide

WhatsUp Gold v16.1 Installation and Configuration Guide WhatsUp Gold v16.1 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.1 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines

More information

Enterprise Manager. Version 6.2. Installation Guide

Enterprise Manager. Version 6.2. Installation Guide Enterprise Manager Version 6.2 Installation Guide Enterprise Manager 6.2 Installation Guide Document Number 680-028-014 Revision Date Description A August 2012 Initial release to support version 6.2.1

More information

Sage 300 ERP 2014. Sage CRM 7.2 Integration Guide

Sage 300 ERP 2014. Sage CRM 7.2 Integration Guide Sage 300 ERP 2014 Sage CRM 7.2 Integration Guide This is a publication of Sage Software, Inc. Version 2014 Copyright 2013. Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product

More information

SQL Server 2008 R2 Express Installation for Windows 7 Professional, Vista Business Edition and XP Professional.

SQL Server 2008 R2 Express Installation for Windows 7 Professional, Vista Business Edition and XP Professional. SQL Server 2008 R2 Express Installation for Windows 7 Professional, Vista Business Edition and XP Professional. 33-40006-001 REV: B PCSC 3541 Challenger Street Torrance, CA 90503 Phone: (310) 303-3600

More information

How To Manage Storage With Novell Storage Manager 3.X For Active Directory

How To Manage Storage With Novell Storage Manager 3.X For Active Directory www.novell.com/documentation Installation Guide Novell Storage Manager 4.1 for Active Directory September 10, 2015 Legal Notices Condrey Corporation makes no representations or warranties with respect

More information

Aradial Installation Guide

Aradial Installation Guide Aradial Technologies Ltd. Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise noted. No part of this document

More information

Reporting for Contact Center Setup and Operations Guide. BCM Contact Center

Reporting for Contact Center Setup and Operations Guide. BCM Contact Center Reporting for Contact Center Setup and Operations Guide BCM Contact Center Document Number: NN40040-302 Document Status: Standard Document Version: 04.00 Part Code: N0060637 Date: June 2006 Copyright 2005

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

More information

Installation Guide. Tech Excel January 2009

Installation Guide. Tech Excel January 2009 Installation Guide Tech Excel January 2009 Copyright 1998-2009 TechExcel, Inc. All Rights Reserved. TechExcel, Inc., TechExcel, ServiceWise, AssetWise, FormWise, KnowledgeWise, ProjectPlan, DownloadPlus,

More information

Inmagic ODBC Driver 8.00 Installation and Upgrade Notes

Inmagic ODBC Driver 8.00 Installation and Upgrade Notes Inmagic ODBC Driver 8.00 Installation and Upgrade Notes Thank you for purchasing the Inmagic ODBC Driver for DB/Text. This document is for new and upgrade customers. Use the Inmagic ODBC Driver to develop

More information

BASIC CLASSWEB.LINK INSTALLATION MANUAL

BASIC CLASSWEB.LINK INSTALLATION MANUAL LINKS MODULAR SOLUTIONS BASIC CLASSWEB.LINK INSTALLATION MANUAL classweb.link installation Links Modular Solutions Pty Ltd Table of Contents 1. SYSTEM REQUIREMENTS 3 2. DATABASES 3 Standalone Links Database

More information

Ipswitch WS_FTP Server

Ipswitch WS_FTP Server Ipswitch WS_FTP Server User s Guide Software Version 5.0 Ipswitch, Inc Ipswitch Inc. Web: http://www.ipswitch.com 10 Maguire Road Phone: 781.676.5700 Lexington, MA Fax: 781.676.5710 02421 Copyrights The

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

WEBCONNECT INSTALLATION GUIDE. Version 1.96

WEBCONNECT INSTALLATION GUIDE. Version 1.96 WEBCONNECT INSTALLATION GUIDE Version 1.96 Copyright 1981-2015 Netop Business Solutions A/S. All Rights Reserved. Portions used under license from third parties. Please send any comments to: Netop Business

More information

National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide

National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide NFIRS 5.0 Software Version 5.3 Prepared for: Directorate of Preparedness and Response (FEMA) Prepared by:

More information

Customer Tips. Xerox Network Scanning TWAIN Configuration for the WorkCentre 7328/7335/7345. for the user. Purpose. Background

Customer Tips. Xerox Network Scanning TWAIN Configuration for the WorkCentre 7328/7335/7345. for the user. Purpose. Background Xerox Multifunction Devices Customer Tips dc07cc0432 October 19, 2007 This document applies to these Xerox products: X WC 7328/7335/7345 for the user Xerox Network Scanning TWAIN Configuration for the

More information

Sophos Mobile Control Installation guide. Product version: 3

Sophos Mobile Control Installation guide. Product version: 3 Sophos Mobile Control Installation guide Product version: 3 Document date: January 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...4 3 Set up Sophos Mobile Control...16 4 External

More information

Migrating TimeForce To A New Server

Migrating TimeForce To A New Server Rev. 4/28/14 Migrating TimeForce To A New Server Table of Contents 1. Installation Prerequisites... 2 Required... 2 Recommended... 3 2. Update to a Migration Compatible Version... 3 Determine the Database

More information

Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2

Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2 Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2 Table of Contents Table of Contents... 1 I. Introduction... 3 A. ASP.NET Website... 3 B. SQL Server Database... 3 C. Administrative

More information

Reconfiguring VMware vsphere Update Manager

Reconfiguring VMware vsphere Update Manager Reconfiguring VMware vsphere Update Manager vsphere Update Manager 5.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

Installing and Configuring vcenter Multi-Hypervisor Manager

Installing and Configuring vcenter Multi-Hypervisor Manager Installing and Configuring vcenter Multi-Hypervisor Manager vcenter Server 5.1 vcenter Multi-Hypervisor Manager 1.1 This document supports the version of each product listed and supports all subsequent

More information

QUANTIFY INSTALLATION GUIDE

QUANTIFY INSTALLATION GUIDE QUANTIFY INSTALLATION GUIDE Thank you for putting your trust in Avontus! This guide reviews the process of installing Quantify software. For Quantify system requirement information, please refer to the

More information

Sophos Mobile Control Installation guide. Product version: 3.6

Sophos Mobile Control Installation guide. Product version: 3.6 Sophos Mobile Control Installation guide Product version: 3.6 Document date: November 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...5 3 Set up Sophos Mobile Control...11 4 External

More information

Version 3.8. Installation Guide

Version 3.8. Installation Guide Version 3.8 Installation Guide Copyright 2007 Jetro Platforms, Ltd. All rights reserved. This document is being furnished by Jetro Platforms for information purposes only to licensed users of the Jetro

More information

Setting Up ALERE with Client/Server Data

Setting Up ALERE with Client/Server Data Setting Up ALERE with Client/Server Data TIW Technology, Inc. November 2014 ALERE is a registered trademark of TIW Technology, Inc. The following are registered trademarks or trademarks: FoxPro, SQL Server,

More information

TIBCO Spotfire Automation Services 6.5. Installation and Deployment Manual

TIBCO Spotfire Automation Services 6.5. Installation and Deployment Manual TIBCO Spotfire Automation Services 6.5 Installation and Deployment Manual Revision date: 17 April 2014 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED

More information

ilaw Installation Procedure

ilaw Installation Procedure ilaw Installation Procedure This guide will provide a reference for a full installation of ilaw Case Management Software. Contents ilaw Overview How ilaw works Installing ilaw Server on a PC Installing

More information

Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide

Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide Table of Contents TABLE OF CONTENTS... 3 1.0 INTRODUCTION... 1 1.1 HOW TO USE THIS GUIDE... 1 1.2 TOPIC SUMMARY...

More information

ISSUE TRACK FOR WINDOWS INSTALLATION GUIDE VERSION 4.0.0.XX

ISSUE TRACK FOR WINDOWS INSTALLATION GUIDE VERSION 4.0.0.XX ISSUE TRACK FOR WINDOWS INSTALLATION GUIDE VERSION 4.0.0.XX Contents CONTENTS Chapter 1 Introduction 1-1 Welcome to Issue Track for Windows 1-1 About this Guide 1-1 Product Name 1-1 Documentation Roadmap

More information

Setting up an MS SQL Server for IGSS

Setting up an MS SQL Server for IGSS Setting up an MS SQL Server for IGSS Table of Contents Table of Contents...1 Introduction... 2 The Microsoft SQL Server database...2 Setting up an MS SQL Server...3 Installing the MS SQL Server software...3

More information