The same certificate has been used in Dev and it is working okay.
I deleted and recreated the instance using the installer.
When I try to login using the application I got the following:
Error summary states the below error:
+ Cannot make this application an online application because the previous version is installed. To install this application uninstall the previous version, or mark this application as installed.
Any idea how to overcome this, please?
Managed to fix ‘Application cannot be started’ issue by reconfigure by removing the tick of the ‘Automatically sign client with F1mage’.
after that I can see the login page but unfortunately can’t login using the appowner credentials.
But I can login to the database using the same credentials
Hi @MitDenukN,
after that I can see the login page but unfortunately can’t login using the appowner credentials.
But I can login to the database using the same credentials
It appears the Application Owner was missing some privileges from the beginning, according to the error you had gotten when trying to update the wallet.
Please login to the database as SYS user and run the following SQL block:
BEGIN
Prepare_SYS.Dbagrant('<AppOwnerName>’);
END;
After that, see whether you are allowed to login to the application.
Hope this helps!
Thank you so much @Charith Epitawatta, I will try this and let you know
@Charith Epitawatta , I executed this as SYS and PL/SQL procedure successfully completed.
but still I’m getting the same error. Do I need to restart the application after this execution?
Kindly let me know.
Hi @Charith Epitawatta, as I can login to the application using ifsadmin credentials I started to install delivery (release 04) with 0 invalid objects.
But the installation is failing ‘installation has partly failed, check the logfile.’
note: XXX.LOCAL is the domain name of the server.
Reported error is: The following error occurred while executing this line: D:\IFS\IFSMWS\IFST\repository\server\install_fndbas.xml:436: java.sql.SQLException: ORA-06550: line 5, column 17: PLS-00352: Unable to access another database 'XXXX.LOCAL.FND_USER_API.GET_RECURSIVE_PROPERTY_'
Is there any possibility to fail the delivery because the IFSAPP can’t login into the application?
Please advise me.
This issues has been discussing through a separate post