Could not run the application due to missing VIs. First of all, I doubt the subVI called using VI server were actually running. Yes, they were loaded and displayed in edit mode, however, this does not neccessarily mean they are running. As others suggested, a case or event structure is more appropriate.
In labview, goto menu >> Help >> find examples, search for "state" or "state machine" for some examples.
-Joe