You are on page 1of 40

Version: ISPI Next 1407

Date: 2014-05-09

ISPA Database
Technical Administration Manual
This document describes the installation and configuration of the ISPA database IDB.

Valid from:

Application Component Version

ISPA Server 10.15.2 or higher

ISPA Client 5.2.0.x or higher

ISPA Oracle DBS 11.2.0.1

ISPA DB 1.2.1
BMW Group Page 2

ISPA Database Technical Administration Manual of 40

List of Contents
1 Introduction ................................................................................................................................ 4

1.1 Purpose of this document ............................................................................................................ 4


1.2 Explanation of Symbols used ...................................................................................................... 4
1.3 Additional Documents ................................................................................................................. 4
1.4 Required Installation Media ......................................................................................................... 4

2 Installation of IDB ....................................................................................................................... 5

2.1 Requirements .............................................................................................................................. 5


2.2 Preparation .................................................................................................................................. 5
2.2.1 Create user group ora_dba ........................................................................................... 5
2.2.2 Add your administration user to the user group ora_dba ............................................... 6
2.2.3 Restart your Computer ..................................................................................................... 6
2.2.4 Create a Network Share for Backup (optional) ................................................................. 6
2.3 Install IDB .................................................................................................................................... 7
2.3.1 Extracting the Oracle Files ................................................................................................ 7
2.3.2 Starting the Installation Wizard ......................................................................................... 7
2.3.3 Definition of the Backup Destination Folders .................................................................... 8
2.3.4 Definition of the Backup Settings ...................................................................................... 9
2.3.5 Starting the Installation Process ..................................................................................... 13

3 Verification of the IDB Installation ............................................................................................. 16

3.1 Creation of ISPA Database Administration Icon ....................................................................... 16


3.2 Configuration of Backup Schedules .......................................................................................... 16
3.3 Oracle Services ......................................................................................................................... 17

4 Creating an Empty Database .................................................................................................... 19

5 Creation of Backup ................................................................................................................... 21

6 Restore .................................................................................................................................... 23

6.1 Fixing Up the IDB .................................................................................................................... 25

7 Change Backup Configuration .................................................................................................. 26

7.1 Path configuration Overview ..................................................................................................... 27


7.1.1 Installation Path .............................................................................................................. 27
7.1.2 Backup Path.................................................................................................................... 27
7.2 Change Backup Path ................................................................................................................ 28
7.2.1 UNC path ........................................................................................................................ 29
7.2.2 Local Dump Path ............................................................................................................ 31

ISPI Next 1407 Copyright BMW AG


BMW Group Page 3

ISPA Database Technical Administration Manual of 40

7.3 Changing Backup Parameters .................................................................................................. 32

8 Update IDB ............................................................................................................................... 34

9 Troubleshooting ........................................................................................................................ 37

9.1 Installation does not start .......................................................................................................... 37


9.1.1 Installation does not start without any Warning .............................................................. 37
9.1.2 .NET Error Messages ..................................................................................................... 37
9.2 Insufficient Memory ................................................................................................................... 37
9.3 ORACLE or SCORE are not checked ....................................................................................... 38
9.4 Oracle Installation has not finished successfully ....................................................................... 38
9.5 Tasks were not created ............................................................................................................. 38
9.6 Oracle Services were not created ............................................................................................. 38
9.7 Importing a Backup has finished with Errors ............................................................................. 38
9.8 Creating a Backup has finished with errors ............................................................................... 38
9.9 IDB Installer does not run with Administrator Rights ................................................................. 38
9.10 Fixup has not completed successfully ....................................................................................... 39
9.11 IDB Administration does not run with administrator rights ........................................................ 39
9.12 ORACLE listener does not start ................................................................................................ 40

ISPI Next 1407 Copyright BMW AG


BMW Group Page 4

ISPA Database Technical Administration Manual of 40

1 Introduction

1.1 Purpose of this document

The "ISPA Database Technical Administration Manual" describes the installation, configuration and
administration of the IDB. The document is addressed to the technical administrator of the ISPA
system in the workshops and sales companies. The following topics are covered:

