Where is MSS-content in portal ?

hi,
i have deployed MSS in our portal.
now i can't find the portal content of MSS. does anybody know where it is ?
best regards, Martin

Hello Martin,
You can see the deployed components in the portal
In the URL just remove the irj/portal
and replace it with index.html
then click on system information
then click on all components,
you will get the information what all components are deployed.
Regards,
Shree

Similar Messages

  • Javascript error in Content Admin- Portal Content

    Hi Experts,
    We have just installed SAP Netweaver Portal 7.0. We get an error of javascript when we navigate to Content Administration->Portal Content and due to this Portal Content Folder is not displayed. While through Super Admin role Portal Content is displayed with javascript error. Please guide us, its Urgent.
    Rewards to satisfactory answers.
    Regards,
    Bharat Mistry.

    Hi Bharat
    refer to this for the Log file
    Physical path of log files in EP server
    Portal Runtime Error - Where is the log file?
    For javscript problem refer  to
    Javascript error when loading Portal Content
    Portal Content Permissions
    Getting javascript error while logging in EP
    Thanx
    Pankaj

  • MSS within SAP Portal: Organizational Structure

    Hi!
    I would like to set up MSS within SAP Portal. 
    What are the customizing steps to set up the Team, Budget, Projects, Planning? 
    How to create/map the Organizational Structure?
    Thank you very much!
    regards
    Jürgen

    You just need to use the transaction PPome and see where his position maintained
    on organisation
    And for the spro
    Integration with Other mySAP.com Components ->
    Business Packages/Functional Packages -> Object and Data Provider
    -> Organizational Structure Views -> Group Organizational Structure vie
    MSS_LTV_EE (Team: Employee selection): the two organizational
    views MSS_LTV_EE_ALL and MSS_LTV_EE_DIR are assigned.
    MSS_LEA_EE (Leave Request: Employee Selection) the two
    organizational views MSS_LEA_EE_ALL and MSS_LEA_EE_DIR are assigned
    These organizational views are defined in IMG step #
    #define Organizational Structure views#:
    They have the following Object selections:
    MSS_LTV_EE_ALL:  MSS_LTV_EE_ALL (All Employees)
    MSS_LTV_EE_DIR: MSS_LTV_EE_DIR (Team: Direct Reports)
    MSS_LEA_EE_ALL: MSS_LEA_EE_ALL (All Employees)
    MSS_LEA_EE_DIR: MSS_LEA_EE_DIR (Absence: Directly Subordinate Employees)
    Then you have to check the IMG step # Object and Data Provider ->
    Object Provider -> Define Object selections:
    MSS_LTV_EE_ALL:
    Rule for Root Objects: MSS_LTV_RULE1 (Team: Employee's Organizational Un
    Rule for Target Objects:  MSS_LTV_RULE2 (All Employees)
    MSS_LTV_EE_DIR:
    Rule for Root Objects: MSS_LTV_RULE1 (Team: Employee's Organizational Un
    Rule for Target Objects:  MSS_LTV_RULE5 (Team: Employees in an Org. Unit
    MSS_LEA_EE_ALL:
    Rule for Root Objects: MSS_LEA_RULE1 (Absence: Employee's Organizational
    Rule for Target Objects:  MSS_LEA_RULE2 (All Employees)
    MSS_LEA_EE_DIR:
    Rule for Root Objects: MSS_LEA_RULE1 (Absence: Employee's Organizational
    Rule for Target Objects:  MSS_LEA_RULE5 (Absence: Employees in Org. Unit
    Then you can check the rules for object selection: IMG #Object provider
    define Rules for Object selection
    MSS_LTV_RULE1: evaluation path SAP_MANG
    MSS_LTV_RULE2: SBESX
    MSS_LTV_RULE5:  MSSDIREC
    MSS_LEA_RULE1: SAP_MANG
    MSS_LEA_RULE2: SBESX
    MSS_LEA_RULE5: MSSDIREC
    This is meant for Team calendar with respect, But this is more or less same with other views as well

  • Javascript error in Content Admin- Portal Content- iview Navigation window

    Hi friends,
    We are in the process of portal migration and as a part of this, we installed NW04 SPS 14 using Rapid Installer and then upgraded it to SPS 18. The components we upgraded are:
    Java component
    Portal Platform
    Knowledge Management and Collaboration
    Adobe Document Services
    BI UDI
    BI MMR
    After upgradation, when we logged in to portal, we were not able to see/browse Portal pages/Roles/Iviews/Worksets (PCD Contents) under Content Administration->Portal Content.
    Again, whichever window is there for navigation of PCD, we are not able to see the contents of PCD.For e.g. System Administration -> System Configuration.
    Does anyone know how to solve this issue?
    Regards,
    Nilz

    Hi nilz,
       See this thread:
    Getting javascript error while logging in EP
    Javascript error when loading Portal Content
    Regards, Suresh KB

  • Help required for MSS configurations on Portal

    Hi Experts,
          Can someone please send me Portal Configuration guide or some kind of document on how to configure MSS --> Overview and Organisation services. Do I need to pass any parameters or any other configurations required?
    Please help me.
    Earlier responses would be much appreciated.
    Thanks
    Uday

    Hi uday,
    Please find the below links
    MSS Configuration within SAP Portal: Organization Structure
    ESS/MSS configuration in Portal as a part of HCM
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/14/1a6493d09849448a0537ee6727e799/frameset.htm
    Hope it helps...
    Thanks,
    Rahul.

  • How to read text file content in portal application?

    Hi,
    How do we read text file content in portal application?
    Can anyone forward the code to do do?
    Regards,
    Anagha

    Check the code below. This help you to know how to read the text file content line by line. You can display as you require.
    IUser user = WPUMFactory.getServiceUserFactory().getServiceUser("cmadmin_service");
    IResourceContext resourceContext = new ResourceContext(user);
    String filePath = "/documents/....";
    RID rid = RID.getRID(filePath);
    IResource resource = ResourceFactory.getInstance().getResource(rid,resourceContext);
    InputStream inputStream = resource.getContent().getInputStream();
    BufferedReader reader = new BufferedReader(new InputStreamReader(inputStream));
    String line = reader.readLine();
    while(line!=null) {
          line = reader.readLine();
         //You can append in string buffer to get file content as string object//
    Regards,
    Yoga

  • Where are the contents of GPnP profile stored?

    On my 3 node RAC setup using SCAN with GNS,
    I renamed GPnP profile on one node , stoppped clusterware on that node and tried to restart it. The c/w started and GPnP profile file was automatically recreated with name pending.xml. The moment I changed the value of ASM_DISKSTRING parameter using SQL, pending.xml was automatically renamed to profile.xml and ASM_DISKSTRING value was updated in it. I presumed that GPnPd copied the profile from one of the other nodes.
    Next I renamed the profile on all the nodes, stopped clusterware on one of the nodes and restarted it. But now again the same thing happened as earlier i.e. it was created as pending.xml and was renamed to profile.xml when updated via SQL. From where were the contents of the file read? Is it OLR?

    I am renaming ghome/gpnp/hostname/profile/peer/profile.xml
    Following post explains all I did:
    http://oracleinaction.blogspot.in/2013/01/LOSEGPNPPROFILE.html
    Pls also clarify why do we have gpnp profile in two locations?
    Edited by: user12288492 on Mar 18, 2013 8:32 PM

  • Error: Object Required apperas when accessing Content Admin Portal Content

    After installing Ep 7.0 sp16 Portal and logging in as Administrator we get
    Error: Object Required apperas when accessing Content Admin >Portal Content
    The same error appears when trying to access System Admin > permissions.
    Anything to do with catolog search is throwing Error: Object Required  popup.
    Appreciate feedback in resolving this.
    Rajesh.R.

    I have just started to get this error as well... On my computer I get the "Error: Object Required" when accessing the Portal Content page but if I log in on someone elses computer using the same browser, OS, etc The error does not appear and I am able to browse the Portal Content.
    Any more insight on the resolution to this issue would be appreciated.

  • Problem in uploading document in KM content in portal

    Hello All,
    I am functional consultant and new to portal.Please help me in resolving below issue .
    I am facing a problem while uploading document in KM content in portal
    When i browse the file from Desktop and click on upload .file does not get uploaded and also  it does not throw any error or info message .
    Please help.
    Thanks
    Archana

    Dear Archana,
    Please refer the SAP Note 898637. Hope it is helpful.
    Regards,
    Samir

  • Translated content in Portal Favourites iView

    Hi All,
    I have Portal roles in two languages English and German. I set the browser language to check the translations. Initially the browser language is English.  When we add the role to Portal Favourites and then change the browser language to German, the text in the Roles is changed but the text in the Portal Favourites iview still remains in English. Can anyone tell me how to translate the content of Portal Favourites iview?
    Thanks,
    Priya

    Hi,
    You can upload an Image or an HTML file in the KM Repository and then create an iview pointing to that file. Assign that to a role and and make the entry point YES.
    Assign that role to user.
    Whenever that user logs in the image will be displayed.
    Hope this helps!
    Regards,
    Atul Shrivastava

  • Hello , ive reset my iPhone 5 and the option i selected was the one where all you content gets removed as i wanted , but now my screen has bona black and all that appears is the white circular loading sign which keeps spining. it won't stop ? help?!

    hello , ive reset my iPhone 5 and the option i selected was the one where all you content gets removed as i wanted , but now my screen has gone black and all that appears is the white circular loading sign which keeps spining. it won't stop ? help?! im not able to access my iphone becasue of this and i dont know what to do

    I just tried deleteing every smart mailbox and re-constituting a few. This went OK until I made one that had to reference a Gmail IMAP 'folder' and as soon I did that ... BAM! ... the infinite spinner appears.

  • Where is the fully qualified portal url is maintained in the Visual Admin

    Hi ,
    Please let me know  *Where is the fully qualified portal url is maintained in the Visual Administration  during portal installation in a simple Java stack
    .*Rgrds,
    Saket

    The portal is using the server name you use to access the portal. So when you user http://server:5NN00, the portal will use only server for the links (or server.domain or IP or ...). There are however some portal services that need a server name configured (lke KM).
    When the portal is connecting to another server your DNS should be set up correctly to resolve the IP to the FQDN.
    br,
    Tobias

  • [svn:fx-trunk] 8024: Fixed an injection where setting the 'content' property of Spark text component to a TextFlow would cause you to get a TextFlow nested inside a TextFlow .

    Revision: 8024
    Author:   [email protected]
    Date:     2009-06-19 16:59:25 -0700 (Fri, 19 Jun 2009)
    Log Message:
    Fixed an injection where setting the 'content' property of Spark text component to a TextFlow would cause you to get a TextFlow nested inside a TextFlow.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-21906
    Reviewer: Carol to review
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21906
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/RichEditableText.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/RichText.as

    Well, I've already solved one of the two issues
    In order to display the icons on my buttonbar buttons, I just needed to point at {hostComponent.data.data} instead of {hostComponent.data}. I'm not sure why, but {hostComponent.data} in my skin class is a handle on my instance of ButtonBarButton, not its "data" property. Any explanation is welcomed
    I still have got the first issue though. Oddly enough my design works if I put an mx Image instead of the spark BitmapImage for the client logo. That will do the trick for the moment but I'd prefer to deliver a 100% pure spark component in my prototype, and I can see no reason why BitmapImage works inside my ButtonBarButtons and doesn't otherwise...

  • Where Can I download Weblogic Portal 10.3.0

    Where Can I download Weblogic Portal 10.3.0

    I think you have to open a Service Request (SR) at the Oracle Support.

  • Problems with Integrating SRM, ESS/MSS into one portal 7.01

    We are having major problems with integrating SRM, ESS/MSS into one portal 7.01? 
    Do we need to have a support portal for each.
    We created test users for systems but sometimes we lose the users for no apparrent reasons.  Very strange.  Please advise and if you have new documentation regarding SAP Portal Authorization it will be helpful.

    Hi
    Please search on SDN for integrating SRM, ESS/MSS in Portal.
    Regards
    Arun

Maybe you are looking for

  • How caN I reach my iCloud from someone else's device?

    How can I access my iCloud from a friends iPad ??

  • Error in actual template allocation for Business Process

    Gurus, I am facing a strange problem in actual template allocation for business process (T-code: CPAS). When I am doing a test run, the system gives the result with a message "Processing completed with no errors", However when I have unchecked the te

  • Internet Explorer Nokia N8

    Is there a version of Internet Explorer for mobiles that can be downloaded to an N8? I have searched and not found anything, throuble is my access point at work only seems to work with IE

  • How do you measure if a battery is failing faster than normal?

    How can you tell if your battery is failing faster than normal or acceptable? I bought 2 batteries with my G4 Powerbook 2 years ago. One now gives me an hour of battery life, and one 1.5 hours. This seems very low considering it's only 1 year of use

  • Playing iTunes Through Airport Express (PC)

    I am looking for advice to have success playing iTunes through my stereo speakers. The environment is PC and I have an Airport base station attached to my modem. The airport express is plugged in downstairs and I have the connection to the receiver t