| 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 |