cancel
Showing results for 
Search instead for 
Did you mean: 

how to access portal admin page without logging in.

Former Member
0 Kudos

I plan to start modifying the login page. In case something goes wrong with the portal login page I modify, I need to have a way to access the portal administration console without having to log in. What is the URL for the portal admin page (where I can deploy par files etc) that does not require me to log in? Or at least requires me to log in without showing the standard login screen (that is specified in the authschemes.xml).

Accepted Solutions (1)

Accepted Solutions (1)

abdulbasit
Active Contributor
0 Kudos

Hi,

One more option :

access system information page through :

http://<server>:<port>/sap/monitoring/SystemInfo

which will authenticate you through basic authentication. It will not use standard portal login page.

Then in the same browser go to the

http://<server>:<port>/irj/portal

Since you are already authenticated, it will not ask you password....

Regards

Abdul.

Answers (3)

Answers (3)

abdulbasit
Active Contributor
0 Kudos

Hi,

I assume that you are working on test portal.

Find which Iviews you will need in emergency case and add them to anonymous users and change authentication scheme to anonymous or basic authentication. Then you can access them through

http://<server>:<port>/irj/portal/anonymous

It will ask you password in basic authentication or if you set anonymous it will not ask password.

Regards

Abdul.

0 Kudos

Hi,

You can deploy a par file in many different ways:

1. Deploy from NetWeaver Developer Studio directly into a portal via the PAR Export feature.

http://help.sap.com/saphelp_nw70/helpdata/en/2d/b8b2426dbec86ae10000000a155106/frameset.htm

2. Copy the par file into PCD directory on your server and restart for the changes to take effect.

<J2EE_Engine_Instance>\j2ee\cluster\server<X>\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment\pcd

Check the following link:

http://help.sap.com/saphelp_nw04s/helpdata/en/23/c0e240beb0702ae10000000a155106/frameset.htm

Greetings,

Praveen Gudapati

Former Member
0 Kudos

Hi Tiberiu,

SAP Note 869690.Will just help you sort things out if anything goes wrong ...

Regards

Ajey

Former Member
0 Kudos

Hi Ajey , thanks for the OSS note. I tried the link mentioned in the note but it asks me to login. As I mentioned in my message, I need to be able to bypass the portal login screen in case it my changes make it unusable. I came up with a solution I think... I built a new Portal admin workset by copying the standard SAP workset and I enabled it to the anonymous users....

Former Member
0 Kudos

Hi Tiberiu,

Thats a nice way to do it!!! but the login page through which i suggested allows u to make changes in the rules and other settings as well.

Regards

ajey

Former Member
0 Kudos

which login page you refer to? in the OSS note you sent me, there is a link "http://<Host Name>:<Host Port>/irj/servlet/prt/portal/prtroot/

pcd!3aportal_content!2fcom.sap.pct!2fevery_user!2fgeneral!2fcom.sap.portal.frameworkpage" that I tried it without success.