View Single Post
  #18 (permalink)  
Old June 5th, 2008, 23:08
sknmail@rediffmail.com sknmail@rediffmail.com is offline
Member
 
Join Date: May 2007
Location: India
Posts: 69
Thanks: 1
Thanked 2 Times in 2 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
sknmail@rediffmail.com is on a distinguished road
Send a message via Yahoo to sknmail@rediffmail.com
Re: Error configuring Oracle Reports with OTM

Hi Nick,

We did raise an SR with Oracle, however we could find that there was couple of properties which were defined as below in glog.properties
glog.webserver.reports.enableRWServletSecurity=tru e
glog.webserver.reports.usersWithAccess=true

This above values was screwing up the show job link and even all the report which as PAGESTREAM=YES as additional URL Arguments.

Now to resolve this issue we had to modify these properties as below -
glog.webserver.reports.enableRWServletSecurity (No value is as good as true)
glog.webserver.reports.usersWithAccess (The good values for this property is the GL USER GIDs if you want to restrict to specific OTM Logins, and if left with no values means for all GL USER GIDs)



So this is how these two issue got resolved in our environment.



Regards,
Suresh


Reply With Quote
The Following User Says Thank You to sknmail@rediffmail.com For This Useful Post:
chrisplough (June 6th, 2008)