My Monitor Installation Guide

Size: px
Start display at page:

Download "My Monitor Installation Guide"

Transcription

1

2 My Monitor Installation Guide Copyright 2008, Monitor Business Machines 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 parts 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. Level Grafton Road, Auckland, NEW ZEALAND This manual was created: Wednesday, 16 January 2008 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 Typographical Conventions Site Security Assumptions Made Windows 2000 Server Windows 2003 Server Installing.Net Framework Net 2.0 Installation Procedure... 4 Installing and Configuring SQL Express Installing SQL Express... 6 Installing SQL Express Management... Studio 8 Creating the Real-Time Export... Database 9 Open the Real-Time Export Setup... Log File 11 Enable Local and Remote SQL... Connections 13 Connecting Supervisor Net to the Real-Time Export Database 17 Creating an ODBC DSN for the... Real-Time Export Database 17 Making the Connection Testing the Connection Installing Supervisor SOAP Server 29 Install Supervisor SOAP Server Check the SOAP Server is Running Open the SOAP Server Log File Installing and Configuring PHP 33 PHP Installation Procedure... Configuring PHP for IIS-6... Enabling ... Enabling PHP Error Logging... Restarting Web Services... Required PHP Ini File Settings... IonCube Loader... Installing the My Monitor Web Site Installing the My Monitor Web... Site Files Raise the IUSR Account's Database... Permissions Upgrade the Real-Time Export... Database Check the WebConfig table... Lower the IUSR Account's Database... Permissions Open the User Login Page Index Contents i

4

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 detail 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 System Requirements Supervisor Net 4.2 or later with a WPY license. IIS Web Server 5.1 or 6.0. PHP or later. Supervisor SOAP Server 1.3 on the Supervisor Net machine or on another server. SMTP (Mail) Server on the Supervisor Net machine or on another server. Real-Time Export Database running on SQL Server (not Access MDB). ODBC driver for SQL Server. Note: 64-bit Windows is not supported for the web server operating system because PHP is not currently available on this platform. Typographical Conventions Before you start using this guide, it is important to understand the terms and typographical conventions used in the documentation. The following kinds of formatting in the text identify special information. Formatting convention Type of Information Special Bold Items you must select, such as menu options, command buttons, or items in a list. Emphasis Use to emphasize the importance of a point or for variable expressions such as parameters. CAPITALS Names of keys on the keyboard. for example, ENTER, DELETE, or END. Introduction 1

6 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. 2 Introduction

7 Assumptions Made Windows 2000 Server Supervisor Net is installed and working correctly with a spare WPY (Supervisor Webpay) license. IIS5 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. 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. Assumptions Made 3

8 Installing.Net Framework 2.0.Net 2.0 Installation Procedure Installation is Required Check to see if you already have the.net Framework 2.0 package installed on your target system. If you do not, then follow the procedure below. 1. Run the.net 2.0 installation program. At the Welcome dialog click Next to continue. 2. Accept the Licence Agreement. Click Install to continue. 4 Installing.Net Framework 2.0

9 3. The installation begins. 4. When the Setup Complete dialog displays, click Finish to continue. 5. This completes the.net Framework 2.0 installation. Installing.Net Framework 2.0 5

10 Installing and Configuring SQL Express 2005 Installing SQL Express This section describes installing SQL Express on a Windows 2003 Standard Edition server. Installation Procedure 1. Run the SQLExpress installation program. This program is called SQLEXPR.EXE. 2. Proceed through the installation until you arrive at the following system check screen. 3. Confirm that all of the system configuration checks are successful. If any check fails: click the Report button to get more detail then stop the installation and fix the problem. 4. If the all of the system configuration checks are successful, Click Next to continue. 5. The installation begins. 6. Enter the Name and Company. Click Next to continue. Microsoft defines Name as being the person responsible for administering the server. 6 Installing and Configuring SQL Express 2005

11 7. In the Feature Selection dialog: click Connectivity Components button (marked with an X), this will display a menu. 8. Click the Will be installed on local hard drive option. 9. Select the Windows Authentication Mode. Click Next to continue. Installing and Configuring SQL Express

12 10.Click Next to continue. 11.SQL Express is now ready to install. Click Install to continue and proceed through the screens that follow. 12.Press Finish to end the installation process. The next step is to install the Microsoft SQL Server Management Studio tool. Please follow the instructions in the next section. Installing SQL Express Management Studio Microsoft SQL Server Express has a graphical user interface called Microsoft SQL Server Management Studio Express. This tool is installed by running a program called SQLServer2005_SSMSEE.msi. You should download this file and install it because it is required for the My Monitor Web Site Installation. 8 Installing and Configuring SQL Express 2005

13 Installation Procedure 1. Run SQLServer2005_SSMSEE.msi. There are no special options to choose during the installation process, so follow the instructions down the bottom of each screen until you arrive at the end. 2. Click Finish to end the installation process. Creating the Real-Time Export Database Supervisor Net includes a set of batch files to install, backup and restore the Real-Time Export Database. Typically these batch files are stored in the following directory: C:\Program Files\Monitor Business Machines\Supervisor\RealTimeExport Create the Real-Time Export Database 1. Open windows explorer and browse to the C:\Program Files\Monitor Business Machines\Supervisor\RealTimeExport folder: Installing and Configuring SQL Express

14 2. Double-click the item 'SetupDB.bat' 3. You are asked to allow My Monitor access to the database. Type y and press the ENTER key to continue 10 Installing and Configuring SQL Express 2005

15 4. When the script has completed, you should see phrases like "The Real-Time Export Database is setup" and "My Monitor is granted access to the database" at the bottom of the command window. 5. If the Real-Time Export database is set up, go to the Enable Local and Remote SQL Connections section. If the setup script fails you will see the phrase "The Real-Time Export Database setup failed" at the bottom of the command window. When this happens, follow the instructions in the next section. Open the Real-Time Export Setup Log File When the you run SetupDB script, it creates a log file called SetupRTEDatabase.log. This is a text file that is useful for troubleshooting if there are problems creating the Real-Time export database If your Real-Time export database was created successfully you can skip this section. Opening the Real-Time Export Database Setup Log File 1. Open Windows Explorer Installing and Configuring SQL Express

16 2. Browse to the C:\Program Files\Monitor Business Machines\Supervisor\RealTimeExport folder. Note that your RealTimeExport folder may be in a different directory depending on where you installed Supervisor Net. 12 Installing and Configuring SQL Express 2005

17 3. Open the SetupRTEDatabase.log file with Notepad. The log file for a successful installation will look something like this: 4. Browse the contents of the log file. 5. Close Notepad when you have finished looking at the log file. 6. Close Windows Explorer. Enable Local and Remote SQL Connections You must configure SQL Express to operate with local and remote TCP/IP access. To enable remote access, follow this procedure. Enable Remote Access to SQL Server 1. Click the Start button on your Windows taskbar. 2. Click the All Programs menu item. 3. Open the Surface Area Tool by clicking the Microsoft SQL Server 2005 Configuration Tools SQL Server Surface Area Configuration item. This opens the SQL Server Surface Area Configuration tool. Installing and Configuring SQL Express

