Changeset 27578 for trunk/pstamp/scripts/dqueryparse.pl
- Timestamp:
- Apr 2, 2010, 10:03:50 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/dqueryparse.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/dqueryparse.pl
r24831 r27578 73 73 74 74 if (!$dbserver) { 75 my $ipprc = =PS::IPP::Config->new();75 my $ipprc = PS::IPP::Config->new(); 76 76 $dbserver = metadataLookupStr($ipprc->{_siteConfig}, 'PS_DBSERVER'); 77 77 } … … 99 99 die "$req_file is version $extver expecting 1" if $extver ne 1; 100 100 101 if (0) { 101 102 $out_dir .= "/$req_name"; 103 } 102 104 if (! -e $out_dir ) { 103 105 mkdir $out_dir or die "cannot create output directory $out_dir"; … … 133 135 my $result; 134 136 { 135 my $command = "$pstamptool -addjob -req_id $req_id - uri $req_file -outputBase $out_dir";137 my $command = "$pstamptool -addjob -req_id $req_id -outputBase $out_dir"; 136 138 $command .= " -job_type detect_query -state stop -fault $fault"; 137 $command .= " -rownum 0";139 $command .= " -rownum 1"; 138 140 $command .= " -dbname $dbname" if $dbname; 139 141 $command .= " -dbserver $dbserver" if $dbserver;
Note:
See TracChangeset
for help on using the changeset viewer.
