cancel
Showing results for 
Search instead for 
Did you mean: 

branding-text image change is not reflected

Former Member
0 Kudos

Hi SDN,

I am customizing portal logon page. I have changed portal branding image and branding text and uploaded par file to portal. But when i test, branding-image is only changed branding-text remains old image. Please let me know if any other change required.

regards,

Sree.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sree,

You also need to change Authschemes.xml file along with these changes.

Check these blogs, mentioned in detail here.

Hope it solves you problem.

Regards,

Sumangala

Former Member
0 Kudos

Hi Sumangala,

I am changing images for existing logon page. I have done the same requirement earlier. But i didn't make any changes to authscheme.xml file. It worked fine earlier.

regards,

Sree.

gill367
Active Contributor
0 Kudos

HI

Have you restarted the portal.

i guess for this branding text to be changed restart is necessary.

thanks

sarbjeet singh

Answers (3)

Answers (3)

abdulbasit
Active Contributor
0 Kudos

Hi,

Change of existing PAR file for this purpose is not necessary. It will back to original when you apply patch etc.

Change the path for the branding image and branding text in config-tool and restart your server.

Regards

Abdulbasit Gulsen.

piyush_kumar6
Active Contributor
0 Kudos

Hi Sree,

Sometimes old images remains in Portal Cache so you are not getting the changes images.

Please confirm that you have changed the correct images or not as we have to text images in logon par.

To over come the Portal caches issue you take the backup of the images in local system and delete the images

from logon par and deploy the par application and open the browser.

now you again put the images in logon par and deploy again, delete the browser cookies and test.

If still you are getting old images then its will be better that you take restart.

Regards,

Piyush

Former Member
0 Kudos

Hi All,

Thanks for your response. I have tried all the options below.

I have checked par file again. The new images are available in par file. I have cleared

browser cache and restarted server. Still the changes are not affected. Here actual image is

also not coming. only small cross mark is displayed instead of branding-text image.

And I have completely removed existing par file and again copied modified par file and restarted server.

New images are available in below location also.

F:\usr\sap\<SID>\<instance>\j2ee\cluster\server0\apps\sap.com\com.sap.security.core.admin\servlet_jsp\logon\root\layout

We are using EP7.02

regards,

Sree.

Former Member
0 Kudos

Sree,

Try right clicking on the Red X you find and checking the properties. See, if it is picking up the new image.

Regards,

Sandeep Tudumu

Former Member
0 Kudos

Hi Sandeep,

I have checked image properties.

I is identifying the image , giving the path http://<host>:<port>/irj/portalapps/com.sap.portal.runtime.logon/layout/branding-text.gif

But Created : Not Available

Modified: Not Available

Size : Not Available.

Type: Not Available

I have copied .GIF images.

regards,

Sree.

piyush_kumar6
Active Contributor
0 Kudos

Hi Sree,

Can you write your code here that how you are calling the images ?

Regards,

Piyush

Former Member
0 Kudos

Sree,

I think all you are doing is just replace the image with the same name?

Give a try other way round- Put in the image under the images folder. Modify your umLogonPage.jsp as following

<%

String webpath = componentRequest.getWebResourcePath() + "/";

%>

img src="<%=webpath%>images/New_branding_text.gif" style="##";" width="##" height="##"

Regards,

Atul

Former Member
0 Kudos

Hello Sree,

check that the new branding text image is of the same size as of the existing SAP one, other wise it will not appear on portal.

Please place the new Branding Text image at the below places in portal server -

a.<drive >/usr/ sap/SID/JCNN/j2ee/cluster/server 0/apps/sap.com/com.sap.security.core.admin/servlet-jsp/logon/root/layout

b.<drive>/usr/sap/JCNN/j2ee/cluster/server0/apps/sap.com/irj/servel-jsp/irj/root/portalapps/com.sap.portal.runtime.logon/layout

then Login to Visual administration and change the parameter for Branding text u2013

a. In Visual administrator u2013 select Global configuration -> server

b. Expand services , select UME provider

c. Select the u201CBranding Textu201D parameter

d. Enter the new name for branding text for eg: u201CBranding- text. jpgu201D

e. click update and save.

Login to Config. Tool .bat

a. Navigate to Global server configuration -> services -> com.sap.security.core.ume.service

b. Select the property for branding text and set new value

c. Save

Restart the portal all the server nodes.

This will surely change the Branding text image of your portal.I have done the change this way only:)

Regards,

Gunja

Former Member
0 Kudos

issue got resolved when server restarted 2nd time.

regards,

Sree.

Former Member
0 Kudos

Hello SP.

1. Double check the your PAR file code. Whether Branding Text and Image saved compiled properly or not.

2. Istead of over writting PAR File. Undeploy PAR file [Means you are completly removing existing PAR file] then Deploying the PAR file again.

3. After deploying clear the histrory of Browser test again.

BR

SS