We are trying to install OBIEE 12c (ver: 12.2.1.3.0) on AIX machine. But getting below error. (nQSError: 46116).
Please suggest for the solution.
Thanks
Niraj
Sorry, I have given wrong error id
below is the correct error code
[nQSError: 46136] Could not load CSF library libnqcsfwrapper64.so.
Did you complete all the neccessary pre requisites?
To change this for all sessions edit as root the file /etc/security/limits
ulimit -c unlimited (turn on core files with unlimited size)
ulimit -f unlimited (sets the file limit to unlimited)
ulimit -d unlimited (sets the user data limit to unlimited)
ulimit -n unlimited (allows an unlimited number of open file descriptors)
<UserAccountName> :
fsize = -1
core = -1
cpu = 3600
data = -1
stack = 1024
rss = 1024
nofiles = -1
threads = -1
nproc = -1
cpu_hard = -1
Note: The above mentioned values will be set in /etc/security/limits configuration file.
GATEWAY is used by a thread pool to call a database client library for establishing a DB connection.
The default size is 256KB; we require it to be raised to 512KB. (No performance penalty for over-configuring)
SERVER threads are used to run queries.
512 KB is the default size, 2 MB The recommended 64-bit setting. No performance penalty.
(Note: – we are not aware of latest package version but consider the package name and install the latest version respective to Operating system or Yum repository (local repository) must be configured and OBIEE user shall have sufficient privileges’ to install packages, required for OBIEE installation.)
AIX 6100-02
Hi, I'm really in trouble, how did you solve it?
hi
@1456067 The OP has abandoned this thread and not even bothered to respond to @asim cholas who tried to help him.
If you have a problem, then write a precise compilation of your issue and open your own thread!