Search Results

Search: Posts Made By: gkrish
1,887
Posted By gkrish
[SOLVED] Submit Button is not Recognizable
Hi ...

I am writing a PERL CGI script where firstly i display a Submit button and when i click that, it will display a group of checkbox values and another submit button.

My question is Now, if...
1,084
Posted By gkrish
I checked keeping print statements everywhere ......
I checked keeping print statements everywhere ...

Everything is as expected until the ELSE Block ...


lets see ...


$temp3 = `autorep -j $fjob`; ## $fjob contains "dse_load_tran_equity"...
1,084
Posted By gkrish
Hi Corona, Here is the entire code ... ...
Hi Corona,

Here is the entire code ...


#! /usr/bin/perl
use warnings;

my $cnt1 = 1;

print "Failed Jobs \n\n";

@fail_jobs = `fail | grep "Status FAILURE found" | awk '{ print \$6 }`;...
1,084
Posted By gkrish
Help in PERL
hi guys,

i am using the following code..

foreach $fjob (@fail_jobs)
{ if ($cnt1 == 1)
{ $temp1 = `autorep -j $fjob`;
$cnt1 = 2;
}
...
7,212
Posted By gkrish
ok, Now i am finally using this code for...
ok,

Now i am finally using this code for isql ...

I am getting the input file, but the output is not going to the out file.


isql -S $serv_name -U $usr_name -P $pswd -D $db_name -i...
3,450
Posted By gkrish
Help With isql in shell script
Hello

I am not able to get the isql output to temp_res file ... i have tried all the different combinations as shown below, but could not get anywhere .... Please Help



isql -S $serv_name -U...
7,212
Posted By gkrish
Did not know that EOF should be placed at the...
Did not know that EOF should be placed at the start of the line and i have aligned according to if loop.

Anyways after moving the EOF to the start of the line, it worked like a charm.

Thanks a...
7,212
Posted By gkrish
Need Help with isql in Shell Script
Hi Guys,

I need help with my code.

I am not able to find what the error is (tried debugging and everything).


#! /bin/sh

# MODSET_CLOSE
# Usage: modset_close

echo "Enter the Type of...
1,537
Posted By gkrish
I did what you mentioned but ... i am still...
I did what you mentioned but ... i am still getting the mails in this format ...


rigs_alleyoop_apply rigs_daily_cycle 04/13/2012 06:47:25 04/13/2012 06:48:19 ...
1,537
Posted By gkrish
Hi, Yes the one that is see in unix has Tab...
Hi,

Yes the one that is see in unix has Tab spacing, but the one that i get mail does not have.

i use this to format the entries ...

fmt3='%-35s %-27s %-27s %-30s %-31s %-48s \n'
and run...
1,537
Posted By gkrish
Formatting Help
Hi Guys,

i have report that runs every 10 min and send the report of failed jobs to my mail.

Currently i am using a command like this to send mail.

mailx -t -s "FAILURE JOBS IN HYDRA...
Showing results 1 to 11 of 11

 
All times are GMT -4. The time now is 04:53 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy