Dear Experts,
I am installed BI 4.1 SP3 under operating system AIX 7.1 and SQL Anywhere 12 database.
we are facing this issue from starting ( when BI server install ) my SQL Anywhere database down automatically after 2 or 3 days
and we find the error in db.log file
*** ERROR *** Assertion failed: 101413 (12.0.1.3152)
Unable to allocate a multi-page block of memory
I find sap note 2077142 BI 4.1 SQL Anywhere does not start on AIX 7.1 and apply
change in sqlanywhere_startup.sh script
replace/insert "-on 512k -ch 1G" right after "dbsrv12". e.g.: dbsrv12 -on 512k -ch 1G
but issue same
Pleas guide me how to resolved this issue permanently
Regards