cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in Customizing the Logon User Interface

Former Member
0 Kudos
62

Hi All,

Can somebody plz help me in customizing the logon page of SAP EP6.0. I am using EP6.0 SP9. I have already modified the com.sap.runtime.logon.par.bak and renamed it after modification as my.new.logon.par. I am ready to save it back to the PCD directory on EP server but i am unable to find the authschemes.xml.bak, where i have to make further modification for passing the reference of this new par file. Can someone guide me the path of authschemes.xml.bak file in EP6.0 SP9 or if this file doesnt exist there which is the alternative file for passing the reference of this new my.new.logon.par file.

Thanking you in advance.

Regards,

Sarabjeet.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI Sarabjeet

you can find authschemes.xml

1. Start the Config Tool by executing j2eeconfigtoolconfigtool.bat.

2. Choose the symbol for Switch to configuration editor mode.

3. In the tree, navigate to cluster_data ® server ® persistent ® com.sap.security.core.ume.service.

4. To switch to edit mode, choose This graphic is explained in the accompanying text (Switch between view and edit mode).

5. In the tree, select authschemes.xml and choose This graphic is explained in the accompanying text (Show the details of the selected node).

Refer the following link also

http://help.sap.com/saphelp_erp2004/helpdata/en/22/6880a2875a6f4c944a4a9193ce4836/frameset.htm

For further doubts refer the post

https://www.sdn.sap.com/sdn/collaboration.sdn?node=linkFnode6-1&contenttype=url&content=https://

Regards

Rajeev

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sarabjeet

You have to replace the 'com.sap.portal.runtime.logon' with the name of the par you have created.The steps are as below.

<b>Downloading the authschemes.xml</b>

Start the config tool from usr/sap/instance/jc00/j2ee/configtool

Switch to editor mode

Navigate to cluster_data->server->persistent->com.sap.security.core.ume.service

Switch to edit mode(all nodes have to be down)

In the tree select authschemes.xml

Choose download and SAVE

<b>Editing the authschemes.xml</b>

EDIT LOCALLY using the wordpad and rename it(renamedauthschemes.xml).

Replace the com.sap.portal.runtime.logon with the name of the par you created.

<b>Uploading the renamedauthschemes.xml</b>

Switch back to config tool

Select the node com.sap.security.core.ume.service

create a node below selected node

select type fileentry and upload and created node appears

<b>Changing property</b>

Navigate to cluster_data->server->cfg->services

double click on property sheet com.sap.security.core.ume.service

click on property for login.authschemes.definition.file

enter the renamed renamedauthschemes.xml in to custom

apply custom

click ok and exit out of the cluster

Restart the server

Regards

Geogi

Former Member
0 Kudos

Hi,

A bit more addition to the above replies...

After uploading the renamed autheschemes you have to go to System Admin>>System Config>> Um Config>> Direct Editing..

There you have to set the login.authschemes.definition.file property to the new name given to the authschemes.xml.

Then restart the server.

Regards

gEorgE

Former Member
0 Kudos

Hi Geogi

Thanks for the details. I think this has solved my problem altogether. I have got lot of help from others also.Thanks a lot to all of you.

Regards,

Sarabjeet Singh.

former_member188556
Active Contributor
0 Kudos

hi Sarabjeeth

  • launch the config tool from <i><b>/usr/sap/<instance>/jc00/j2ee/configtool</b></i>

*navigate to <i><b>cluster_data/server/persistent/com.sap.security.core.ume.service</b></i>

*in the tree , select <b>authschemes.xml</b>(show the details of the selected node)

*choose Download

*open in wordpad

here u change the reference to "mylogon"

Regards

Bobu