Content not displayed on webcenter spaces page tiIl I login to UCM server.

Hi Yannick,
I have created an html file which loads the flash file and checked in to the UCM server. I have added a content presenter on the page runtime and selected the html file as the content.
Now when I load the page, I couldnot see the content. The content gets displayed on the page once I login to the UCM server and refresh the webcenter page.
Please suggest the solution. I am working with Avitek Demo VM. I have stored the file in the public_images folder.
Thanks,
SK

You need to assign application (spaces) role "Administrator" to your user for Admin link to see (by default weblogic user is assigned to this role)
To add it
Login to Fusion Middleware Control -> WebCenter -> WebCenter Spaces -> Right Click on WebCenter -> Security -> Application Role
Add your user to role “Administrator”
Atul Kumar
http://onlineAppsDBA.com

Similar Messages

  • How do I stretch content Vertically in a WebCenter Spaces page?

    I have a box at the bottom of my page with a document explorer inside. I need to have it stretch as the page stretches vertically. Can anybody help?
    Thanks

    the bottom of the doc explorer is a fixed distance from the top of the page. When the browser is resized vertically from the bottom, they want the bottom of the doc explorer to stay anchored to the bottom of the page and stretch as the page grows vertically. Yes it is kind of strange but the customer insists on this behavior.
    Any ideas?

  • Force Webcenter Spaces Page to Refresh on focus

    Hi all,
    We are on WebCenter Spaces PS5. We have a page inside spaces which we want to refresh on focus. We have a document upload portlet on a page which is used to upload a document and then display the list of documents in a result table on that page.
    PROBLEM: We have to manual refresh the page for the newly uploaded document to be displayed on the resultable on the page.
    QUESTION: How can we force the page to refresh on focus?
    Remember this is a webcenter spaces page.
    Thank you....

    You can invoke serverlistener from onFocus client event,
    Pass the control to the backend and use the following code to refresh.
    HttpServletRequest request=(HttpServletRequest)FacesContext.getCurrentInstance().getExternalContext().getRequest();
    FacesContext.getCurrentInstance().getExternalContext().redirect( request.getRequestURL());

  • END-OF-PAGE not displayed in the last page of the classical report.

    Hi all..
    The END-OF-PAGE is not displayed in the last page of the classical report.
    SY-LINCT value is 30.
    Lines displayed in the report per page is 24.
    [3 for TOP-OF-PAGE and 3 for END-OF-PAGE]
    My Internal table has 6942 records.
    It comes 289 pages with 24 records in a page and 290 th page with 6 records.
    The END-OF-PAGE is not coming for the 290 th page.
    Please help.
    Thank You.
    Karthi M R.

    There are multiple links in SDN on this subject; Please search,
    end-of-page

  • Updated to the latest revision. Firefox will not display my chosen home page without clicking on home icon.

    Since latest update...Firefox will not allow a new page to be opened from a link in a current page. It will allow a new tab to be opened (with tabbed browsing checked) but i prefer a new page. Even in tabbed browsing links to things like a pdf will not work at all.
    Firefox WILL NOT close. X-ing out will close the window but I can not get back to Firefox without closing it in task manager.
    Firefox will not display my chosen home page without clicking on home icon.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Ibooks author, how do I get the standard book pages background into my document. I have published one book so far which does not display with a book pages background or options for font size.

    ibooks author, how do I get the standard book pages background into my document. I have published one book so far which does not display with a book pages background or options for font size.

    No on the book title, no problem there.
    The issue is: my book pages appear as on white paper, no background that resembles a open book and also no option to change fonts. The book was created in iBooks author, there was a problem going with the "Publish" menu route so I was instructed my Apple to "export" the file and submit that. I think that's the problem after reading that iBooks author is a hybrid epub file.
    Thanks for getting back to me.

  • RE: my input fields does not display when running the page

    my input fields does not display when running the page
    why is that so?

    Hi,
    Can you send the HTML code for us?
    Afonso

  • TOC Topic content not displayed in WYSIWYG Editor

    I use RoboHelp X5. When I click a topic in the TOC pane I
    expect to see its contents displayed in the WYSIWYG Editor. Instead
    the WYSIWYG pane is grey and the TrueCode pane is blank with a
    cursor flashing on the upper left corner!
    I searched for some similar issue on this forum and could not
    find it. However, I did gather that I could use another editor by
    right clicking a topic when in the Project tab and selecting one of
    5-6 editors. I tried RoboHelp TrueCode and was amazed and relieved
    to see the code and content for the topic displayed in the TrueCode
    pane...so I went a step further and tried the WYSIWYG editor and
    wonder of wonders, the topic content was displayed.
    Can someone please tell me what is going on? Should I
    reinstall RoboHelp X5? Why does the topic content not display when
    I click the topic from the TOC tab?

    Welcome to the forum.
    There have been posts about this but maybe your forum search
    history is not set to go back far enough.
    Rather than right click and selecting RH True Code, at the
    bottom of the editing pane there is a true code tab which will
    quickly enable you to see your code is still safe. That said, if
    you then click WYSIWYG, you don't get the view restored, usually.
    Maybe your way has an advantage.
    It's one of those things that happens now and again. I don't
    think reinstalling will help. I have had it happen several times in
    a day and then you go months with it working just fine.
    I don't believe anyone has ever lost any data. At worst you
    just have to close RH and reopen it.
    For what it is worth, I haven't seen this happen in RH7.

  • Passing session parameter to a portlet from webcenter spaces page

    How do you pass a parameter to a portlet on a WebCenter Spaces page? For example, I have the user's company ID in the session, I need to pass that company ID to the portlet defined to accept a company ID parameter so that the returned data can be filtered.

    You can for example add the companyID to the url of the page and then pass that parameter to the parameter of your portlet.
    Have you created your portlet to enable inter portlet communication? You should first do that and create a navigation-parameter in the oracle.xml. If you don't know what i'm talking about, i'll explain a bit more.
    Their is another way, which is easier i think, is to set the value of your portlet parameter to an expression language refering to a session variabel.
    In you portlet parameter set the companyId (if you have created a navigation-parameter companyID) to following value:
    #{sessionScope.company}You will have to set the value of that session variable from within your webcenter spaces.
    How are you doing that? Are you planning on setting that variable using another portlet, taskflow,... This can be very important on how webcenter reactt on parameters and it can also give you additional ways on passing the parameters.

  • Iframe contents not displaying in FF Windows 7 or Mac

    I've read almost all posts about frames not displaying in FF, however, I have an odd issue. While I am able to get the iframe to display, NOT ALL of its contents is displaying. It's odd. A sample page is below, click on the virtual tour tab and you will see what I mean. All the code does show up. This also happens for another page with similar type of code. This works fine in Chrome/IE both PC and Mac. Any help would be appreciated.
    Thanks
    http://www.kdnovelties.com/educational/terrance-the-giraffe/personalized_293.html

    The content is there, but is hidden with display:none style rule, so it looks that if there is script running to show this content then it doesn't finish properly.
    <pre><nowiki><div id="virtualbook" class="kdnbook" style="height: 465px; width: 680px; display: none; margin: auto;"></div></nowiki></pre>
    Removing the display:none makes the book appear for me.
    The Web Console also shows an error with the MP3 file:
    <pre><nowiki>HTTP "Content-Type" of "audio/mpeg" is not supported. Load of media resource http://26ebe445280acec2e3b0-023df79dc48add581f4e26895345aac6.r54.cf1.rackcdn.com/page-flip.mp3 failed.</nowiki></pre>

  • Content not getting refresh on Portal Page

    Hi,
    The structure of my page is WorkSet->Page-> iView1 + iView2.
    Prob 1: iView1 is a URL iView and the page to be displayed is an html page stored on the server. I  changed the content of the html page on the server but the same is not getting reflected on the portal page.
    iView2 is a webdynpro application.
    Prob 2: Any changes made to the pages like making iView1 visible-false, reflects the changes in the preview but not when the page is opened through workset.
    Kindly help.
    Thanks,
    Shruti

    It is already done
    dear shruti,
    once again check with navigation cache and other PCD cache related issues , do it once again.
    if you are not getting then simply delete that content from production and check the issues in development and Qulaity
    servers.after you get d desired output transport them into production. then sure it work.
    hope it will works fine
    Regards
    Maheshchandra

  • Certain Lists Display and All Lists Display in Webcenter Space

    Hi All Experts,
    I am trying to find a way to display certain lists from Lists Service as well as all lists from Lists Service. The reason being is we are going to have a lot of projects to be tracked by using Lists Service in Webcenter space, then we want to display different set of lists (projects items) in separate tables for different initiatives and then ultimately one table to display all lists (all projects items) for all initiatives.
    If there is a tag function for each list, then we can group all the related lists by using tags. However, I don't think we are able to tag a list so this is not possible. Now, I am not sure how can I display group lists accordingly. Also, I am not sure how can I display all lists in one table easily (ie. List Name, Assigned to Person, Open/Closed).
    I tried to think of a scalable way to handle a lot of projects by using Lists Service. However, if you have any other solution, please feel free to recommend me.
    Thanks and best regards,
    user12626393

    Hi,
    Lists are not designed to be used with API(s), because it's a WebCenter Spaces only feature, but you can ofcourse put them under each other by surrounding them all with a movable box, but if you want something more customizable, and more business oriented, I'd suggest building your own custom lists using taskflows

  • Administration link not displaying on webcenter

    Hi,
    I have recently installed Oracle UCM and webcenter. Everything is up and running. Webcenter was installed by administrator (default user name - weblogic3) rights. After that no other user was created.
    Earlier the user (weblogic3) was able to see the Administration link at the top of the page. In previous few days we have only created spaces and dummy pages onto webcenter server no other admin activities. Now the Administration link is not appearing on the top of the page. Somehow the admin access of user weblogic3 has been revoked and the UI appears for a non-admin user.
    Can somebody please suggest what could have caused it ? and how I can get it back ?
    Thanks,
    -Parag

    Go to Weblogic em and open webcenter spaces home page. From the menu open Security -> Application Roles then in the search form select application stride to search i.e webcenter. Search for the role name administrator and check if your user is there.

  • Content not displaying.

    I built a login form and put an Application.cfc file in the folder i want to restrict and it's not displaying the simple text i put in the index.cfm for testing purposes.
    ======= Application.cfc code (in folder name "admin_section")==========
    <cfcomponent>
      <cffunction name="onRequest">
        <cflogin>
          <cfif IsDefined("FORM.Login_btn")>
            <cfquery name="qLogin" datasource="poll">
            SELECT UserLogin, UserPassword, UserRoleID
            FROM Users
            WHERE UserLogin = <cfqueryparam value="#FORM.UserName#" cfsqltype="cf_sql_varchar">
            AND UserPassword = <cfqueryparam value="#FORM.Password#" cfsqltype="cf_sql_varchar">
            </cfquery>
            <cfif FORM.username IS "#qLogin.UserLogin#" AND FORM.password IS "#qLogin.UserPassword#">
              <cfloginuser name="#FORM.username#"
                           password="#FORM.password#"
                           roles="#qLogin.UserRoleID#">
            <cfelse>
            <cfset request.errorMsg = "Incorrect login; please try again">
              <cfinclude template="../login/login.cfm">
                <cfreturn>   
            </cfif>
          <cfelse>
            <cfinclude template="../login/login.cfm">
              <cfreturn>
          </cfif>
            </cflogin>
      </cffunction>
    </cfcomponent>
    ======= Application.cfc End =======
    ====== Login Form (in folder name "Login" ====
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    </head>
    <body>
    <cfform action="../admin_section/" method="post">
      <table width="250">
      <tr align="center">
        <td colspan="2">
          <cfif IsDefined('Request.errorMsg')>
            <cfoutput>#Request.errorMsg#</cfoutput>
          <cfelse>
            Please Log in.
          </cfif>
        </td>
      </tr>
        <tr>
          <td>
            <font size="-1">User Name:</font>
          </td>
          <td>
            <cfinput type="text"
                     name="UserName"
                     required="yes"
                     message="- You must enter a user name!">
          </td>
        </tr>
        <tr>
          <td>
            <font size="-1">Password:</font>
          </td>
          <td>
            <cfinput type="password"
                     name="Password"
                     required="yes"
                     message="- You must enter a password!">
          </td>
        </tr>
        <tr>
          <td> </td>
          <td>
            <cfinput type="submit" name="login_btn" value="Log me in!" >
          </td>
        </tr>
      </table>
    </cfform>
    </body>
    </html>
    It takes me to the page, but nothing displays. Again i have simple text for testing purposes.
    Any help would be great.

    Your problem is that you're using onRequest, which replaces the default page rendering event. There are two ways you could fix this.
    1. Use onRequestStart instead. This will happen before your page is processed, rather than instead of your page being processed. This is the approach I'd recommend.
    2. Add code at the bottom of your onRequest to include the page to be processed. You'd identify this page by using the targetPage argument and including it:
    <cffunction name="onRequest">
         <cfargument name="targetPage" required="true">
         <cfinclude template="#targetPage#">
    </cffunction>
    Dave Watts, CTO, Fig Leaf Software
    http://www.figleaf.com/
    http://training.figleaf.com/

  • Robo 5 generated Help File (CHM) is not displaying the target Help page

    Hi,
    I am using Robo 5. AFter generating the CHM file and linked to the target application, the CHM file is not displaying content for a specific page.
    The concerned topic, for which the CHM is not displaying content, is included in TOC also.
    When the target topic in the TOC is clicked, the CHM file is displaying the following message: Navigation to the webpage was canceled.
    Can anybody tell me why it is happening like that?

    Does it display OK if you open the help independently of the application?
    If it does, then the problem has to be in the call.
    See www.grainge.org for RoboHelp and Authoring tips
    Follow me @petergrainge

Maybe you are looking for

  • Link SRM and back-end in a query

    hi experts, i'm doing a query in SRM 4.0 with a back-end ECC 6.0. This query includes some TABLES/VIEWS of SRM and others of ECC 6.0 (MM module). Pay attention: i know how is possible to link the views between them, i need to know how to connect two

  • IPod Video and dock M9868G/A it's possible?

    I wont connect iPod Video 60GB to TV It's possible connect new iPod video to TV using the M9868G/A dock (compatible with all iPod models with color display)or is necessary use the universal dock (MA045)? Thanks a lot, for the answers

  • Why does Safari 5.1 crashes on Snow Leopard?

    I'm running Mac OS X 10.6.8 and just installed Safari 5.1. When I launch Safari I can see the startup page for a brief fraction of a second and then it quits. Any ideas?

  • Cost center & cost element

    Hi Experts, Can anybody please tell me, What is difference between cost center and cost element. what is exact role of both.

  • Will iPhone's power button damaged when applying a case

    I am just wondering, when i tried to snap a hard covered case onto the iPhone and it involves the sides which requires quite an amount of force to put the case on, will the power button, volume buttons, or the mute switch be damaged when i apply the