Quantcast
Channel: Cloud Training Program
Viewing all articles
Browse latest Browse all 1907

[Solved] RC-20200: Fatal: Could not find Unzip When Installing EBS R12.1

$
0
0

While installing EBS R12.1 on Linux x86-64, the following error appears RW-50004. This error is caused due to an error RC-20200.

If you are hitting this error RW-50004: Error code received when running external process. In Step 2 at 20-40%.

RW-50004, EBS R12.1,RC-20200, Native unzip Alert

In this step, Rapid Wizard is creating Oracle Database including the copy of data files from the staging area to data top.

If you check the log file at $ORACLE_HOME/appsutil/log/$CONTEXT_NAME/installdbf.log

You find that this error is caused because of an error RC-20200:

Root Cause:

RC -20200: Fatal: Could not find Unzip. At this time only Native UnZip 5.X is supported.

RW-50004, EBS R12.1,RC-20200, Native unzip

 

Solution:

As root user, rename the default unzip (/usr/bin/unzip) to a temporary filename.(e.g. /usr/bin/unzip-ver6).

mv /usr/bin/unzip /usr/bin/unzip-ver6

Now continue with the installation.

RW-50004, EBS R12.1,RC-20200, Native unzip

And remember to rename unzip-ver6 to the original name when installation completed.

Stay tuned for our other blog on RW-50015: Error: – HTTP Listener is not responding. The service might not have started on the port yet. Please check the service and use the retry button.

You have identified an RC-Error message during an E-Business Suite Installation/Cloning action then follow Doc ID 1448417.2 to deep dive into RC_Error Identification.

Related/Further Readings

Our Training for Apps DBAs consists of 14 modules and each Module has around 3-12 Lessons. If you are new to Oracle E-Business, then visit our previous video on Architecture of Oracle E-Business Suite R12.2.

Or

Did you get a chance to download 6 Docs Every Apps DBA Must Read for EBS R12.2? If not, Check it out here.

Get Patching In Oracle EBS for Apps DBA document by expert.

The post [Solved] RC-20200: Fatal: Could not find Unzip When Installing EBS R12.1 appeared first on Oracle Trainings.


Viewing all articles
Browse latest Browse all 1907