how to make adop to continue if it fails to compile some forms?

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

how to make adop to continue if it fails to compile some forms?

ali evrim
Adop can not continue after it fails compiling some forms..

Continue as if it were successful :
***

AutoPatch could not find a response to the above prompt
in the defaults file.

The patch has FAILED,


How can I make it "Continue as if it were successful"?

Reply | Threaded
Open this post in threaded view
|

Re: how to make adop to continue if it fails to compile some forms?

ErmanArslansOracleBlog
Administrator
It seems abondon=no and flags=autoskip should be used together to achieve this.

 Reapply the using;

abandon=no restart=yes flags=autoskip

For example:  adop phase=apply patches=111111 abandon=no restart=yes flags=autoskip

Reply | Threaded
Open this post in threaded view
|

Re: how to make adop to continue if it fails to compile some forms?

ali evrim
Issue resolved

Thanks Erman for your quick reply
Reply | Threaded
Open this post in threaded view
|

Re: how to make adop to continue if it fails to compile some forms?

Sunil V
I got the same issue and followed the given step. That worked like a charm for me. Thanks Erman for the beautiful blog. :-)

Regards,
Sunil V.
Reply | Threaded
Open this post in threaded view
|

Re: how to make adop to continue if it fails to compile some forms?

Lodewicus Maas
In reply to this post by ErmanArslansOracleBlog
Thank you - this solved my problem as well. Keep up the good work