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. Cluster Merge Rules
  13. Forced Link and Unlink
  14. System Backup and Restore
  15. Batch Utilities

Generic Mode

Generic Mode

The simplest possible file contains the following lines:
<?xml version="1.0" encoding="UTF-8"?> <server xmlns="http://www.identitysystems.com/xmlschema/iss-version-8/xrserv"> <mode>generic</mode> <rulebase>ids:rb</rulebase> </server>
Sample
xrserv.xml
with worker threads configuration:
<?xml version="1.0" encoding="UTF-8"?> <server xmlns="http://www.identitysystems.com/xmlschema/iss-version-8/xrserv"> <mode>generic</mode> <txn_thread_num>nn</txn_thread_num> <pid_thread_num>nn</pid_t hread_num> <rulebase>ids:rb</rulebase> </server>
By default, the number of worker threads (nn) is set to the number of CPUs available on the machine. You can override this value by setting
<txn_thread_num>
and
<pid_thread_num>
.
Sample
xrserv.xml
with extra audit information:
<?xml version="1.0" encoding="UTF-8"?> <server xmlns= "http://www.identitysystems.com/xmlschema/iss-version-8/xrserv"> <mode>generic</mode> <txn_thread_num>nn</txn_thread_num> <pid_thread_num>nn</pid_thread_num> <extra_audit_info>True</extra_audit_info> <rulebase>ids:rb</rulebase> </server>
By default, the extra audit information is turned off. For more information about auditing, see
Informatica MDM Registry Edition Design Guide
.
This simple
xrserv.xml
can synchronize all system and its IDTs in
Rulebase ids:rb
. Rulebase name must be specified.
Rulebase names are sent from the client to the server in the clear using the HTTP protocol. To avoid passing database passwords, Informatica Corporation recommends that the
xsserv.xml
files must specify Dictionary Alias names.

0 COMMENTS

We’d like to hear from you!