Wednesday, April 28, 2010

Using -maxChildReqs Business Objects Enterprise XI R2 Report Job server settings

• The default report job server children for Windows have been changed in
BusinessObjects Enterprise XI from OUTPROC to MIXEDPROC. This
causes the report job server children to remain open longer after
processing (for the lesser of 100 jobs or 2 hours of not being used.). This
is now consistent with the UNIX report job servers and with the other
types of job servers included with BusinessObjects Enterprise.
The following lists information on job server settings:
• -maxJobs
Sets the maximum number of concurrent jobs processed by one job
server.
• -type
Presets the job server type. Can be OUTPROC or MIXEDPROC.
OUTPROC causes the job server children to shutdown after every
job (like CE10 report job servers), MIXEDPROC causes the job
server children to shutdown after every 100 jobs.
• -maxChildReqs
Sets the maximum number of jobs processed by one job server child
before it shuts down and restarts (in case you want a to use a
number between 1 [OUTPROC] and 100 [MIXEDPROC])
Job server children will also automatically shut down if left unused for a
period longer than 2 hours.


Example to use in Linux or Unix for BO XI R2:

Open the ccm.config file and change like below:

reportjobserverLAUNCH='"/bobje/enterprise115/generic/bobjrestart.sh" -protect "/bobje/enterprise115/linux_x86/boe_jobsd" -lib procreport -jsTypeDescription "Crystal Reports Job Server" -objectType CrystalEnterprise.Report -name xxxxxxxx.reportjobserver -ns xxxxxxxxx..com -type OUTPROC -loggingPath "/bobje/logging" -pidFile "/bobje/serverpids/xxxxxx_reportjobserver.pid" -restart -fg -maxChildReqs 1'


For XI R3 follow same instruction but do the changes from CMC to report job server.

For windows follow this video:

http://www.youtube.com/watch?v=WQ8R477SRIA

No comments:

Post a Comment

Sonarqube Upgrade from 9.4.4 to 9.9.4 LTS

 Issue:  1) Java hasbeen upgraded from 11 to Open JDK 17. And Sonarqube is upgraded from 9.4 to 9.9.4. 2) After the upgrade sonarqube servic...