Table of Contents

Search

  1. Preface
  2. Introduction
  3. Servers
  4. Console Client
  5. Search Clients
  6. Table Loader
  7. Update Synchronizer
  8. Globalization
  9. Siebel Connector
  10. Web Services
  11. ASM Workbench
  12. System Backup and Restore
  13. Batch Utilities

Custom Mode

Custom Mode

You can use the Custom mode to restrict the set of IDTs which can be synchronized by using the Real Time Web Service. A sample custom
xrserv.xml
file is as follows:
<?xml version="1.0" encoding="UTF-8"?> <server xmlns= "http://www.identitysystems.com/xmlschema/iss-version-1/xrserv"> <mode>custom</mode> <txn_thread_num>nn</txn_thread_num> <profile name="IDT001"> <rule name ="RULEIDT001"> <rulebase>ids:rb</rulebase> <system>ssa001</system> <idt>IDT001</idt> </rule> </profile> </server>
This example defines one profile but multiple profiles can be defined. Each may contain one or more rules. In this case, there is just one rule. Each rule must have a corresponding definition that nominates the Rulebase name, System name and any number of IDTs (IDT001 in this example) that can be synchronized.

0 COMMENTS

We’d like to hear from you!