I am trying to create a scenario in a YAML file and run in a Linux server. But system thrown error message like incorrect population policy.
my scenario file like this ...
scenarios:
while running i entered...
sudo sh NeoLoadCmd -project "/home/ec2-user/test.nlp" "/home/ec2-user/scenarios.yaml" -launch scenario1 -noGUI -NTS "http://10.02.10.18:8080" -NTSLogin "XXXXXX:YYYYYY==" -leaseLicense "AAAA==:100:1"
leasing license was success and project got loaded successfully, but i got an error message saying ...
java.lang.RuntimeException: Data Model is invalid. Violation Number: 1.
Violation 1 - Incorrect value for 'scenarios[0].populations[0].load_policy': missing value.
Reference :-
https://www.neotys.com/documents/doc/modules/scenario-as-...
you would need to post your yaml file here, there is probably a formatting issue
Neil was made best respondent
Neil answered
Venkata Suresh Babu posted a new question