ADOP Prepare [UNEXPECTED]Patch edition does not exist.

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

ADOP Prepare [UNEXPECTED]Patch edition does not exist.

Aldair Anzh
I get the error in adop prepare [UNEXPECTED] Patch edition does not exist. Check log files.
I searched Oracle support and just ran adconfig, but it didn't solve the problem.

=

===============ERROR

[EVENT]     Generating log report.
    [PROCEDURE] [START 2025/06/11 09:54:56] Generating AD_ZD_LOGS report
    [STATEMENT] Report: /aplic/prod/FIN12/ebs/fs1/EBSapps/appl/ad/12.0.0/sql/ADZDSHOWLOG.sql
    [EVENT]     Output: /aplic/prod/FIN12/ebs/fs_ne/EBSapps/log/adop/11/20250611_092505/prepare/t8tldm0403/adzdshowlog.out
    [PROCEDURE] [END   2025/06/11 09:54:57] Generating AD_ZD_LOGS report

[EVENT]     Stopping services on patch file system.
    [EVENT]     Stopping admin server.
        [PROCEDURE] [START 2025/06/11 09:54:57] Check and stop patch Admin Server
    [EVENT]     Stopping node manager.
        [PROCEDURE] [START 2025/06/11 09:54:57] Check and stop patch Node Manager
[PROCEDURE] [END   2025/06/11 09:54:59] Running prepare phase
[UNEXPECTED]Patch edition does not exist. Check log files.
[PROCEDURE] [START 2025/06/11 09:55:00] Unlocking sessions table
[STATEMENT] Unlocking ad_adop_sessions table for t8tldm0403 with wait interval of 60 seconds and number of tries 2

[PROCEDURE] [END   2025/06/11 09:55:00] Unlocking sessions table
[PROCEDURE] [START 2025/06/11 09:55:00] Updating adop session status
[STATEMENT] SQL statement : "  update ad_adop_sessions
  set status='F'
   where adop_session_id = 11 and appltop_id = 3187 and node_name='t8tldm0403'
"
[PROCEDURE] [END   2025/06/11 09:55:01] Updating adop session status

The prepare phase completed successfully.
Reply | Threaded
Open this post in threaded view
|

Re: ADOP Prepare [UNEXPECTED]Patch edition does not exist.

ErmanArslansOracleBlog
Administrator
this may be due to database, missing the ebs_patch service

check it -> select SERVICE_ID,NAME from dba_services where name='ebs_patch';

and if it is not there, create if using apps user if it is not there - >exec ad_zd_prep.create_patch_service

Ref: Prepare Phase Is Failing With [ERROR] Patch Service Ebs_patch Does Not Exist (Doc ID 2579880.1)