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.

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old August 1st, 2008, 15:03
Senior Member and Blogger
 
Join Date: Nov 2007
Location: Drexel Hill, PA
Posts: 240
Thanks: 0
Thanked 35 Times in 35 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
nick.polites is on a distinguished road
Re: error when running public reports

The report server id is not the same. You have

p_reports_server=REP_xxx.COM

Yet I see in the EM manager OAS_HOME at the end. You need to put in the exact string as well as the upper case and lower case.

Also for the future in order for me to help you out fully instead of just guessing, you need to keep the entire screenshots and properties files intact otherwise you won't be getting a lot of help here, just guesswork.
__________________
MavenWire Hosting Admin
Over 7 years of OTM experience
The Oracle OTM / G-Log GC3 Experts
Offering Incubator and Production OTM instances
www.mavenwire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old August 1st, 2008, 15:19
Member
 
Join Date: Nov 2007
Location: Chennai, India
Posts: 76
Thanks: 8
Thanked 3 Times in 3 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
arunk is on a distinguished road
Re: error when running public reports

Nick,

I understand Nick, since its contains all those official server informations i just edited it.

And we have now edited the properties file to the same as it is in the em console. Does a server restart neccessary to make these changes take effect?

Regards
Arun
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old August 1st, 2008, 15:20
Senior Member and Blogger
 
Join Date: Nov 2007
Location: Drexel Hill, PA
Posts: 240
Thanks: 0
Thanked 35 Times in 35 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
nick.polites is on a distinguished road
Re: error when running public reports

Yes it will.
__________________
MavenWire Hosting Admin
Over 7 years of OTM experience
The Oracle OTM / G-Log GC3 Experts
Offering Incubator and Production OTM instances
www.mavenwire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old August 1st, 2008, 15:37
Member
 
Join Date: Nov 2007
Location: Chennai, India
Posts: 76
Thanks: 8
Thanked 3 Times in 3 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
arunk is on a distinguished road
Re: error when running public reports

Nick,

We have changed the properties file and made a server restart.

Now iam able to view the scheduled jobs , but when i try to run any reports it shows a different error that it cant able to open the file.

REP-110: Unable to open file 'orders_by_pickup_stop'.
REP-1070: Error while opening or saving a document.
REP-0110: Unable to open file 'orders_by_pickup_stop'.

I had attached the screenshot.

Any advice/ help?

Regds--
Attached Images
File Type: jpg error_report.jpg (28.8 KB, 2 views)
File Type: jpg sc_jobs.jpg (59.1 KB, 2 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old August 1st, 2008, 15:40
Senior Member and Blogger
 
Join Date: Nov 2007
Location: Drexel Hill, PA
Posts: 240
Thanks: 0
Thanked 35 Times in 35 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
nick.polites is on a distinguished road
Re: error when running public reports

You'll need to refer to the admin guide section about installing and configuring Oracle reports. You haven't configured the location for where the the reports are located in your reports.conf file. You also need to create a new entry in your cgicmd.dat file. After you change these you'll need to do a restart of your opmnctl for the changes to take.
__________________
MavenWire Hosting Admin
Over 7 years of OTM experience
The Oracle OTM / G-Log GC3 Experts
Offering Incubator and Production OTM instances
www.mavenwire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old August 1st, 2008, 16:20
Member
 
Join Date: Nov 2007
Location: Chennai, India
Posts: 76
Thanks: 8
Thanked 3 Times in 3 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
arunk is on a distinguished road
Re: error when running public reports

Nick,

We had checked all those files you had mentioned. Everything looks to be perfect.

reports.conf file,

<engine id="rwEng" class="oracle.reports.engine.EngineImpl" initEngine="10" maxEngine="50" minEngine="10" engLife="50" maxIdle="30" callbackTimeOut="90000">
<!--property name="sourceDir" value="/otm55/glog/reports"/-->
<!--property name="tempDir" value="your reports temp directory"/-->
<!--property name="keepConnection" value="yes"/-->

And this was added in the cgicmd.dat file too,

all=: %*
hide_pass_key: userid=glogdba/glogdba@TEST %*

It just run perfectly when i try running that test.rdf report but otherwise not with anyother PUBLIC reports.

Regds--
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old August 1st, 2008, 16:32
Senior Member and Blogger
 
Join Date: Nov 2007
Location: Drexel Hill, PA
Posts: 240
Thanks: 0
Thanked 35 Times in 35 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
nick.polites is on a distinguished road
Re: error when running public reports

It's commented out:

Change it to this:
<property name="sourceDir" value="/otm55/glog/reports"/>

also be sure you have a space between each line and also at the end of the file in your cgicmd.dat file

all=: %*

hide_pass_key: userid=glogdba/glogdba@TEST %*
__________________
MavenWire Hosting Admin
Over 7 years of OTM experience
The Oracle OTM / G-Log GC3 Experts
Offering Incubator and Production OTM instances
www.mavenwire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old August 2nd, 2008, 18:56
Member
 
Join Date: May 2007
Posts: 89
Thanks: 16
Thanked 1 Time in 1 Post
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
rj5316 is on a distinguished road
Re: error when running public reports

Hi Nick,

We are getting a new error now, upon trying to view an invoice ...

REP-110: Unable to open file 'commercial_invoice'.
REP-1070: Error while opening or saving a document.
REP-0110: Unable to open file 'commercial_invoice'

pls advice

Rgds--
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old August 2nd, 2008, 23:07
Senior Member and Blogger
 
Join Date: Nov 2007
Location: Drexel Hill, PA
Posts: 240
Thanks: 0
Thanked 35 Times in 35 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
nick.polites is on a distinguished road
Re: error when running public reports

Are you running Oracle reports as a different user than who is running otm? Check the permissions and see if that could be the problem. Your issue either lies in the reports configuration or permissions. It's the same error as before.
__________________
MavenWire Hosting Admin
Over 7 years of OTM experience
The Oracle OTM / G-Log GC3 Experts
Offering Incubator and Production OTM instances
www.mavenwire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to nick.polites For This Useful Post:
arunk (August 4th, 2008)
  #20 (permalink)  
Old August 3rd, 2008, 07:58
Member
 
Join Date: Nov 2007
Location: Chennai, India
Posts: 76
Thanks: 8
Thanked 3 Times in 3 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
arunk is on a distinguished road
Re: error when running public reports

Nick,

Many thanks for your reply...

I have edited the reports.conf and cgicmd.dat file as per your instructions. And a server restart is planned on Monday. We will let you know the results once it is done.

Regds--
Arun
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
OTM Reports getting REP-50004 Error mkenney Reports / FTI and Other Analytics 17 June 21st, 2008 05:29
Error configuring Oracle Reports with OTM sknmail@rediffmail.com Reports / FTI and Other Analytics 17 June 5th, 2008 23:08
[SOLVED] Automatically Killing Long-Running Reports chrisplough Reports / FTI and Other Analytics 0 October 5th, 2007 22:39
[SOLVED] RWServletProxy Exception: java.io.IOException when Running Reports chrisplough Reports / FTI and Other Analytics 2 May 8th, 2007 14:54
Error while generating reports soujanya Reports / FTI and Other Analytics 1 April 27th, 2007 17:23



All times are GMT. The time now is 03:32.
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