To post a new topic, please Log in or register

FAQ: TeamWox Groupware installation

IKolesnikov
65
IKolesnikov 17/02/2010 17:27 | #

Technical support for TeamWox Groupware users

If you have any technical and functional questions, fill free to contact our support team Monday to Friday, 10:00 am - 18:00 pm Moscow time (GMT +4).
You can receive technical support:

A Legal SSL Certificate for TeamWox Collaboration System

By default the TeamWox server uses the SSL certificate issued by the unauthorized certification center MetaQuotes Software CA. This certificate has a serious disadvantage - web-browsers do not trust it. A couple of hours and 259 US dollars are enough for buying a legal certificate from any authorized center. Learn how to do it now.

IKolesnikov
65
IKolesnikov 17/02/2010 17:31 | #

Where is the license file for TeamWox stored?

The license file is stored here: <TeamWox installation path>\config\licence.lic .

The same file is sent by email at the address specified during TeamWox Groupware installation.

IKolesnikov
65
IKolesnikov 17/02/2010 17:31 | #

Being developers do you have access to our TeamWox Groupware?

Of course not, we do not have access to your TeamWox Groupware.

IKolesnikov
65
IKolesnikov 17/02/2010 17:42 | #

How can I save the Chat history?

All the TeamWox chat dialogs are saved automatically in the system. Here you can read more details about the Chat module.

In order to save the chat history from the website with the special page that initializes the module operation (for example, if you want to save the history of correspondence with our technical support team, or your clients wants to save the correspondence with you), copy the whole dialog to clipboard pressing the corresponding button in the web form:


After that you can paste the copied fragment, for example, to a text file using the Ctrl+V key combination or the Paste command of the console menu called by the left mouse button click.
Airat
87
Airat 23/02/2010 15:26 | #

How can I change the domain name or company name of my TeamWox server?

If you want to change the domain name, you should send a request for a new license at support@metaquotes.net. In your mail indicate the details that were specified during the TeamWox server installation:

  • company name
  • current domain name
  • e-mail address that was specified during initial installation
  • contact person
  • phone number
  • new domain name and\or new company name

The updated license file (licence.lic) will be mailed to you at the address you have specified at initial installation of TeamWox server. After you receive the new license file, the following actions have to be performed:

  1. Make backup copy of the current license.lic file stored in TeamWox server \config subfolder.
  2. Replace it with the updated license.lic file.
  3. Activate the license and start TeamWox service by the below command:
updater.exe /activate /start

At the license change all data existing in TeamWox databases is saved.
Airat
87
Airat 23/02/2010 16:51 | #

How to install a detached Firebird DBMS and connect TeamWox to it?

  1. Stop TeamWox by executing the command:
    <TeamWox installation path>\updater.exe /stop
  2. Download Firebird at http://www.firebirdsql.org.
  3. Install the DBMS in a separate directory, e.g. "C:\Program Files\Firebird".
  4. Edit the aliases.conf file in the "C:\Program Files\Firebird" directory, adding the following line to it:
    teamwox = c:\program files\teamwox\db\teamwox.fdb
  5. Edit the teamwox.cfg file in "<TeamWox installation path>\config", adding or replacing database connection parameters by the following ones:
    sql_user="sysdba"
    sql_password="masterkey"
    sql_address="localhost:teamwox"
  6. Start the bat file "install_classic.bat" from "C:\Program Files\Firebird\bin". The script will install the Firebird service and start it.
  7. Start TeamWox by the command:
    <TeamWox installation path>\updater.exe /start
Airat
87
Airat 23/02/2010 18:05 | #

I've installed the server, edited hosts on all client computers, the domain pings, but I can't enter TeamWox. What's the problem?

Please check the following:

  • incoming connections over the port 443 are allowed on the server where TeamWox is installed;
  • outgoing connections over the port 443 are allowed on client computers.
Airat
87
Airat 25/02/2010 12:45 | #

What is the difference between use of the SSL certificate supplied together with the system and use of an SSL certificate issued by a trusted certification authority?

By default the TeamWox server uses the SSL certificate issued by the unauthorized certification center MetaQuotes Software CA. This certificate being self-signed, i.e. not confirmed by an authorized certification authority, web browsers don't trust it and generate warning messages.

In this case you should add an exception for your browser, specifying that the exception is to be stored permanently (below is the example of exception adding in Mozilla Firefox 3.6).

If you don't want each user to perform these actions, purchase a legal certificate from any authorized certification authority. The process of certificate purchasing at Thawte Inc. is described in the article How to Get a Legal SSL Certificate for TeamWox?

Airat
87
Airat 25/02/2010 13:29 | #

What to do if the "This name already exists" message appears during TeamWox re-installation?

Each TeamWox license is bound to unique domain name. The license generating server can not issue a new license for the same domain name. That is why if you re-install your TeamWox server, specify the license file that was issued earlier:

Airat
87
Airat 25/02/2010 14:11 | #

How to limit access to TeamWox system?

There are several ways to restrict connections to the TeamWox server:

  • Authentication. You can restrict users' entering the system from the Security section of the Administration module, where you can set up special parameters, e.g. entering via a domain or use of a certificate:


  • Access rights. You can restrict a user's accessing the system in several ways. This can be done in the user's access rights editing as of the Server module. For example, if you want to allow a user to access the system only using a security certificate, disable all other authentication methods:


  • Restriction by IP addresses. In order to restrict the range of IP addresses from which a user can enter the system, you can set up the list of IP addresses in the User's Security. By default the whole range of IP addresses is allowed:


Back to topic list  | 12345678

To add comments, please Log in or register