Installation of the Oracle Server and the IDB.

Configuration of Backup and Restore.

Problem handling.

1.2 Explanation of Symbols used

These hint / caution has to be read carefully, because otherwise problems can be caused.

Areas marked with this symbol provide you with additional information.

1.3 Additional Documents

The following additional documents are referenced in this document:

ISPI Planning Guide

This document is referenced by

ISPA Client Technical Administration Manual, ISPI Next 1407

ISPA Light Technical Administration Manual, ISPI Next 1407

1.4 Required Installation Media


You need one of the following media for installation:

Blu-ray Disc provided with all installation packages for the setup of a new dealer (disc one of
four ISPI Next Applications).

NAS/Shared Storage with installation packages provided online via the ISPI Admin Client.

ISPI Next 1407 Copyright BMW AG


BMW Group Page 5

ISPA Database Technical Administration Manual of 40

2 Installation of IDB
The IDB can be installed on the ISPA Hub or another external device. The installation described here,
creates a new and empty database together with the required Oracle Server 11gR2.

2.1 Requirements

The ISPA Hub or external database server hardware and including the operating system is
installed. For technical details please refer to the ISPI Planning Guide.

All important Windows updates have to be installed especially the updates for .Net.

For the installation administrator rights are required.

The files listed in the following table are required for the installation. Please make sure, that
these files are available on your NAS / shared storage. The files can be provided from an
offline installation medium (Blu-ray Disc) or downloaded via ISPI Admin Client from the central
BMW systems.

Package name Name of install package on NAS / shared storage

ISPA Oracle DBS BMW_ISPI_TRAC_OracleDBS_<version>.exe

e.g. BMW_ISPI_TRAC_OracleDBS_11.2.0.1.exe

ISPA DB BMW_ISPI_TRAC_IDB_<version>.msi

e.g. BMW_ISPI_TRAC_IDB_1.2.1.0.msi

Table 1: Package names and corresponding install packages

2.2 Preparation

2.2.1 Create user group ora_dba

Before starting the installation you have to carry out the following tasks on the target
system:Login to your Windows OS with your administration user

Go to the local user management:

Press the Windows Key.


Type in lusrmgr.msc.
Press Return.

Click on the Groups folder.

Right click on the groups list and select New Group....

Enter the group name ora_dba.

ISPI Next 1407 Copyright BMW AG


BMW Group Page 6

ISPA Database Technical Administration Manual of 40

Click Create.

Click Close.

2.2.2 Add your administration user to the user group ora_dba

Go to the local user management:

Press the Windows Key.


Type in lusrmgr.msc.
Press Return.

Click on the Users folder.

Double click your current administration account.

Select the tab Member of.

Click on Add....

Enter ora_dba into the text area.

Click on Check Names.

Confirm with OK.

Confirm with OK.

2.2.3 Restart your Computer

To activate the group settings above you have to restart Windows.

Press the Windows Key.

Type in shutdown r t 0.

Press Return.

Wait until Windows has restarted.

2.2.4 Create a Network Share for Backup (optional)

If you want to store the backups of your IDB on an external device within your network, you have to
create a network share on this device.

Please create a user with a password that never expires.

Select the destination folder where you want to store the backups.

Share this folder to the network with write access for the user you have created before.

Later on during installation of the IDB, this information is required to configure the backup
parameters.

ISPI Next 1407 Copyright BMW AG


BMW Group Page 7

ISPA Database Technical Administration Manual of 40

2.3 Install IDB

Copy both install packages for ISPA Oracle DBS and ISPA DB (see table in chapter 2.1) from your
NAS/Shared Storage into a temporary local folder on the ISPA Hub or your external database server.

During the installation you may have to accept User Access Control and Firewall
messages. In order to install IDB correctly, you must allow every access.

2.3.1 Extracting the Oracle Files

Start the install package for ISPA Oracle DBS and wait until the extraction has completed:

When the file extracting has completed without any error, the window will be closed. Otherwise you will
receive an error message.

2.3.2 Starting the Installation Wizard

