otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


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

OTM SIG
MavenWire

Go Back   Oracle OTM / G-Log GC3 Community Support > OTM / G-Log - Technical Topics > Patches
Reload this Page

[SOLVED] Fixing OTM Oracle Reports after Patch Installation - Fixing File Permissions


Patches Applying Cumulative Updates (CUs) and Quick Patches.

Tags: , , , , , ,

Closed Thread
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old June 13th, 2007, 13:14
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 821
Blog Entries: 7
Thanks: 53
Thanked 201 Times in 121 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 10
chrisplough has a spectacular aura aboutchrisplough has a spectacular aura aboutchrisplough has a spectacular aura about
Send a message via AIM to chrisplough
[SOLVED] Fixing OTM Oracle Reports after Patch Installation - Fixing File Permissions

After installing an OTM patch, you need to fix the directory and file permissions on your OTM Report server in order for Reports to work. Otherwise, you'll get the following error when running reports:
Code:
REP-159:
NOTE: this assumes that standard practice of running OTM as a different user from your Oracle Reports installation. If you use the same user for both, you won't experience this issue.

To resolve this issue, just login to your OTM Report Server and run the following commands:
Code:
chown o+x,o+r <otm_home_dir>
chown o+x,o+r <otm_home_dir>/glog/
chown -R o+x,o+r <otm_home_dir>/glog/reports/
chown o+x,o+r <otm_home_dir>/rptapache/
chown -R o+x,o+r,o+w <otm_home_dir>/rptapache/htdocs/
Also - don't forget to update your Oracle Reports templates after patching - this often gets overlooked!
Code:
cp -r <otm_home_dir>/glog/reports/10g/* <oracle_reports_home_dir>/reports/templates/
Hope this helps!

--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread



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
[SOLVED] HTML Formatting issues with Oracle Reports 10.1.2.0.2 chrisplough Reports / FTI and Other Analytics 8 April 7th, 2008 15:07
[SOLVED] Oracle Reports on AIX chrisplough Reports / FTI and Other Analytics 0 July 3rd, 2007 04:33
[SOLVED] Set automatic write permissions onto fields gi.devincenzi Workflow 3 June 12th, 2007 09:08
Oracle EBS - OTM 5.5 Installation Steps amitwlele Installation and Upgrades 3 April 30th, 2007 17:49
Relaxing Oracle Permissions chrisplough Installation and Upgrades 0 December 8th, 2006 00:52



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