‎2005 Aug 09 8:04 AM
Hi,
I am trying to install SAP Netweaver '04 Support Release 1 > ABAP System > Unicode > Database Installation.
When I reach a screen which asks for Oracle > Database Users,I get the following error in the log.
ERROR 2005-08-09 11:52:10
CJS-00030 Assertion failed: OraSqlContext constructor: arguments dbSidOrSrcObject and dbHome are not valid.
Kindly let me know what the problem could be due to.
Regards,
Christian.
‎2006 Mar 05 10:05 PM
‎2011 Mar 11 5:28 PM
Hi all,
Your message it's so old.
Doesn't matter, I got the same issue when I have tried to install a unicode SAP Netweaver 7 Ehp 2 ABAP stack on Aix 5.3 TL10 with oracle 10.2.
It's seems that the issue trigger by ulimits parameters for oracle user ora<sid>.
The error message I got was:
OraDataFileCreateParams.checkParams: dataFileParams.sapdataDir is not
convertible to a positive integer and does not match
/^\sSAPDATA(\d+)\s$/gi.
ERROR 2011-03-01 19:40:25.97 [iaxxinscbk.cpp:244]
CJS-00030 Assertion failed: Component OraDbBuild: Context parameter
tDataFileInfo, row[13] does not describe valid data file parameters.
To fix this issue, You should have a look in the file /etc/security/limits, you must have for oracle user ora<sid> the definition below:
[...]
ora<sid>:
fsize = -1
data = -1
stack = -1
fsize_hard = -1
cpu_hard = -1
data_hard = -1
stack_hard = -1
core_hard = 2097151
[...]
If not, update the file. Then logout, after that login and restart your installation process.
I hope this makes sense and gives the information to any body who is facing on the same error message.
R. WAMBO