Saturday, December 12, 2015

EBS apps RDA

Two types of RDA on Oracle EBS apps.

1. Data collection test

- Run it for R12.1 from browser (Doc ID 732091.1)
  1. Log onto Oracle E-Business Suite
  2. Click on responsibility Application Diagnostics
  3. Select the Diagnose menu option
  4. Click button Select Application and select an appropriate Application, such as payables (SQLAP), receivables (AR)
  5. Scroll down to group "System Snapshot"
  6. Select test name "RDA"
  7. Input Parameters (* required)
    • Responsibility Id (LOV) *      (seems System Administrator works)
    • Application Shortname (LOV) *  (such as AR, XLA)
    • Mask sensitive data (LOV) *  (seems optional)
    • APPS Schema Username  
    • APPS Schema Password
- Run it by command line (Doc ID 427278.1)

$ cd $IZU_TOP/bin
$ ./rda.sh -vdCRP -e APPL _SHORT='AR' ACT

If getting error "RDA-00001: Cannot change to the output directory", rename the setup.cfg file in the directory and try it again.

2. Download file p20603454_8715310_Linux-x86-64.zip from Oracle support site and install it from unzip. Then
$ cd rda
$ ./rda.sh -T hcve

No comments: