Failing autoconfig

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

Failing autoconfig

latifa
Hi Erman,

Autoconfig failed with the following error:

Metadata file /opt/application/V12/fs1/EBSapps/appl/ad/12.0.0/admin/template/adctxinf.tmp upload failed.
Check log file created by FNDCPUCF program.
ERRORCODE = 1 ERRORCODE_END
.end std out.
Log filename : L1372427.log


Report filename : O1372427.out
APP-FND-01630: Cannot open file L1372427.log for appending

Cause: FDPFOP encountered an error when attempting to open file L1372427.log for appending.


If I should check environment variables, what should I check ? Should I relink FDPFOP ?

Thanks in advance for your help.

Regards,
Latifa
Reply | Threaded
Open this post in threaded view
|

Re: Failing autoconfig

ErmanArslansOracleBlog
Administrator
Find the location where the file named L1372427.log is located.
check its permission and the permission of the directory that this file resides.
Correct the permission (for instance chown -R applmgr:dba directory or chmod -R 777 directory)
retry.
Reply | Threaded
Open this post in threaded view
|

Re: Failing autoconfig

latifa
I couldn't find these log files, I think that are temporary files
Reply | Threaded
Open this post in threaded view
|

Re: Failing autoconfig

ErmanArslansOracleBlog
Administrator
In reply to this post by ErmanArslansOracleBlog
Did you check it with find / -name L1372427.log ?
Reply | Threaded
Open this post in threaded view
|

Re: Failing autoconfig

latifa
In reply to this post by latifa
It was about APPLCSF. The owner was different from the other users of the other servers. Giving rights for all allowed autoconfig to finish successfully.

Thank you very much for your help.

Regards,
Latifa
Reply | Threaded
Open this post in threaded view
|

Re: Failing autoconfig

latifa
Yes I have checked with the find --> no results. I opened the file afcpctx.sh which leads to this error and found that the log file could be either $APPLCSF or $FND_TOP/log.
Reply | Threaded
Open this post in threaded view
|

Re: Failing autoconfig

ErmanArslansOracleBlog
Administrator
Good, so solved :)
it was related with the directory/file permission as we expected..
Reply | Threaded
Open this post in threaded view
|

Re: Failing autoconfig

latifa
Yes you were right, Very precious help :)

Thank you very much  Erman :)
Reply | Threaded
Open this post in threaded view
|

Re: Failing autoconfig

ErmanArslansOracleBlog
Administrator
:)
Thanks for your feedback Latifa