There are two new XML tags that contain debugging options that you can add to the omaconfig.xml file for the SAS® Metadata Server. These tags are available in SAS® 9.2, SAS® 9.3, and SAS® 9.4. This note applies to SAS 9.2 and SAS 9.3. For details on the omaconfig.xml tags in SAS 9.4, refer to SAS 9.4 System Administration - Repair and Analyze Metadata Files Options.
<DEBUG ANALYZE_METADATA_FILES="y"/>
<DEBUG REPAIR_METADATA_FILES="y"/>
Both of the options provide the same functionality as the Verify Metadata Files check box in the Metadata Analysis and Repair Tools in SAS® Management Console.
The analysis or repair occurs during initial start-up of the SAS Metadata Server process. The options are particularly useful when the SAS Metadata Server fails to start because of a damaged repository manager or a damaged SAS® Foundation repository. In this case, you cannot connect to the SAS Metadata Server using SAS Management Console to run the Metadata Analysis and Repair Tools.
To use the new XML tags, complete the following steps:
Note: It is not necessary to include both tags in your omaconfig.xml file. If you want to only analyze the metadata, use the first directive. If you want to perform both the analysis AND repair, use the second directive.
For example, if you want to both analyze and repair the metadata, the first three lines of the omaconfig.xml file are similar to the following:
Do not leave these options in the omaconfig.xml file after the analysis or the repair is completed. Doing so can significantly affect SAS Metadata Server performance.