otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


 Subscribe Blogs:RSS
 Subscribe Forums:RSS
OTMFAQ Home
OTMFAQ Blogs
OTMFAQ Forums
OTMFAQ Tutorials

OTM SIG
MavenWire


Reports / FTI and Other Analytics Integrating OTM / G-Log with Oracle Reports, FTI (OBIEE) and creating custom reports / analytics.

Tags: ,

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old November 28th, 2007, 10:31
Junior Member
 
Join Date: Nov 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
Lakshmi is on a distinguished road
Schedule Reports

hello,
In 5.5 i am trying to schedule a report. when i am schedule the report Immediately to a mail Id a new screen is displayed showing that job done sucessfully.
But,

I didnot recevie any mails. Should i need to do any thing else for this schedule jobs?
Please help me...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old November 28th, 2007, 11:21
Senior Member and Blogger
 
Join Date: Nov 2007
Location: Drexel Hill, PA
Posts: 215
Thanks: 0
Thanked 31 Times in 31 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 1
nick.polites is on a distinguished road
Re: Schedule Reports

The first thing I would check is to ensure that your app server has been configured for reports with the same configuration as your web server. The application server is what sends out the emails with all of the report parameters. Also ensure that rptapache is running on your OTM reports instance as this is what schedules the reports.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old November 28th, 2007, 13:26
Junior Member
 
Join Date: Dec 2006
Posts: 17
Thanks: 1
Thanked 2 Times in 2 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
sprabhakar is on a distinguished road
Send a message via AIM to sprabhakar
Re: Schedule Reports

Lakshmi,
As you see the 'job scheduled successfully' screen, I would advice you to check the following :

1. Did the report complete successfully ?
2. Has the mail server been configured properly on the app server ? Details are available on the glog.properties file.
3. Do you have the correct permissions on the directory where the scheduled reports are being stored ?

- Prabhakar
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old December 14th, 2007, 03:53
Junior Member
 
Join Date: Sep 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
geetika is on a distinguished road
Re: Schedule Reports

HI all,
even i am facing the same poroblem, the reports are geting stored in th server after being scheduled sucessfully,but i am not getting any mail notification for same, so to view the report i have to go and check in the server,but the requirement is to get a attachment report in the mail, please anyone help in this.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old December 14th, 2007, 12:12
Senior Member and Blogger
 
Join Date: Nov 2007
Location: Drexel Hill, PA
Posts: 215
Thanks: 0
Thanked 31 Times in 31 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 1
nick.polites is on a distinguished road
Re: Schedule Reports

Quote:
Originally Posted by geetika View Post
HI all,
even i am facing the same poroblem, the reports are geting stored in th server after being scheduled sucessfully,but i am not getting any mail notification for same, so to view the report i have to go and check in the server,but the requirement is to get a attachment report in the mail, please anyone help in this.

Please take a look at my earlier response. You need to ensure that you have your app and web server configured correctly for reports, and have OTM rptapache running correctly on your oracle reports server. Without actually looking at your setup it is going to be very hard to determine where the issue is. You may want to contact Oracle support for assistance.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old December 14th, 2007, 13:34
Junior Member
 
Join Date: Sep 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
geetika is on a distinguished road
Re: Schedule Reports

thanks alot, i'll surely check for this,but one more thing i would to include, now i am geting the mail notification for scheduled public reports only, that too if i go to 'send report' option in Business Process Automation<Process Management<send report
no notifications are coming for user defined reports, would be highly thank ful if you could tell some more idea to solve the prob now.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old December 14th, 2007, 18:16
Junior Member
 
Join Date: Dec 2006
Posts: 17
Thanks: 1
Thanked 2 Times in 2 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
sprabhakar is on a distinguished road
Send a message via AIM to sprabhakar
Re: Schedule Reports

Geetika,
As you are getting public reports through mails, I would suspect hat you have not used the template provided by OTM for report development.
Let me explain:
When you create a report using the standard report template, there is a piece of code in the after report trigger that generates a insert statement into the REPORT_LOG table in your reportowner schema. Once a scheduled report is generated, a REPORT_READY event is triggered inside the application with the job number of the scheduled report. The automated report job ( mentioned above in your email) picks up the job number and goes to the REPORT_LOG table and picks up the report name. It then uses the report server configuration details provided in the glog.properties of the app server and fetches the report file from the report server and sends it out.

Please check the above and advise if this resolves your problem. If not, please post your error and we will advise next steps.

Regards
Prabhakar
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old December 17th, 2007, 05:26
Junior Member
 
Join Date: Sep 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
geetika is on a distinguished road
Re: Schedule Reports

thanks Prabhakar,
even though i made the chnges in the after report trigger, i am not getting any nofications for the user defined reports, these reports are there in the sheduled task in business process automation,but nothing is coming as notification even afer clicking 'send report' option.

another way i m trying is as follow, please see this as well
i am using two agents, one agent of shipment type , having action "PRINT DOCUMENT"
and other agent of report type having action of notification,the second agent has triggering event "REPORT_READY" with the restriction on the report set which need to be scheduled.
i am getting all notifications of first agent, but the second agent is not triggering at all, i tried with report set of public reports but the prob still remain same,

please suggest somthing for any of the method i tried.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Attaching Order Releases to a ground schedule rj5316 Order Processing 1 December 3rd, 2007 09:54
Vessel Schedule new_otm Data Loading 3 November 14th, 2007 13:32
RE: CU schedule for v5.5 Chris Plough Email List Archive 0 January 24th, 2007 20:06
[SOLVED] CU schedule for v5.5 Barnett , Jada Email List Archive 0 January 24th, 2007 18:51



All times are GMT. The time now is 03:01.
Copyright © 2008, Open Book Solutions LLC. All rights reserved.

Sponsored by MavenWire - MavenWire.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37