SPC-PC IV Explorer Web Interface Installation
|
Configuration File
SPC-PC IV Explorer uses a configuration file to determine the location of the database. This file is called spcweb.config and is
located in the application directory (e.g. C:\inetpub\wwwroot\SPCExplorerRT\). Open the config file with a simple text editor like Notepad.
Edit the fields as follows.
The following is an example of the configuration file when using an Access database:
The following is an example of the configuration file when using a database on SQL Server. If SQL Express is used, also set the "SQL Express" field to "True":
Details on the fields follows:
Active
This Active tag allows multiple databases to be contained within the configuration file.
However only the first database where Active=True will be opened by SPC Explorer Web.
Access
If using Microsoft Access set to True.
SQLServer
If using Microsoft SQL Server 2000 or earlier set to True.
SQLServerExpress
If using Microsoft SQL Server 2005 or later set to True.
Path
This is a path to the Microsoft Access database that will be used to
store the data for SPCExplorerWEB. It should be relative to the web server in
which SPCExplorerWEB was installed and should always be available. Leave this blank if using SQL Server for the backend.
SQLServerName
Set this field to machine name of the Microsoft SQL Server. Blank if using Access.
SQLServerDatabase
Set this field to the name of the database on the Microsoft SQL Server. Blank if using Access.
SQLServerUID
Set this field to a user ID that has access and write privileges to the database.
This user ID is unbeknownst to the end user and is not displayed at any time. Blank if using Access.
SQLServerPWD
Set this field to the password for the User ID. Blank if using Access.