When you click "Install Remote Components" from the Remote Components Install Wizard, a Javaw.exe process would be launched from JAVA_HOME\bin.
A Log for service desk remote MDB installation is created in %temp%\ca_service_desk_remote_setup_XXXXXX.log
Initialization steps:
- Remote components will check the source of its installation.
- It will use the Java components from the install media to launch the java interface of remote components and hence use this path as root directory.
- Check the existence of EIAM on the server.
Database Queries:
- Windows will search for osql.exe. This query to search for osql.exe would happen in all the paths defined in <path>
- It will use the one defined in the installation directory of sql
...\Program Files\Microsoft SQL Server\80\Tools\Binn\osql.exe
- OSQL.exe would query sql to verify the following but is not limited to
- SQL version
- Version of windows and Service pack level on which SQL is installed.
- membership of the "logged in" user.
- Query on the MS SQL installation directory to determine space requirements. If the drive has sufficient space then it would add the mount point to ...\Program Files\Microsoft SQL Server\MSSQL
After Verifying the system requirements to be sufficient for Remote components to run successfully it will start the process to create MDB.
- Run mdb setup command from E:\winsrvr.nt\mdb\mssql\setupmdb.bat
( media )
- Determine the DBMS type , DBMS instance, Set MDB name as MDB
- Set the source directory of MDB as E:\winsrvr.nt\mdb\mssql\setupmdb.bat and destination as %temp%\mdb . This is done as the files would be copied to %temp%\mdb
- The following files would be copied to %temp% directory from the media ( ..\winsrvr.nt\mdb\mssql ) in the order mentioned below:
Create folder MDB and copy the contents as below:
ddl
CreateMDBSignature.bat
getmdbversion.bat
LoadMDBUtil.exe
setupmdb.bat
mdb_mssql.sql
CumulativePatch < folder >
- Creates a 0 byte file called mdb_mssql.sql in %temp%\MDB .
Reads data from %temp%\mdb\DDL\mdb_mssql.sql and writes to %temp%\MDB\mdb_mssql.sql
Reads data from %temp%\mdb\mdb_mssql.sql and writes to ..\Mssql\data\mdb_log.LDF , mdb.mdf
- MDB is created in the above step after verifying the preexistence of MDB.
- Install cumulative patches on MDB by running %temp%\mdb\CumulativePatch\PatchMDB.bat
- Verifies the pre-existence of each patch and install andif not present else skips that MDB patch.
The MDB patches are changes to the MDB schema.
- Creates a user ServiceDesk in database and Grants database roles to 'ServiceDesk'.
service_desk_admin_group
service_desk_d_painter_group
service_desk_ro_group
amsgroup
regadmin
db_ddladmin
db_securityadmin
- Setting up MDB is complete , Servicedesk user in database is create and roles were added to Servicedesk to allow access to MDB.
- add_user.exe invoked from E:\winsrvr.nt\java\bin
- add_user.exe ServiceDesk <password> is executed to create a user called " ServiceDesk " in local machine.
Installation of remote components would not install any software on the database server nor make any registry changes apart from registry changes that are required to perform the above steps. For example creating a local user would change a few registry settings to create a shell, logon etc for that user.