18 4. Click on Surface Area Configuration for Services and Connections link. 5. Select the Remote Connections item 14 Installing and Configuring SQL Express 2005

19 6. Select Local and Remote Connections option and select Using TCP/IP only. Click the Apply button to continue. 7. Click OK to close the alert message. Installing and Configuring SQL Express

20 8. Click the Service item in the Surface Area Configuration window. 9. Click the Stop button and wait for SQL Server to shut down. 10.Click the Start button and wait for SQL Server to start running again. 11.Close the Surface Area Configuration window. Now SQL Server will accept local and remote TCP/IP connections. Now you are ready to connect Supervisor Net to the Real-Time Export database. 16 Installing and Configuring SQL Express 2005

21 Connecting Supervisor Net to the Real-Time Export Database Creating an ODBC DSN for the Real-Time Export Database My Monitor and Supervisor Net use ODBC to connect to the SQL Server database. You must set up a DSN by following the procedure below. If you already have an existing DSN skip to the next section on Connecting Supervisor Net to the ODBC DSN. ODBC DSN Setup Procedure 1. Open the Data Sources (ODBC) application in the Administrative Tools menu. 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 SQL Native Client window. 5. Enter a name for the DSN, we recommend using rtesqlsvr. 6. Enter a description, such as Supervisor Net Real-Time Export. Connecting Supervisor Net to the Real-Time Export Database 17

22 7. Select your SQL Server instance name from the Server drop-down list. Click Next to continue. 8. Use the default settings for the authentication dialog (Integrated Windows authentication). Click Next to continue. 18 Connecting Supervisor Net to the Real-Time Export Database

23 9. Tick Change the default database to and pick supervisornet from the drop-down list. Click Next to continue. 10.Use the defaults for this dialog. Click Finish to continue, this opens the Test Data Source dialog box. Connecting Supervisor Net to the Real-Time Export Database 19

24 11.Check the connection by clicking Test Data Source. 12.If the test was successful, click OK an close the data sources window, otherwise review your settings. Your ODBC DSN is set up. 20 Connecting Supervisor Net to the Real-Time Export Database

25 Making the Connection To connect Supervisor Net to the RTE database you must set Real-Time ODBC Export string using Supervisor Net Administrator. This section explains how to do this step-by-step. Set up the RealTime Export Connection String DSN Connection Procedure 1. Open Supervisor Net Administrator. 2. Select the Configuration menu. Then select the Server Settings option. 3. Click on the Core Server Settings tab. Connecting Supervisor Net to the Real-Time Export Database 21

26 4. Click the Select DSN button near the bottom-right corner of the window, this will display a menu of DSN names. 5. Click the rtesqlsvr DSN item. If you are using a different DSN, you must pick the DSN you want to use. 6. Click the Save button to close the Server Settings form. Now you have restart Supervisor Net, so the Database server picks up its new settings. 7. Click the Tools menu. 22 Connecting Supervisor Net to the Real-Time Export Database

27 8. Select the Restart Services option. 9. Wait for Supervisor Net to restart. 10.Open the Supervisor Service Centre and confirm all of the services are running. 11.Close the Supervisor Service Centre. 12.Close Administrator Connecting Supervisor Net to the Real-Time Export Database 23

28 The Real-Time ODBC Export Connection is configured. Now you should test the connection by following the instructions in the next section. Testing the Connection You can test the connection by creating an add value transaction in a test account, opening the RTE database and checking to see that the transaction has been created. Testing the Supervisor Net Real-Time Export Database Connection 1. Open Supervisor Net Administrator. 2. Select the File Primary option to open the Primary Database form. 3. Select the 007 Technician Account Record. 24 Connecting Supervisor Net to the Real-Time Export Database

29 4. Click the Add Value button. 5. Enter 10 in the Amount field 6. Click the Save button. 7. Confirm 007's account balance has increased by $ Close Administrator. The next step is to query the Real-Time export database and confirm the transaction was added. 9. Click the Start button on your Windows taskbar. Connecting Supervisor Net to the Real-Time Export Database 25

30 10.Click the All Programs menu item. 11.Click the Microsoft SQL Server 2005 item. 12.Click the Microsoft SQL Server Management Studio Express option. 13.Wait for the SQL Server Management Studio tool to open. 14.Click Connect to open the SQL Server Management Studio's main window. 15.Click the New Query button in the menu bar, this will open a new query tab. 26 Connecting Supervisor Net to the Real-Time Export Database

31 16.Select supervisornet in the combo box (next to the Execute button). 17.Type in the following text in the query window: select where rtedatetime, primarynumber, primarynumber='007' transactionprice from Connecting Supervisor Net to the Real-Time Export Database rtetable 27

32 18.Click the Execute button in the toolbar. This will run the query for all transactions for the 007 account. You should see a Results pane looking something like this one. You can see the $10 added in the transactionprice column. 19.This confirms the Supervisor Net ODBC connection is working. Close the SQL Server Management Studio window. 20.Click the No button. The next step is to install the Supervisor SOAP server on your computer. 28 Connecting Supervisor Net to the Real-Time Export Database

33 Installing Supervisor SOAP Server Install Supervisor SOAP Server My Monitor uses Supervisor SOAP Server to communicate with Supervisor Net. This section explains how to install SOAP server on your computer. To use My Monitor you must install SOAP Server 1.3 or later How to Install Supervisor SOAP Server 1. Shut down all of your applications. 2. Run SOAPServer_setup.exe, this will start the SOAP server installation program. 3. There are no options that require your further attention, so simply choose the default option on each page. 4. Click the Finish button to close the installation package. The Supervisor SOAP Server is installed. The next step is to check the SOAP Server is running. Go to the next section and follow the instructions. Check the SOAP Server is Running Checking Supervisor SOAP Server is Running 1. Click the Start button on your Windows taskbar. 2. Click the All Programs menu item. 3. Click the Monitor Business Machines item. 4. Click the Supervisor Net SOAP Server Item. Installing Supervisor SOAP Server 29

34 5. Select the SOAP Server Manager item. This opens the Soap Server Manager window. 6. Check the Server Status text, it should say "Running" in green. If this is the case, the SOAP server is up and running. 7. Close the SOAP Server manager window. If the SOAP Server is running then go to the section on Installing and Configuring PHP. However, if the Server Status says "Stopped" try clicking the Start button. But if that doesn't work, follow the instructions in the next section. Open the SOAP Server Log File If you have problems running Supervisor SOAP Server, the first place to look is the log file. This will give you clues about what is going wrong. Opening the SOAP Server Log File To begin with you must find out where the log files are stored on your system - follow these steps to find out. 1. Click the Start button on your Windows taskbar. 2. Click the All Programs menu item. 3. Select the Monitor Business Machines Supervisor Net SOAP Server Soap Server Manager option from the All Programs menu. This opens the SOAP Server Manager. 4. Click the Configuration button in the SOAP Server Manager window. This displays the configuration details in the window. 5. Look for the Logging section and click on the Log File name edit box. 30 Installing Supervisor SOAP Server

