DC990000 NDVRSNA0: E001 SS NDVRSUBS
search cancel

DC990000 NDVRSNA0: E001 SS NDVRSUBS

book

Article ID: 118572

calendar_today

Updated On:

Products

IDMS IDMS - Database

Issue/Introduction

What causes these messages?

DC990000 V14 T205 NDVRSNA0: E001 NO DBNAMES FOUND FOR CA E/DB SS NDVRSUBS
DC990000 V14 T205 NDVRSGEN: F005 CA E/DB SERVER INITIALIZATION FAILURE
DC990000 V14 T207 NDVRNVVI: I001 CA E/DB SHARED VECTOR INITIALIZING
DC990000 V14 T207 NDVRSGEN: I002 CA E/DB CAGJJ0 SYSTEM INITIALIZING

Environment

Release: All supported releases.
Component: IDMS Endevor DB

Resolution

This can be caused by the Endevor DB task trying to start but can't because of a dbname definition problem.

Endevor DB can be started when a user invokes the NDVR task code, or a startup autotask is defined in the sysgen. For example, in one system that uses Endevor, the DCMT D DBNAME shows the following DBNAME:

DBNAME SRCDICT MATCH ON SUBSCHEMA IS OPTIONAL
  SEGMENT SRCCCDB 0 BIND count
  SEGMENT SRCDICT 2 BIND count
  SEGMENT SYSMSG 0 BIND count
  SUBSCHEMA IDMSNWKA MAPS TO NDVRNWKA
 
As is shown above, there is a segment SRCCCDB - that is the Endevor segment. This dbname definition must also include a dictionary segment (SRCDICT) and the subschema mapping that is shown.