Dataquery DQS805E Table not found error
search cancel

Dataquery DQS805E Table not found error

book

Article ID: 207574

calendar_today

Updated On:

Products

Datacom Datacom/DB

Issue/Introduction

We have a Datacom DB table that does not show up in the list of tables for Dataquery. The table is cataloged in the CXX, but not available to Dataquery.

What can we do to resolve this?

 

Environment

Component : Datacom/DB

 

Cause

At some point, the table or database was catalogued to the CXX, but was not Enabled.

 

Resolution

The most common reason that a table is not showing up in Dataquery is that it was not Enabled in the Datadictionary.

Generally, we recommend that when you catalog the table or database, you also enable it. In batch, this is done with transactions like this:

//SYSIN    DD  *                                         
-USR DATACOM-INSTALL,NEWUSER                             
+CPY DATABASE,SAMP-ACT-DB(T001,DD,PRIV),PROD             
+END                                                     
+UPD DATABASE,SAMP-ACT-DB(PROD,DD,PRIV)                  
1000 CATALOG                                             
1000 ENABLE                                              
+END                                                     
/*                                                       

In DDOL, when you enter the CATALOG command, you can immediately follow it with the ENABLE command in the same format.

Once the table or database has been Enabled, it should appear in the list.

 

Additional Information

As always, please contact Broadcom support for Datacom if you have further questions.