Now start the install package for ISPA DB (see table in chapter 2.1) and the required files will be
copied to the target directory. Then the installation starts.
If the installation does not start automatically, please refer to chapter 9.1
Troubleshooting: Installation does not start.

ISPI Next 1407 Copyright BMW AG


BMW Group Page 8

ISPA Database Technical Administration Manual of 40

Select your preferred Language for the IDB installation and the IDB Administration dialog and
click on Continue.

2.3.3 Definition of the Backup Destination Folders

In the next step, you must not change the preconfigured paths to integrate the IDB into the default
BMW folder hierarchy.

If you change the preconfigured paths, the ISPI Admin Client cannot retrieve and upload
the log files of the IDB in case support is needed.

Confirm this screen without any changes and click on Continue.

ISPI Next 1407 Copyright BMW AG


BMW Group Page 9

ISPA Database Technical Administration Manual of 40

2.3.4 Definition of the Backup Settings

For the daily backups of your IDB you now have to configure the required parameters.

2.3.4.1 Target Directory to store the Backup Files

This can either be a local Dump path on your computer where the IDB is installed, or the path to an
external device within your network (UNC path).

To prevent a data loss, it is recommended to use a network share that is backed up also
to offline media. In case of loss of the hardware (local server or network share) the
backups might be lost also.

Local Dump path


If you want to store the backup on your local computer, you can select the target directory or
define a new folder using the Browse button:

ISPI Next 1407 Copyright BMW AG


BMW Group Page 10

ISPA Database Technical Administration Manual of 40

After having selected the target directory, it will be displayed in the field left to the Browse
button:

UNC path
To store the backup files on an external device within your network, click on the radio
button for the UNC path and define the required parameters:

UNC path the full path to the network share you have defined in chapter
2.2.4 Create a Network Share for Backup (optional) (required)

UNC username the user you have defined on the target device with write
access to the network share (required).

UNC password the password defined for the UNC username (required).

UNC domain the domain of the UNC username (optional).

ISPI Next 1407 Copyright BMW AG


BMW Group Page 11

ISPA Database Technical Administration Manual of 40

After you have clicked on the Test button and not all required parameters have been
defined, the following hints will be displayed:

After having defined the UNC parameters you can test the connectivity with a click on the
Test button. If the test failed, the Test button will turn to red and an error message is
displayed:

Check the UNC parameters you have entered and try again, until the Test button turns to
green:

ISPI Next 1407 Copyright BMW AG


BMW Group Page 12

ISPA Database Technical Administration Manual of 40

2.3.4.2 Number of Backup Copies and Backup Times

Accept or change the number of backups in Maximum of saved backups. The default and
minimum is 14.

You will need about 200 MB free space per backup in your target backup
directory. For instance you should have 2800 MB free space for the minimum
amount of 14 backups.

Define start time for Backuptime 1 and Backuptime 2.

Define your backup configuration and confirm with a click on Continue and proceed with the
Oracle installation.

ISPI Next 1407 Copyright BMW AG


BMW Group Page 13

ISPA Database Technical Administration Manual of 40

If you want to abort the IDB installation, click on Cancel and confirm the following
message with Yes:

Otherwise click on No and proceed with the Oracle installation.

2.3.5 Starting the Installation Process

The next screen will give you an overview, how long the installation will take.

Be sure, ORACLE and SCORE are checked. Otherwise please refer to chapter 9.3
Troubleshooting: ORACLE or SCORE are not checked.

To start the Oracle installation click on Install.

ISPI Next 1407 Copyright BMW AG


BMW Group Page 14

ISPA Database Technical Administration Manual of 40

The progress of the installation is displayed, and each installation step executed is recorded.

After the installation has been completed, a confirmation message will be displayed:

Then confirm with Close and the installation of the IDB is completed and the Installer window
can be closed.

After the installation of the IDB has been completed, two scheduled tasks are created to take
the daily database backups of your IDB.

ISPI Next 1407 Copyright BMW AG


BMW Group Page 15

ISPA Database Technical Administration Manual of 40

