Reg Personalise option in Portal

hi,
The user did nt have personalise option in Portal.
Hence created him a copy of EU_role and gave him access to only user profile
The user is able to do the follwoing
1. Change his display name
2 .change his email id.
3. Change his password.
The scenario here is that the user should be only able to change his password and the other fields should be read only or greyed out.
Pls help of how can i achieve this

Hi Balaji,
I also faced the same then I created a new user and Assigned the user super admin role that is super_admin_role.
For details go through the following link
*********************/enterprise_portal/enterprise_portal_authentication.htm
For much details on security use the link as ->*********************
Please let me know if you need anything more.
With Regards,
Lolla.

Similar Messages

  • Search Option onto portal

    Hi all,
    I have created the index for my repository in Systemadmin>system configuration>KM content> Index administration>create index. Once I m done with, I dont know how to bring the search option onto portal. Which iview do I need to use ?
    Thanks in advance.
    PP

    hi...
    Basically I already have a portaldesktop assigned to our portal by someone. To find what framework page they have assigned to the portaldesktop, I have gone to masterrule collection and have seen the assigned framework page to our portal. Once I got the framework page, I made the tool area as visible. Now the tool area is reflected on to my portal. But when I search from my portal in tool area..I m getting this error..
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    Access denied (Object(s): portal_content/every_user/general/eu_role/com.sap.km.home_ws/com.sap.km.hidden/com.sap.km.urlaccess/com.sap.km.basicsearch).
    Exception id: 11:58_04/06/07_0085_7403450
    See the details for the exception ID in the log file.
    But when I preview my framework page and search something I m getting all the requested documents. Only on the portal when I logon with portal user I m getting the above error.
    Can anyone help me?
    Regards,
    PP

  • Password reset option in Portal

    Hi Experts,
    I would like to integrate password reset option in between help and logout option in masthead.
    The issue is:
    1.how to integrate a link in Masthead which on clicking enables end user to reset Password?
    2.is there any coding that i have to do for password reset?
    Thanks Inadvance!
    regards,
    Siva

    Dear Siva,
    I will try to address your questions as best as I can.
    But what you're asking is too much I'm afraid.
    It seems you're needing to learn the basic concepts of Portal development first.
    And explaining all those concepts on a forum post is simple impossible.
    Moreover, the component you're trying to develop is not an easy one to start with.
    My advise to you is to first read some manuals or attend a few SAP training sessions on the
    subjects:
    - JAVA development
    - JSP development
    - Developing Portal components
    Nevertheless, and trying to answer your questions as best as possible, here's some tips that I
    hope can guide you the right direction (and again, if you don't have the basics, you
    might not understand part of it):
    I have been through above wiki, its not indetail.
    Yes It is.
    The wiki shows you just what you need - the code.
    It is not a "how-to" develop a portal component. It assumes you know that already.
    I could not understand where to start from?
    You need to develop a Portal Component on your NWDS (Netweaver Developer Studio).
    On you NWDS go to
    File > New > Project.
    And inside that box, choose: Create a Portal Application Project.
    Now you need to create the Portal Component.
    Go with your left mouse button on the project you have just created and choose
    New > Other > Portal Application > Create a new Portal Application Object
    I would suggest JSPDynPage (here you can choose to create a JSP, Bean and a Java main class)
    Where do we find the 1. portalapp.xml, 2. Implement the Bean, 3. PasswordChange.java, 4. PasswordChange.jsp, 5. Success.jsp, 6. Redirection.java?
    You need to create all those JAVA and JSP objects yourself.
    The bean is a JAVA class that you need to create as well.
    The portalapp.xml is a file that is automatically created by the NWDS when you create a Portal Project.
    Provides configuration information for your application - it is like a "business card" of the application itself.
    And that "business card" will be presented to the Portal when deployed - saying "hello, I'm a Portal application
    and this is what I have inside".
    You can learn more about this XML file here:
    [http://help.sap.com/saphelp_nw04/helpdata/en/44/489e2df5ee4e35e10000000a1553f6/frameset.htm]
    Hope this helps you.
    Good Luck!
    /Ricardo Quintas

  • Organize Entries option in Portal Favorite give 404 internal error

    Hi All,
    I am able to save the page under portal favorite. Under Context Menu for Portal Favorite Iview I get 3 options ( Open in new window, Refresh and Organize Entries). The first 2 options work fine i.e Open in new window and Refresh.
    However I am facing issue with the 3rd option, Organize Entries. If I click on the organize entries option a new window opens up with 404 Error (page not found).
    I tried to locate the page which the organize entries option is trying to open but am unable to find it. Also tried to run HTTP Trace for it, it s gave me URL http://<localhost>/unauthorized/userhome/<username>/favorites?Starturi... .
    Kindly assist you have know the resolution for this.
    Thanks
    Namit

    I was able to resolve this on my own. Under system admin > system config > KM > Content Management > Global services > (Show Advanced Options) > URL generator services.
    Here make sure you have the correct URL mentioned for Navigation Servelet and explorer servlet. That would be /irj/servlet/prt/portal/prtrrot/com.sap.km.cm.navigation

  • Date format becomes incorrect when you run check option on portal

    Hi,
    We have a report which has Date variable in selection screen. When we enter selection as interval and then when we click on Check option before executing the report, the date format becomes garbage.
    Here is an example:
    This is what I enter in Date variable :
    Date : 01/01/2001-01/01/2010
    After that when I click on CHECK option, the system automatically converts the first date into garbage value i.e. 01/01/2001 will be converted to 1//20/01/0
    This only happens when we run report in Portal 7.0 When we try to run similar report using default web template of BW 3.5, it works fine.
    Has anybody faced similar problem ? We are on Portal Java SP13 with Patch 6.
    Thanks,
    Parin Gandhi.

    Thanks Frank for a quick reply.
    I have used the SimpleDateFormat for formatting with the pattern as, "MM/dd/yyyy" and it is working fine if user enters 4 digit year.
    However, for a entry with 2 digits for a year e.g. 04/10/07 when i parse the date using SimpleDateFormat,it is giving me date as 04/10/0007.
    Is there a way by means of which i could force the user to enter 4 digits for the year?
    I have tried using dateStyle attribute of <af:convertDateTime> tag with 'shortish' as its value, it converts a 2 digit year into 4digit on the browser side & displays on the screen e.g. if user enters 04/10/07 it will appear as 04/10/2007 on the screen however, in value change listener method, i could see date as 04/10/0007.
    Any help in this regard is highly appreciated.
    Thanks in advance,
    Shriniwas

  • Item Display Options in Portal

    Hi all
    I have Oracle Portal 10.1.4.
    In home Page I have Region
    type is Items. its contents as files (like : WordFiles ).
    when I want to Sort this Region it has only ( title & size ).
    Edit Item Region
    Item Display Options
    How sort items by ( Create Date )?

    Hi 554264: While the sort box does not have date as an option, you can group by date and then within each date group, sort by title or size. If you leave the group by titles off, I think this will give you the desired affect transparently.
    Give it a try!
    Rgds/Mark M.

  • How to enable create user option in portal under user administration?

    Hi,
    In Portal, in user administration tab, always the create user and Copy to  New user option is disabled, how can i enable those?
    -Siva

    If the AS ABAP is your datasource for your users there is NO WAY you can create users in the portal UME.
    &#9679;     If the UME has read-only access, you cannot modify user attributes stored in the ABAP system, like first name and last name. You can modify attributes stored in the UME database, like street. Even if read-only access is assigned, users can still change their own passwords.
    &#9679;     If the UME has read-write access, you can create users using the tools of the J2EE Engine. Users created in this way are stored as users in the ABAP system. Extended user data that cannot be stored in the standard ABAP user record is stored in the database of the UME.
    in the read/write access the users are created only in the ABAP side and not the java. If you have the read access you cannot create users in the abap side. hence you need the SAP_BC_JSF_COMMUNICATION role to create users in the AS ABAP.....
    Trust me .......bottomline ....you cannot create users in the JAVA UME if you have AS ABAP as your datasource !!!!
    hope this helps..
    \m/

  • Expand/Collapse option in Portal iviews

    Hello,
    I am on EP7.0 NW04s and have problem with the Expand/Collapse Tray option for each of the services in ESS because when the user by some chance collapse the Tray and then logout and log back in and come to the same service it still shows collapsed .....rather than being Expanded ....So I want to know whether there is an option in the Portal to make the Default setting for the Tray as Expanded always unless the user change it to Collapsed....
    Any help would be highly appreciated.

    Hi,
    In the iview properties -> initial state [open or close] -> Set it to Open
    Then, Expand the property -> in the Inheritance [ sub property] [drop down] -> [set to] Locked in target object
    Then, make the property End-User Personalization to Hidden -> save.
    Please reward if found useful.
    Cheers,
    Mohan

  • Tray option in Portal iviews

    Hello,
    I am on EP7.0 NW04s and have problem with the Expand/Collapse Tray option for each of the services in ESS because when the user by some chance collapse the Tray and then logout and log back in and come to the same service it still shows collapsed .....rather than being Expanded ....So I want to know whether there is an option in the Portal to make the Default setting for the Tray as Expanded always unless the user change it to Collapsed....
    Any help would be highly appreciated.

    Hi,
    Initial State - Open or Closed -> Open
    Inheritance : Locked in Target Objects
    End-User Personalization: Hidden
    These are the settings i have given. when i collapse the iview and click on the role again and navigate to the iview it is open.
    I tried it in both 04 and 04s it is working fine!!!!!!!!!!

  • Java Class Upload Option In Portal

    Hello,
    In portal under tab database objects-->under schema--> u have an option to create Java Object right.
    Could some one explain how to call the uploaded java class from a portlet?
    Any help is highly appreciable.
    Thanks
    Arun

    Hi,
    note that a portal application has two classloaders. one for the public part (src.api) and one for the private one (src.core).
    portal components reside in src.core by default. this means you need to load your jar file to the private class loader.
    so instead of dist/PORTAL-INF/lib use dist/PORTAL-INF/private/lib
    Regards, Lior

  • Adds new options in portal menu

    I need add a new option in the portal menu.
    The option is a copy of standard option (pz17).
    Y have done a copy of the standard report asociated to pz17 (RHDPERSL). I modify ZRHDPERSL
    I have assigned the report ZRHDPERSL to the transaction zpz17 in table T77WWW_REP.
    The problem is:  When I execute the transaction zpz17, it calls to the report RHDPERSL instead of ZRHDPERSL.
    What is happening ??  Do I Have to add information to another table ???
    Thanks

    You assign ABAP reports to transaction codes with SE93.

  • Problem in Creating the Transport using Export option on Portal

    Hi All,
    We have problem in creating the Transport Packaage using the Portal EXPORT option. Here are the details:
    When I tried to create a New Transport package on the Portal, It opens first page asking for the Package name, ID and suffix. After completing  the form, when NEXT or Finish button is clicked, the system goes on forever and does not show the next page at all.
    This is kind of Urgent as we were not able to transport the objects to QA system
    Your help in this reagrd will be well appriciated.
    Thanks and regards,
    Babu

    Hi All,
    We have problem in creating the Transport Packaage using the Portal EXPORT option. Here are the details:
    When I tried to create a New Transport package on the Portal, It opens first page asking for the Package name, ID and suffix. After completing  the form, when NEXT or Finish button is clicked, the system goes on forever and does not show the next page at all.
    This is kind of Urgent as we were not able to transport the objects to QA system
    Your help in this reagrd will be well appriciated.
    Thanks and regards,
    Babu

  • Reg: The download from portal

    Hi All,
    Can any one guide me from where to download the patch upgrades and set up files from the portal. I have browsed through the service portal but I am not sure so as to where from to download or find the available downloads. I want to have the set up file of 2007B PL00, the upgrade file to upgrade 2005B PL42 to 2007B PL00. How do we get te updates that a patch has been released? Is there any shortcut way or it has to be browsed and find every time?
    Regards,
    Raj

    I am sure you have a S User.
    THe "then a small window opens (blank) and then dissapears." is a window that will copy the download link to your SAP Download manager basket.
    If you download and install SAP DM, then you will have to log in using the same S user. If will remember everything that you wanted to download the portal and will download it for you.
    The direct download option on the portal sometimes works and sometimes does not. I am not sure ast to why, but I fell in a similar situation like yours and am using SAP DM quite happily till today

  • How to remove Search Option and Portal favorites

    Hi Experts,
    I created two roles 1 & 2. and url iviews for BW reports and url iview for our company intranet home page.
    I assigned/published all BW Iviews to role 1 and iview of intranet home page to role 2.
    Now i got couple of cosmetic changes that i need to do on Role 2/intranet Iview to maximize the viewing area and give the look and feel of a web site.
    1) How can i remove the bar that shows title of ivew and 3 options "History","Back","Farward" and "Options"
    2) There is a search/Advanced search option above the roles(tabs) and below the Master Head...how can i remove that option.
    3) How to remove Portal Favirate option in the navigational pannel
    Thanks

    and one more requirment
    How can i arrange Tabs(Roles) in my desired sequence to the user.
    Ex: I got a 10 Roles (As entry Point Yes)..now i want to show roles 9 as tab 1 and role 3 as tab 2....etc
    when user logs on
    Thanks

  • Remove details option from portal

    Hi,
    I am trying to remove the option button from the top right corner in portal. I have set the property for all the option like details to "NO". Still i am getting that button there with details as only option.
    I want to remove that button as well, Can we do that? if yes how?
    Please help me on this.
    Thanks
    Ankur Tyagi

    Hi,
    I have change the property for "Page Title Bar" iview and set the properties from Show 'Add to Browser Favorites' Option to "Show Tray" as "No".
    However i am getting the option with only "Details" as the only option.
    How to remove this...I have tried the option which you guys suggested...however didn't help.
    Please help me on this...
    Thank
    Ankur

Maybe you are looking for

  • Database Logon Failed when loading Access mdb that use a system mdw

    I am trying to get my Report Viewer ASP.NET application running 11 R2 SP3 to open a report that uses Access database with a system database file (mdb and mdw file) the report runs fine in the designer and it runs fine on the developer test computer b

  • Vendor Master Upload

    hi, Am facing a problem whileuploading the vendor master.First i have uploaded the details using the standard program RFBIKR00.It is working fine.Then I need to upload the missing address details using the idoc <b>ADRMAS</b>( message type ADRMAS & ID

  • Want to change apple id but keep my email is this poss??

    can i change apple id and keep my email, just going round in circles, the mind boggles help , if this poss : }

  • REAL problems with iMessage activation same with Face Time

    I'm having real problems with IMessage activation same with FaceTime, the phone shows the activation is being made but it does not activate! Apple ID and password is OK, it's working with other applications Any ideas guys?!

  • SimpleDeserializer encountered a child element ... Please HELP!!!!

    Good Morning Everyone, I want to thank you for reading my problem and see if you can help me. The deadline for this project is monday and I am struggling to make it work. I am using axis 1.4 . I created the web method public void GetFilters( javax.xm