Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CJS-00030 Assertion failed: OraSqlContext constructor

Former Member
0 Likes
568

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.

2 REPLIES 2
Read only

Former Member
0 Likes
486

I also got the same can anyone help on this?

Read only

C1060644
Explorer
0 Likes
486

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