Hi there.
I want to change the logon screen of EP. I have implemented following steps:
I have copied com.sap.portal.runtime.logon.par.bak file and saved it with the name vikrant.new.logon.par.
After extracting the PAR file I have made changes for following things:
Changed the background colour of the logon page by changing value of "bgcolor" attribute in "umLogonTopArea.txt" file. I have also changed the welcome message.
in "umLogonBotArea.txt" file I have changed the brading image say "brading-vikrant.jpg". And also added a new table row with my company logo.
After completing above changes again I packed those files in vikrant.new.logon.par and placed back to "......\root\WEB-INF\deployment\pcd" folder of EP server.
I have also made changes in "authschemes.xml" by changing every occurance of string "com.vcerp.portal.rutime.logon" with "vikrant.new.logon" string in the tag <frontendtarget>.
Now after restarting the EP server, when I accessed the EP, instead of changes that I made to logon page, I got the following errors:
Portal runtime error
An exception occured while processing a request for :
iView : N/A
Component Name : N/A
The exception was logged. Inform your system administrator..
See the details of exception ID in the log file.
DOES ANY ONE HELP ME TO SOLVE THIS PROBLEM?