Upgrade EBS from 12.2.0 to 12.2.6 on SOLARIS SPARC and getting an error.

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

Upgrade EBS from 12.2.0 to 12.2.6 on SOLARIS SPARC and getting an error.

Rashat Malik
Hi

We are upgrading EBS from 12.2.0 to 12.2.6 on SOLARIS SPARC and getting an error as following .
We are following this doc : Oracle E-Business Suite Release 12.2.6 Readme (Doc ID 2114016.1)


FND_INSTALL_PROCESSES table dropped.

Dropping AD_DEFERRED_JOBS table...

DROP TABLE AD_DEFERRED_JOBS PURGE


AD_DEFERRED_JOBS table dropped.


The following Oracle Reports objects did not generate successfully:

au      plsql   INVISMMX.pll


An error occurred while generating Oracle Reports library files.

***
Continue as if it were successful :
***

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

The patch has FAILED,
Please check the adpatch logs for more details.

You should check the file
/u02/app/VIS/fs_ne/EBSapps/log/adop/2/20170710_103527/apply/dpsms41/21900901/log/u21900901.log

for errors.
Reply | Threaded
Open this post in threaded view
|

Re: Upgrade EBS from 12.2.0 to 12.2.6 on SOLARIS SPARC and getting an error.

ErmanArslansOracleBlog
Administrator
What is the actual error?
I mean the error that you see while compiling the INVISMMX.pll
Reply | Threaded
Open this post in threaded view
|

Re: Upgrade EBS from 12.2.0 to 12.2.6 on SOLARIS SPARC and getting an error.

Rashat Malik
Hello

I see the error in the adworker001.log

/u02/app/VIS/fs1/EBSapps/10.1.2/bin/rwconverter source=/u02/app/VIS/fs1/EBSapps/appl/au/12.0.0/plsql/INVISMMX.pll dest=/u02/app/VIS/fs1/EBSapps/appl/admin/VIS/out/tmp001.pll stype=pllfile dtype=pllfile overwrite=yes batch=yes compile_all=yes
ld.so.1: rwconverter: fatal: librw.so: open failed: No such file or directory

Thanks
Reply | Threaded
Open this post in threaded view
|

Re: Upgrade EBS from 12.2.0 to 12.2.6 on SOLARIS SPARC and getting an error.

ErmanArslansOracleBlog
Administrator
Is librw.so present?
Reply | Threaded
Open this post in threaded view
|

Re: Upgrade EBS from 12.2.0 to 12.2.6 on SOLARIS SPARC and getting an error.

rashat malik
No it is not present. I checked every directory. There is no file named librw.so in the apps node.
Reply | Threaded
Open this post in threaded view
|

Re: Upgrade EBS from 12.2.0 to 12.2.6 on SOLARIS SPARC and getting an error.

ErmanArslansOracleBlog
Administrator
This is weird.

You should build it using gcc...
Reply | Threaded
Open this post in threaded view
|

Re: Upgrade EBS from 12.2.0 to 12.2.6 on SOLARIS SPARC and getting an error.

ErmanArslansOracleBlog
Administrator
Can you manually generate plx for this pll?
If so, ignore it by using relevant adop arguments.

For example:  adop phase=apply patches=111111 abandon=no restart=yes flags=autoskip
Reply | Threaded
Open this post in threaded view
|

Re: Upgrade EBS from 12.2.0 to 12.2.6 on SOLARIS SPARC and getting an error.

ErmanArslansOracleBlog
Administrator
In addition, the absence of librw.so is weird.

Run "chek for missing files" from adadmin, and send me the output.

Reply | Threaded
Open this post in threaded view
|

Re: Upgrade EBS from 12.2.0 to 12.2.6 on SOLARIS SPARC and getting an error.

rashat malik
Hi Erman

I added adadmin missing file check result .

Thanks
Reply | Threaded
Open this post in threaded view
|

Re: Upgrade EBS from 12.2.0 to 12.2.6 on SOLARIS SPARC and getting an error.

ErmanArslansOracleBlog
Administrator
You sent it via email I guess.
Anyways, your missing files check seems clear.

What I recommend is to ignore this error for now and create an SR in My Oracle Support. librw.so should be there. Probably, this problem is specific to Solaris and Oracle should prepare a fix for this.