cancel
Showing results for 
Search instead for 
Did you mean: 

install ECC6.0 error:update database configuration error

Former Member
0 Kudos

dear all:

When i install ECC6.0(aix5.3+db2 9.1),the step of update database configuration appear error.The part of sapinst.log is :

UPDATE DB CFG FOR R3D USING AVG_APPLS AUTOMATIC

DB20000I The UPDATE DATABASE CONFIGURATION command completed successfully.

CONNECT RESET

DB20000I The SQL command completed successfully.

TERMINATE

DB20000I The TERMINATE command completed successfully.

ERROR 2010-01-11 22:31:52

MDB-01999 Error occured, first error is: <SQL5099N The value "/db2/R3D/log_dir/NODE0000/" indicated by the database >

ERROR 2010-01-11 22:31:52

MUT-03025 Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.

ERROR 2010-01-11 22:31:52

FCO-00011 The step UpdateCfg 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_DB6_DB|ind|ind|ind|ind|1|0|NW_DB6_UpdateDbCfg|ind|ind|ind|ind|19|0|UpdateCfg was executed with status ERROR .

The update_db_cfg.log is :

UPDATE DB CFG FOR R3D USING SOFTMAX 200

DB20000I The UPDATE DATABASE CONFIGURATION command completed successfully.

SQL1363W One or more of the parameters submitted for immediate modification

were not changed dynamically. For these configuration parameters, all

applications must disconnect from this database before the changes become

effective.

UPDATE DB CFG FOR R3D USING NEWLOGPATH /db2/R3D/log_dir

SQL5099N The value "/db2/R3D/log_dir/NODE0000/" indicated by the database

configuration parameter "NEWLOGPATH" is not valid, reason code "9".

SQLSTATE=08004

UPDATE DB CFG FOR R3D USING APP_CTL_HEAP_SZ 1600

DB20000I The UPDATE DATABASE CONFIGURATION command completed successfully.

SQL1363W One or more of the parameters submitted for immediate modification

were not changed dynamically. For these configuration parameters, all

applications must disconnect from this database before the changes become

effective.

UPDATE DB CFG FOR R3D USING REC_HIS_RETENTN 60

DB20000I The UPDATE DATABASE CONFIGURATION command completed successfully.

SQL1363W One or more of the parameters submitted for immediate modification

were not changed dynamically. For these configuration parameters, all

applications must disconnect from this database before the changes become

effective.

This is the only error in the update_db_cfg.log,i did not see any problem,but the install terminated with the error:

ERROR 2010-01-11 22:31:52

MDB-01999 Error occured, first error is: <SQL5099N The value "/db2/R3D/log_dir/NODE0000/" indicated by the database >

ERROR 2010-01-11 22:31:52

MUT-03025 Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.

ERROR 2010-01-11 22:31:52

FCO-00011 The step UpdateCfg 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_DB6_DB|ind|ind|ind|ind|1|0|NW_DB6_UpdateDbCfg|ind|ind|ind|ind|19|0|UpdateCfg was executed with status ERROR .

How can i solve the problem?Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Olaf Balzer :than you .Your suggestion is very useful.My problem is solved.Thank you all of you.

Former Member
0 Kudos

Thank you for your repaly,but my problem has not been solved.I checked the link that you send .But i am so pool in DB2.

I use the command:db2iupdt db2r3d ,and it is successful.But the install still stop.That is still the error.How can i use this commands?

Can you tell me the detail steps?By the way,the command is use for updating the instance.What cause my error?

Thank you very much

Former Member
0 Kudos

Hi Kevin,

reason code 9 means there is a problem with the target access. So please check the permissions for your newlogpath value. Perheps it helps to start with permission 777.

Regards

Olaf

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

>

> UPDATE DB CFG FOR R3D USING NEWLOGPATH /db2/R3D/log_dir

> SQL5099N The value "/db2/R3D/log_dir/NODE0000/" indicated by the database

> configuration parameter "NEWLOGPATH" is not valid, reason code "9".

> SQLSTATE=08004

>

Check this parameter. Also, check below link:

http://publib.boulder.ibm.com/infocenter/db2luw/v9/index.jsp?topic=/com.ibm.db2.udb.admin.doc/doc/r0...

Thanks

Sunny