WN Help Desk Frequently Asked Questions

If you don't find the answer to your question on this site please contact us.



What are the user and file size limits for an Access MDB backend database file?
How does the Microsoft SQL Server compare to the Microsoft Access backend?
How can I generate custom reports on the data in WN Help Desk or WN Help Desk Web?
Can more than one person use the Help Desk at the same time?
Do I need to buy a copy for every computer on which I plan to use the software?
Are there any plans for new versions?
Do you have a version available for any languages besides English?
What documentation is available for WN Help Desk
How can I import information into the User Names table from another source
I am getting a "File not found" error message

 
What are the user and file size limits for an Access MDB backend database file?
According to Microsoft, the Access database engine has the following limitations:

Database (.mdb) file size 1 gig
Number of concurrent users 255
 
How can I generate custom reports on the data in WN Help Desk or WN Help Desk Web?
You can use any third-party application that can generate reports from an ODBC System DSN data source. For example, you can create reports in Crystal Reports, Microsoft Access, or Microsoft Excel. Below is an example of how to create data reports in Excel by querying the data using the Microsoft Query tool. The example steps are given using Excel 2000:
  • Create an ODBC System DSN connection to connect to your database
  • Open Microsoft Excel and select Data, Get External Data, New Database Query
  • From the list of Databases select the System DSN name that you created in the first step then click OK
  • Select the table names and/or columns that you wish to add to the query. In this example, select HelpRequests and UserNames then click Next
  • Select any filters for your data. In this example, select the CallTaken column, choose "is greater than" in the first drop-down list and select or enter a date value in the next drop-down list of "1999-01-01 00:00:00". Then, click the And options and enter "is less than" in the first drop-down list and enter a date value in the next drop-down list of "2000-01-01 00:00:00". Then, click the Next button.
  • Select any sort fields. In this example select "CallTaken" in the first drop-down box and choose the Ascending option. Then, select "TimeStamp" in the next drop-down list and choose the Ascending option. Click the next button.
  • In the "What would you like to do next?" screen select "Return Data to Microsoft Excel" and click Finish.
  • When prompted "Where do you want to put the data" select your begining cell and click OK.
  • The data will then be imported into Excel in the order you specified. In this example you would see any tickets for the 1999 calendar year sorted by the date and time the ticket was created.
  • You could then remove any unwanted fields, make any necessary calculations (such as average turn-time on closing a ticket), and create a graph of the performance directly within Excel.
 
Can more than one person use the Help Desk at the same time?
Absolutely. This product is designed to be used by multiple help desk technicians at the same time. Directions for setting up the application for multi-user access are below:
  • Place your backend database file in a location where all the help desk technicians have full control of the file.
  • Update your System DSN to point to the location of the database file on the network.
 
Do I need to buy a copy for every computer on which I plan to use the software?
No. If you purchase the full version you can use the software on as many computers as you like. You may also run the shareware evaluation version of the software on multiple computers. A license of the software allows you to run the software on as many technician workstation as you wish as long as they are accessing the same shared data file. If you wish to run multiple shared data files then you will need to purchase a license for each shared data file you wish to run. For WN Help Desk Web a license of the software allows as many users and technicians as you wish to access the web application, as long as the application is only supporting one data file. If you wish to host multiple web applications for different data files then you will need a license for each data file you wish to host.
 
Are there any plans for new versions?
We are always open to suggestions for new features. We will try to add any feature that is requested, but we cannot guarantee that we will be able to add all requested features. It is not our goal to compete directly with some of the larger, expensive, help desk companies in the market. Therefore, there are always going to be features that they have that we cannot add.
 
Do you have a version available for any languages besides English?
WN Help Desk stores all language tags for the application in the backend database. You can customize any of the text within the application to suit your needs by either modifying the English tags to better describe your environment, or by completely translating the language tags into another language.
 
What documentation is available for WN Help Desk
The application now comes with a full help file. The help file is available while within the software by pressing the F1 key, or as a menu item from the Start Menu program group where the software is installed. Support for registered users is available via the Registered Users area. Support for the shareware version of the software is available by using the Contact Us page. Registered users can expect to have their support issued addressed within 24 hours, usually within a matter of minutes during the business day. For non-registered users, your support issues will be addressed as soon as possible.
 
How can I import information into the User Names table from another source
To perform the following import you must have Microsoft Access installed on your computer. You perform the import of the CSV file from within Microsoft Access.

You need to create a CSV (comma-separated values) file with the following header:

"LastName", "FirstName", "PhoneNumber", "OfficeLocation", "OrgCode", "Admin", "LevelOfProficiency", "OperatingSystem", "EmployeeNumber", "EMail", "UserName", "Address1", "Address2", "City", "State", "ZIP", "Country", "Notes", "AllowLogin", "AllowEditInfo", "PrivLevel", "Password", "CustomField1", "CustomField2", "CustomField3", "CustomField4", "CustomField5", "CustomField6", "CustomField7", "CustomField8", "CustomField9"

You must include at least the LastName, FirstName, LevelOfProficiency, and EmployeeNumber. The other information is optional. If you do include an OrgCode the value must already exist in the OrgCodes table.

You import this information by selecting File, Get External Data, Import. Then, select the file that you wish to import. Select the Delimited option from the Import Text Wizard and click Next. Select Comma for the delimiter, click "First Row Contains Field Names" and click Next. Check the option for "In an Existing Table" and select the User Names table from the drop-down list then click Next. Click Finish and your information will be imported into the User Names table.

The following file is a sample text file that you can use as a template for importing user information into your User Names table:

Sample.zip

The same procedure could be used to populate any of the tables in the database. You can view the Design of a table to see what the required header names are and in what order the entries need to be placed in the CSV file.


I am receiving a "file not found" error message when any ASP page is trying to load
This is most-likely being caused by the IIS Lockdown tool being installed on the IIS Server. See the following article for more information:

http://www.windowsitpro.com/Web/Article/ArticleID/25225/25225.html