Specify model default XML location - connect_cdc_mimix_share - Latest

Connect CDC System Reference Guide

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (MIMIX Share)
Version
Latest
Language
English
Product name
Connect CDC
Title
Connect CDC System Reference Guide
Copyright
2024
First publish date
2003
Last edition
2024-08-20
Last publish date
2024-08-20T21:40:14.000381

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";