User Import Macros |
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>); |
specifies the location of the change tables.
specifies the location for temporary tables. The default is Work .
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.
Indicates the origin of identity information. The default for this string is IdentityImport.
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.
Note: The corresponding macro from previous releases, %MDUCHGL, is still supported. See the 9.1 version of this document.
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.