cancel
Showing results for 
Search instead for 
Did you mean: 

CJS-00030 Assertion failed: OraSqlContext constructor

Former Member
0 Kudos

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.

Accepted Solutions (0)

Answers (4)

Answers (4)

C1060644
Explorer
0 Kudos

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

Former Member
0 Kudos

Hi Christian,

To solve this problem, change the following lines in the control.xml file :

Old: (tORA_DbHome.name WHERE 1 = 1),

target (tGlobalDbParameters.dbHomeName ...

New: (tORA_DbHome.path WHERE 1 = 1),

target (tGlobalDbParameters.dbHome ...

Note that these lines appear twice in control.xml.

Please check note786673

Cheers,

Shyam.

Former Member
0 Kudos

Hi,

You need to select the option of "First SAP installation" when asked for the type of database installation which i think you have mistakenly entered as "Dabatabase already exists. Adding another SAP instance".

The above should solve your problem.

Vishal Band

Former Member
0 Kudos

I also got the same can any one help on this?