Index: /tags/ipp-pv3-20140717/ippScripts/scripts/sc_remote_poll.pl
===================================================================
--- /tags/ipp-pv3-20140717/ippScripts/scripts/sc_remote_poll.pl	(revision 37491)
+++ /tags/ipp-pv3-20140717/ippScripts/scripts/sc_remote_poll.pl	(revision 37492)
@@ -98,4 +98,5 @@
     $runData = $metadata->[0]; # There should be only one
 }
+my $stage = $runData->{stage};
 
 # STEP 3: Poll the job status
@@ -168,5 +169,5 @@
     my @words = split (" ", $line);
 
-    my ($stage_id, $class_id, $component) = get_stage_id_from_filename ($words[0]);
+    my ($stage_id, $class_id, $component) = get_stage_id_from_filename ($words[0],$stage);
     unless(defined($stage_id)) { 
 	print STDERR "Unable to convert file: $words[0]\n";
