Specify model security - 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 model security; user ID’s, passwords, and roles.

Syntax
MODEL SECURITY [USE DIGEST]
ID userid {PASSWORD|SCRAMBLED_PASSWORD} pw ROLE role
…
;

Parameters

Parameter

Description

Default Value

USE DIGEST

Specifies the use of a digest (hashcode) to protect the XML from modification

 

ID

  • User ID with a PASSWORD and ROLE of either User or Admin. IDs are optional.

  • USE DIGEST may be given with or without IDs.

  • If one or more IDs are specified in a batch run, no further batch RSL may be given for the model, as an Admin password must be given online to open it.

Note: The RSL exported from the model will use the SCRAMBLED_PASSWORD value.

 

Example
MODEL SECURITY USE DIGEST
ID wmlrvg SCRAMBLED_PASSWORD DEEBEAD8D7DB ROLE Admin
ID rpuser SCRAMBLED_PASSWORD D4D4D8D5FED4 ROLE Admin
ID foob SCRAMBLED_PASSWORD FCEFECF489 ROLE User
;