content

» Set Server Info - Sample Meta-Update Scripts

Input


The list of valid Server keys is Name from the
output of the Server Info script. Not all are writable.

More Information

These scripts are in the Meta-Update distribution and may be run with a trial license. They are fully documented in the Meta-Update User's Guide

 
What It Does

Allows you to set a single AR_INFO "field" to a given value.

Imagine, turning on Admin Mode at the start of your database backup procedure and turning it off again at the end.

You can use it on any of hundreds of server settings. For the complete list, see the Server Info script.

Caution: using this script does not update the Remedy server config file: conf/ar.conf or conf\ar.cfg.

What It Shows

  • How a trivial one-line script can be a powerful tool.
  • How to assign to the Tag: AR_INFO.

Details

A useful, single statement script giving you the ability to set any "Server Information" variable.

Uses a AssignInit= with one statement to update a single automatic Meta-Update Tag, AR_INFO to set the $Arg, key$ with $Arg, val$

Some Tags such as ENV, and AR_INFO when assigned a value, cause Meta-Update to set an Environment variable, or, relay the new value to the Remedy server.