You are on page 1of 29

Demantra Software Installation for Training

There are two software components needed to complete the installation. They are 10gR2 database
and Demantra 7.2. Both these components can be downloaded from http://edelivery.oracle.com.
Please note -You need to contact Oracle Corporation for any software licensing related questions for
use beyond this training event sponsored by Oracle.

Here are the instructions:

Step 1: Download Oracle 10gR2 database and Oracle Demantra software from
http://eDelivery.oracle.com website.

When you go to the website, click on “continue” in the first paragraph.

Fill in your name and details, Click on the checkboxes at the bottom if you agree to the statements to
go to the next screen.
Demantra Software Installation for Training

Select Oracle Database and Microsoft Windows (32-bit) in the product pack and platform. Hit GO.

Select Oracle Database 10g Release 2 (highlighted in pink in the screen shot below) and hit Continue
button at the bottom.

Download Oracle Database files B24558-01 (parts 1 through 6) and save it to a folder – say
c:\Temp\10gR2
Demantra Software Installation for Training

Next Download Oracle Demantra by choosing the following products:

Download Oracle Demantra 7.2.01 version – both the files


Demantra Software Installation for Training

IMPORTANT: Pre Install Instructions:

1. After downloading the software, shut-off internet and re-boot the Laptop.

2. Make sure that your computer name is in the hosts file in the following directory:

C:\WINDOWS\system32\drivers\etc

As this:

127.0.0.1 localhost your_computer_name

3. Extract the Oracle zip files to a directory (for example: C:\TEMP\10gR2\Oracle_source_files).


You should see the following directories and files:

3. Next Extract the Demantra files to a directory. (For example C:\TEMP\Demantra


7.2\Demantra_source_files). You should see the following directories and files:
Demantra Software Installation for Training

During the installation of Oracle 10g, please take note of the following:

DBA username (i.e. system)

DBA password (i.e. manager)

Oracle SID or Service Name (i.e. ORCL)

Oracle port (typically 1521)

TNS name (i.e. ORCL)

Now Let us start the Installation of the software

Step 1: Please disable any virus software or firewall that could interrupt your installation half way.

Step 2: ping your computer name – for example:

ping your_computer_name

should return 127.0.0.1

Step 3: Let us re-boot the computer.

Step 4: Start the Oracle Universal Installer (oui.exe) from the directory under \database\install.

Click next on the screen below


Demantra Software Installation for Training

Select the Enterprise Edition install. Hit Next.


Demantra Software Installation for Training

Leave the directory paths as default. Hit Next.

You will see the following screen. Hit Next.


Demantra Software Installation for Training

You might see the following screen if “Checking Network Configuration requirements” was not
executed. It is okay to say Yes.

Select “Create a Database” configuration option, then hit Next.


Demantra Software Installation for Training

Select a starter database:

Leave the default Options. Hit next.


Demantra Software Installation for Training

Leave the default options. Hit next.

Leave the default options. Hit next.


Demantra Software Installation for Training

Leave the default options. Hit next.

Enter Password by selecting “Use the same password for all Account”. Enter manager1 as the
password. Hit next.
Demantra Software Installation for Training

Select Install button.

You will see the software getting installed as the below screen shot:1

1
Demantra Software Installation for Training

The setup will move to the next screen.

And then this….


Demantra Software Installation for Training

And then this…

And finally….now press the exit button and say Yes.


Demantra Software Installation for Training

Now your 10gR2 database installation is


complete. Next step is to install Demantra
software.
Demantra Software Installation for Training

Start the Setup.exe program from the directory under \Demantra_source_file (or wherever you
extracted the Demantra software)

Click on Install Demantra Spectrum.

You will see this:


Demantra Software Installation for Training

Then this…hit next.

Highlight Complete and then hit next. You should see Complete in blue as in screen shot below:
Demantra Software Installation for Training

Choose the default directory path.

Specify the shortcut location:


Demantra Software Installation for Training

