Skip to Content
0
Former Member
Feb 21, 2008 at 06:10 AM

Changing Logon Screen of EP

69 Views

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:

  1. 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.

  1. 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:

  1. 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?