NonStop SOAP User's Manual

Installing NonStop SOAP
NonStop SOAP User’s Manual520501-012
2-6
Creation of Basic SDR Database
Creation of Basic SDR Database
The basic SDR database can be created by any of the following steps:
Migrating the NonStop SOAP Service Definition Repository (SDR) from a prior
release
Installation Steps for Samples on page 2-6
Installing GUI-Based NonStop SOAP Admin Tool on page 2-8
Installation Steps for Samples
Set up the SDR for Samples Environment
The primary sample application to be installed is the employee database application.
The application has three services:
Add Employee
Delete Employee
Retrieve Employee Information
Perform these steps to set up SDR:
1. Open Makefile at /usr/tandem/nssoap/t0603v30/samples/pathway/employee_db.
2. Edit the Makefile and set up the variables specific to your environment. You must
provide values for these variables. These variables are preceded by the comment:
#Change this
G_DICTPATH = /G/
Volume Name
/
sub-volume name
G_PATHWAY_SUBVOL = \$$
Volume Name
.
sub-volume name
PATHMON_NAME = \$$
pathmon name
3. Open empddl at /usr/tandem/nssoap/t0603v30/samples/pathway/employee_db.
4. Edit the dictionary location in empddl file as:
?dict $
Volume Name
.
sub-volume name
5. Run the make clobber command to clean up any previous data on that location.
6. Run the make command to start EMPSVR under the mentioned pathmon name.
If no error is displayed, the EMPSVR has started successfully under the mentioned
PATHMON_NAME. The iTP WebServer, Pathmon for employee database, and
EMPSVR process should be running.