Skip to main content
23-Emerald III
April 21, 2023
Solved

ModelCheck Parameter

  • April 21, 2023
  • 1 reply
  • 1649 views

I am having issues with the following ModelCheck checks in my start file.

I want to be sure that the CLASSIFICATION parameter is set to only one of the values set in the classification.txt file. I have also set it to issue an error if CLASSIFICATION is missing in the parameter list or has no value set.

 

Check file setting:

PARAMCHECK YNEW E E N E E

 

Start file setting:

PRT_PARAMETER CLASSIFICATION STR EQ LIST_CLASSIFICATION
PRT_PARAMETER CLASSIFICATION NONE EQ PDM

 

Contents of classification.txt 

LIST_CLASSIFICATION ECI
LIST_CLASSIFICATION OFFICIAL USE ONLY
LIST_CLASSIFICATION UCNI
LIST_CLASSIFICATION UCNI ECI
LIST_CLASSIFICATION UNCLASSIFIED
LIST_CLASSIFICATION UNCLASSIFIED ECI

Best answer by Mahesh_Sharma

Hi @BenLoosli 

 

I think check "STARTCHECK" is not enabled in check file, try setting that to error. I hope this will help. 

 

Thanks. 

1 reply

22-Sapphire I
April 21, 2023

Hi @BenLoosli 

 

If you have  classification.txt in ModelCHECK text directory,

add  STD_USER_LIST_FILE text/classification.txt   in start file.

 

OR Add List information (listed below) in start file only. 

 

LIST_CLASSIFICATION ECI
LIST_CLASSIFICATION OFFICIAL USE ONLY
LIST_CLASSIFICATION UCNI
LIST_CLASSIFICATION UCNI ECI
LIST_CLASSIFICATION UNCLASSIFIED
LIST_CLASSIFICATION UNCLASSIFIED ECI

 

I hope this will help. 

 

 

 

BenLoosli23-Emerald IIIAuthor
23-Emerald III
April 21, 2023

We have that in the start file:

STD_USER_LIST_FILE text/classification.txt

 

Along with a list of users:

STD_USER_LIST_FILE text/designers.txt

 

Multiple STD_USER_LIST_FILE lines are okay, I am guessing as they don't generate any errors.

 

I did get the system to issue a error when CLASSIFICATION is blank, which is one step closer.

What I need is an error message if the CLASSIFICATION parameter is not in the file. How do I check for that?

22-Sapphire I
April 24, 2023

Hi @BenLoosli 

 

I think check "STARTCHECK" is not enabled in check file, try setting that to error. I hope this will help. 

 

Thanks.