on 2007 Jul 09 2:09 PM
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).
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Tiberiu,
SAP Note 869690.Will just help you sort things out if anything goes wrong ...
Regards
Ajey
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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....
User | Count |
---|---|
71 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.