35 Here you can see the SOAP Server's log files are stored in the C:\Program Files\Monitor Business Machines\MBMSOAPServer directory. This may be different on your computer. 6. Click on the Log File edit box. 7. Push the End key on your keyboard, this makes the end of the log file name visible. In this case the SOAP Server Log file names begin with SVNetSOAPServer. The log file names may begin with something different on your system. Now you have found out where the log files are stored and what they are called. 8. Close the SOAP Server Manager window. Installing Supervisor SOAP Server 31

36 9. Open Windows Explorer. Browse to where the SOAP Server log files are stored. In this example, the log file directory is C:\Program Files\Monitor Business Machines \MBMSOAPServer 10.Find the most recent SOAP Server log file by looking at the Modified Date column. 11.Open it with Notepad. In this example you can see the Naming Service has stopped. 12.Close Notepad when you have finished studying the log file. 13.Close Windows Explorer. 32 Installing Supervisor SOAP Server

37 Installing and Configuring PHP PHP Installation Procedure Install PHP by running the application Monitor_PHP_setup_v1.2.0_(PHP_5.2.5).exe, supplied by Monitor. This application will install PHP, and the IonCube Loader. It also configures PHP with options suitable for running My Monitor. PHP Installation Procedure 1. Run the Monitor_PHP_setup_v1.2.0_(PHP_5.2.5).exe application. Click Next to continue. 2. For best performance, accept the default choices made by the installation application. 3. Click the Finish button to restart your computer. A restart is required. The PHP 5.2.5's installation will be complete when your computer has restarted. Installing and Configuring PHP 33

38 Configuring PHP for IIS-6 Configuration Procedure 1. Open Internet Information Services Manager from the Administrative Tools menu. 2. Expand the Internet Information Services tree (in the left hand pane) until you can see the Default Web Site item. 3. Right click on the Default Web Site item 4. Select Properties from the menu. This opens the Default Web Site Properties window. 5. Click the Home Directory tab (which may also be called 'Virtual Directory' or 'Directory'). 34 Installing and Configuring PHP

39 6. Set Execute Permissions to Scripts only. 7. Click the Configuration button, this opens the Application Configuration window. Installing and Configuring PHP 35

40 8. Click the Add button, this opens a window where you can add the.php extension. 9. Type c:\php\php5isapi.dll in the Executable edit box. 10.Type.php in the Extension edit box 11.Tick the Script engine check box. 12.Click the OK Button. This adds a mapping for the PHP extension. 13.Click OK in the Application Configuration window. 14.Click the Documents tab in the Default Web Site Properties window. 15.Click the Add button (on the right-hand side of the window). This displays the Default Content page dialog 16.Type in index.php and click OK. 17.Click OK in the Default Web Site Properties window. 36 Installing and Configuring PHP

41 18.Click on the Web Service Extensions Item in the Internet Information Services window. 19.Click the Add a new Web service extension link in the right hand pane. This opens the New Web Service Extension window. 20.Type php in the Extension name edit box. 21.Click the Add button, this displays the Add file window. 22.Type c:\php\php5isapi.dll into the edit box and click OK. Installing and Configuring PHP 37

42 23.You should see the New Web Service Extension window looking like this. Click OK. 24.The PHP Web Extension is added to IIS 6 25.Close the IIS Manager window. Now you are ready to enable PHP's function. Enabling My Monitor uses to send passwords and statements. You must configure PHP to use your server. Enable PHP's Mail Function 1. Start Notepad by choosing Start All Programs Accessories Notepad on the Windows taskbar. 2. Open the php.ini file 38 Installing and Configuring PHP

43 3. Find the [mail function] section 4. Go to the line that says "; For Win32 only", directly underneath that line is one that starts with "SMTP =". 5. Change the SMTP line so it points to your mail server. In this example it has been changed to mail.monitorbm.co.nz 6. Save the php.ini file 7. Close Notepad. Now you must enable PHP's error logging function. Please go to the next section. Enabling PHP Error Logging PHP can write error messages into a log file. This feature is very useful when you are troubleshooting problems with My Monitor. Enable PHP's Error Logging 1. Open Windows Explorer and browse to the c:\php directory. 2. Create a new folder called logs in the c:\php directory. Installing and Configuring PHP 39

44 3. Right-click on the logs directory and select the Sharing and Security option, this opens the properties window for the logs directory. 4. Click the Security tab. 5. Click the Users entry in the Group or user names pane. 6. Tick the Write permission check box in the Permissions for Users pane. 7. Click OK to save your settings. 8. Close Windows Explorer. 9. Open Notepad from the Start All Programs Accessories menu. 10.Open the c:\php\php.ini file. 11.Go to the line which says ;error_log = filename 12.Change this line to read error_log = c:\php\logs\phperror.log. Make sure you delete the semicolon in front of the line. 13.Save the php.ini file. 14.Close Notepad. 40 Installing and Configuring PHP

45 Now you must restart the Web Services for all of your configuration changes to take effect. Restarting Web Services This section explains how to restart the IIS (Internet Information Server) Web services. You must restart web services for changes in your php.ini file to take effect. Restarting your Computer's Web Services 1. Click Start All Programs Monitor Business Machines Services option to open the Services Window. 2. Select the line saying IIS Admin Service. 3. Select the Action Restart menu option in the Services window. Installing and Configuring PHP 41

46 4. Click the Yes button in the Restart Other Services window. 5. Wait for the Web Services to restart 6. Close the Services Window. Your php.ini file changes will now take effect. Required PHP Ini File Settings This section is provided for reference, it provides details of php.ini options required by My Monitor. If you have installed the Monitor supplied PHP package (see PHP Installation Procedure) you should skim-read this section. It is assumed that your PHP installation is working correctly. 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): The 'include_path' directive must include the path to the mbmweblib folder. e.g. include_path = ".;c:\;c:\inetpub\wwwroot\" The following standard PHP extensions need to be enabled: curl, gd2, mcrypt, mhash, openssl and sockets. Locate the extensions section of the ini file (lines beginning with 'extension=') and make sure 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 extension=php_mhash.dll extension=php_openssl.dll extension=php_sockets.dll Find the ' magic_quotes_gpc' option and set it to: 42 Installing and Configuring PHP

47 magic_quotes_gpc = On The function must be enabled. Find the SMTP line in the mail function section and set it to your mail server. e.g. SMTP=mail.monitorbm.co.nz The following options must be set: display_errors = Off register_globals = Off log_errors = On odbc.defaultlrl = session.use_cookies = 1 session.use_only_cookies = 1 session.cookie_lifetime = 1800 Note: You must stop and start your web server to make the changes to the PHP options come into effect. IonCube Loader This section is provided for reference. If you have installed the Monitor PHP package (see PHP Installation Procedure), the ioncube loader will already be set up. You should skim-read 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. Installing the ioncube loader in an existing PHP installation 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. Installing and Configuring PHP 43

48 5. The Win 5.2 loader DLL must be enabled in the php.ini file. This is done by adding a line like this one to the end of your php.ini file. zend_extension_ts = C:\PHP\ionCube\ioncube_loader_win_5.2.dll 6. Save the changes to your php.ini file. 7. Restart your web services. 44 Installing and Configuring PHP

