The format of an Import File to be used for an EPW, RUM, ADPW, or SPW task is as follows:
-The text file is Tab-Separated, with each user on a new line.
-The Heading is as follows, with each heading item separated by a tab:
SourceLogonName SourceDomain TargetLogonName TargetDomain
An example file:
SourceLogonName SourceDomain TargetLogonName TargetDomain
fred_jones mySourceDomain fred_jones myTargetDomain
harry_jones mySourceDomain harry_jones myTargetDomain
jon_jones mySourceDomain jon_jones myTargetDomain
draco_jones mySourceDomain draco_jones myTargetDomain
NOTE:
You must use the NetBIOS names of the Source and Target domains. If FQDNs are used, the following error will appear in the RUMController.log file, and Processing will not work.
Error 0x80004005. Save export map: ExternalDataProvider: You cannot call a method on a null-valued expression.