SiebelSupport

-Learning the sharing way :)

Friday, January 9, 2015

Improving the performance of Siebel BI Publisher Report generation


Improving the performance of Siebel BI Publisher Report generation



1) Increasing the amount of heap memory available to the Java Virtual Machine (JVM)
Increasing the memory available to the JVM can improve the performance of the report generation and ensure that this error is not encountered.

 "C:\OraHome_1\jdk\bin\java" -XX:MaxPermSize=128m -Xms512m -Xmx512m -Duser.language=en -Duser.dir=C:\OraHome_1\oc4j_bi\bin -Duser.country=US -jar "%OC4J_JAR%" %CMDARGS%

OS
Memory Value
Windows (32-Bit)
Any value of up to 1.4GB (based on available RAM)
Windows (64-Bit)   
1.4 GB or higher (based on available RAM






2) Changing the Server Request Processor DB Polling Interval

By decreasing the polling interval the Server Request Processor can check the S_SRM_REQUEST table more regularly thereby reducing the period before the request processing is started. Once the change has been made it is necessary to shutdown and restart the affected Siebel Server before the change will take effect.It is recommended that this change be made only on the Siebel Servers hosting the XMLPReportServer component as this change will result in an increased number of queries being issued against the S_SRM_REQUEST table in the database.

change param PollIntvl=1 for comp SRProc

3) Minimize the size of Integration Objects/Components 

An excessive number of unrequired fields in the report will lead to increased data generation times from the XMLPReportServer component and will result in an increased data file size for BI Publisher to process.

4) Minimal Force Active fields on  BC- 

Ensuring that a minimal number of fields are flagged as Force Active will help to ensure that the number of fields being returned when querying against the Integration Component for report generation is further reduced.

5) XMLPReportServer PreloadSRF parameter to TRUE 

Prelolading the SRF into the process ensures that any performance overhead during the SRF load is encountered during component startup and not during report processing. This parameter is listed under Advanced tab.

6) Inactive Web Services not used in Enterprise 

Due to Bug 10587893 at present the component will load all of the active webservices configured in the enterprise rather than just those which it may access, such as PublicReportService or PublicReportService_v11. This leads to a performance overhead during the first report request for any process as these can take a significant period of time to load. In order to reduce the impact of this loading process review the webservices configured as 'Active' in the Siebel Enterprise through the Administration - WebServices > Outbound Webservices and Inbound Webservices views.  Set any webservices which are not used in the enterprise to 'Inactive'..

7) Minimize logging levels on all report generation components

This will include the requesting Object Manager, the XMLPReportServer component, the EAI Object Manager, the File System Manager component, and the BI Publisher Server itself.

8) Eliminate any un-necessary scripting during report generation

9) Create Separate Named Datasource For Siebel BI Publisher Reports With Large Data Volume

Generating Large Reports (over 10,000 records) - When running report generation there may be scenarios in which more than 10,000 records need to be retrieved. The standard ServerDataSrc within the Siebel Enterprise has a row limit of 10,000 for any single query and therefore in order to support large report generation a custom data source is required without this restriction. The following post covers this requirement in detail :

How To Create Separate Named Datasource For Siebel BI Publisher Reports With Large Data Volume

Wednesday, January 7, 2015

IP2104: Siebel Server fails to start and Enterprise name truncation


The behavior might be encountered after applying IP2014 on top of an existing Siebel version 8.1.1.x/8.2.2.x. 

The behavior is caused by failure to start the Gateway Server due to missing SIEBEL* environment variables.

Even if the correct siebenv script is sourced prior to the installation, similar behaviors might be encountered

The Siebel Enterprise name might also be truncated in the siebctl command issued by the migration process

While performing a migration installation with Siebel 8.1.1.14/8.2.2.14 on Unix/Linux (Siebel Server). You may see a similar error in the installation log.
* Log can be found under ../oraInventory/logs/oraInstall<creation_date_time>.out:

Executing Command: /bin/csh -c chmod -R 755 /vol1/sia81/ses
Executing Command: /bin/csh -c source /vol1/sia81/ses/gtwysrvr/siebenv.csh&&/vol1/sia81/ses/gtwysrvr/bin/start_ns

starting siebel migration
Preparing siebel server update
gateway address localhost:2320
enterprise name esia81
Siebel server name srvr1
username SADMIN
siebel update cmd /vol1/sia81/ses/siebsrvr/lib/spu 9ntkUOUf
/vol1/sia81/ses/siebsrvr/lib/spu 9ntkUOUf
delete path /vol1/sia81/ses/siebsrvr/sys/svc.siebsrvr.esia81:srvr1
siebctl -S siebsrvr -i esia81:srvr1 -a -g "-g localhost:2320 -e esia81 -s srvr1 -u SADMIN -ep /vol1/sia81/ses/siebsrvr/lib/spu: error while loading shared libraries: libxerces-c.so.28: cannot open shared object file: No such file or directory"
output siebctl: Command not found.
siebel server update success
spu update success
gateway address localhost:2320
enterprise name esia81
username SADMIN
gateway update /vol1/sia81/ses/siebsrvr/lib/gpu -g localhost:2320 -e esia81 -u SADMIN -p 9ntkUOUf
/vol1/sia81/ses/siebsrvr/lib/gpu -g localhost:2320 -e esia81 -u SADMIN -p 9ntkUOUf
output: /vol1/sia81/ses/siebsrvr/lib/gpu: error while loading shared libraries: libxerces-c.so.28: cannot open shared object file: No such file or directory
gpu update failed

