Run ApexDBWorkspaceScan test and it returns pass percentage in the FlexDeploy UI.
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
APEXSEC Jar file path | FDAPEXSEC_SCANNER_JAR | Yes | ApexSec Scanner Jar with complete path (example C:\\ApexScanner\\apexScanner.jar) |
APEX Database Host | FDAPEXSEC_APEX_DB_HOST | Yes | Apex Database Host Name for DBWorkspace |
APEX Database Port | FDAPEXSEC_APEX_DB_PORT | Yes | Apex Database Port Number for DBWorkspace (e.g 1521) |
APEX User Name | FDAPEX_USER | Yes | Provide database user APEX_xxxxx or owner (parsing schema) of the application for export and import operations. You can use system user as well |
APEX Password | FDAPEX_PASSWORD | Yes | Password for APEX User. |
...
Property Name | Property Code | Required | Description |
---|---|---|---|
APEX SID | FDAPEXSEC_APEX_DB_SID | Yes | Apex SID (e.g apx03) |
Application ID | FDAPEX_APPLICATION_ID | No | APEX Application ID |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
APEX Database Host | FDAPEXSEC_APEX_DB_HOST | No | Apex Database Host Name for DBWorkspace |
APEX Database Port | FDAPEXSEC_APEX_DB_PORT | No | Apex Database Port Number for DBWorkspace (e.g 1521) |
APEX SID | FDAPEXSEC_APEX_DB_SID | No | Apex SID (e.g apx03) |
APEX User Name | FDAPEX_USER | No | Provide database user APEX_xxxxx or owner (parsing schema) of the application for export and import operations. You can use system user as well |
APEX Password | FDAPEX_PASSWORD | No | Password for APEX User. |
Application ID | FDAPEX_APPLICATION_ID | No | APEX Application ID |
Outputs
Output Name | Description |
---|---|
FDAPEXSEC_SCAN_PASSPERCENTAGE | The pass percentage from the Apex Scan. eg: 85 |
Artifacts
This operation doesn’t consume or produce any artifacts.
...