Hi
Usually we load our Test-Limits and -Parameters (inBuf) from an SQL-Server with Database followed by a Property Loader Step. Because we have some PC's with a bad network connection we want to Load the limits from a local Textfile. Everything works fine but the StepProperty Loader generates a Runtime Error when in the Limit-Text-File is a Stepname which does not exist in the Main-Sequence. With the old concept (DatabaseSteps) the Property Loader ignored that and showed the state done. With the new concept Loading from a TextFile the PropertyLoader shows the state Error(,which I can Ignore but the user sees a red step). Is there a way to configure the Propery Loader to ignore Stepnames which do not exist in the Sequence? (these stepnames usually exist in a subsequence)
I attached MySeq-File and the TextLimitFile.
(We use TestStand 4.2.1)
Thank you for your help