49 Installing the My Monitor Web Site Installing the My Monitor Web Site Files Once you have installed all of the prerequisite software you can install the My Monitor web site. 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. This will result in two directories being created: C:\Inetpub\wwwroot\mbmweblib C:\Inetpub\wwwroot\mymonitor The My Monitor directory contains the main pages for the site, while mbmweblib contains supporting files. Install the My Monitor Web Site 1. Run the mymonitor_setup.exe program. Click Next in the welcome dialog box. 2. Study the license agreement. 3. Accept the agreement and click Next. Installing the My Monitor Web Site 45

50 4. Click Next, this sets destination folder to C:\inetpub\wwwroot. 5. Click Yes button in the Folder Exists dialog box. 6. Click Install button in the Ready to Install dialog and the web site's files will be installed. 7. The files will be installed on your computer in a few seconds. 46 Installing the My Monitor Web Site

51 8. Click the Finish button in the Finished dialog box. The My Monitor web site is installed. The next step is to run My Monitor. Raise the IUSR Account's Database Permissions After you have installed the My Monitor web site you must log in to the Admin page and upgrade the Real-Time export database. 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 permissions of the IUSR account. You need to give the IUSR account membership of these roles: db_datareader db_datawriter db_ddladmin IIS uses the IUSR_<computername> account to access My Monitor's PHP files when people use the My Monitor site. In this manual, the computer's name is W2003ServerSQL, so the IUSR account is IUSR_W2003SERVERSQL. Raising IUSR account permissions 1. Open the SQL Server Management Studio tool and connect to the database. Installing the My Monitor Web Site 47

52 2. Drill down to Databases/superVISornet/Security/Users folder. 3. Right-click on the IUSR item (highlighted in the previous image), this displays a context menu. 48 Installing the My Monitor Web Site

53 4. Select the Properties item in the context menu, the IUSR accounts details will appear. 5. Move your mouse pointer down to the Database role membership pane. Installing the My Monitor Web Site 49

54 6. Tick the db_datareader, db_datawriter and db_ddladmin items. 7. Click the OK button to save your changes. 8. Close the SQL Server Management Studio tool. Now you are ready to login to My Monitor's admin page and upgrade the Real-Time export database. Upgrade the Real-Time Export Database When 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. 50 Installing the My Monitor Web Site

55 Upgrading the Real-Time Export Database 1. Point your web browser to you will see a blank login page looking like this one. 2. Enter the name and password of your Supervisor Net MASTER user account. 3. Type into the SOAP Server Address field. 4. Type 8082 into the Port field. Installing the My Monitor Web Site 51

56 5. Click the Login button, this will login to My Monitor's admin page. 52 Installing the My Monitor Web Site

57 6. You will see the administration page with an upgrade error message at the bottom. Click the Upgrade button. Installing the My Monitor Web Site 53

58 7. You should see a message saying the upgrade is successful. Click the OK Button, this will take you back to the Administration page. 54 Installing the My Monitor Web Site

59 8. Click the Save All Options button, this will populate the Real-Time Export database with your initial My Monitor settings. 9. Click the red Log Out link in the top left-hand corner of the page. This will take you back to the login page. 10.Close your web browser window. You have upgraded your Real-Time Export database successfully. Now it is a good idea to check the contents of the WebConfig table, instructions for this are in the next section. If you have technical difficulties running My Monitor, check the c:\php\logs\phperror.log file, this will give you clues about what is going wrong. The phperror.log file is set up in Enabling PHP Error Logging section. Check the WebConfig table The WebConfig table contains your My Monitor site settings. WebConfig is created in the database upgrade process (see Upgrade the Real-Time Export Database). It's a good idea to check this table so you can confirm your settings are being saved. Check the WebConfig Table 1. Open the SQL Server Management Studio tool and connect to the database. Installing the My Monitor Web Site 55

60 2. Drill down to the supervisornet database in the Object Explorer window. 3. Click the New Query button. 4. Type in the command select * from webconfig into the query pane on the right-hand side of the window. 56 Installing the My Monitor Web Site

61 5. Click the Execute button in the toolbar, this will run the query. There should be around 50 records in the results pane. 6. Close the SQL Server Management Studio and abandon your changes to the new query. When you see the WebConfig records you know the Real-Time database is upgraded. Now you should lower your IUSR account's privileges to a safer level, instructions on how to do this are in the next section. Installing the My Monitor Web Site 57

62 Lower the IUSR Account's Database Permissions After you have confirmed your My Monitor settings are saved in the WebConfig table, you must remove lower the IUSR accounts privileges down to a safer level. Lowering your IUSR Account's Database Permissions 1. Open Microsoft SQL Server Management Studio. 2. Drill down to the Databases/superVISornet/Security/Users item in the Object Explorer. 3. Right-click on your computer's IUSR account. 4. Select the properties item in the menu. 5. Clear the db_ddladmin flag in the role membership list. Make sure you have db_datareader and db_datawriter ticked. 58 Installing the My Monitor Web Site

63 6. Click OK to save your IUSR account's settings 7. Close the Microsoft SQL Server Management Studio tool. Now you are ready to browse to the My Monitor web site, go to the next section for instructions. Installing the My Monitor Web Site 59

64 Open the User Login Page Opening the Login Page 1. Open your web browser and point it to 2. Close your web browser. Your My Monitor Software installation is finished! Now you can set up your site and add user accounts to it. 60 Installing the My Monitor Web Site

65 Index -TTest the Real-Time Export Database Connection 24 Typographical Conventions 1 -AASP.Net 2.0 Installation 4 -U- -CChecking the SOAP Server is Running 29 Checking the WebConfig Table 55 Configuring PHP for IIS-6 34 Connect to the Real-Time Export Database 21 Creating an ODBC DSN 17 Creating the Real-Time Export Database 9 Upgrading the Real-Time Export Database 50 -WWindows 2000 Server Assumptions Windows 2003 Server Assumptions 3 3 -EEnable Error Logging in PHP 39 Enable Local and Remote SQL Connections Enabling in PHP IInstall the Supervisor SOAP Server 29 Installing SQL Express 6 Installing SQL Express Management Studio IonCube Loader Settings LLower IUSR Account Permissions 58 -MMy Monitor Web Site Installation 45 -OOpen the My Monitor Login Page 60 Open the Real-Time Export Setup Log File Open the SOAP Server Log File PPHP Installation Procedure Product Overview RRaising IUSR Account Permissions Required PHP Ini File Settings 42 Restarting the Web Services SSite Security 2 System Requirements 1 Index 61

66 Monitor Business Machines Wireless House, Grafton Road, Auckland, New Zealand. Phone: Web:

Supervisor Insight. Installation Guide.

Supervisor Insight. Installation Guide. Supervisor Insight Installation Guide www.monitorbm.com Supervisor Insight Installation Guide Copyright 2014 Monitor Business Machines Ltd The software contains proprietary information of Monitor Business

More information

IDPort User Guide.

IDPort User Guide. IDPort User Guide www.monitorbm.com ID Port User Guide 2012 Monitor Business Machines Ltd. The software contains proprietary information of Monitor Business Machines Ltd. It is provided under a license