completed siebel migration
Executing Command: /bin/csh -c source /vol1/sia81/ses/siebsrvr/siebenv.csh&&/vol1/sia81/ses/siebsrvr/bin/start_server all
Executing Command: /bin/csh -c /vol1/sia81/ses/ccr/bin/emCCR start
ils Base Dependency List:: {"ses.db.always:8.1.1.14.0","ses.db.config:8.1.1.14.0","ses.db.db2udb:8.1.1.14.0","ses.db.db2390:8.1.1.14.0","ses.db.dbcommon:8.1.1.14.0","ses.db.dblang:8.1.1.14.0","ses.db.files:8.1.1.14.0","ses.db.mssql:8.1.1.14.0","ses.db.oracle:8.1.1.14.0","ses.db.thirdparty:8.1.1.14.0"}
SES Base Dependency List: {"ses.db:8.1.1.14.0","ses.siebel:8.1.1.14.0","ses.gateway:8.1.1.14.0"}


The IP2014 installation files have been updated with new JAR files including the fixes for these two issues.The installation files will be soon re-packeged and re-uploaded to MOS>Patches&Updates and eDelivery site.

In case you have already downloaded the IP2014 installation files, please proceed as follows:

1. Download the apiinstaller.jar file from


Download apiinstaller.jar Oracle Link


2. In your installation image locate the following file: Server\Siebel_Enterprise_Server\Disk1\stage\ext\jlib\apiinstaller.jar
3. Back-up and delete the apiinstaller.jar from the current location
4. Copy the downloaded apiinstaller.jar to your installation image
5. Make sure that the siebenv.csh scripts under gtwysrvr and siebsrvr folders are updated so that Gateway Server can be successfuly started after sourcing the sieben.csh script.
Note that the installer will source the siebenv.csh script for starting the Gateway server
6. Run the installation for IP2014


Labels

ADSI authentication ADSISecAdpt apiinstaller.jar Applet User Properties Barcode fonts in PDF Best Practices BI Publisher BI Publisher 11g BI Publisher Desktop BI Publisher Desktop 10.1.3.2 BI Publisher template error BIP Performance tuning BUG 19469254 Create iPad Reports CRM on Demand R19 Deployment Guide - IP2014 Desktop Integration Siebel Agent (DISA) EAI Object Manager EnableURLCredentials ENTERPRISE NAME IS TRUNCATED DURING MIGRATION INSTALL IN LINUX PLAT Escripting External Business Components (EBCs) Generate Trigger Get a 20% Discount on Oracle Training How To Incorrect missing encryption key Incremental Repository Merge (IRM) Install Barcode fonts in BIP Server Integration Object IP2014 IP2014 Patch Set 1 IP2014 Patchset 2 IP2015 IP2015 Patchset 1 (15.1) IsRecordSensitive JDeveloper jqmtoolbarrenderer.js LDAP LDAPSecAdpt log level of SWSE Menu in Siebel Open UI new theme in Siebel 8.1.1.11 Open UI NFS OBIEE Integration on Siebel 7.8.2 Oracle Database XE Oracle Fusion Middleware Oracle Integration Cloud Services (ICS) Oracle WebLogic Server Override Custom Theme In Open UI Without Deleting The User Preferences Files Of All Users Performance Tuning Quiz Release Notes Responsive Web Design REST SAI REST SAP BusinessObjects Data Quality SavePreferences SBL-DAT-00222 SBL-DAT-00522 SBL-DBC-00107 SBL-SEC-10001 and SBL-DAT-00565 SBL-SEC-10018 Siebel - Oracle Real-time Scheduler Integration SIEBEL 8.1.1.14 ENVIRONMENT VARIABLE INSTALL ISSUE Siebel 8.1.1.8 Fix Pack Siebel 8.1.1.9 / 8.2.2.2 Siebel Administration Siebel Analytics Siebel BI Publisher Reports Siebel Composer Siebel Composer Developer Preview Siebel CRM 15.0 Siebel CRM 8.1.1.10/8.2.2.3 Siebel CRM Innovation Pack 2015 Siebel Delta Files (SDF) Siebel Email Marketing Siebel Filesystem Siebel Innovation Pack 2016 Siebel License Keys Siebel Open UI Siebel Open UI Manifest Siebel Release 15.1 Siebel Reports Siebel RESTful Services Siebel Server Cloning SPF Symbolic URL Synergy Open UI Theme Synergy Theme Open UI - Siebel CRM Innovation Pack 2015 Videos What is Workflow Policy OR

Tags