OPLA 3.6 PLM BI report installation issue on obiee 12c
Hi .
I am working on opla set up. I have installed opla data mart3.6 and odi 12c on one linux box db server. ETL are running fine.
For reports i have installed obiee 12c on another linux box which is app server. and copied OPLASetup.bin file from server 1 to obiee server2. so on another server when i run oplasetup for BI reports installation at the end it asks to insert a disk.. looks it is looking for some folder where as all OBIEE home , java home already given.
Should i run the OPLAset up on server one only for BI reports??
If i run the on server 1 then i can’t give OBIEE home path details as obiee set up is on another server.
Please help me here.
Gopal
Hi Patrick,
For this issue changes are required at OS level. In my case its a Linux box
here serviceagilerimtsit is the linux account through which i am doing installation.
I’ve added to /etc/security/limits.conf these lines: Should be added from root
#2018-04-28 START
#serviceagilerimtsit for OPLA installation
serviceagilerimtsit soft nproc 2047
serviceagilerimtsit hard nproc 16384
serviceagilerimtsit soft nofile 9216
serviceagilerimtsit hard nofile 65536
#2018-04-28 END
After relogin installation went fine.