Previous Page | Next Page

User Import Macros

%MDUCHGLB



Generates XML for loading identity updates.
Used in: User Synchronization
Depicted in: Periodic Synchronization
Requirement: Connection to the metadata server

Syntax

Syntax

%MDUCHGLB (CHANGE=libref, TEMP=libref, <FAILEDOBJS=table_name>, <EXTIDTAG=context_value>, <BLKSIZE=#_of_records>);

CHANGE

specifies the location of the change tables.

TEMP

specifies the location for temporary tables. The default is Work .

FAILEDOBJS

is a table that contains the entire contents of any blocks that weren't successfully loaded into the metadata. An error within a block prevents loading of all of the data in that block. The default name for this table is mduchglb_failedobjs. See Columns in the FAILEDOBJS Table.

This table is populated if integrity or completeness requirements aren't met or if a metadata server request failure occurs during processing. See What Information Is Updated?. To address errors, see How to Synchronize Identities.

EXTIDTAG

Indicates the origin of identity information. The default for this string is IdentityImport.

BLKSIZE

specifies the number of added or updated objects in a block. Each block of XML is generated and submitted to the metadata server independently. The default is 100.

Note:   For delete operations, BLKSIZE has no effect.   [cautionend]

Note:   The corresponding macro from previous releases, %MDUCHGL, is still supported. See the 9.1 version of this document.  [cautionend]

Previous Page | Next Page | Top of Page