ave...@gmail.com
unread,Sep 29, 2014, 5:23:27 PM9/29/14You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
We use the TDI CLI (tdisrvctl) pretty extensively to stop/start ALs, set properties, etc. No problem there, it works great.
However, there are times when someone will, inadvertently or due to error in a script, start the same AL TWICE. That is, config-1/assembly-line1 is started twice and there are two running instances of 'assembly-line1'.
Is it possible to configure and AL such that only one instance is allowed? That is, if these two commands were issued the 2nd would fail?
a) start -c myConfig -r myAssemLine // works
b) start -c myConfig -r myAssemLine // fails, AL already running