Checklist for Installation on WebLogic Server
- Check the WebLogic version, JDK version on the Application server and Oracle Client version. The versions should be as per the latest certified version specified in the Release document.
- Below WebLogic, parameters should be checked as part of Oracle Banking Payments
Installation for the WebLogic Domain created.
- Under Domain--> Configuration Tab --> Web Applications
- Options 'JSP Compiler Backwards Compatible’ and ‘Archived Real Path Enabled' should be checked
- Missing Server Id setup at server start-up for single server or cluster
installations.
Identify the Managed Server in which the Application EAR is deployed
- Login to the WebLogic Console
- Navigate to Environment --> Servers
- From the List of Servers, locate and click on the Managed Server in which the Application EAR is deployed
Verifying Arguments for Reference Number Generation- After clicking the Managed Server, navigate to ‘Server Start’ tab under the ‘ConfigurationTab’
- Verify the Arguments as shown below:
-Dserver.id=1
- In case of cluster setup, each managed server, which is part of the cluster where the application is deployed, should have a different server id.
For eg for Managed server, “Server1” the value should be given as
-Dserver.id=1
For Managed server Server2, the value should be given as
-Dserver.id=2
Different values can be given for managed server upto 99.
Note:
Parameter ‘-Dserver.id=1’ is required for the Reference Number Generation in Oracle Banking Payments Transaction screens. If not set, Oracle Banking Payments Transaction screens on launch will report Error on click of NEW.
- JMS Load Balancing Configuration
For each of the Distributed Queue Connection Factory, disable the “Server Affinity” flag. This ensures that the messages get distributed uniformly across all the managed servers in a cluster.
- Non Transactional Datasource Configuration
Datasource which do not have the “Supports Global Transactions” flag enabled are referred as Non-Transactional Datasource, as they do not come under the Container/Server managed transactions.
Figure 2-4 Settings for jbdc/fcjdevDS
For such Datasources, the inactive connection timeout seconds must be configured to a positive value. This helps to avoid the Connection Leak scenario. The suggested value is 30 seconds.
- Transactional Datasources Configuration
Datasource for which the “Supports Global Transactions” flag is enabled referred as Transactional Datasource, as they come under the Container/Server managed transactions.
Figure 2-6 Settings for jbdc-fcjdevDS_GTXN
For such data sources ensure that “Logging Last Resource” option is selected.
Figure 2-7 Settings for jbdc-fcjdevDS_GTXN
“Inactive Connection Timeout” seconds must be set to 0. For the transactional Datasources as they participate in the container transaction, the timeout is governed by the JTA timeout seconds.
- Data Source Setup Verification
- Navigate to the Data Sources Configuration
- Below Data Sources must be mapped in the Data Sources Configuration
- Jdbc/fcjdevDS
- Jdbc/fcjdevDS_GTXN
- Jdbc/fcjdevDS_XA
- Additional Data Sources for Co-deployed
- jdbc/fcjdevDS_ASYNC
- Below listed Data Sources must be configured as NXA (Please refer to the
below screen-shot for Jdbc/fcjdevDS_GTXN)
- Jdbc/fcjdevDS
- Jdbc/fcjdevDS_GTXN
- Jdbc/fcjdevDS_ASYNC
- Below listed Data Sources must be configured as XA
- Jdbc/fcjdevDS_XA
- Below options must be enabled for the GTXN Data Source - Jdbc/fcjdevDS_GTXN
- Supports Global transactions
- Logging Last Resource
During creation of this datasource a table will be created in the connected database with the table name as WL_LLR_||’managed_server_name'
Here the managed server will be the name of the target server associated with the datasource.
For JDBC LLR 2PC transactions, if the transaction data is too large to fit in the LLR table, the transaction will fail with a rollback exception during commit. This can occur if your application adds many transaction properties during transaction processing. In this case, the database administrator can drop the existing table and create a new LLR table with the same name or alter the column with larger recSize value for RECORDSTR data column. The RECORDSTR data column must be the DBMS's variable string column type with the DBMS's maximum size. In this way, the DBMS allocates as much space as the data needs for a given row.
- Target Server for Datasources created
- If Payments EAR is deployed with embedded Scheduler, all datasources should point to the single Managed Server, where the application is deployed.
- If Payments EAR and Scheduler EAR are deployed on two different Servers.
- Below datasources should be targeted to Managed Server where
application is deployed.
jdbc/fcjdevDS
jdbc/fcjdevDS_GTXN
jdbc/fcjdevDS_XA
- Below datasources should be targeted to Managed Server where
Scheduler is deployed.
jdbc/fcjdevDS
jdbc/fcjdevDS_XA
- Below datasources should be targeted to Managed Server where
application is deployed.
- Verifying data in SMTB_MODULES_GROUP Table
- JNDI Names Input during Installation process must be verified with records in the SMTB_MODULES_GROUP table.
- JNDI name provided here should be created on console.
Figure 2-11 Below is the screen-shot of Data Input during installation
Description of "Figure 2-11 Below is the screen-shot of Data Input during installation"Figure 2-12 Below is the screen-shot of records in the SMTB_MODULES_GROUP table
Description of "Figure 2-12 Below is the screen-shot of records in the SMTB_MODULES_GROUP table" - All queues mentioned in the Resource List should be mandatorily created. For all queues where Error queue needs to be defined, the below setting should be done.
- ‘Expiration Policy’ should be maintained as ‘Redirect’ and ‘Error Destination’ as the error Queue. Keep Redelivery Limit as zero.
- In case of Standalone and co-deployed setup for Payments, the below external queues
should have the setup as mentioned:
jms/SNCK_RES_IN
jms/SNCK_RES_BKP_IN
jms/FP_SNCK_RES_IN
jms/FP_SNCK_RES_BKP_IN
jms/EXT_PRICE_RES_IN
jms/EXT_PRICE_RES_BKP_IN
jms/EXTACSYS_REQ_IN
jms/ECA_RES_BKP_IN
jms/FP_ECA_RES_BKP_IN
jms/ECA_RES_IN
jms/ACC_ENTRY_RES_BKP_IN
jms/ECR_RES_IN
jms/ECR_RES_BKP_IN
jms/EXTRATESYS_REQ_BKP_IN
jms/EXTRATESYS_REQ_IN
- Options Expiry Policy should be maintained as Redirect and error destination as Error queue in Delivery Failure. Keep Redelivery Limit as zero.
- In Tab Overrides, value for ‘Time-to-Live Override” should be maintained as 2000.
- In case of co-deployed setup, for external queue MDB_QUEUE_RESPONSE, check if
- Options Expiry Policy is maintained as Redirect and error destination asjms/ACC_ENTRY_RES_BKP_IN in Delivery Failure. Redelivery Limit should be 0.
- In Tab Overrides, value for ‘Time-to-Live Override” should be maintained as 2000.
- Check if following Gateway ears are deployed on the Application Server for co-deployed
setup.
- GW EJB
- GW MDB
- SYSTEM’ user should be present and debug should be enabled in case debugs needs to be generated for checking the response error from FCUBS.
- User role should be granted to SYSTEM user for the branch from where transaction is posted to MDB.
- Check the maintenance for tables
- PMTM_JOB_PARAM
-
For Parameter PM.CTX.PROVIDER property maintain the below value“t3://Weblogic_IP:Server_Port” or t3://Host Name:Server_Port Here Host Name is the name of the Application Server or IP of the Application Server.
Server_Port is the listen port configured on the application Managed Serverwhere application is deployed.
- For parameter PM.CTX.FACTORY value should be weblogic.jndi.WLInitialContextFactory.
-
- PMTM_SYSTEM_PARAMETERS
- For PARAM_NAME “PM.CTX.FACTORY”, update the PARAM_VALUE as ‘weblogic.jndi.WLInitialContextFactory’.
- For PARAM_NAME “PM_CTX_PROVIDER”, update the PARAM_VALUE for Non-Cluster setup
as “t3://Weblogic_IP:Server_Port” or “t3://HostName:Server_Port” and for Cluster
setup as “t3://HOST NAME1: PORT 1, HOST NAME2:PORT 2”
- Here Host Name is the name of the Application Server or IP of the Application Server.
- Server_Port is the listen port configured on the application Managed Server where application is deployed.
- For PARAM_NAME “PM.CTX.CONNFACTORY” the appropriate connection factory needs to be provided which is created in JMS Server for e.gjms/PMQCF.
- For PARAM_NAME “C2B_FILE_PATH”, give the C2B path maintained in the Application server.
- For PARAM_NAME “DD_FILE_PATH” property, give the DD path maintained in the Application server.
- For PARAM_NAME “DEBUG_PATH” property, give the PM DEBUG path maintained in the Application server.
- For PARAM_NAME “DISPATCH_PATH” property, give the DISPATCH path maintained in the Application server.
- CSTB_PARAM
- Check if the below parameters PM.CTX.FACTORY, PM_CTX_PROVIDERand PM.CTX.CONNFACTORY exist in CSTB_PARAM. In case parameters exists, it should have the same value as in PMTM_SYSTEM_PARAMETERS. The parameters need not be maintained in case it’s already maintained in PMTM_SYSTEM_PARAMETERS.
- CSTM_EXTERNAL_SERVER_DETAILS
- For field “CONTEXT_PROV_URL”, update the values for Non-Cluster setup as “t3://Weblogic_IP:Server_Port” or “t3://HostName:Server_Port” and for Cluster setup as “t3://HOST NAME1: PORT 1, HOST NAME2:PORT2” in web-logic application server.
- Value for QUEUE_FCTRY_JNDI should be ‘jms/PMQCF’
- Value for CACHE_QUEUE_JNDI should be ‘jms/CACHE_TOPIC’
- PMTM_JOB_PARAM
- Please ensure the topic CACHE_TOPIC is created and present in the weblogic JMS Server. In case of cluster and non-cluster setup, the ‘Forwarding policy’ of the distributed Topic should be“Replicated” for the uniform Distributed Topic, otherwise the Caching would not work properly.
- If External JSUIXML path is checked as required during property creation, all UIXML and JS files(plus copy of old Rolled-up JSUIXML) should be copied to the external path after EAR creation.
- All EMS folders should be created on the Application server with full rights.
- Check if the value for below EMS properties are correctly defined in
fcubs.properties.
EMS_INIT_CTX_FACT=weblogic.jndi.WLInitialContextFactory
- Non Cluster Setup
EMS_PRVDR_URL= t3://Weblogic_IP:Server_Port
t3://Weblogic_IP:Server_Port” or “t3://Host Name:Server_Port”
- Here Host Name is the name of the Application Server or IP of the Application Server.
- Server_Port is the listen port configured on the application Managed Server where application is deployed.
- Cluster Setup
In case of external load balancer, it should be the Host Name or IP and port of the Load balancer.
EMS_PRVDR_URL= t3://Weblogic_IP:Server_Port
In case of internal load balancer, specify the Host name and IP as below of all managed servers used in the Cluster
EMS_PRVDR_URL= t3://HOST NAME1: PORT 1, HOST NAME2:PORT 2
- Non Cluster Setup
- Debug paths should be created on the Application server with full rights. Data Store tableCSTB_DEBUG_USERS should be populated with value Y if debug is to be generated for a logged in user.
- Below maintenance should be done for both Co-deployed and Standalone. Details can be
checked in FCUBS-Oracle Banking Payments Integration document.
- Sanctions System Maintenance (PMDSNCKM)
- ECA System Maintenance (PMDECAMT)
- Accounting System Maintenance (PMDACCMT)
- Queue Connection Profile Maintenance (PMDQPROF)
Parent topic: Payments Installation Checklist