If .NET messages are displayed, please refer to chapter 9.1.2 Troubleshooting: .NET
Error Messages.

If the Oracle installation did not complete successfully, please refer to chapter 9.4
Troubleshooting: Oracle Installation has not finished successfully.

ISPI Next 1407 Copyright BMW AG


BMW Group Page 16

ISPA Database Technical Administration Manual of 40

3 Verification of the IDB Installation


The following chapters describe how to verify the installation of the IDB. Additionally these steps are
also required for analysis, if problems during the daily operations are encountered, e. g. the database
is not running or the expected backups are not available.

3.1 Creation of ISPA Database Administration Icon

When the installation has completed successfully, additionally an icon with the shortcut to the IDB
Administration tool is created on the desktop of the local machine:

3.2 Configuration of Backup Schedules

To verify the Backup Schedules perform the following steps:

Press the Windows Key and type task scheduler. The result should be:

Select the Task Scheduler.

ISPI Next 1407 Copyright BMW AG


BMW Group Page 17

ISPA Database Technical Administration Manual of 40

1 2

Open Task Scheduler Library (1) and there you should find the folder IDB with the following
two tasks (2):

IDB Backup 1 with Status Ready

IDB Backup 2 with Status Ready

If these tasks are not available, please refer to chapter 9.5 Troubleshooting: Tasks were
not created.

3.3 Oracle Services

To verify the Oracle Services have been created successfully, perform the following teps:

Press the Windows Key and type services. The result should be:

ISPI Next 1407 Copyright BMW AG


BMW Group Page 18

ISPA Database Technical Administration Manual of 40

Select Services and check, whether the following Oracle Services are shown in the services
screen:

The Oracle Services with Status Running in the picture above have also to be in Status
Running on your ISPA Hub.

If these Oracle Services are not shown or are not in the correct status, please refer to
chapter 9.6 Troubleshooting: Oracle Services were not created.

If the status of the Oracle listener OracleOraDb11g_home1TNSListener is not Running


please refer to chapter 9.12 Troubleshooting: ORACLE listener does not start.

ISPI Next 1407 Copyright BMW AG


BMW Group Page 19

ISPA Database Technical Administration Manual of 40

4 Creating an Empty Database


To create an empty database is usually necessary only during rollout or if you want to start from
scratch without restoring an existing database.

For the Restore of an existing the creation of an empty database is NOT required.

Start the IDB Administration icon on your desktop:

Select the radio button Create an empty database.

Confirm with Start creation of an empty database.

To install a completely new and empty database, confirm with Yes to continue.

ISPI Next 1407 Copyright BMW AG


BMW Group Page 20

ISPA Database Technical Administration Manual of 40

Be always sure, that you really want to create an empty database and delete the existing
data!

The progress of the creation of an empty database is always displayed on the screen. After
completion the following message is displayed:

Confirm with OK and then close the IDB Administration.

When the empty database has been created successfully, continue with one the following
steps:

(1) If you use the ISPA Client (with or without DMS integration) and you want to start with an
empty database, continue to initialize and configure the IDB as described in chapter 9 of the
ISPA Client Technical Administration Manual.

(2) If you use ISPA Light and you want to start with an empty database, continue with the
initial configuration of ISPA Light as described in chapter 9 of the ISPA Light Technical
Administration Manual.

ISPI Next 1407 Copyright BMW AG


BMW Group Page 21

ISPA Database Technical Administration Manual of 40

5 Creation of Backup
Sometimes it may be necessary to create an instant backup besides the automatically created
backups, e.g. if you have to setup a new server hardware or you plan to install updates.

To create an instant backup of the IDB, start the IDB Administration icon on your desktop.

Select the radio button Backup database and start the backup with a click on the button
Start Backup.

To backup the database, confirm with Yes to continue.

After the backup has been completed successfully, the backup is stored at the configured
backup destination and a confirmation message will be displayed:

ISPI Next 1407 Copyright BMW AG


BMW Group Page 22

ISPA Database Technical Administration Manual of 40

Confirm this message with OK.

