content

» Script Library: AR Server Info Report

AR Server Info Report

Two scripts generate a CSV or text file listing all "fields" available from your ARS Server corresponding with the AR_INFO Tag.

Demonstrates

These simple scripts demonstrate a pattern file output of a single record. They do no Query or other iteration. They use assignments based on your server version.

Loading

Nothing is needed for these scripts. Just run the script and look at the resulting CSV file in Excel or text file with Notepad. Note that you may need to import the file into Excel to have it parsed properly. The comma is used as a separator.

Running

Pass the output file name as the only argument of the script. There are two scripts. One creates a CSV for Excel and the other a single text file for Notepad.

 SthMupd.exe  SvrInfo.ini      Do  -p  svrInfo.txt 
 SthMupd.exe  SvrInfo-csv.ini  Do  -p  svrinfo.csv  

Sample output

Click the Sample Output to open a
new window with an enlarged image.

More Information

These scripts will need to be edited to fit your requirements. They will also need Meta-Update installed and licensed to run.

Downloads

    Save the zip, expand in your samples or scripts directory. The zip file may contain different versions of the script and a tutorial document.

  • zip
  • Script Source
  • Output Example