Issue with Clone Environment Command
Summary:
While running cloneEnvironment command using groovy script, we are receiving below error -
A method called by the script failed on line: 33, with error: Invalid or missing parameter: TargetPasswordFile
Even if I provide direct password in command, it is still failing with same error. Can you please provide assistance?
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
24.11
Code Snippet (add any code snippets that support your topic, if applicable):
//Define Application credentials
String userName = 'abc@abc.com
String password = 'abc'
String instanceUrl = 'http://localhost:9000/HyperionPlanning'
String TARGET_USERNAME = 'xyz'
String TargetPasswordFile = 'xyz.epw'