More information

Monitor Embedded for Sharp OSA

Monitor Embedded for Sharp OSA Monitor Embedded for Sharp OSA Product Manual www.monitorbm.com Monitor Embedded Solutions Framework 2014 Monitor Business Machines Ltd The software contains proprietary information of Monitor Business

More information

Installation Guide. Mobile Print for Business version 1.0. July 2014 Issue 1.0

Installation Guide. Mobile Print for Business version 1.0. July 2014 Issue 1.0 Installation Guide Mobile Print for Business version 1.0 July 2014 Issue 1.0 Fuji Xerox Australia 101 Waterloo Road North Ryde NSW 2113 For technical queries please contact the Fuji Xerox Australia Customer

More information

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3 Enterprise Vault.cloud CloudLink Google Account Synchronization Guide CloudLink 4.0.1 to 4.0.3 Enterprise Vault.cloud: CloudLink Google Account Synchronization Guide Last updated: 2018-06-08. Legal Notice

More information

Deltek Touch Expense for Ajera. Touch 1.0 Technical Installation Guide

Deltek Touch Expense for Ajera. Touch 1.0 Technical Installation Guide Deltek Touch Expense for Ajera Touch 1.0 Technical Installation Guide June 01, 2018 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical

More information

HR-Lite Database & Web Service Setup Guide

HR-Lite Database & Web Service Setup Guide HR-Lite Database & Web Service Setup Guide Version: 1.00 HR21 Limited All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical,

More information

KYOCERA Net Admin User Guide

KYOCERA Net Admin User Guide KYOCERA Net Admin User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

OASYS OASYS WORKSTATION INSTALLATION GUIDE

OASYS OASYS WORKSTATION INSTALLATION GUIDE OASYS OASYS WORKSTATION INSTALLATION GUIDE VERSION 8.0 DECEMBER 21, 2017 Copyright 2017 DTCC. All rights reserved. This work (including, without limitation, all text, images, logos, compilation and design)

More information

Supervisor Print Release

Supervisor Print Release Supervisor Print Release Installation, Configuration and User Guide www.monitorbm.com Supervisor Print Release 2014 Monitor Business Machines Ltd The software contains proprietary information of Monitor

More information

Business Insights Dashboard

Business Insights Dashboard Business Insights Dashboard Sage 500 ERP 2000-2013 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service names mentioned herein are registered trademarks or trademarks

More information

Server Installation ZENworks Mobile Management 2.6.x January 2013

Server Installation ZENworks Mobile Management 2.6.x January 2013 www.novell.com/documentation Server Installation ZENworks Mobile Management 2.6.x January 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of

More information

AccessVia Publishing Platform

AccessVia Publishing Platform AccessVia Publishing Platform Installation and Setup Guide Publishing Platform Manager Version: 8.6.x Written by: Product Documentation, R&D Date: February 2014 2014 Perceptive Software. All rights reserved

More information

ActiveFlow. Installation Guide. Revision Date: Feb 15, 2011

ActiveFlow. Installation Guide. Revision Date: Feb 15, 2011 ActiveFlow Revision Date: Feb 15, 2011 DISCLAIMER: The names of files, values and reports in this Guide may differ slightly from those in the example files supplied with your software. Page 1 The information

More information

Guide to Installing DYNAMICS Security Pack

Guide to Installing DYNAMICS Security Pack Guide to Installing DYNAMICS Security Pack Introduction The Security Pack feature of DYNAMICS 7 is designed to assist labs that require compliance with 21 CFR Part 11 of the Code of Federal Regulations.

More information

DataFlux Web Studio 2.5. Installation and Configuration Guide

DataFlux Web Studio 2.5. Installation and Configuration Guide DataFlux Web Studio 2.5 Installation and Configuration Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2014. DataFlux Web Studio 2.5: Installation and Configuration

More information

Migrating to MIL-Comply SQL Server Edition

Migrating to MIL-Comply SQL Server Edition Migrating to MIL-Comply SQL Server Edition Step by step instructions for migrating MIL-Comply s local database to Microsoft SQL Server or SQL Server Express. Pre-start Checklist: The following items must

More information

ZL UA Exchange 2013 Archiving Configuration Guide

ZL UA Exchange 2013 Archiving Configuration Guide ZL UA Exchange 2013 Archiving Configuration Guide Version 8.0 January 2014 ZL Technologies, Inc. Copyright 2014 ZL Technologies, Inc.All rights reserved ZL Technologies, Inc. ( ZLTI, formerly known as

More information

Sage Installation and System Administrator s Guide. March 2019

Sage Installation and System Administrator s Guide. March 2019 Sage 100 2019 Installation and System Administrator s Guide March 2019 2019 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service names mentioned herein

More information

Jonas Activity Management Technical Deployment Guide

Jonas Activity Management Technical Deployment Guide Jonas Activity Management Technical Deployment Guide [] Software for Life Jonas Activity Management Technical Deployment Guide, Jonas, Jonas Software, Software for Life, and Gary Jonas Computing are registered

More information

VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database

VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database For multiple versions Have documentation feedback? Submit a Documentation Feedback support ticket using

More information

Chapter A2: BankLink Books clients

Chapter A2: BankLink Books clients Chapter A2: BankLink Books clients This chapter is aimed at BankLink Administrators This Chapter covers the options available for processing in BankLink Books. The BankLink Service Agreement permits you

More information

DENTRIX ENTERPRISE 8.0.5

DENTRIX ENTERPRISE 8.0.5 DENTRIX ENTERPRISE 8.0.5 CLIENT INSTALLATION GUIDE PRACTICE SOLUTIONS www.dentrixenterprise.com 1-800-DSCHEIN ii Publication Date July 2015 Copyright 2015 Henry Schein, Inc. All rights reserved. No part

More information

Oracle Hospitality Simphony Venue Management Installation Guide Release 3.10 E March 2018

Oracle Hospitality Simphony Venue Management Installation Guide Release 3.10 E March 2018 Oracle Hospitality Simphony Venue Management Installation Guide Release 3.10 E89837-02 March 2018 Copyright 2002, 2018, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

XLmanage Version 2.4. Installation Guide. ClearCube Technology, Inc.

XLmanage Version 2.4. Installation Guide. ClearCube Technology, Inc. XLmanage Version 2.4 Installation Guide ClearCube Technology, Inc. www.clearcube.com Copyright and Trademark Notices Copyright 2009 ClearCube Technology, Inc. All Rights Reserved. Information in this document

More information

Asigra Cloud Backup v13.3 DS-Mobile Client User Guide. September 2017

Asigra Cloud Backup v13.3 DS-Mobile Client User Guide. September 2017 Asigra Cloud Backup v13.3 DS-Mobile Client User Guide Disclaimer Information in this document is subject to change without notice and does not represent a commitment on the part of Asigra Inc. Asigra Inc.

More information

INSTALLATION INSTRUCTIONS

INSTALLATION INSTRUCTIONS INSTALLATION INSTRUCTIONS NZ Tax Management Version: 2015.04 Service Pack Author Created and Published by Reckon Limited Level 12, 65 Berry Street North Sydney NSW 2060 Australia ACN 003 348 730 All Rights

More information

x10data Application Platform v7.1 Installation Guide

x10data Application Platform v7.1 Installation Guide Copyright Copyright 2010 Automated Data Capture (ADC) Technologies, Incorporated. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without limiting the

More information

Installation Instructions for SAS Activity-Based Management 6.2

Installation Instructions for SAS Activity-Based Management 6.2 Installation Instructions for SAS Activity-Based Management 6.2 Copyright Notice The correct bibliographic citation for this manual is as follows: SAS Institute Inc., Installation Instructions for SAS

More information

Installing Vovici EFM Community Version Fall 2007 (3.00) on Windows 2003 Server. November For support, contact Vovici Technical Support.

Installing Vovici EFM Community Version Fall 2007 (3.00) on Windows 2003 Server. November For support, contact Vovici Technical Support. Installing Vovici EFM Community Version Fall 2007 (3.00) on Windows 2003 Server November 2007 For support, contact Vovici Technical Support. Please contact Vovici Technical Support if you believe any of

More information

UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS)

UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS) UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS) Installation Guide NEC NEC Corporation October 2010 NDA-30362, Revision 15 Liability Disclaimer NEC Corporation reserves the right

More information

Password Reset Server Installation

Password Reset Server Installation Password Reset Server Installation Vista/Server 08 and Windows 7/Server 2008 R2 Table of Contents I. Requirements... 4 A. System Requirements... 4 B. Domain Account Requirements... 5 C. Recommendations...

More information

MassTransit 6.0 Enterprise Web Configuration For Windows 2008 Server

MassTransit 6.0 Enterprise Web Configuration For Windows 2008 Server MassTransit 6.0 Enterprise Web Configuration For Windows 2008 Server March 17, 2009 Group Logic, Inc. 1100 North Glebe Road, Suite 800 Arlington, VA 22201 Phone: 703-528-1555 Fax: 703-528-3296 E-mail:

More information

Sage X3 Intelligence Financial Reporting. Installation and Upgrade Guide

Sage X3 Intelligence Financial Reporting. Installation and Upgrade Guide Financial Reporting Installation and Upgrade Guide The software described in this document is protected by copyright, and may not be copied on any medium except as specifically authorized in the license

More information

Knowledge Portal 2.6. Installation and Configuration Guide

Knowledge Portal 2.6. Installation and Configuration Guide Knowledge Portal 2.6 Installation and Configuration Guide 2012 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this

More information

Chapter A1: Setting up BankLink Practice, BankLink Notes and BankLink Notes Online

Chapter A1: Setting up BankLink Practice, BankLink Notes and BankLink Notes Online Chapter A1: Setting up BankLink Practice, BankLink Notes and BankLink Notes Online This chapter is aimed at BankLink Administrators This chapter covers setting up BankLink Practice and BankLink Notes Online

More information

Scribe Insight Installation Guide. Version August 10, 2011

Scribe Insight Installation Guide. Version August 10, 2011 Scribe Insight Installation Guide Version 7.0.2 August 10, 2011 www.scribesoft.com Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form

More information

Asigra Cloud Backup v13.3 DS-Notebook Client User Guide. September 2017

Asigra Cloud Backup v13.3 DS-Notebook Client User Guide. September 2017 Asigra Cloud Backup v13.3 DS-Notebook Client User Guide Disclaimer Information in this document is subject to change without notice and does not represent a commitment on the part of Asigra Inc. Asigra

More information

ATX Document Manager. User Guide

ATX Document Manager. User Guide ATX Document Manager User Guide ATX DOCUMENT MANAGER User Guide 2008 CCH Small Firm Services. All rights reserved. 6 Mathis Drive NW Rome, GA 30165 No part of this manuscript may be copied, photocopied,

More information

Scribe Insight Installation Guide. Version May 17, 2013

Scribe Insight Installation Guide. Version May 17, 2013 Scribe Insight Installation Guide Version 7.6.1 May 17, 2013 www.scribesoft.com Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form

More information

Microsoft SQL Installation and Setup

Microsoft SQL Installation and Setup This chapter provides information about installing and setting up Microsoft SQL. Encrypted Database Not Supported, page 1 Install and Setup Microsoft SQL Server, page 1 Database Migration Required for

More information

SecurEnvoy Microsoft Server Agent

SecurEnvoy Microsoft Server Agent SecurEnvoy Microsoft Server Agent SecurEnvoy Global HQ Merlin House, Brunel Road, Theale, Reading. RG7 4TY Tel: 0845 2600010 Fax: 0845 260014 www.securenvoy.com SecurEnvoy Microsoft Server Agent Installation

More information

Last Updated: 14 February 2011 Version 6.5. Page 1

Last Updated: 14 February 2011 Version 6.5. Page 1 Last Updated: 14 February 2011 Version 6.5 Page 1 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the current view of Propalms Ltd. on the issues discussed

More information

Page Fault Monitor. by Software Verify

Page Fault Monitor. by Software Verify Page Fault Monitor by Software Verify Copyright Software Verify Limited (c) 2015-2017 MAP File Browser MAP file contents inspector by Welcome to the MAP File Browser software tool. MAP File Browser is

More information

Tofino CMP Installation & Upgrade Guide Tofino CMP Version Tofino Firmware Version 1.7.0

Tofino CMP Installation & Upgrade Guide Tofino CMP Version Tofino Firmware Version 1.7.0 Tofino CMP Installation & Upgrade Guide Tofino CMP Version 1.7.0 Tofino Firmware Version 1.7.0 March 9, 2012 Copyright Information By res Security Inc and MT L Instrum ents While this information is presented

More information

Deltek winsight Dashboard 6.5. Installation Guide

Deltek winsight Dashboard 6.5. Installation Guide Deltek winsight Dashboard 6.5 Installation Guide August 17, 2012 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical errors

More information

Inmagic Content Server Enterprise Inmagic Content Server Standard Version 1.3 Installation Notes

Inmagic Content Server Enterprise Inmagic Content Server Standard Version 1.3 Installation Notes Inmagic Content Server Enterprise Inmagic Content Server Standard Version 1.3 Installation Notes Thank you for purchasing Inmagic Content Server. Content Server is an enterprise-wide scalable content management

More information

Scribe Insight Installation Guide. Version August 6,

Scribe Insight Installation Guide. Version August 6, Scribe Insight Installation Guide Version 7.7.0 August 6, 2015 www.scribesoft.com Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form

More information

MassTransit Enterprise Web Configuration

MassTransit Enterprise Web Configuration MassTransit Enterprise Web Configuration Version: 2.1.1 Date: 03/04/2008 Group Logic, Inc. 1110 N. Glebe Road, Suite 450 Arlington, VA 22201 Phone: (703) 528-1555 Fax: (703) 527-2567 Email: info@grouplogic.com

More information

Microsoft Dynamics GP Web Client Installation and Administration Guide For Service Pack 1

Microsoft Dynamics GP Web Client Installation and Administration Guide For Service Pack 1 Microsoft Dynamics GP 2013 Web Client Installation and Administration Guide For Service Pack 1 Copyright Copyright 2013 Microsoft. All rights reserved. Limitation of liability This document is provided

