cancel
Showing results for 
Search instead for 
Did you mean: 

HP-UX error during installation

Former Member
0 Kudos

Hello!

We are facing an error during the installation of solution manager ,it is in the phase “Install DBA tools” (step “Lock/unlock schema user dbsnmp…”) with the following warning and error:

WARNING :2008-01-31 04:51:54.685

CJSlibModule::writeWarning_impl()

Execution of the command "/bin/csh -c "source /oracle/PRD/.cshrc; env"" finished with return code 1. Output:

Missing }.

uname: Command not found.

hostname: Command not found.

path: Undefined variable.

uname: Command not found.

hostname: Command not found.

path: Undefined variable.

ERROR 2008-01-31 04:51:55.746 [iaxxejsbas.cpp:178]

EJS_ErrorReporter

FJS-00003 TypeError: oracom.getSapdataHomeFromEnv() has no properties (in script NW_Onehost|ind|ind|ind|ind, line 114605: ???)

ERROR 2008-01-31 04:51:55.896

FCO-00011 The step setLocalDefaultContextParameter with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraDbaTools|ind|ind|ind|ind|11|0|setLocalDefaultContextParameter was executed with status ERROR .

Can some one please help to solve this problem?

Thank you very much in advance!

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Kudos

Hi,

Thank you very much for your response

i went to the following and downloaded 133 patch set and applied. I think it is correct,

Go to https://websmp208.sap-ag.de/swdc --> download --> Support Packages and Patches -->

Entry by Application Group -- > Additional Components >SAP Kernal>SAP Kernal 64-bit unicode>SAP Kernal 7.00 64-bit unicode>

HP-UX IA64 on 64 bit -->

Please let me know if it is wrong

Thank you very much for your futher information!

Regards,

Deepthi

Former Member
0 Kudos

Hi Sergo,

Thank you very much for your response

Database-- Oracle 10.2.0.2

OS--HP-UX(IA64)

SAP--SOLMAN 4.0 SR3

I have used 51033029_7 kernal CD(UNICODE) i think it should be correct.

i have also patched it from 111 to 133

Please let me know if the CD i have downloaded is correct if not please suggest me regarding the same.

Thank you very much for your futher information!

Regards,

Deepthi

Former Member
0 Kudos

Go to https://websmp208.sap-ag.de/swdc --> download --> Support Packages and Patches -->

Entry by Application Group -- > Additional Components --> SAP Kernel :

Further under your version

But the Cd is correct (if you want to install Unicode system)

Check the oracle listner (stop and start again).

Thanks and regards.

Edited by: Sergo Beradze on Feb 15, 2008 1:08 PM

Former Member
0 Kudos

hi again,

i forgot add the R3load.exe.log file ,

sapparam: sapargv( argc, argv) has not been called.

sapparam(1c): No Profile used.

sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

/usr/sap/PRD/SYS/exe/run/R3load: START OF LOG: 20080204062305

/usr/sap/PRD/SYS/exe/run/R3load: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP

/usr/sap/PRD/SYS/exe/run/R3load: version R7.00/V1.4 [UNICODE]

Compiled Jul 14 2007 08:28:58

/usr/sap/PRD/SYS/exe/run/R3load -testconnect

(DB) ERROR: this R3load operates only on ORACLE databases

/usr/sap/PRD/SYS/exe/run/R3load: job finished with 1 error(s)

/usr/sap/PRD/SYS/exe/run/R3load: END OF LOG: 20080204062305

Thanks and regards,

Deepthi

Former Member
0 Kudos

What version of a database you use ?

(DB) ERROR: this R3load operates only on ORACLE databases ....

I'm think you use wrong Kernel (from other DB (In this case Oracle))

Download a correct kernel.

Thanks and regards.

Award is helpful.

Former Member
0 Kudos

Hi,

the previous problem got solved, with the following solution

modify the control.xml file.

Look for

step name="setLocalDefaultContextParameter">

script include="oracom, nw"><![CDATA[

oracom = OraCom.getSystem(context.get("sid"));

row = oracom.getRow();

nw = NW.getSystem(context.get("sid"));

var kernel = nw.getKernel();

var archivePath = installer.getCD(kernel) + "/ORA/DBATOOLS.SAR";

context.set("dbSid",oracom.getDbSid());

context.set("dbHome",oracom.getDbHome().toStringOS());

context.set("sapdataHome",oracom.getSapdataHomeFromEnv().toStringOS());

context.set("exeDir",nw.getSAPExeDir().toStringOS());

context.set("osDbaUser",oracom.getDbAdministrator());

***************

remove the FromEnv() as follows.

context.set("sapdataHome",oracom.getSapdataHome()

restart the installation

but now there is an error during the phase export ABAP, it shows the following error,

WARNING 2008-02-04 06:23:05.806

CJSlibModule::writeWarning_impl()

Execution of the command "/usr/sap/PRD/SYS/exe/run/R3load -testconnect" finished with return code 2. Output:

sapparam: sapargv( argc, argv) has not been called.

sapparam(1c): No Profile used.

sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

/usr/sap/PRD/SYS/exe/run/R3load: START OF LOG: 20080204062305

/usr/sap/PRD/SYS/exe/run/R3load: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP

/usr/sap/PRD/SYS/exe/run/R3load: version R7.00/V1.4 [UNICODE]

Compiled Jul 14 2007 08:28:58

/usr/sap/PRD/SYS/exe/run/R3load -testconnect

(DB) ERROR: this R3load operates only on ORACLE databases

/usr/sap/PRD/SYS/exe/run/R3load: job finished with 1 error(s)

/usr/sap/PRD/SYS/exe/run/R3load: END OF LOG: 20080204062305

ERROR 2008-02-04 06:23:05.806

CJSlibModule::writeError_impl()

CJS-30023 Process call '/usr/sap/PRD/SYS/exe/run/R3load -testconnect' exits with error code 2. For details see log file(s) R3load.exe.log.

ERROR 2008-02-04 06:23:05.846

FCO-00011 The step testDatabaseConnection with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|testDatabaseConnection was executed with status ERROR .

can you please suggest me with some solution,

Thank you in advance,

Regards,

Deepthi

Former Member
0 Kudos

Hi,

Thank you very much for your response.

I did not find .apoenv_`hostname`.csh file , but i checked the rest of the .csh files i did not find any missing bracket in it.

could you please suggest me any another solution for this problem.

Thank you very much for your futher information!

Regards,

Deepthi

Former Member
0 Kudos

Hi ,

Thank you very much for your response.

i checked in /oracle/PRD/.cshrc i did not find any missing bracket.

could you please suggest me any another solution for this problem.

Thank you very much for your futher information!

regards,

deepthi

Former Member
0 Kudos

Hi again

Do you get the missing } if you execute the command yourself?

If yes, and if you cannot find it in .cshrc, then it is in one of the other files:

source $HOME/.sapenv_`hostname`.csh
source $HOME/.sapenv.csh
source $HOME/.apoenv_`hostname`.csh     
source $HOME/.dbenv_`hostname`.csh
source $HOME/.dbenv.csh

These are called out of .cshrc

Regards, Michael

Former Member
0 Kudos

Hi Deepthi

It looks like the file /oracle/PRD/.cshrc contains an unclosed bracket. Could you please try this command:

/bin/csh -c "source /oracle/PRD/.cshrc"

If you get the Missing }. message, then please check the file.

Regards, Michael