cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

MDB-01067 'Create Nodegroup' does not work.

Former Member
0 Likes
274

Dear All,

Now, I’ve install with system copy form ECC6 (Non Unicode)/DB6 V9.1 to ECC6 (Unicode)/DB6 V9.5.

I’ve finished exported the data. But I got the ERROR in "Create nodegroup" of Install target system.

Error

MDB-01067 'Create Nodegroup' does not work. Execution of Statement: create nodegroup IBMCATGROUP on nodes (0) returned with: DB6Cli

Execute(): [IBM][CLI Driver][DB2/SUN64] SQL0707N The name "IBMCATGROUP" cannot be used because the specified identifier is

reserved for system use. SQLSTATE=42939

ERROR 2008-05-02 01:30:29

FCO-00011 The step CreateNodegroups with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_Cre

ateDBandLoad|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_CreateNodegroups|ind|ind|ind|

ind|20|0|CreateNodegroups was executed with status ERROR .

Could you please suggest how to fix this problem.

Thank you so much and Regards,

Jaturong

View Entire Topic
Former Member
0 Likes

Dear Kaushal,

Before export the data. I’ve ran preparation for Unicode system (SPUM4, UM4_FINISH_PREPARATION report).

But I got the problem at perform install Unicode system.

Thank you for suggestion

Regards,

Jaturong

Former Member
0 Likes

Hi,

OK

i found following

SQL0707N :

The name name cannot be used because the specified identifier is reserved for system use.

Explanation

The following lists reserved names:

  • a table space name cannot start with 'SYS'

  • a database partition group name cannot start with 'SYS' or 'IBM'

  • a savepoint name cannot start with 'SYS'

  • a role name cannot start with 'SYS' and it cannot be 'DBADM', 'NONE', 'NULL, 'PUBLIC', or 'SECADM'

  • a workload name cannot start with 'SYS'

User response : Select a name that is not reserved.

regards,

kaushal