Login  Register

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

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

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

ali evrim
3 posts
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
| More
Print post
Permalink

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

ErmanArslansOracleBlog
Administrator
5731 posts
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
| More
Print post
Permalink

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

ali evrim
2 posts
Issue resolved

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

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

Sunil V
1 post
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
| More
Print post
Permalink

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

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