Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Runs the adcgnjar utility to Operation for generate and sign a JAR file custom Product Jar (For R12.2+ only).  

Note

This operations requires the expect package to be installed on the EBS host.

Note

You may not use this utility for custom development unless you have written permission from Oracle Corporation.

  

Environment/Instance Properties

Property Name

Property Code

Required

Description

EBS Source Script
Key Store PasswordFDEBS_
SOURCE
STORE_
SCRIPTEBS Database User

FDEBS_DB_USER

Yes

DB User to connect with privileges. e.g. Apps.
Make sure you have permission to execute sqls with this user for all schemas.

EBS Database Password

FDEBS_DB_PASSWORD

Yes

DB Password to connect for EBS Database User.

PASS

Yes

Source Script with full path. 
e.g. /u1/apps/apps_st/appl/APPSorcl_ebs01.env

If you would like to apply changes directly to run edition for EBS R 12.2+, specify the run param after the script. By default it connects to patch edition.

e.g. /u1/apps/apps_st/appl/APPSorcl_ebs01.env run

NoOptional. Needed only if it different than default.
Key PaswordFDEBS_KEY_PASSNoOptional. Needed only if it different than default.  


Project Properties

Property Name

Property Code

Required

Description





  

Inputs

Input Name

Input Code

Required

Description

Class files Location

FDEBS_INP_CUSTOM_FILES_LOCATION

Yes

Location of custom product class files. 
e.g. $JAVA_TOP/xxhr

Output Jar File

FDEBS_INP_OUTPUT_JAR_FILE

Yes

Output Jar file location with full path. e.g: $JAVA_TOP/xxhr.jar

  

Outputs

Output Name

Required

Description




  

Artifacts

This operation doesn't consume or produce any artifacts.produces artifact on the endpoint and not stored in artifact repository.

  

Endpoint Selection

This operation will select all available EBS resource type Web Server type endpoints associated to the environment instance.

  

Endpoint Execution

This operation will execute on Any EBS resource type endpoints.

Special Considerations

Make sure you have the expect package installed on EBS endpoint. You can verify this by using the below command. If it is not installed, then you need to install the Expect to run this operation.

rpm -qa | grep expect
     Will return something like this if it is installed:
expect-5.44.1.15-5.el6_4.x86_64any 1 random EBS Web Server type endpoint prior to version 4.5.1.10.

Versions 4.5.1.10 and following delegate the decision to the workflow developer to allow customers with non-shared Java Tops to use the plugin.