Index: trunk/ippScripts/scripts/rawcheck.pl
===================================================================
--- trunk/ippScripts/scripts/rawcheck.pl	(revision 36223)
+++ trunk/ippScripts/scripts/rawcheck.pl	(revision 36231)
@@ -81,5 +81,5 @@
 my $regtool_cmd = "$regtool -processedimfile -exp_id $exp_id -dbname $dbname";
 my ($success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 
-    run(command => $regtool_cmd, verbose => 0);
+    run(command => $regtool_cmd, verbose => 1);
 unless ($success) {
     $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
@@ -95,5 +95,6 @@
     my $hostname   = $imfile->{hostname};
     my $class_id   = $imfile->{class_id};
-    
+
+    if (!(defined($hostname))) { $hostname = 'ipp004'; }
 
 #    if (($data_state ne 'full')||($data_state ne 'compressed')) { next; } ## skip things that aren't full.
