Forum Discussion
anilcharan
14 years agoOccasional Contributor
Hi Andrew,
The issue was identified and changed the necessary code to run the script effectively.
In "ExportNameMappingTree()",
we have 4th line as "Call GetNextAlias(NameMapping.Sys)".
Please change the above piece of code to " Call GetNextAlias(Aliases, "NameMapping.Sys") ".
Then, the script executed well.
Thanks,
Anil.
The issue was identified and changed the necessary code to run the script effectively.
In "ExportNameMappingTree()",
we have 4th line as "Call GetNextAlias(NameMapping.Sys)".
Please change the above piece of code to " Call GetNextAlias(Aliases, "NameMapping.Sys") ".
Then, the script executed well.
Thanks,
Anil.