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

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> <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>
.
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!