DB00915I messages not issued during MUF startup
search cancel

DB00915I messages not issued during MUF startup

book

Article ID: 244325

calendar_today

Updated On:

Products

Datacom/AD Datacom DATACOM - AD Datacom/DB

Issue/Introduction

Just completed the upgrade to Datacom AD 15.1. Everything works fine, but no DB00915I message is displayed for DATA-DICT and DDD-DATABASE when starting MUF:

DB00915I - CXX DBID 2 DATA-DICT DEFINITION VERSION 15.0 CHANGE LEVEL 0    
DB00915I - CXX DBID 15 DDD-DATABASE DEFINITION VERSION 15.0 CHANGE LEVEL 0

 

Environment

Release : 15.1

Component : Datacom/AD

Resolution

Per DB00915I explanation, these messages are displayed when the DATA-DICT and the DDD-DATABASE databases are opened:

The message occurs:
  • When a database is opened that is the number specified in the MUF startup option DICTIONARY as the first number for ‘datadict-dbid’. The distinguishing difference is table DOC is not present in 14.0 but is in 15.0 (and later).
  • When a database is opened that is the number specified in the MUF startup option DICTIONARY as the second number for ‘ddd-dbid’. The distinguishing difference is table SCE is not present in 14.0 but is in 15.0 (and later).
  • When a database is opened that is the number specified in the MUF startup option SYSTEMDBID for Dynamic System Tables. The distinguishing difference is the length of one of the tables.
  • When SQL creates table DOC in a database set as MUF startup option DICTIONARY first number for ‘datadict-dbid’ and release changed from prior value.
  • When SQL create table SCE in a database set as MUF startup option DICTIONARY second number for ‘ddd-dbid’ and release changed from prior value.

So, the Broadcom product(s) that uses (use) the MUF didn't open DBID 2 and 15. Suggested using the new OPEN_BASE console command (valid for 15.1 only):

/F mufjobname,OPEN_BASE 2
/F mufjobname,OPEN_BASE 15