Monday, May 28, 2012

ETPM & external LDAP conceptual diagram and configuration's step by step.

so, does it burns your ass when you reset/initalSetup.sh your ETPM (Enterprise Taxation and Policy Management) and all your newly added external LDAP configurations disappears!

hmm, and you need some sort of solution? you want it to be permanently stored in ETPM configs, rather then you have to reconfigure every time you reset/refresh/build your environment? ok, here is the ice-assing step by step and a pathetic conceptual diagram.



step 01: [cissys@YOUR-ETPM-HOST ~]$ cd /u01/app/etpm/TEST/templates

step 02: [cissys@YOUR-ETPM-HOST templates]$ cp config.xml.template config.xml.template.orginal

step 03: [cissys@YOUR-ETPM-HOST templates]$ vi config.xml.template

[ADD FOLLOWING LINES ACCORDING TO LDAP SERVER CONFIGURATION PROVIDED]

step 04: [OPTIONAL] run initialsetup.sh to confirm if LDAP configuration remains after envrionment rest.

 Cheers

Tuesday, May 15, 2012

Error in invoking target 'links proc gen_pcscfg procob rtsora' of makefile

boy o boy, if you are getting error during ORACLE client installation especially on Redhat Linux 5.5, and the error is somewhat like:

"Error in invoking target 'links proc gen_pcscfg procob rtsora' of makefile '/soft/oracle/app/cliente/product/11.2.0/precomp/lib/ins_precomp.mk'."


or by any means you are seeing something "rtsora" in error message it means you must unset your environment variables especially regarding to COBOL, because ORACLE does mind these variables setting before actually ORACLE's client installation.

we had the same issue at our ORACLE ETPM (Enterprise Taxation and Policy Management) server, because we actually set our ~/.bash_profile and declared $COBDIR before even actually installing COBOL OR ORACLE client.

Solution:

Prior to doing the Client install:
1.  Unset the following variables:
COBDIR, COBLIB, COBPATH, LD_LIBRARY_PATH, ORACLE_PATH

2.  Remove the Cobol and Oracle client bin directories from your PATH variable:

Reinstall on clean Client Home.

Cheers