Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Oracle 9iAS Reports

Re: Oracle 9iAS Reports

From: <J.Velikanovs_at_alise.lv>
Date: Tue, 10 Aug 2004 01:55:50 +0300
Message-ID: <OF60A00385.F9CE9A52-ONC2256EEB.007DA0C5-C2256EEB.007DF768@alise.lv>


If you on Linux, or have Linux in your network You can use some thing like:
v_res=`lynx -dump
"http://${1}/reports/rwservlet?destype=cache&desformat=PDF&userid=${2}&report=AC1233R_Report_4235.rdf&ID=325&server=${3}"| head -1`

if [ "$v_res" = "%PDF-1.4" ]
then
  v_status="OK_"
else
  v_status="NOT"
  echo
"http://${1}/reports/rwservlet?destype=cache&desformat=PDF&userid=${2}&report=NS0298R_Report_Append.rdf&ID=325&server=${3}" | mail -s "Problem with REPORT SERVER on ${1}" support_at_dbahost.lv fi

If not you can use telnet for implementing functionality like this one.

I am unaware regarding build-in functionality in iAS, if any.

Jurijs
+371 9268222 (+2 GMT)



Thank you for teaching me.
http://otn.oracle.com/ocm/jvelikanovs.html

Sanjay Mishra <smishra_97_at_yahoo.com>
Sent by: oracle-l-bounce_at_freelists.org
10.08.2004 00:02
Please respond to oracle-l  

        To:     oracle-l_at_freelists.org
        cc: 
        Subject:        Oracle 9iAS Reports


IS there any way to write as script that can check if the Report server is workign or not and so if required can be started.  

Thanks
Sanjay  



Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!

Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html


Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Mon Aug 09 2004 - 17:51:42 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US