Understanding Audit Trail and Error File Messages
Whenever you upload or download a recipe from the Recipe Builder, the program examines the recipe to see if it is complete and can be uploaded or downloaded. If the recipe is complete, the Recipe Builder examines the recipe for errors, as described in the chapter Downloading and Uploading Recipes.
If the recipe is not complete, it displays an error message box with one of the following lines of text:
Download of recipe recipe aborted text
Upload of recipe recipe aborted text
where text is the reason that the upload or download aborted. These messages also appear in the error file when uploading or downloading a recipe with a Program block or a VBA script.
Text in the Audit Trail
The reason for aborting the upload or download also appears in each recipe message saved in the audit trail, if the audit trail is enabled for uploaded or downloaded recipe. For more information about the audit trail, refer to the section Using an Audit Trail.
The following table lists the reasons for the aborted upload or download and the response to the error.
Message |
Action |
bad completion status flag |
The analog block defined as the completion status indicator is undefined or cannot be read from or written to. Make sure the block exists in the database and that the block is in a mode that allows it to be read from and written to (for example, Analog Input blocks should be in Manual mode). |
bad error file name |
One of the following command line parameters was not specified:
Include the appropriate command line parameter and try again. |
bad or active interlock |
The upload or download interlock specified for the recipe is active or does not exist. Make sure the interlock is inactive before you try again. If the specified tagname does not exist, create the necessary block in the database or specify a different tagname. |
bad override parameter |
The Recipe Builder does not recognize the command line parameter specified in a script or a Program block. Refer to the chapter Command Line Parameters for a list of recognized command line parameters and modify the script or Program block as needed. |
bad override parameter variable name |
The variable name specified in the command line does not exist in the recipe. Re-type the command line and try again. |
cannot change batch size in control recipe |
The Batch Size parameter was specified in the command line while downloading a control or control text recipe. This command line parameter can only be used with master and master text recipes. Either download a master recipe or omit the Batch Size parameter from the command line and try again. |
cannot change tag group in control recipe |
The Tag Group parameter was specified in the command line while uploading or downloading a control or control text recipe. This command line parameter can only be used with master and master text recipes. Either upload or download a master recipe or omit the Tag Group parameter from the command line and try again. |
cannot open parameter file |
The parameter file specified in the command line does not exist or could be opened. By default, the Recipe Package assumes the file resides in the Local path. Either create a parameter file and save it in the Local path or copy the parameter file to this path. |
cannot open recipe file |
The Recipe Builder cannot open the specified recipe. Make sure you specified the name of the recipe in the command line and try again. Also make sure the recipe exists in the correct recipe path. If it does not, create it. |
cannot read recipe file |
The Recipe Builder cannot read the specified recipe. Try specifying the backup version of the recipe. |
cannot recalculate recipe |
The Recipe Download or Recipe Upload system task cannot recalculate the formula of each recipe item. Make sure the syntax of each formula is valid. Refer to the chapter Working with Formulas for information on formulas. |
cannot set batch ID |
The Recipe Package attempted to set the Batch ID. However, it encountered a memory or internal error. Exit from any applications not in use and restart the Recipe Builder. |
cannot set batch ID on upload |
The Batch ID parameter was specified to the Recipe Upload system task. This task does not recognize this command line parameter. Omit the parameter and try again. |
cannot set batch size |
The Recipe Download system task cannot set the current recipe's batch size because the batch size:
Retype the batch size you want and try again. |
cannot set batch size on upload |
The Batch Size parameter was specified to the Recipe Upload system task. This task does not recognize this command line parameter. Omit the parameter and try again. |
cannot set batch size with overrides |
The Recipe Download system task cannot scale the recipe with override values in effect. Click the Clear Overrides button to remove all overrides and try downloading the recipe again. |
cannot set override value |
The Recipe Download system task cannot set one or more override parameters. The values specified are out of range, do not conform to a syntax that the Recipe Download task recognizes, or are the wrong data type (for example, entering string data for a F_ field). Verify all the values specified and try to download the recipe again. |
cannot set overrides on upload |
One or more override parameters were specified to the Recipe Upload system task. This task does not recognize these command line parameters. Omit the parameters and try again. |
cannot set remarks |
The Recipe Package attempted to set the download remarks for the specified recipe. However, it encountered a memory or internal error. Exit from any application not in use and restart the Recipe Builder. |
cannot set remarks on upload |
The Download Remarks parameter was specified to the Recipe Upload system task. This task does not recognize this command line parameter. Omit the parameter and try again. |
cannot set tag group |
The Recipe Download system task cannot locate the tag group assigned to the recipe or specified by the Tag Group parameter. Make sure the tag group exists in the directory defined by the Picture path. |
cannot upload to a text file |
The Master Text Recipe or Control Text Recipe parameter was specified to the Recipe Upload system task. Master and Control Text recipes cannot be uploaded using this task. Upload the recipe from the Recipe Builder instead. |
cannot use parameter file with other parameters |
The Command Line File parameter was included in the command line with other command line parameters. Delete the Command Line File parameter or remove the other command file parameters from the command line. |
cannot write recipe file |
The specified recipe was uploaded but cannot be saved. Make sure there is enough space on the disk to save the recipe and try again. |
missing batch ID |
The Batch ID parameter was specified without an identifier. Include a batch ID and try again. |
missing batch size |
The Batch Size parameter was specified without including a batch size. Include the batch size and try again. |
missing parameter file name |
The Command Line File parameter was specified without an accompanying file name. Include the name of the parameter file and try again. |
missing recipe file name |
One of the following command line parameters was specified without an accompanying recipe name:
Include the name of the recipe you want to upload or download and try again. |
missing remarks |
The Download Remarks parameter was specified without any accompanying text. Include the appropriate text and try again. |
missing tag group file name |
The Tag Group parameter was specified without a tag group file. Include the name of the tag group file to use and try again. |
No RECIPE user found. Run the Security Configuration program and add a user called `RECIPE' to this node and all referenced SCADA nodes |
The Recipe user account does not exist on the node you are downloading from. Consult your system administrator before proceeding. |
not a recipe file type |
The file specified is not a recipe. Re-enter the name of the recipe to upload or download and try again. If you are using the Recipe Upload system task, make sure it is a master or control recipe. The Upload task cannot upload master text or control text recipes. |
recipe path not found |
The Recipe Package cannot locate the recipe path specified in the SCU. Make sure the master and control recipe paths exist or change the recipe paths to point to the directories where your master and control recipes reside. |
undefined recipe item |
The formula for one or more recipe items cannot be evaluated or the identifier has not been entered. Complete the identifier and formula of each item and try uploading or downloading the recipe again. |
unknown parameter |
The Recipe Package does not recognize the command line parameter specified in a script or a Program block. Refer to the chapter Command Line Parameters for a list of recognized command line parameters and modify the script or Program block as needed. |