Installing the IIS Help Desk Interface Add-on
IMPORTANT: The following instructions are for installing Version 5.x of the IIS Web Interface. These Instructions are not applicable to 'Mouse Tracks Web' version 6.5 and newer. Installation Procedures for Mouse Tracks Web 6.5 and newer can be found on gritware.com's download page. Version 5.x of the Web Interface will be depracated on 12/31/2007.
The Mouse Tracks IIS Help Desk Interface Add-on extends the Mouse Tracks Help Desk functionality to your Intranet. This interface allows users to access a personal help desk page where they can submit request, lookup request, and obtain self-help through a searchable
Knowledge Base. Technicians can view, update and close work orders through the web interface.The IIS Help Desk Add-On is included with the Mouse Tracks Enterprise Edition and is optional with the Standard Edition. See Comparing Mouse Tracks Editions for further information.
Installation Instructions
1. Download the latest help desk web interface Add-On for the version of Mouse Tracks that your are running from http://www.gritware.com.
2. Run the Downloaded EXE file on your IIS Server (Version 4.0 or higher).
3. Follow the installation wizard instructions. When choosing a folder for the files, make sure you select a folder underneath the webroot folder (e.g., c:\inetpub\wwwroot\webtracks5).
4. Edit the mt_init.inc file in the base installation folder using notepad.exe and configure the database connection string. See the following examples.
Microsoft Access Database Example
Const sConnString = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=E:\MtrackBE.MDB"
SQL Server Example
Const sConnString = "DRIVER={SQL Server};Server=mickey-xp;Database=mt;UID=sa;PWD="
DSN Example (requires configuration through the control panel's ODBC applet)
5. Set correct permissions for the IUSR_MACHINE IIS account (Access Databases Only)
Give the Internet Guest account (e.g., IUSR_MACHINE) Read/Write permissions on the database file (MTrackBE.mdb). The IUSR_MACHINE account must also have read/write access to the directory where the mtrackbe.mdb file resides. To make the appropriate changes, use the Security tab in Explorer to adjust the properties for this file/directory so that the Internet Guest account has the correct permissions.
6. Setup the IIS Help Desk Interface preferences.
From Mouse Tracks choose the menu item Tools--Configure Mouse Tracks and then switch to the 'IIS Help Desk Interface' tab. For further information on this step see Configuring Mouse Tracks.
7. Create a link from your Intranet page
Link Example - <a href="http://yourIISserver/webtracks5/mt_helpdesk.asp">Logon to Help Desk</a>
8. Open the link to mt_helpdesk.asp with your web browser and logon (the same logon ID's from the Mouse Tracks Client are used)
Trouble Shooting
Specific error message support article links
Created using Helpmatic Pro HTML