Configure your Web Server
You can configure your web server as per your authentication details using IIS to run DSWeb 3. See Install IIS for more details.
- Install DSWeb 3.
- Open IIS of your computer.
- In the Connections panel, double-click your Computer.
- Then double-click Sites.
- Then double-click Default Web Site. DSWeb should be available here.
- Click on DSWeb. This will display DSWeb Home features on the right.
- Here, you may now edit your connection settings by double-clicking on Connection Strings and then double-clicking on CnnStr Window to Edit Connection String opens.
- Select SQL Server.
- Enter your server and authentication details.
- Modify the following highlighted texts:
<add key="DB_Name" value=" DSWEBVERSION3DATABASENAME" />
<add key="SqlServer" value=" SQLSERVERNAME " />
<add key="SqlDatabase" value=" DSWEBVERSION3DATABASENAME " />
<add name="CnnStr" connectionString="Data Source=SQLSERVERNAME;Initial Catalog=DSWEBVERSION3DATABASENAME;Persist Security Info=True;User ID=SQLUSERNAME; Password=SQLSERVERPASSWORD" />
|
where;
SQLSERVERNAME = Your SQL Server Name (i.e: sentineldata)
DSWEBVERSION3DATABASENAME = Your DSWEB Version 3 Database Name (i.e: DSWEBV3)
SQLUSERNAME = SQL Server login name that has full access into the DsWeb Database (Default: dswebuser)
SQLSERVERPASSWORD = Password for the login account stated above (Default: dswebuser)
- Then press OK.
Note:
|
If DSWeb users are to be permitted to upload data directly to the DataSight database, DSWeb's IIS User will require write and modify permissions on the Upload folder.
Alternatively to change the connection settings, use Notepad or any other text editor as an Administrator and open the file C:\inetpub\wwwroot\DSWeb \Web.config
|
Related Articles
Linking Web API in DataSight
DataSight supports ingesting data from Web APIs. An API key is required to connect to the API Server in order to request the data. Currently DataSight supports requesting data (ie. a PULL operation) in an Automated Task, which requests data from the ...
Configure MS SQL Server
Create your DSWeb Database Launch DataSight Administrator. With the necessary privileges, login to the server where your database is to be created. Click New DSWeb Database in the DataSight Database group of the DataSight Administrator Ribbon. The ...
Configure Data Visibility
DSWeb provides multiple layers of control over the publishing and visibility of data in your DataSight database. Generally, the steps to configure data visibility are: Select databases that DSWeb will publish. You may have multiple DataSight ...
Configure General Settings
Configure or modify Global Settings In the Configuration Group on the Service Manager Ribbon, click General. The Global Settings window will appear in the main panel. Enter the Global Service Interval (e.g. 1 minute, 10 minute etc). Enter the ...
Web Browser
The internal Web Browser can be used to access pages from the internet. Within the browser, you can also move backward and forward through web pages. Launch the Web Browser Make sure that your computer is connected to the internet and DataSight is ...