10-02-2007 06:25 AM
10-02-2007 08:44 AM
10-02-2007 09:01 AM
10-02-2007 12:18 PM
Freak,
How do you deploy the container?
Do you deploy the station globals file every time the station globals change?
Have you thought about using the property loader step type to update your station globals dynamically before executing your sequence?
Regards.
Antonio Lie.
10-03-2007 06:43 AM - edited 10-03-2007 06:43 AM
Message Edited by freak on 10-03-2007 06:56 AM
10-08-2007 09:21 AM
10-08-2007 09:29 AM
Antonio,
I don't want to have put anything custom in the target remote sequence, because it is not transparent to the sequence developers, and it would be very difficult to maintain. Is there a place in the execution model that can be used instead?
Thanks
10-08-2007 03:37 PM
Freak,
Remote execution does not use the process model, so you can not use model callbacks.
One possible solution for this problem would be the following:
1. On the remote system create a new sequence containing only a property loader.
This sequence woul be on charge of loading the station globals dynamically.
2. On the local system you would have to call the sequence created in the previous step remotely, whenever you need to update the station globals.
Hope it helps.
Antonio Lie.
11-10-2009 03:03 AM
Hello,
can you outline briefly, how I would use the TestStand ActiveX API to access or serialize/unserialize the container from an ActiveX reference? I have seen how it works with a SequenceContext, but not with an arbitrary container type.
Regards
Peter