Skip to main content
Skip table of contents

Change the name of the i-effect database

The database name used in i-effect (name of the library) can be changed afterwards with the following script.

Preparation

i-effect must be terminated for this action with

CODE
IEFFECT/ENDEFFSBS *ALL

During the action, the i-effect subsystems may not be started automatically. This can be prevented by setting the following environment variable

CODE
ADDENVVAR ENVVAR(IEFFECT_AUTOSTARTSBS) VALUE(*NO) LEVEL(*SYS)

Change the name of the i-effect database

Enter the following command in a terminal to change the database name in the existing installation. The following example changes the current database name to IEFFECTDB1.

CODE
QSH <enter>
/i-effect/v2r8m0/base/tools/scripts/setup.sh --mode move --source *dbschema --targetname IEFFECTDB1


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.