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!
Hi Team, We would like to raise an enhancement request for the SSO/SAML configuration guidance for OAS 2026. We have already raised multiple SRs regarding OAS 2026 SSO configuration. However, we are facing difficulties getting the required guidance, as the available documentation does not clearly cover the OAS 2026 SSO…
We are planning to archive the Contract and Lease data currently sourced from the External Source as Contract and Lease accounting functions are being migrated to Oracle's CLM and Lease Accounting modules. At this stage, only active and partially closed records are being converted into Oracle and the remaining historical…
The difference column is a calculation, and I would like to average that row.
We are trying to convert our OAS reports to OAC and one of the parameters in the where clause of the report is what I am trying to make in OAC. I created a calculation as follows and I am trying to put it into a filter . The code validates EVALUATE('GREATEST ( TRUNC ( NVL (%1, TO_DATE (''1/1/2013'', ''mm/dd/yyyy'') ) ),…
Hi , I am calling one parameter in another parameter and it is not working. 1st parameter is showing values, while calling the 1st parameter in second it is not showing any values. Regards, Sree Hari M