EDS for DB2

Installation of EDS for DB2

The distribution is available in the form of compressed file "EDS_DB2.tar" under "<OS>_a/resources/sdm/exploreDB/db2" directory,where OS refers to distribution for given Operating System (e.g.: For windows, it is intel and aix for IBM AIX)

a) Extract the content (or files) from 'EDS_DB2.tar' file in "<OS>_a/resources/sdm/exploreDB/db2" directory.

For example,
On unix, use the command:

tar xvf EDS_DB2.tar

b) The directory where EDS is extracted (or installed) is referred as EDS_HOME.

c) On unix, ensure that following directories have all (read,write,execute) permission:

EDS_HOME/log
EDS_HOME/edm/com/jars
EDS_HOME/edm/config
EDS_HOME/storedProc/Functions/tmp


Grant the permission if the above mentioned permission doesn't exist using the following commands:

chmod 777 $EDS_HOME/log
chmod 777 $EDS_HOME/edm/com/jars
chmod 777 $EDS_HOME/edm/config
chmod 777 $EDS_HOME/storedProc/Functions/tmp


where $EDS_HOME refers to the installation directory of EDS.