Blitz Report runs on Oracle E-Business Suite installed on Windows with MKS Toolkit. Cygwin is not supported.
The commands to install Blitz Report are the same as for Linux. Before executing them, apply the applications environment file and start bash from the MKS toolkit as shown in the following screenshot:
If you plan running blitz reports on a standby database, please make sure that the following pre-requisites are met:
- EBS instance using Oracle database 19c or higher
- Active Data Guard is licensed. Note: Active Data Guard DML Redirection is not available for Non-Oracle Public Cloud Environments (Google Cloud Platform, Amazon AWS, Microsoft Azure, IBM Cloud, Alibaba Cloud, etc). It works either in the Oracle Cloud or on-premises.
- Active Data Guard Standby database with the real-time apply configured
- Oracle Active Data Guard DML Redirection for pluggable databases configured
- The database directory EBS_DB_DIR_UTIL path physically exists on both primary and standby database servers
- Patch 31632548 is applied to the both primary and standby databases
- The xxen_adg database link created in the primary database APPS schema. It should point to the standby pluggable database. E.g.:
create database link xxen_adg using '(DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=standby_server.standby_domain)(PORT=1522)) (CONNECT_DATA= (SERVICE_NAME=ebs_STANDBY_PDB) (INSTANCE_NAME=STANDBY)))';- Event 10946 should be set on the CDB level in both primary and standby databases as explained in Doc ID 2525754.1 and Doc ID 2662860.1
alter system set events '10946 trace name context forever, level 8454144';
alter system set event='10946 trace name context forever, level 8454144' scope=spfile;If you already have some other events defined, use this syntax:
alter system set event='10946 trace name context forever, level 8454144', '30580 trace name context forever, level 4096' scope=spfile;The Blitz Upload and Financial Statement features require the Oracle EBS Integrated SOA Gateway (ISG) to be configured. As it is unavailable in EBS 11i, mod_plsql needs to be configured as a replacement. Please refer to the following blog post to configure mod_plsql in your EBS 11i instance.
The profile option 'Blitz Report SSO Enabled' allows connecting to EBS instances which have SSO (Single Sign-On) enabled. If the EBS instance is SSO enabled, then post installation, this profile option needs to be set at 'Site' level to 'Yes' so that Blitz Upload and FSG can connect to the EBS server.
Navigation: System Administrator > Profile > System
The profile option 'Blitz Upload Use mod_plsql' allows using the mod_plsql to connect to EBS server. If the EBS instance does not support Integrated SOA Gateway (ISG) however it has mod_plsql configured, then post installation, this profile option needs to be set at 'Site' level to 'Yes' so that Blitz Upload can connect to the EBS server using mod_plsql.
Navigation: System Administrator > Profile > System
By default Blitz Report uses the built in Oracle EBS Delivery functionality. It has some limitations. E.g. it is not possible to customize a email body. In order to improve the Blitz Report user experience we introduced the Blitz Report Advanced Email Delivery. To configure it, please setup the following profile options:
- Blitz Report Use Advanced Email Delivery
- Blitz Report SMTP Host
- Blitz Report SMTP Port
- Blitz Report SMTP use SSL
- Blitz Report Email Body Message
- Blitz Report Email Subject Message
If you would like to restrict access to Blitz Report to specific menus, assign the Blitz Report function manually, as shown below.
Navigation: System Administrator > Application > Menu
To enable users to schedule reports as a background concurrent process (e.g. for outbound interfaces or long running data extractions scheduled during the night), the concurrent program 'Blitz Report' needs to be added to request groups as required, for example 'Receivables All'.
Navigation: System Administrator > Security > Responsibility > Request
If you would like to create a separate concurrent manager for the Blitz Report and Blitz Upload processing, you can run the 'Blitz Report Create Manager' program from the System Administrator responsibility.
If you do not have adsplice available or prefer to create the custom application manually, follow these steps:
CREATE USER XXEN IDENTIFIED BY &password
DEFAULT TABLESPACE APPS_TS_TX_DATA
TEMPORARY TABLESPACE TEMP;
GRANT CONNECT, RESOURCE TO XXEN;
GRANT CREATE VIEW TO XXEN;
GRANT CREATE SYNONYM TO XXEN;
GRANT UNLIMITED TABLESPACE TO XXEN;Navigation: System Administrator > Application > Register
Create application with:
- Application: Enginatics Custom Application
- Short Name: XXEN
- Basepath: XXEN_TOP
Navigation: System Administrator > Security > ORACLE > Register
Navigation: System Administrator > Security > ORACLE > DataGroup
Navigation: Alert Manager > System > Installations
Navigation: Oracle Applications Manager > Site Map > AutoConfig
Create the following custom parameters:
- s_xxen_top
- c_xxen_top
Then run AutoConfig to apply the changes.
Previous: Upgrade | Next: Troubleshooting












