Usage
Specifies the default location for the XML files to an HTTP web server location that can be accessed by all hosts using the model default XML location.
Syntax
XML [DEFAULT LOCATION]
{ NONE | FTP [TO] MACHINE machinename PATH pathvalue
ID userid {PASSWORD|SCRAMBLED_PASSWORD} pw
URL url }
;
Parameters
Parameter |
Description |
Default Value |
---|---|---|
DEFAULT LOCATION |
Specifies the default location for the XML files to an HTTP web server location that can be accessed by all hosts using the model default XML location. |
This is set if RSL is generated from the model. |
NONE | FTP [TO] |
ftp XML to the specified location. |
|
MACHINE |
System to ftp to. Must be a valid host name or IP address. |
|
PATH |
Directory path |
|
ID |
User ID to use with ftp. |
|
PASSWORD|SCRAMBLED_PASSWORD |
Password of the User ID. RSL exported from the model will output a scrambled value. |
|
URL |
URL address of the web server location. |
|
Example
XML DEFAULT LOCATION
FTP TO MACHINE "js23-32" PATH "/common/SysAdm/WWW/data/models"
ID user1 SCRAMBLED_PASSWORD E6F3C0EBF643
URL "http://webhost.syncsort.com/models";