Choose the database as Oracle

Enter the user name, password and TNS as:

Username: system

Password: manager1

TNS: ORCL
Demantra Software Installation for Training

Enter the Demantra database schema and password as

Username: demo

Password: d

Provide the hostname, port and Oracle SID information as below. Substitute your computer name
with the right name, then hit Next:
Demantra Software Installation for Training

Choose standard application:

Leave the default tablespaces as-is: Hit next.


Demantra Software Installation for Training

Choose the root address. Ensure that that you change the localhost to your computer name as below:
Demantra Software Installation for Training

Designate administrator account later

Don’t check the checkboxes in the next screen.


Demantra Software Installation for Training

Choose User Execution for Engine:

Click on Install
Demantra Software Installation for Training

The system will automatically go creation of user schema, importing data and building procedures as
the one below:

Click on Done when the installation is done.


Demantra Software Installation for Training

Now the Demantra Installation is done. Now we can start the application server.

Click on Start Programs – Demantra Installation -> Start Server

For any reason if you don’t find the short cut in the Start Programs, this file is typically located in
the Installation folder under

“C:\Program Files\Demantra Spectrum\Collaborator\Tomcat\bin\startup.bat”

(Startup.bat is for starting the server, shutdown.bat is for shutdown the server).

This should startup the Demantra application server and wait until you get the line

INFO: Server startup in xxx ms.

The various login screens after the installation are:

Collaborator Workbench:

http://your computer name:8080/demantra/portal/loginpage.jsp

Workflow Manager:

http:// your computer name:8080/demantra/workflow/login.jsp

The user ids and password will be: User id / password: sop / sop

User id / password: dm / dm
Demantra Software Installation for Training

Once the Demantra application is installed, you have a functioning environment. Next step is to install
the schema that contains the data specific to the LAB exercises. For that you need to create a user
called DEMANTRA_TRAIN. This is how you would create the user:

Login using sql*plus using system/manager1.

Execute the following sql statements:

CREATE USER "DEMANTRA_TRAIN" PROFILE "DEFAULT" IDENTIFIED BY "d" DEFAULT TABLESPACE


"USERS" TEMPORARY TABLESPACE "TEMP" ACCOUNT UNLOCK

grant all privileges to demantra_train

grant dba to demantra_train

Then, go to command prompt by issuing cmd.exe from Start-> Run menu from Windows.

Change directory to the directory where dmtra_sop_training.dmp is located.

Then issue the following commands:

imp demantra_train/d file=dmtra_sop_training.dmp fromuser=dmtra_train_72 log=dmtra_train.log

You should see the messages such as this below. This process will take about 25 minutes:
Demantra Software Installation for Training

Next step is to configure TOMCAT and Demantra Security.

TOMCAT Configuration

Double-click the file “edit appserver properties.bat” file from the directory C:\Program
Files\Demantra Spectrum\Collaborator\demantra.

It will open a file. Change the following text in the file.

FROM

DBUser=demo

TO

DBUser=Demantra_train

Save and Close the file.

Demantra Security

Double-click the file encryption.exe from the directory C:\Program Files\Demantra Spectrum\Demand
Planner\Security Management.

Change the user from demo to Demantra_train.

Click save button and hit close button.

Now when you start the TOMCAT server and login using sop/sop, you will get see the new schema’s
data.

Post install trouble-shooting activities that can be done during the training class event:

1. Create a table space called APPS_TS_TX_IDX

a. Login as system/manager1@orcl using sql*plus

b. Issue the following statement after making sure that the datafile directory path is
valid:
Demantra Software Installation for Training

create tablespace APPS_TS_TX_IDX


logging
datafile 'C:\oracle\product\10.2.0\oradata\orcl\APPS_TS_TX_IDX.DBF'
size 32m
autoextend on
next 32m maxsize 2048m
extent management local

2. Login to Demantra Business Modeler using user id and password sop/sop and make sure
AppServerURL points to the correct webserver address.

You might also like