Additionally check, whether the backup files will appear in the destination folder configured
or in the default folder %ProgramFiles%\BMW\ISPI\TRAC\IDB\SCORE) including the log
files (in .zip format).

If the backup has not been completed successfully, please refer to chapter 9.8
Troubleshooting: Creating a Backup has finished with errors.

ISPI Next 1407 Copyright BMW AG


BMW Group Page 23

ISPA Database Technical Administration Manual of 40

6 Restore
The restore of an existing database might be necessary:

After hardware problems on the device the IDB is installed on.

After you encountered other problems, e. g. a corrupt database.

If you want to replace your existing database server by another hardware.

Migration of the database to another server.

To restore your IDB from backup, start the IDB Administration icon on your desktop.

Select the radio button Import database and Browse for existing backups:

Select the backup you want to restore, usually the latest one:

ISPI Next 1407 Copyright BMW AG


BMW Group Page 24

ISPA Database Technical Administration Manual of 40

Now click on Start import:

Confirm the following message with Yes to start the import:

After the import has completed successfully, a confirmation message will be displayed:

ISPI Next 1407 Copyright BMW AG


BMW Group Page 25

ISPA Database Technical Administration Manual of 40

Confirm this message with OK.

If the Import has not been completed successfully, please refer to chapter 9.7
Troubleshooting: Importing a Backup has finished with Errors.

6.1 Fixing Up the IDB

A Fixup is not required with ISPA Light !

The Fixup script is a maintenance utility that is included with the ISPA Client. It checks the database
and rebuilds all indices and views. If you have installed ISPA Full / ISPA Basic you have to run the
Fixup after each database import.

How to start the Fixup

Enter the following command from a command line on the ISPA Hub:
C:\Program Files (x86)\BMW\ISPI\TRAC\ISPA-Client Starter\ISPAStartHub.exe
fcs tkpm fixup m b

After the Fixup has started successfully the following screen will be displayed:

You just need to run the Fixup once per database restore.

Otherwise if the Fixup did not complete successfully (with error messages) or does not
respond, please refer to chapter 9.10 Troubleshooting: Fixup has not completed
successfully.

ISPI Next 1407 Copyright BMW AG


BMW Group Page 26

ISPA Database Technical Administration Manual of 40

7 Change Backup Configuration


If you want to change the backup settings of your IDB during daily operations, start the IDB
Administration icon on your desktop.

Click on DB configuration:

The current backup settings will be displayed:

ISPI Next 1407 Copyright BMW AG


BMW Group Page 27

ISPA Database Technical Administration Manual of 40

The path configuration in frame (1) can be changed only after clicking the button Edit
Configuration.

The backup settings in frame (2) can be changed directly without Edit Configuration.

7.1 Path configuration Overview

The path configuration consists of the categories Installation Path and Backup Path.

7.1.1 Installation Path

To possibility to change the installation path for Oracle and the IDB is reserved for Support
personnel only.

Otherwise changes may cause unpredictable results and the database is not longer
available for your ISPA system!

7.1.2 Backup Path

This can either be a local Dump path on your computer where the IDB is installed, or the path to an
external device within your network (UNC path).

To prevent a data loss, it is recommended to use a network share that is backed up also
to offline media. In case of loss of the hardware (local server or network share) the
backups might be lost also.

ISPI Next 1407 Copyright BMW AG


BMW Group Page 28

ISPA Database Technical Administration Manual of 40

7.2 Change Backup Path

To change the backup path configuration proceed with the following steps.

Click on button Edit Configuration.

Then confirm the following message with Yes.

Possible changes

adapt the existing configuration for the UNC path or the local Dump path.

switch from UNC path to a local Dump path.

Switch from a local Dump path to UNC path.

ISPI Next 1407 Copyright BMW AG


BMW Group Page 29

ISPA Database Technical Administration Manual of 40

7.2.1 UNC path

To store the backup files on an external device within your network, the radio button for the UNC path
has to be activated and the required parameters have to be defined.

If you want to switch from Dump path to UNC path you have to create first the Backup
Share on a remote device within your network as defined in chapter 2.2.4 Create a
Network Share for Backup (optional).

