What is it ?
What's New/Todo
Features
Setup instructions
Upgrade instructions
Usage
Help FAQ
New language support
Download
|
Upgrade Instructions
1. Upgrade from version 1.00
First, backup your old database (or use a new
database with MS SQL Server) and then follow the setup instructions
below.
Because of the customizable object added, database of version
1.01 has been updated from version 1.00. So next, you have to
migrate your old database content to the new database.
- Connect to HotLine Manager web site and add the Objects name
in the same order as the previous version listed them.
- Setup instructions.
- Management rules.
- Graphical User Interface
- Documentation.
- Other.
NB: if you have modified them (as some
people do), enter them in the ascending integer value associated
to each object.
- Next, yo must use the management interface of the database
(i.e. MS Access or MS SQL Server Enterprise Manager) to copy
the content of tables of your old database to the new one.
- With MS Access, you must export the data of the
old database tables to CSV files using the "Save As/Export"
command of the "File" menu. Then, open the new
database and import the CSV files in the following order.
- Status.
- Softwares
- Operators.
- Company.
- Contacts.
- Cases.
- Calls.
- With SQL Server, you must use the Enterprise
Manager to export data from your old database to the new one.Select
the following tables of the old database and export only data to
the corresponding tables of the new database.
- dbo.Status.
- dbo.Softwares.
- dbo.Operators.
- dbo.Company.
- dbo.Contacts.
- dbo.Cases.
- dbo.Calls.
- Database upgrade is finished and you can use HotLine Manager.
2. Upgrade from version 1.01.
Only new tables for language support have been added. So, you just have
to create this new tables and populate them with scripts.
- First, backup your datas and at least the "Includes/Config.inc"
file of the web server directory !
- Then, update the database structure to support language definition.
- With MS SQL Server, you must use Enterprise Manager
to run the script "LanguageCreation.sql". This
will create the required tables. Then, run the scripts "slqLangEngPopulation.sql"
to add English language support, "slqLangFrPopulation.sql"
to add French support, or "slqLangPortPopulation.sql"
to add Brazilian Portuguese support.
- With MS Access 97 or higher, open your current
database and import the tables structures and datas from the new
database for the following tables.
- Languages.
- LangAG.
- LangHN.
- LangOZ.
- Next, update the web pages by replacing them in your current
web server directory. Take care to update the "Includes/Config.inc",
which contains the database access directives for the web access, to
meet your need.
- Database upgrade is finished and you can use HotLine Manager.
|