More information

LifeSize Control Installation Guide

LifeSize Control Installation Guide LifeSize Control Installation Guide January 2009 Copyright Notice 2005-2009 LifeSize Communications Inc, and its licensors. All rights reserved. LifeSize Communications has made every effort to ensure

More information

Metastorm BPM Release 7.6

Metastorm BPM Release 7.6 Metastorm BPM Release 7.6 Administration Guide May 2008 Metastorm Inc. email: inquiries@metastorm.com http://www.metastorm.com Metastorm BPM Release 7.6 Copyrights and Trademarks 1996-2008 Metastorm Inc.

More information

McAfee Firewall Enterprise epolicy Orchestrator Extension

McAfee Firewall Enterprise epolicy Orchestrator Extension Integration Guide Revision A McAfee Firewall Enterprise epolicy Orchestrator Extension COPYRIGHT Copyright 2012 McAfee, Inc. Do not copy without permission. TRADEMARK ATTRIBUTIONS McAfee, the McAfee logo,

More information

Database Creation & Setup for SQL Server

Database Creation & Setup for SQL Server Database Creation & Setup for SQL Server INSTALLATION MANUAL D000480 rev 4.0 TRADEMARK NOTICE Bentley and the "B" Bentley logo are registered or non-registered trademarks of Bentley Systems, Inc. or Bentley

More information

Reconfiguring VMware vsphere Update Manager. 17 APR 2018 VMware vsphere 6.7 vsphere Update Manager 6.7

Reconfiguring VMware vsphere Update Manager. 17 APR 2018 VMware vsphere 6.7 vsphere Update Manager 6.7 Reconfiguring VMware vsphere Update Manager 17 APR 2018 VMware vsphere 6.7 vsphere Update Manager 6.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Smart Access Control System Software User Manual (Client Version)

Smart Access Control System Software User Manual (Client Version) Disclaimer 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

More information

Sage Installation and System Administrator s Guide. October 2016

Sage Installation and System Administrator s Guide. October 2016 Sage 100 2017 Installation and System Administrator s Guide October 2016 2016 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service names mentioned herein

More information

INSTALLATION GUIDE Spring 2017

INSTALLATION GUIDE Spring 2017 INSTALLATION GUIDE Spring 2017 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation Agreement and

More information

VMware Horizon JMP Server Installation and Setup Guide. 13 DEC 2018 VMware Horizon 7 7.7

VMware Horizon JMP Server Installation and Setup Guide. 13 DEC 2018 VMware Horizon 7 7.7 VMware Horizon JMP Server Installation and Setup Guide 13 DEC 2018 VMware Horizon 7 7.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you

More information

HP Intelligent Management Center v7.1 MySQL 5.6 Installation and Configuration Guide (Windows)

HP Intelligent Management Center v7.1 MySQL 5.6 Installation and Configuration Guide (Windows) HP Intelligent Management Center v7.1 MySQL 5.6 Installation and Configuration Guide (Windows) Abstract This document provides installation and configuration information for MySQL. It includes the procedures

More information

MassTransit Server Installation Guide for Windows

MassTransit Server Installation Guide for Windows MassTransit 6.1.1 Server Installation Guide for Windows November 24, 2009 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

Deltek winsight Analytics Excel Connect 8.0. Installation Guide

Deltek winsight Analytics Excel Connect 8.0. Installation Guide Deltek winsight Analytics Excel Connect 8.0 Installation Guide December 2014 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical

More information

NetSupport ServiceDesk Product Manual Version 3.10

NetSupport ServiceDesk Product Manual Version 3.10 NetSupport ServiceDesk Product Manual Version 3.10 Manual COPYRIGHT (C) 2013 NetSupport Ltd. All rights reserved. The Information in this document is subject to change without notice. NetSupport Ltd. reserves

More information

EMC SourceOne for Microsoft SharePoint Version 7.1

EMC SourceOne for Microsoft SharePoint Version 7.1 EMC SourceOne for Microsoft SharePoint Version 7.1 Installation Guide 302-000-151 REV 01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2009-2013

More information

Deltek winsight Analytics Briefing Wizard 8.0. Installation Guide

Deltek winsight Analytics Briefing Wizard 8.0. Installation Guide Deltek winsight Analytics Briefing Wizard 8.0 Installation Guide December 2014 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or

More information

Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or

Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or 7.93 Update Guide 092513 2013 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying,

More information

Installation Guide. EventTracker Enterprise. Install Guide Centre Park Drive Publication Date: Aug 03, U.S. Toll Free:

Installation Guide. EventTracker Enterprise. Install Guide Centre Park Drive Publication Date: Aug 03, U.S. Toll Free: EventTracker Enterprise Install Guide 8815 Centre Park Drive Publication Date: Aug 03, 2010 Columbia MD 21045 U.S. Toll Free: 877.333.1433 Abstract The purpose of this document is to help users install

More information

Sage 500 ERP 2016 Business Insights Dashboard Guide

Sage 500 ERP 2016 Business Insights Dashboard Guide Sage 500 ERP 2016 Business Insights Dashboard Guide This is a publication of Sage Software, Inc. Copyright 2015 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service

More information

Millennium Expert/Enterprise Installation Guide Version Table of Contents

Millennium Expert/Enterprise Installation Guide Version Table of Contents Millennium Expert/Enterprise Installation Guide Version 5.0.3599 Table of Contents Section Page Installing Microsoft SQL Server 2 Installing Millennium Server software 9 Installing Millennium Databases

More information

Attix5 Pro Storage Platform Console

Attix5 Pro Storage Platform Console Attix5 Pro Storage Platform Console V7.0.1 User Manual for Microsoft Windows Your guide to managing the Attix5 Pro backup environment using the Storage Platform Console. 0 Copyright notice and proprietary

More information

Installation Guide. May vovici.com. Vovici Enterprise Version 6.1. Feedback that drives vision.

Installation Guide. May vovici.com. Vovici Enterprise Version 6.1. Feedback that drives vision. Installation Guide Vovici Enterprise Version 6.1 May 2011 For installation support, please contact our Vovici Enterprise installation experts at installefmc@. If phone support is requested an installation

More information

Installation Manual. Fleet Maintenance Software. Version 6.4

Installation Manual. Fleet Maintenance Software. Version 6.4 Fleet Maintenance Software Installation Manual Version 6.4 6 Terri Lane, Suite 700 Burlington, NJ 08016 (609) 747-8800 Fax (609) 747-8801 Dossier@dossiersystemsinc.com www.dossiersystemsinc.com Copyright

More information

Reconfiguring VMware vsphere Update Manager. Update 1 VMware vsphere 6.5 vsphere Update Manager 6.5

Reconfiguring VMware vsphere Update Manager. Update 1 VMware vsphere 6.5 vsphere Update Manager 6.5 Reconfiguring VMware vsphere Update Manager Update 1 VMware vsphere 6.5 vsphere Update Manager 6.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Project management integrated into Outlook

