Install Guide

NOTE: The database scripts are mentioned here for customization purpose.
CREATE DATABASE [RapportDB]
ON PRIMARY
(NAME = N'Rapport_dat', FILENAME = N'C:\Program Files (x86)\Wyse\WDM\Database\Rapport4.MDF,
SIZE = 42496KB, MAXSIZE = UNLIMITED, FILEGROWTH = 10%)
LOG ON
(NAME = N'Rapport_log', FILENAME = N'C:\Program Files (x86)\Wyse\WDM\Database
\Rapport4.LDF', SIZE = 768KB, MAXSIZE = UNLIMITED, FILEGROWTH = 10%)
GO
1. The script le contains RapportDB Database creating scripts.
2. User or Administrator can change the le path. Default le path is C:\Program Files (x86)\Wyse\WDM\Database.
NOTE: Check the above mentioned folder to verify the step. This folder should contain Rapport4.mdf and
Rapport4.ldf.
Schema&User.sql
To create a user account execute the script. You can add and assign permission to any user account.
1. The script le contains the details about creating schema and User role.
2. The default values are rapport schema and rapport user. If you want to change the WDM access user, you can change from
here.
Tables.sql
This script le contains script for all table objects and constraints.
NOTE: Custom changes are not included in this le.
Userdenedtables.sql
This script le contains script for all the User Dened Table objects.
NOTE: Custom changes are not included in this le.
Views.sql
This script le contains script for all View objects.
NOTE: Custom changes are not included in this le.
Stored_Procedures.sql
This script le contains script for all Stored Procedure objects.
NOTE: Custom changes are not included in this le.
Default_Table_Data.sql
This script le contains script for all Default Table Data values such as, OS, Platform, Management Type, Default Groups, Default
Software Packages, Default Parm details, and so on.
NOTE: Custom changes are not included in this le.
CustomizeScript.sql
96