The parameters to define an UNC path are:

UNC path the full path to the network share you have defined in
chapter 2.2.4 Create a Network Share for Backup (optional) (required)

UNC username the user you have defined on the target device with write access to
the network share (required).

UNC password the password defined for the UNC username (required).

UNC domain the domain of the UNC username (optional).

After having changed or defined the UNC parameters, test the connectivity with a click on the
Test button.

If the test failed, an error message will be displayed:

ISPI Next 1407 Copyright BMW AG


BMW Group Page 30

ISPA Database Technical Administration Manual of 40

Check the UNC parameters you have entered and try again, until the test is successful.

To save your changes click on Save and confirm with Yes:

Finally confirm the next message with OK:

Close the IDB Administration with Close.

ISPI Next 1407 Copyright BMW AG


BMW Group Page 31

ISPA Database Technical Administration Manual of 40

7.2.2 Local Dump Path

If you want to store the backup on your local computer, you can select or change the target
directory or define a new folder using the Browse button behind the Dump path:

After having selected the target directory, it will be taken over as local Dump path.

To save your changes click on Save and confirm with Yes.

ISPI Next 1407 Copyright BMW AG


BMW Group Page 32

ISPA Database Technical Administration Manual of 40

Finally confirm the next message with OK:

Close the IDB Administration with Close.

7.3 Changing Backup Parameters

The following backup settings can be changed without Enable changes:

Backuptime 1 and/or Backuptime 2.

The Backup amount, i.e. the number of backups to be stored at the target location configured.

The Language to be used for the IDB Administration.

To save your changes click on Save and confirm with Yes:

ISPI Next 1407 Copyright BMW AG


BMW Group Page 33

ISPA Database Technical Administration Manual of 40

Finally confirm the next message with OK:

Close the IDB Administration with Close.

ISPI Next 1407 Copyright BMW AG


BMW Group Page 34

ISPA Database Technical Administration Manual of 40

8 Update IDB
If there is a new version available for the IDB, perform the following steps to update your existing IDB.
For the correct name of the current msi-file and probable installation details please refer to the release
notes always provided with a new release.

Copy the install package for ISPA DB (see table in chapter 2.1) from your NAS/Shared
Storage into a temporary local folder on the ISPA Hub or your external database server.

During the installation you may have to accept User Access Control and
Firewall messages. In order to install IDB correctly, you must allow every access.

Now start the install package for ISPA DB (see table in chapter 2.1) and the required files will
be copied to the target directory. Then the installation starts.

If the installation does not start automatically, please refer to chapter 9.1
Troubleshooting: Installation does not start.

Select the Language for the IDB installation dialogue:

ISPI Next 1407 Copyright BMW AG


BMW Group Page 35

ISPA Database Technical Administration Manual of 40

Confirm the Installation paths without any changes (recommended) with Continue:

Confirm the Backup Configuration (or probably change it) and confirm with Continue:

Start the IDB Update with Install:

The progress of the update is displayed, and each installation step executed is recorded:

ISPI Next 1407 Copyright BMW AG


BMW Group Page 36

ISPA Database Technical Administration Manual of 40

When the installation of the IDB Update is completed, confirm with OK and the Installer
window can be closed.

To check the correctness of the IDB Update installed, verify your IDB installation as described
in chapter 3 Verification of the IDB Installation.

ISPI Next 1407 Copyright BMW AG


BMW Group Page 37

ISPA Database Technical Administration Manual of 40

9 Troubleshooting

9.1 Installation does not start

9.1.1 Installation does not start without any Warning

If you have started the install package ISPA DB (see table in chapter 2.1) but the installation window
does not start, start the IDB-Installer.exe from path
%ProgramFiles%\BMW\ISPI\TRAC\IDB\IDB-Installer\.

9.1.2 .NET Error Messages

During the ORACLE install process, you might be prompted with messages, that some parts of the
.NET Framework are not found.

In this case there possibly is no .NET Framework installed on the target system. If you are
running the installation under Windows Server 2012 you have to install the most recent .NET
version as a feature.

