Index: branches/pap/ippScripts/scripts/register_exp.pl
===================================================================
--- branches/pap/ippScripts/scripts/register_exp.pl	(revision 27708)
+++ branches/pap/ippScripts/scripts/register_exp.pl	(revision 28003)
@@ -8,6 +8,7 @@
 use Sys::Hostname;
 my $host = hostname();
+my $date = `date`;
 print "\n\n";
-print "Starting script $0 on $host\n\n";
+print "Starting script $0 on $host at $date\n\n";
 
 use vars qw( $VERSION );
@@ -126,4 +127,5 @@
 $command .= " -end_stage $end_stage" if defined $end_stage;
 $command .= " -tess_id   $tess_id"   if defined $tess_id;
+$command .= " -state full";
 $command .= " $cmdflags";
 
