Go to documentation repository
Page History
...
To install Intellect Web Report System, do the following:
- Run the the setup.exe installation package.Click Next in the welcome window of setup wizard.
executable file in the distribution root directory. - To continue the installation process, click Next.
- Read one should accept the terms of the License agreement by setting license agreement carefully. Then set the switch into to I accept the terms of the License agreement position. Then and click Next.
- The
Select
DB Server window is displayed.MS SQL Server DB server and set the connection parameters (for details, see Installation of INTELLECT™ software as a Server/Remote administrator workplace). To continue the installation process, click Next.
Info title Note. From the Select DB Server from the drop-down list select SQL server where the database of the Intellect software package configuration is located. The database of Intellect Web Report System will be created on the same SQL server.
Info title Note. The Intellect Web Report System database will be created on the selected SQL server.
Later it's possible to move the database of Intellect Web Report System to another SQL server. The changes should be made in After that, it is necessary to make changes to the <Intellect installation directory>\Modules\Wt2\Web.config file by correcting the ReportSystemConnectionString connection string:
- <add <add name="ReportSystemConnectionString" connectionString="Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=ReportSystem;Data Source=(local)\SQLEXPRESS2014;" providerName="System.Data.SqlClient"/>
Set the authentication method that will be used by the Intellect Web Report System while connecting to SQL server with the database of the Intellect software package configuration.
Connecting by the Windows Account information method there is a confirmation of user identity by using current account information of Windows OS. Method of using specified user name and password allows confirming SQL server authenticity.Info title Note. Windows Account information method is used in the following cases:
- When SQL server where it's necessary to create Intellect Web Report System database and system itself are installed on one computer.
- When SQL server and Intellect Web Report System system are installed on different computers connected by TCP/IP and located in one network domain. An account for user that is authorized in Windows OS on computer where Intellect Web Report System is installed should be created in Windows OS on computer with installed SQL server.
Info title Note. Method of using login and password is for the following cases:
- When SQL server where it's necessary to create Intellect Web Report System system database and system itself are installed on one computer.
- When SQL server and Intellect Web Report System system are installed on different computers connected by TCP/IP and located in one network domain. At the same time specified user name (login) and password should be the same as user name (login) and password that are used to SQL server access.
To continue the installation process click Next.
A window will appear in which it is necessary to set the connection string of the Intellect Web Report System to the main Intellect database, to the POS Intellect receipts database, and to the Auto Intellect databasesSpecify the connection strings to the main Intellect database and the POS Intellect receipts database. The connected databases will serve as a data source when creating reports.
Info title Note.
If the POS Intellect software and the Auto Intellect software are installed after the Intellect Web Report System installation, the connection of Intellect Web Report System database to the corresponding module is to be performed. Launch the Repairing mode of Intellect Web Report System and enter the corresponding connection strings (see Repairing).
To set connection string to the main Intellect database, do the following:8.1
Click Connection to the main Intellect DB.
As a result the Data link properties dialog box is displayed.
In the Data provider tab select Microsoft OLE DB Provider for SQL Server. Click Next.
As a result there will be an automatic switch to Connection.
In 1. Select or enter a server name line select from the list or enter manually the name of SQL server where the main Intellect database is stored.
To log on SQL server it is necessary to set authentication parameters. For this set switch into Use a specific user name and password position. In the User name and Password fields enter username (login) and password in order to connect to SQL server. Set the Allow saving password checkbox.
To check connection to SQL server click Test connection.
In case of successful connection the window with the Test connection succeeded message will be displayed.
It's necessary to click ОК in the window of message and as a result the window will be shut down automatically.
If the name of SQL server and/or authentication parameters that are used in order to connect to it were set wrong then the corresponding message is displayed.
To shut down the window with the message, click ОК. Then correct the data and check connection to SQL server once again.
If check of connection to SQL server is successful, select from the Select database on server list the name of connected
Info Database of the Time and Attendance module coincides with thetitle Note. database
.
Click ОК in the Data connection properties dialog box. As a result of this operation the dialog box will shut down.
Setting connection string to the main Intellect database is completed.
- In the same way, set the connection string to the POS Intellect database of receipts (the default database name is pos).
- Click the Next button to proceed to setting up the connection to the Auto Intellect databases.
- In the same way, set the connection string to the Traffic Detection database (the default database name is traffic_db).
In the same way, set the connection string to the License Plate Recognizer database (the default database name is lprex).
- Click Next to proceed to configuring the connection to the DetectorPack databases.
In the same way, setSet the connection string to the Intellect Detector Pack the DetectorPack database (the default database name is detectorpack)using Web.config configuration file.
Info title Note. If you install POS Intellect, Auto Intellect and DetectorPack after the Intellect Web Report System, it is necessary to connect the Intellect Web Report System database to the corresponding modules. To do this, start the repairing mode of the reporting subsystem and specify the appropriate connection strings (see Repairing).
You can also set the connection strings to the databases using the <Intellect installation directory>all databases through the <Intellect installation directory>\Modules\Wt2\Web.config file file. Examples of connection strings are given below:
- <add name="IntellectDB" connectionString="Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=intellect;Data Source=(local)\SQLEXPRESS2014" />
- <add name="PosDB" connectionString="Data Source=(local)\SQLEXPRESS2014;Persist Security Info=False;Integrated Security=SSPI;Initial Catalog=pos;Provider=SQLOLEDB.1" providerName="System.Data.SqlClient" />
- <add name="TrafficDB" connectionString="Provider=SQLOLEDB.1;Data Source=(local)\SQLEXPRESS2014;Persist Security Info=False;Integrated Security=SSPI;Initial Catalog=traffic_db" />
- <add name="DtDB" connectionString="Provider=SQLOLEDB.1;Data Source=(local)\SQLEXPRESS2014;Persist Security Info=False;Integrated Security=SSPI;Initial Catalog=dt" />
- <add name="ReportSystemConnectionString" connectionString="Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=ReportSystem;Data Source=(local)\SQLEXPRESS2014;" providerName="System.Data.SqlClient" />
- <add name="Analytics" connectionString="Server=localhost;Port=15432;User id=postgres;Password=Analytics_default_DB_4;Database=analytics;CommandTimeout=600;" providerName="Npgsql" />
- <add name="lprex" connectionString="Provider=SQLOLEDB.1;Data Source=(local)\SQLEXPRESS2014;Persist Security Info=False;Integrated Security=SSPI;Initial Catalog=lprex" />
- <add name="detectorpack" connectionString="Provider=SQLOLEDB.1;Data Source=(local)\SQLEXPRESS2014;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=detectorpack;"/>
- To continue the installation process, click Next. As a result of this operation installation starts.
- Message that Intellect Web Report System installation is finished is displayed in a new dialog box.
Intellect Web Report System installation is finished and system is installed in C:\Program Files (x86)\Intellect\Modules\Wt2 folder.
Info | ||
---|---|---|
| ||
If there is no folder it will be created automatically. |
...
title | Attention! |
---|
- , the copying of the necessary Intellect Web Report System files to the hard disk will start.
- After successful copying of the Intellect Web Report System components, a message about the completion of the installation process will be displayed. Then click Finish..
The installation of Intellect Web Report System is completed
...
.