If the most recent .NET Framework is already installed and you are prompted, that some parts
of the .NET Framework 3.5 are not found (see figure below), you can ignore those messages
and click them away as often as they appear. They have no impact on a successful installation.

9.2 Insufficient Memory


Please check the system requirements! If the system does not have enough free memory, this will
result in a corrupt Oracle installation.

ISPI Next 1407 Copyright BMW AG


BMW Group Page 38

ISPA Database Technical Administration Manual of 40

9.3 ORACLE or SCORE are not checked


You can face this behaviour, if the IDB installation has found an existing Oracle installation or an
uncompleted uninstall. To prevent malfunction, you should install the IDB on a freshly installed
Windows computer.

9.4 Oracle Installation has not finished successfully


If you get an error during the Oracle installation, the IDB will not work properly. Please contact your
Support.

9.5 Tasks were not created


If the expected 2 scheduled tasks are not shown, run IDB Administration, enter your desired backup
times and save your changes. Then check the tasks again. If the problem still exists, please contact
your Support.

9.6 Oracle Services were not created

Oracle services are not created, if the Oracle installation has run into an error. Restart the Oracle
Services or restart your ISPA Hub. If this does not solve the problem, please contact your Support.

9.7 Importing a Backup has finished with Errors


Restart IDB Administration and try to restore again. If the import again does not complete
successfully, please try to restore another backup. If this fails again, please contact your Support.

9.8 Creating a Backup has finished with errors


Ensure that you are running IDB Administration with administration rights (see chapter 9.9) and there
is sufficient free disk space available on your selected backup device.
Restart IDB Administration and retry to backup your database again. If it fails again, please contact
your Support.

9.9 IDB Installer does not run with Administrator Rights


If your IDB Installer does not run with administrator rights, please check, that
%ProgramFiles%\BMW\ISPI\TRAC\IDB\IDB-Installer\IDB-Installer.exe has the Run this program as
an administrator flag.

Go to %ProgramFiles%\BMW\ISPI\TRAC\IDB\IDB-Installer\ and follow the instructions in 9.11 IDB


Administration does not run with administrator rights for the IDB-Installer.exe.

ISPI Next 1407 Copyright BMW AG


BMW Group Page 39

ISPA Database Technical Administration Manual of 40

9.10 Fixup has not completed successfully

If the Fixup has not completed successfully, try to use another dump file. If it fails again, please
contact your Support.

9.11 IDB Administration does not run with administrator rights


If backup or restore displays the message, the IDB Administration has not been started with
Administrator rights, please check that %ProgramFiles%\BMW\ISPI\TRAC\IDB\IDB-
Administration\IDB-Administration.exe has the Run this program as an administrator flag.

Right click on IDB-Administration.exe.

Click Properties.

Select the Compatibility tab.

Open Change settings for all users (your decision).

Set Run this program as an administrator (see Figure below).

Click OK.

Click OK.

Now the IDB Administration starts for all users with administration rights.

To allow everybody to start backup or restore might cause less effort in administration.
But this may cause problems if done by unauthorized or untrained staff!

Set Compatibility for all users

ISPI Next 1407 Copyright BMW AG


BMW Group Page 40

ISPA Database Technical Administration Manual of 40

9.12 ORACLE listener does not start

If the ORACLE listener does not start, there could be a misconfiguration in the listener.ora
configuration file.

Please go to C:\Program Files\BMW\ISPI\TRAC\IDB\IDB-Administration\ and open the


template listener_fix.ora with the Editor.

Replace the following strings:

%ENTERYOURIP% by your actual IP address of the ISPA Hub or your external database
server, where the IDB is installed on.

[USERNAME] by the Username Oracle has been installed with. Be sure that the
ORACLE_HOME is correct.

After you have entered the right information, save the template to listener.ora and copy it to
C:\BMW\IDB\Oracle\[USERNAME]\product\11.2.0\dbhome_1\NETWORK\ADMIN to replace
the existing listener.ora.

Restart your computer (your ISPA Hub or external database server).

ISPI Next 1407 Copyright BMW AG

You might also like