![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
ExportDomainSecurity -domain domain [-allUsers | -minimalUsers] [-userIncrement number] [-roleMembership] [-roles [role1:role2: ... : roleN] ] [-super] [-acls] [-date date] [-GUID] [-writeDates] [-encryptKey key] ((-user user -pw password) | -cred cred) -file fileThis command exports administration domain information to an XML file. The file can be loaded back into the domain or into another domain using the ImportDomainSecurity command.The ExportDomainSecurity and ImportDomainSecurity commands are designed for data loading (for example, batch loading users into a domain), synchronizing user and role data between domains, and backing up domain data.You can use ExportDomainSecurity to create example templates.
•
• Use the -GUID flag to keep two domains synchronized.Figure 12 Circular Role Hierarchy
Table 13 ExportDomainSecurity Properties –domain domain Exports minimal set of users only (only relevant if roleMembership is specified). -userIncrement number –date date Only entities updated since the given date are exported. The syntax for date must conform to that required of the Java method, Date.parse(). For example, "Sat 13 Nov 2004 13:30:00 GMT". -encryptKey key –user user –pw password -cred cred Name and path to a property file that contains the user name and encrypted password. Use the obfuscate utility to encrypt the password. The utility is documented in the TIBCO Runtime Agent Installation guide. For example, the property file could contain this entry after running the utility: –file file The following command line exports only users who have been created or changed after the given date.TIBCO_HOME\tra\version\bin\
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |