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.

Similar Messages

  • CSV output = Yes, but link not displayed

    Hi,
    Anyone encountered/know how to fix this one?
    I've a report in an SQL Report region with CSV Output = YES, but the link label is not displayed.
    (CSV link is displayed OK on other reports).
    Thanks
    John D

    John,
    The report template has to contain a certain substitution string. Please see the popup help for that yes/no selector on the report attributes page.
    Scott

  • Folder links not displaying

    Hello everyone,
    We have EP SP9 and if I navigate to Content Management -> Explorer -> Documents. I do not see the folder names as a hyper link - only the little black triangle and check box icons appear. If I place the cursor at an icon I get the help that shows up that displays the folder name such as system, Discussions, Links, etc... But I do not see the folder name as a link. Has anyone ever seen this before?
    This happens anywhere you can see folders, not just the above navigation.
    Thanks,
    Bert

    Darin,
    I have been thinking the same thing that it may be a permission problem - we have a sandbox portal installed in the same manner and the links are displayed correctly there. It does not display the folder as plain text. There is nothing there except a check box icon. When you position the cursor at the icon then the folder name appears briefly.
    Thanks,
    Bert

  • Rollover effects on links not displaying correctly

    Hi there,
    I have added rollover effects to links on a website I am working on.  However, some of them do not display properly when uploaded.  Here is a link to the website:
    http://www.southernprairierailway.com/
    You will notice on the home page in the "News" column there is a "CLICK HERE to view our blog" link, but it is displaying in blue making it very hard to read. I have a class assigned to it so that it is the same color as the rest of the text in the column, but when you mouse over it changes to bold and underlined (which it does).
    Also, on the history page, there is a link to the photo gallery and again, it is not displaying properly.
    Thank you for any suggestions. 

    Links have five states: link, visited, hover, active, focus.
    You need to define CSS rules for all of them.
    In the absence of a:visited, you're seeing an unstyled, browser default a:visited link.
    Try
    #clickhere a:link, #clickhere a:visited {
    font-family: Helvetica, Verdana, Arial;
    font-size: 14px;
    color: #E7E0D3;
    #clickhere a:hover, #clickhere a:active, #clickhere a:focus {
    font-family: Helvetica, Verdana, Arial;
    font-size: 14px;
    font-weight: bold;
    color: #E7E0D3;
    text-decoration: underline;

  • Hide Edit links not displayed in IE8 with Theme 2

    Hi All,
    when i use theme 2 from APEX and i am building an application, i can click on the "Show Edit links" button and normally the "Hide Edit Links" button is then displayed, but in this case no button "Hide Edit links" is displayed.
    When i switch the theme to Theme 1 then the button is displayed correctly, Swithing back to theme 2 then the button is again not displayed.
    When using FireFox the button is normally displayed. in both Themes.
    Is this a bug ?
    Regards,
    Marco

    Hi,
    I think it is a IE behavior about jQuery :visible selector.
    I resolved by replacing in $x_toggle function from apex_4_0.js (from images/javascript) :
    if (apex.jQuery(c).filter(':visible').length === 0)
    with
    if ($.trim(apex.jQuery(c).css('display')).toLowerCase() == 'none')
    I use OHS to access APEX . If you use embeded gateway you need to update the resource from XML DB repository .

  • Directory Administration link not working

    gurus,
    i've following environment -
    Oracle 9i Database
    Oracle 9iAS Portal Release 2
    this is what is happening -
    1. i log into portal
    2. click on "builder" icon
    3. cick on "administer" tab
    4. click on "Directory Administration" link in Services portlet and i get the following error -
    Not Found
    The requested URL /pls/portalorasso.wwsso_app_admin.ls_login was not found on this server.
    as u can see the requested URL has errors in it :-
    it is => /pls/portalorasso.wwsso_app_admin.ls_login
    it should be => /pls/orasso/orasso.wwsso_app_admin.ls_login
    how can i fix this ...?
    has anyone seen this before ...?
    thanx a bunch.

    Ha! Fixed it!
    Directory was set to use Kerberos instead of Password. Changed this back in Directory Prefs now it's all working!
    Check out
    http://discussions.apple.com/thread.jspa?messageID=6052671&#6052671

  • 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

  • Some CSS Links not displaying correctly

    Hi folks,
    I've been building a new site, but am having problems with some of the CSS links.
    The normal links are working fine.
    However, I've created a class that should display some of the links in bold - but it doesn't work!
    This is the CSS:
    .bold-larger a:link {
    font-weight: bold;
    color: #4E8AD2;
    font-size: 16px;
    .bold-larger a:visited {
    font-weight: bold;
    color: #4E8AD2;
    font-size: 16px;
    .bold-larger a:hover {
    font-weight: bold;
    color: #F47C01;
    font-size: 16px;
    text-decoration: none;
    .bold-larger a:active {
    font-weight: bold;
    color: #4E8AD2;
    font-size: 16px;
    And this is the code as it appears on the page:
    <span class="bold-larger">You can buy cool and interesting decorations and accessories from <a href="http://www.test.com">PartyBox</a>.</span></p>
    It doesn't display them in bold though!
    The test page is here:
    http://www.iainmoran.com/40/40th-birthday-gift-ideas.html
    Any idea why this might not be working please? I'm sure it's very simple, but I can't seem to work what it is!
    Many thanks,
    Iain.

    Thank you both so much for your quick replies!
    I'm pleased to say the links are now working correctly, so no more tearing my hair out is required!
    Thanks again,
    Iain.

  • Links not displaying properly on mobile devices

    Hi All,
    I am having trouble with my website when viewing it on a mobile device (android, iphone). Everything displays well on the mobile devices except for links. Excluding menu items, everytime there is a link on the page, it creates a huge white space.
    The website is http://www.conbeth.com. When viewed on a mobile device, you can really see the problem at http://conbeth.com/services.html. You can also see a problem on this page http://conbeth.com/forsaleresidential.html where there should be links to flyers and photos under the fist and second homes for sale, but on the mobile devices they are not there.
    This has me completely stumped. Does anyone know what might be causing this problem?
    I will provide any code you need. Thanks!

    Spry menus are not Touch Screen friendly or suitable for Responsive Web Designs (optimized for mobile, tablet and desktops). That's part of why Adobe abandoned the Spry framework last year.  If you want mobile friendly,  you need  a better menu system.
    Project Seven Responsive Tabs (commercial DW extension)
    http://www.projectseven.com/products/tools/tpm2/tutorials/responsive/index.htm
    Pop-Menu  Magic3 by PVII (NEW commercial DW extension)
    http://www.projectseven.com/products/menusystems/pmm3/index.htm
    jQuery Superfish (open source)
    http://users.tpg.com.au/j_birch/plugins/superfish/
    Nancy O.

  • Actionable link not display in email

    Hi all,
    I tried to achieve actionable link for (approve,reject) in the email but the email displays only the link for worklist application, it doesnt contain link for approve or reject.
    my config file looks
    wf_config:
    <actionableEmailAccountName>Default</actionableEmailAccountName>
    <worklistApplicationURL>http://sgord-clus3.sg.oracle.com:7777/integration/worklistapp/TaskDetails?taskId=PC_HW_TASK_ID_TAG</worklistApplicationURL>
    ns_emails:
    <EmailAccount>
              <Name>Default</Name>
              <GeneralSettings>
                   <FromName>BPEL</FromName>
                   <FromAddress></FromAddress>
              </GeneralSettings>
              <OutgoingServerSettings>
                   <SMTPHost>mail.oracle.com</SMTPHost>
                   <SMTPPort>25</SMTPPort>
              </OutgoingServerSettings>
              <IncomingServerSettings>
                   <Server>xxxxxx</Server>
                   <Port>993</Port>
                   <Protocol>IMAP</Protocol>
                   <UserName>[email protected]</UserName>
                   <Password ns0:encrypted="false" xmlns:ns0="http://xmlns.oracle.com/ias/pcbpel/NotificationService"></Password>
                   <UseSSL>false</UseSSL>
                   <Folder>Inbox</Folder>
                   <PollingFrequency>1</PollingFrequency>
                   <PostReadOperation>
                   <MarkAsRead/>
                   </PostReadOperation>
              </IncomingServerSettings>
         </EmailAccount>
    pc.properties:
    oracle.tip.pc.services.hw.taskservice.ActionableEmailAccount=Default
    I use the Account name as Default in all the three files.
    Plss advice me.What correction do I have to do.
    Regards
    Viki

    i think what you have is standard - It's not the same as the Gmail app - Have you tried the official M/S email app for Hotmail
    For a successful technology, reality must take precedence over public relations, for Nature cannot be fooled.   Richard P. Feynman

  • Merchandising link not displaying in BCC

    Hi,
    I've installed ATG 10.1.2 platform and trying to configure BCC. But when I login into the BCC admin console, I don't see the merchandizing link/menu. Also, when I try to load any of the content repositories, a blank page is displayed along with the below error on console:
    <Jan 14, 2014 10:43:57 AM PST> <Error> <HTTP> <BEA-101020> <[ServletContext@3899214[app:BCC module:AssetManager path:/AssetManager spec-version:null]] Servlet failed with Exception
    java.lang.NullPointerException
            at atg.assetui.taglib.FindActivityTag.doStartTag(FindActivityTag.java:145)
            at atg.assetui.taglib.elwrap.FindActivityTagWrapper.doStartTag(Unknown Source)
            at jsp_servlet.__assetmanager._jsp__tag78(__assetmanager.java:3416)
            at jsp_servlet.__assetmanager._jsp__tag70(__assetmanager.java:3139)
            at jsp_servlet.__assetmanager._jsp__tag69(__assetmanager.java:3066)
            Truncated. see log file for complete stacktrace
    >

    I am not sure which migration guide you are referring.
    Follow page 28 of Upgrade and Migration Guide 10.0.3 to 10.1
    Migration guides mentions to run the import scripts again.
    Peace
    Shaik

  • Links not displaying in podcasts

    For some reason, whenever I export a podcast, none of the clickable links show up in the chapter markers after it's mixed down into my iTunes. I've tried changing all sorts of settings, started from scratch, and done just about everything I can think of to get clickable links to show up in the finished podcast, all to no avail.

    Hi Rick,
    That's ok - there is probably every reason to doubt me - I am
    quite rusty with RoboHelp, so chances are it is me!!
    Yes, the topic definitely exists... but if full path name can
    effect, then that could defnitely be a problem....
    the path to the link is:
    ../../General_functionality/Printing_and_Exporting/Print_and_Export.htm
    & the full project location (going down to the folder
    where the link won't work from is:
    My Documents\test APRE HELP
    FILES\APRE_Front_End_User_Guide_Files\APRE_screen_overview\APRE_screen_overview_menus
    But why is it only occurring in this help page & not with
    links on any other pages?
    I think u have solved it - I just tried adding a link to the
    topic to another topic in the same sub-folder & it works fine.
    So I'll rename these folders & see how I get on.
    thankyou very much for your help!!
    regards
    Maxine

  • Link not displaying when copy and paste

    When I copy and paste a url link into an email being composed on Firefox, it doesn't turn it blue and into a clickable link.
    It works with IE or Word but not Firefox or Chrome.

    This sounds like a problem with your email client. Which email client are you using? Many popular clients, such as Gmail, require you to select the link that you pasted, and push a button that looks like a chain. I believe Gmail will automatically "linkify" it when you send it, even if you didn't push the button.

  • When I click on an active link from another application, it opens the firefox application, but won't open open the page - it just opens Firefox or takes me to Firefox. No new tab or window is opened and the link is not displayed.

    When I click on an active link from another application, it opens the firefox application, but won't open open the page - it just opens Firefox or takes me to Firefox. No new tab or window is opened and the link is not displayed.

    Firefox sent an email to me to confirm that I had asked the above question. The email had a link to click. When I clicked it from Firefox, nothing happened. Then I opened IE, signed into Comcast, opened the email, clicked the link, and it brought me here.

  • Report Links in OBIEE 11g Dashboard not displayed correctly

    In the Dashboard pages the Report Links for Export are not displayed correctly .
    Instead of showing the multiple options for export/download it shows just text.

    It can be done by doing below steps.
    1) before doing this take a backup of instanconfig.xml file and do the below changes...
    You can configure various options that change the way that right-click interactions are handled in views for an analysis at runtime. The elements in the instanceconfig.xml file specify the default settings for a new or upgraded analysis. You can edit the properties of an analysis in Presentation Services to modify how the analysis handles right-click interactions in views.
    Before you begin this procedure, ensure that you are familiar with the information in Section 3.4, "Using a Text Editor to Update Configuration Settings."
    To manually configure for interactions in views:
    2) C:\Oracle\Middleware\instances\instance1\config\OracleBIPresentationServicesComponent\coreapplication_obips1\instanceconfig.xml
    Open the instanceconfig.xml file for editing,
    3)
    Locate the sections in which you must add the elements
    Include the elements and their ancestor elements as appropriate, as shown in the following example:
    <ServerInstance>
    <Analysis>
    <InteractionProperties>
    <InteractionPropertyAddRemoveValues>false</InteractionPropertyAddRemoveValues>
    <InteractionPropertyCalcItemOperations>false</InteractionPropertyCalcItemOperations>
    <InteractionPropertyDrill>false</InteractionPropertyDrill>
    <InteractionPropertyGroupOperations>false</InteractionPropertyGroupOperations>
    <InteractionPropertyInclExclColumns>false</InteractionPropertyInclExclColumns>
    <InteractionPropertyMoveColumns>false</InteractionPropertyMoveColumns>
    <InteractionPropertyRunningSum>false</InteractionPropertyRunningSum>
    <InteractionPropertyShowHideSubTotal>false</InteractionPropertyShowHideSubTotal>
    <InteractionPropertySortColumns>false</InteractionPropertySortColumns>
    </InteractionProperties>
    </Analysis>
    </ServerInstance>
    4) Save your changes and close the file.
    5)
    Restart Oracle Business Intelligence.
    Mark as correct if it is helpful :)
    Thanks.

Maybe you are looking for