OnDemand User Group

Support Forums => MP Server => Topic started by: jneetz on July 07, 2017, 07:52:03 AM

Title: CMOD 10.1 New Install: ARS4014E Unable to load >ORACLE<
Post by: jneetz on July 07, 2017, 07:52:03 AM
Hi,

New CMOD installation on LINUX 6 Server, CMOD 10.1

All seemed to install fine but now running the following command:

arsdb -I ODRAS -rtv
Error received:   ARS4014E Unable to load >ORACLE<

Does the INSTANCE OWNER also need to be a User ID on the LINUX Server for Library Access, Or do I have other problems
   At this time it is only and ID with Oracle, I run the command as root,  Testing DB Access with sqlplus works fine

Is there maybe another configuration I am missing

My ars.ini file ...........................
[@SRV@_ODRAS]
HOST=
PROTOCOL=2
PORT=0
SRVR_INSTANCE=xxxxxx
SRVR_INSTANCE_OWNER=oracleid
SRVR_OD_CFG=/opt/ibm/ondemand/V10.1/config/ars.cfg
SRVR_DB_CFG=/opt/ibm/ondemand/V10.1/config/ars.dbfs
SRVR_SM_CFG=/opt/ibm/ondemand/V10.1/config/ars.cache

[@SRV@_DD]
PROTOCOL=1

Part of my ars.cfg ......................
###########################################
# ORACLE Parameters (Library Server Only) #
###########################################
ARS_ORACLE_HOME=/u01/app/oracle/product/12.1.0.2/client_1
ARS_ORACLE_USERID=oracleid
ARS_ORACLE_PASSWD=oraclepassword


Thanks in advance
Title: Re: CMOD 10.1 New Install: ARS4014E Unable to load >ORACLE<
Post by: Justin Derrick on July 12, 2017, 09:29:14 AM
There's an article for the OnDemand ARS4014E error in the CMOD wiki:  https://cmod.wiki/index.php?title=ARS4014E

-JD.
Title: Re: CMOD 10.1 New Install: ARS4014E Unable to load >ORACLE<
Post by: danielito on July 27, 2017, 07:14:56 AM
Hi j
there Is not always a manual from IBM for the Linux with Oracle .... It's more learning by doing ;O)
I bet you didn't have the right link for the Oracle DB

just try this once and maybe you can see where the problem is

[root@ lib64]# cd /opt/ondemand/V10.1bin/exits
[root@exits]# ldd ./arsorcle

kind regards
Daniel