Description
This is required so that the same query is not run by both Job server and pageserver
Solution
Add the "-procreportoptions __noViewTimeSecurityOnManagedRptData" parameter to BusinessObjects
BusinessObjects on Windows:
- Open Central Configuration Manager.
- Stop the Jobserver.
- Add the following to the end of command line argument.
-procreportoptions __noViewTimeSecurityOnManagedRptData
- Restart the Business Objects servers.
BusinessObject on Unix/Linux:
- Navigate to the bobje directory.
- Open up ccm.config. Each service will have a command line associated with it. For example the CMS command line looks like this:
cmsLAUNCH='"/home/tnordin/bobj/bobje/enterprise115/generic/bobjrestart.sh" -protect "/home/tnordin/bobj/bobje/enterprise115/linux_x86/boe_cmsd" -name tnordin-rhel-r2sp4.cms -loggingPath "/home/tnordin/bobj/bobje/logging" -pidFile "/home/tnordin/bobj/bobje/serverpids/tnordin_cms.pid" -restart -fg'
- Modify the command line for the service so that you want to set this flag. Note, this should be included within the single quotes, for example:
cmsLAUNCH='"/home/tnordin/bobj/bobje/enterprise115/generic/bobjrestart.sh" -protect "/home/tnordin/bobj/bobje/enterprise115/linux_x86/boe_cmsd" -name tnordin-rhel-r2sp4.cms -loggingPath "/home/tnordin/bobj/bobje/logging" -pidFile "/home/tnordin/bobj/bobje/serverpids/tnordin_cms.pid" -restart -fg -procreportoptions __noViewTimeSecurityOnManagedRptData'
- Save the config file.
- Restart the Business Objects servers.