NTF error on BTG of System and Programs
search cancel

NTF error on BTG of System and Programs

book

Article ID: 271964

calendar_today

Updated On:

Products

Datacom Datacom/DB Datacom/AD

Issue/Introduction

We are attempting to move system and program definitions from one MUF to another.  Here is my BTG command set:

-DEF PATH,SYS1
-DEF TRACE,SYSTEM.JOB,SYS-JOB-CONTAIN
-DEF TRACE,SYSTEM.LIBRARY,SYS-LIB-RESIDE
-DEF TRACE,SYSTEM.PROGRAM,SYS-PGM-CONTAIN
-DEF TRACE,PROGRAM.DATAVIEW,PGM-DVW-USE
-DEF TRACE,PROGRAM.MEMBER,PGM-MEM-CONTAIN
-DEF TRACE,PROGRAM.PROGRAM,PGM-PGM-CALL
-DEF TRACE,PROGRAM.PLAN,PGM-PLN-USES
-DEF TRACE,PROGRAM.PANEL,PGM-PNL-USE
-END
+BTG START,SYSTEM,$ID(001),SYS1

I'm getting the following DSF error:

. . .                                                   
+BTG START,SYSTEM,$ID(0001),SYS1                       
-* * * BTG/DSF ERROR  FUNCTION=GETENTIT RET CODE=  NTF 
+END

Environment

Release : all

Component : Datacom/DB

Component : Datadictionary

Resolution

If you are getting a notfound error (NTF), it would have to be the system name or the version that is missing. In this case, you are using the short name ($ID) instead of the actual entity-name ($IDEAL).

Change the BTG START to use $IDEAL instead of $ID, and if you still get a notfound, you can run an index report on the systems to be sure you have the correct version (or you could change the version in your START to be PROD).

Additional Information

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