Name | Description |
aiaDomain | Contains the domain information. |
fp | Contains the FP information that needs to be configured. |
pips | Contains the SOA server details, DB information required for the 12.2 PIP. |
participatingapplications | Contains the participating applications information. |
Name | Example | Description |
sharedlocation | shared directories | This shared directory must be accessible to all nodes of cluster. |
isencrypted | false or true | Default = False. Will be modified to true after the SERVICES_LOCATION gets generated in later steps. Do not modify. |
Name | Example | Description |
---|---|---|
fp | Root element that contains fp server information. | |
version | 12.2.1.0.0 | Version of FP. Populated by default. |
adminhostname | SOAHost.domain.com | Admin server host name |
adminport | 7001 | Admin server port. |
domainname | soa_domain | SOA domain name |
username | weblogic | Admin user name |
password | weblogic1 | Admin password |
servertype | Server or Cluster | Enter Server or Cluster based on your topology. |
soaserver | soa_server1 or soa_cluster | SOA managed server name or Cluster name |
soaserverhostname | SOAHOST.domain.com | SOA server host name or Load balancer host name |
soaserverport | 8001 | SOA server port name or Load balance port no |
jndiurl | t3:// host.yourdomain:8001 | Complete SOA server T3 protocol |
Name | Example | Description |
---|---|---|
FieldWork | ||
version | 12.2 | Version of the PIP |
server | ||
adminhostname | SOAHost.domain.com | Admin server host name |
adminport | 7001 | Admin server port. |
username | weblogic | Admin user name |
password | weblogic1 | Admin password |
domainname | soa_domain | SOA domain name |
servertype | Server or Cluster | Value should be set to Server or Cluster based on the topology. |
soaserver | soa_server1 or soa_cluster | SOA managed server name |
soaserverhostname | SOAHOST.domain.com | SOA managed server host name |
soaserverport | 8001 | SOA managed server port no |
db | Needs to be configured with the DB information of SOA and CC&B. | |
soadb | SOA DB information | |
jdbc-url | jdbc:oracle:thin:@//SOADB_HOST.domain.com:SOADB_PORT_NO/SOA_DB_SID | SOA DB JDBC URL |
sysusername | sys | SOA DB sys user |
syspassword | XXX | SOA DB sys password |
aiands | SOA DB information to be used for nds user schema creation | |
jdbc-url | jdbc:oracle:thin:@//SOADB_HOST.domain.com:SOADB_PORT_NO/SOA_DB_SID | JDBC URL |
username | AIA_OUCCB_NDS_USER | NDS user schema |
password | mpluser | NDS user password |
ccbnds | CC&B DB information used for NDS processing | |
jdbc-url | jdbc:oracle:thin:@//CCBDBHOST.domain.com:CCBDB_PORT_NO/CCB_DB_SID | CC&B JDBC URL |
username | cisadm | CC&B DB user |
password | XXX | CC&B DB password |
Name | Example | Description |
---|---|---|
participatingapplications | Contains all three edge application environment information. | |
mwm | Contains the MWM application information. | |
service | . | |
url | http://MWM_HOST:MWM_PORT_NO/CONTEXT_ROOT/XAIApp/xaiserver/ (or) http://MWM_HOST:MWM_PORT_NO/CONTEXT_ROOT/webservices/ | MWM service URL IWS or XAI |
username | SYSUSER | User name for accessing the MWM services. |
password | XXXX | Password for accessing the MWM services. |
wam | Contains the WAM application information. | |
service | ||
url | https://WAM_HOST:WAM_PORT_NO/CONTEXT_ROOT/XAIApp/xaiserver/ or https://WAM_HOST:WAM_PORT_NO/CONTEXT_ROOT/webservices/ for WAM v2.x (or) http://WAM_HOST:WAM_PORT_NO/CONTEXT_ROOT/synergen/services/ for WAM v1.x | WAM service URL. |
version | 1 or 2 | WAM application version. |
username | SYSUSER or synergen | User name for accessing the WAM services. |
password | XXXX | Password for accessing the WAM services. |
ccb | Contains the CC&B application information. | |
exists | Y or N | Indicates whether or not CC&B exists. |
service | ||
url | https://CCB_HOST:CCB_PORT_NO/CONTEXT_ROOT/webservices/ (or) https://CCB_HOST:CCB_PORT_NO/CONTEXT_ROOT/XAIApp/xaiserver/ | CC&B service URL. |
javaiws | ||
url | https://CCB_HOST:CCB_PORT_NO/CONTEXT_ROOT/webservices/xla/ (or) https://CCB_HOST:CCB_PORT_NO/CONTEXT_ROOT/XAIApp/xaiserver/ | Configure CCB Java service URL (javaiws) in case of IWS service or XAI URL if not using IWS. |
username | SYSUSER | User name for accessing the CC&B services. |
password | XXXX | Password for accessing the CC&B services. |
Scenario | CC&B Exists Flag | WAM Version |
Scenario 1: Integration + CC&B + MWM + WAMv1.x | Y | 1 |
Scenario 2: Integration + CC&B + MWM | Y | 2 |
Scenario 3: Integration + WAM v1.x + MWM | N | 1 |
Scenario 4: Integration + WAM v1.x + CC&B | Y | 1 |
Scenario 5: Integration + WAM/ODM v2.x + MWM | N | 2 |
Scenario 6: Integration + WAM/ODM v2.x + CCB | Y | 2 |
Scenario 7: Integration + WAM/ODM v2.x + CCB+ MWM | Y | 2 |