Hi Shweta,
Increase the Java VM setting of Adaptive Job Server.
Open the Central Management Console
- Browse to the Servers page
- Open the properties of Adaptive Job Server
- In the Command Line Parameters, locate the string Xmx, then change
it to Xmx2g ( 2G of RAM).
Depending on the complexity and data size, you may need to use
Xmx4g. - Save and Close.
- Restart the Adaptive Job Server
The following is the sample of Command Line Parameter field of Adaptive Job
Server:
Before the change:
-javaargs
"Djava.awt.headless=true,Dcom.businessobjects.mds.cs.ImplementationID=csEX,XX:MaxPermSize=192m,Xmx,Dbusinessobjects.connectivity.directory=C:/Program
Files (x86)/SAP BusinessObjects/SAP BusinessObjects Enterprise XI 4.0//dataAccess/connectionServer" -loggingPath "C:/Program Files x86)/SAP
BusinessObjects/SAP BusinessObjects Enterprise XI 4.0/logging/" -maxDesktops 0 -jsTypeDescription "Crystal Reports Job Server" -objectType
CrystalEnterprise.Report
After the change:
-javaargs
"Djava.awt.headless=true,Dcom.businessobjects.mds.cs.ImplementationID=csEX,XX:MaxPermSize=192m,Xmx2g,Dbusinessobjects.connectivity.directory=C:/Program
Files (x86)/SAP BusinessObjects/SAP BusinessObjects Enterprise XI 4.0//dataAccess/connectionServer" -loggingPath "C:/Program Files (x86)/SAP BusinessObjects/SAP BusinessObjects Enterprise XI 4.0/logging/" -maxDesktops 0 -jsTypeDescription "Crystal Reports Job Server" -objectType CrystalEnterprise.Report
Hope this will Help!!
Thanks,
Daya