Project management integrated into Outlook Project management integrated into Outlook InLoox PM 7.x off-line operation An InLoox Whitepaper Published: November 2011 Copyright: 2011 InLoox GmbH. You can find up-to-date information at http://www.inloox.com

More information

Early Data Analyzer Web User Guide

Early Data Analyzer Web User Guide Early Data Analyzer Web User Guide Early Data Analyzer, Version 1.4 About Early Data Analyzer Web Getting Started Installing Early Data Analyzer Web Opening a Case About the Case Dashboard Filtering Tagging

More information

Welcome to the. SACRRA Data Master Application. Administration Guide

Welcome to the. SACRRA Data Master Application. Administration Guide Welcome to the SACRRA Data Master Application Administration Guide SACRRA DMA Help Guide v1.0 Copyright 2015 - All Rights Reserved - South African Credit & Risk Reporting Association SACRRA Contents COPYRIGHT...

More information

KYOCERA Net Admin Installation Guide

KYOCERA Net Admin Installation Guide KYOCERA Net Admin Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for

More information

SmartDispatch Installation Guide

SmartDispatch Installation Guide SmartDispatch Installation Guide Copyright Information Hytera is the trademark or registered trademark of Hytera Communications Corporation Limited. (the Company) in PRC and/or other countries or areas.

More information

Scribe Insight Installation Guide. Version February 17,

Scribe Insight Installation Guide. Version February 17, Scribe Insight Installation Guide Version 7.7.0 February 17, 2014 www.scribesoft.com Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any

More information

ORACLE USER PRODUCTIVITY KIT UPGRADE RELEASE SERVICE PACK 2 PART NO. E

ORACLE USER PRODUCTIVITY KIT UPGRADE RELEASE SERVICE PACK 2 PART NO. E ORACLE USER PRODUCTIVITY KIT UPGRADE RELEASE 3.6.1 SERVICE PACK 2 PART NO. E17977-01 JUNE 2010 COPYRIGHT Copyright 1998, 2010, Oracle and/or its affiliates. All rights reserved. Part No. E17977-01 Oracle

More information

FrameworkDirect Installation & User Guide

FrameworkDirect Installation & User Guide FrameworkDirect Installation & User Guide Version 1.0.184 FrameworkDirect Installation & User Guide 1 SoftWriters, Inc. has made every effort to ensure that this manual is correct and accurate, but reserves

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

Remote Indexing Feature Guide

Remote Indexing Feature Guide Remote Indexing Feature Guide EventTracker Version 8.2 Publication Date: Sept. 8, 2016 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Abstract The purpose of this document is

More information

Tools ~ Report Tool. User Manual Tools ~ Report Tool. Product Version: 7.0 Version of this manual: Inepro B.V. All rights reserved

Tools ~ Report Tool. User Manual Tools ~ Report Tool. Product Version: 7.0 Version of this manual: Inepro B.V. All rights reserved Tools ~ Report Tool User Manual Tools ~ Report Tool Product Version: 7.0 Version of this manual: 7.0.3 2016 Inepro B.V. All rights reserved Tools ~ Report Tool The most versatile Back Office Solution

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

FuegoBPM TM Enterprise Process Orchestration Engine Configuration Instructions for a JVM Engine

FuegoBPM TM Enterprise Process Orchestration Engine Configuration Instructions for a JVM Engine FuegoBPM TM Enterprise Process Orchestration Engine Configuration Instructions for a JVM Engine FUEGOBPM System Administration Training PART NO. FEPOECv5.5 Date January 1, 2005 Copyright Fuego, Inc. 2004.

More information

APPENDIX B: INSTALLATION AND SETUP

APPENDIX B: INSTALLATION AND SETUP APPENDIX B: INSTALLATION AND SETUP Page A. Overview... B:1 How do I install and setup ICMS?... B:1 Do I need special security rights to install ICMS?... B:1 Installation Basics... B:1 How do I get a quick

More information

Installation and Upgrade Guide. Front Office v9.0

Installation and Upgrade Guide. Front Office v9.0 c Installation and Upgrade Guide Front Office v9.0 Contents 1.0 Introduction... 4 2.0 Prerequisites... 5 2.1 Database... 5 2.2 Portal and Web Service... 5 2.3 Windows Service... 5 3.0 New Installation...

More information

Lasso Continuous Data Protection Lasso CDP Client Guide August 2005, Version Lasso CDP Client Guide Page 1 of All Rights Reserved.

Lasso Continuous Data Protection Lasso CDP Client Guide August 2005, Version Lasso CDP Client Guide Page 1 of All Rights Reserved. Lasso CDP Client Guide August 2005, Version 1.6.8 Lasso CDP Client Guide Page 1 of 32 Copyright Copyright 2005 Lasso Logic, LLC. All Rights Reserved. No part of this publication may be reproduced, stored

More information

Update Guide

Update Guide 7.91.50 Update Guide 111209 2009 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying,

More information

Prophet 21 Middleware Installation Guide. version 12.16

Prophet 21 Middleware Installation Guide. version 12.16 version 12.16 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents, including the viewpoints, dates and functional content

More information

PDI CRM Setup PDI Spirit

PDI CRM Setup PDI Spirit PDI CRM Setup PDI CRM Setup 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, taping, or

More information

Inmagic Genie 2.10 Installation Notes, Revision 3, for New and Upgrade Installations

Inmagic Genie 2.10 Installation Notes, Revision 3, for New and Upgrade Installations Inmagic Genie 2.10 Installation Notes, Revision 3, for New and Upgrade Installations Thank you for purchasing Inmagic Genie. This document is intended for the following installations: New Genie installations

More information

Legal Notes. Regarding Trademarks KYOCERA MITA Corporation

Legal Notes. Regarding Trademarks KYOCERA MITA Corporation Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for any problems arising from

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

E-Report. User Manual

E-Report. User Manual E-Report User Manual 2011 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, taping, or information

More information

COGNOS (R) ENTERPRISE BI SERIES COGNOS REPORTNET (TM)

COGNOS (R) ENTERPRISE BI SERIES COGNOS REPORTNET (TM) COGNOS (R) ENTERPRISE BI SERIES COGNOS REPORTNET (TM) GETTING STARTED Cognos ReportNet Getting Started 07-05-2004 Cognos ReportNet 1.1MR1 Type the text for the HTML TOC entry Type the text for the HTML

More information

Shavlik Protect. Upgrade Guide

Shavlik Protect. Upgrade Guide Shavlik Protect Upgrade Guide Copyright and Trademarks Copyright Copyright 2009 2014 LANDESK Software, Inc. All rights reserved. This product is protected by copyright and intellectual property laws in

More information

Installation Guide Updated August, 2016

Installation Guide Updated August, 2016 Updated August, 2016 2016 RMTrack Issue Tracking Solutions Inc. Table of Contents Overview... 4 Notes for this Document... 4 A Note from RMTrack Support... 4 Install Executable... 4 System Requirements

More information

Employee Web Services. Installation Guide

Employee Web Services. Installation Guide Employee Web Services This is a publication of Abila, Inc. Version 2017.x 2016 Abila, Inc. and its affiliated entities. All rights reserved. Abila, the Abila logos, and the Abila product and service names

More information