RE: Cache Link Disabled

Hello,
In my BI Admin Tool, under the Manage option, I have Jobs, Sessions, Cache, Clusters, Security etc. Most of them are enabled but the Cache Link is disabled. I would like to look at the Cache Manager and I can't.
Any reason why it is disabled?

I just checked it. I indeed had to change the setting Cache=Yes in the NqsConfig.ini file.
Cache link is enabled now
Thanks
rkingmdu

Similar Messages

  • If sga_target set explicitly, result cache become disabled

    hi all,
    I am using 11g R2 and automatic memory management. I realized something. if I explicitly declare sga_target parameter in parameter file, result cache become disabled.
    as you know if you use automatic memory management, sga_target is set to 0 automatically already but if I write that to the parameter file than whatever I set for result_cache_max_size parameter, instance always opens with result_cache_max_size=0 (I saw that in alert log).
    is there any reason for that ?
    here is my pfile contents.
    orcl.__db_cache_size=922746880
    orcl.__java_pool_size=33554432
    orcl.__large_pool_size=16777216
    orcl.__oracle_base='C:\app\paranoyakX'#ORACLE_BASE set from environment
    orcl.__pga_aggregate_target=838860800
    orcl.__sga_target=1258291200
    orcl.__shared_io_pool_size=0
    orcl.__shared_pool_size=251658240
    orcl.__streams_pool_size=16777216
    *.audit_file_dest='C:\app\paranoyakX\admin\orcl\adump'
    *.audit_trail='DB_EXTENDED'
    *.compatible='11.2.0.0.0'
    *.control_files='C:\app\paranoyakX\oradata\orcl\control01.ctl','C:\app\paranoyakX\flash_recovery_area\orcl\control02.ctl'
    *.db_16k_cache_size=0
    *.db_4k_cache_size=0
    *.db_block_size=8192
    *.db_domain='oracle.com'
    *.db_flashback_retention_target=1000
    *.db_keep_cache_size=0
    *.db_name='orcl'
    *.db_recovery_file_dest='C:\app\paranoyakX\flash_recovery_area'
    *.db_recovery_file_dest_size=10737418240
    *.diagnostic_dest='C:\app\paranoyakX'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=orclXDB)'
    *.memory_max_target=34359738368
    *.memory_target=2097152000
    *.nls_language='TURKISH'
    *.nls_territory='TURKEY'
    *.open_cursors=300
    *.pga_aggregate_target=528482304
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.resource_limit=TRUE
    *.undo_tablespace='UNDOTBS1'
    *.result_cache_max_size=5000000
    *.sga_target=0

    I would suggest that you pay more attention to documentation and don't jump to conclusion in a haste. Just because the parameter result_cache_max_size is set to 0, it does not mean that the result cache in itself is disabled. This is the maximum size of the result cache. See below,
    [oracle@edbar2p0-orcl ~]$ sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Jul 14 08:35:00 2011
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, Automatic Storage Management, OLAP, Data Mining
    and Real Application Testing options
    SQL> sho parameter result
    NAME                                 TYPE        VALUE
    client_result_cache_lag              big integer 3000
    client_result_cache_size             big integer 0
    result_cache_max_result              integer     5
    result_cache_max_size                big integer 1184K
    result_cache_mode                    string      MANUAL
    result_cache_remote_expiration       integer     0
    SQL> show parameter sga
    NAME                                 TYPE        VALUE
    lock_sga                             boolean     FALSE
    pre_page_sga                         boolean     FALSE
    sga_max_size                         big integer 460M
    sga_target                           big integer 0
    SQL> set autot trace exp
    selSQL> ect /*+ result_cache */ * from scott.dept;
    Execution Plan
    Plan hash value: 3383998547
    | Id  | Operation          | Name                       | Rows  | Bytes | Cost (
    %CPU)| Time     |
    |   0 | SELECT STATEMENT   |                            |     4 |    80 |     3
      (0)| 00:00:01 |
    |   1 |  RESULT CACHE      | 1c13q1afp56bq0jpnmysvywx7g |       |       |
         |          |
    |   2 |   TABLE ACCESS FULL| DEPT                       |     4 |    80 |     3
      (0)| 00:00:01 |
    Result Cache Information (identified by operation id):
       1 - column-count=3; dependencies=(SCOTT.DEPT); name="select /*+ result_cache
    */ * from scott.dept"
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, Automatic Storage Management, OLAP, Data Mining
    and Real Application Testing optionsThe value for the result_cache parameter is automatically set by oracle depending on either you have Memory_target/SGA_TARGET or Shared_Pool parameter set. Please see oracle documentation for more information.
    HTH
    Aman....

  • Java WebStart application fails to load when cache is disabled.

    We have a problem with our application when using the latest version of Java (Update 20). We a lanching a jnlp file using Java WebStart.
    Until to the early release Update 21 b05, we had the following exception:
    java.lang.NullPointerException
         at java.util.jar.JarVerifier.mapSignersToCodeSource(Unknown Source)
         at java.util.jar.JarVerifier.mapSignersToCodeSources(Unknown Source)
         at java.util.jar.JarVerifier.getCodeSources(Unknown Source)...
    Which was fixed with the following bug resolution: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6943522
    Now with that latest version that initial problem got resolved, but a new one appeared. The problem described below, only appears when the "Java Cache"
    of the control panel is disabled. We tested all the following scenarios:
    - Cached data cleaned / Cache enabled: Works
    - Cached data / Cache enabled: Works
    - Cached data cleaned / Cache disabled -> Exception
    - Cached data / Cache disabled -> Exception
    * We have already check the signature of the resource manually and it is correctly signed.
    * We have checked the jnlp with JaNeLA, and it's good.
    * No matter what we change, every time Java Cache is disabled, we get the exception.
    The exception thrown is the following:
    com.sun.deploy.net.JARSigningException: Found unsigned entry in resource: http://server/resource.jar
         at com.sun.javaws.security.SigningInfo.getCommonCodeSignersForJar(SigningInfo.java:405)
         at com.sun.javaws.security.SigningInfo.check(SigningInfo.java:291)
         at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(LaunchDownload.java:1738)
         at com.sun.javaws.LaunchDownload.checkSignedResources(LaunchDownload.java:1508)
         at com.sun.javaws.Launcher.prepareResources(Launcher.java:1231)
         at com.sun.javaws.Launcher.prepareAllResources(Launcher.java:620)
         at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:326)
         at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:198)
         at com.sun.javaws.Launcher.launch(Launcher.java:115)
         at com.sun.javaws.Main.launchApp(Main.java:417)
         at com.sun.javaws.Main.continueInSecureThread(Main.java:249)
         at com.sun.javaws.Main$1.run(Main.java:111)
         at java.lang.Thread.run(Thread.java:619)
    Can someone give any light on this issue?
    For me it look very clearly like another bug related the first fix, but I wanted to pop the question here first.
    For now we are recommending our customers, to keep with Java Update 18 (Last working version),
    but it's becoming a bigger issue, since more and more customers are trying to update to the latest version.
    Regards.

    lizaro wrote:
    ..Can someone give any light on this issue?
    For me it look very clearly like another bug related the first fix, but I wanted to pop the question here first.Normally I would ask a lot of questions and demand more evidence before thinking of agreeing to such an assessment, but you seem to have put in the research needed to cover most of that.
    There were some recent (last month or three) reports of broken cache management, but AFAIR they were supposed to be fixed by update _20. Try update _21, and if that does not resolve the issue, raise a bug report with Sun.

  • Can Outlook 2013 cached mode disabled work offline?

    Hello
    I would like to please someone help me to resolve a concern. I have a client Outlook 2013 cache mode disabled by policy, however when you need to open Outlook without connecting to any network, is not possible and a message that the server is not online.
    Is there a way to change this behavior and that an Outlook client that has disabled the cache can work offline?
    Many thanks

    Hi
    No, that is what cached mode is used for.
    You can use OWA offline if you are disabling cache mode with policy.

  • L3 Cache Always Disabled after Boot

    Hi
    I hope someone can help.
    Basically I have only noticed this in the last few days. I had thought a few of my audio applications were showing more cpu use and thought I was losing the plot.
    But when I check in the preferences - processor, the 1MB L3 Cache always shows disabled. At first I thought my hardware had broke but I can enable it if I go into the preferences and manually do this. But I have to do this everytime I start up ..this never happened before, how do I get it to stick?
    I have checked the cache is working correctly and all reports were good.
    I dunno what to do now..Please Help.
    Thanks
    Daryl

    Its just happened again..I've managed to figure out whats causing the problem but not why its happening (10.4.7)
    The power management in osx has started acting up . I think its OSX 10.4.7 broken something, because its just started happening since then (hardware tests ok).
    The battery is alive but it stops getting charged, L3 cache gets disabled (reduced mode) and the battery meter keeps trying to calculate and is stuck wasting cpu cycles.Performance has gone out of the window.I am doing audio work so noticed straight away and just thought ... not again.
    Apple fix this please. 10.4.7 seems to have some serious issues (I've been lucky up until now)

  • "Disable Bad Name Cache" and "Disable Bad Address Cache"

    hi,
    on some issues it helped to deactivate "Disable Bad Name Cache" and "Disable Bad Address Cache".
    Where/ how can we set these options for zcm 10.3 agents?
    thx,
    hugo

    Those are Novell Client settings not ZCM Client settings.
    On 4/4/2012 1:16 PM, susehoush wrote:
    > "Disable Bad Name Cache" and
    > "Disable Bad Address Cache".
    Craig Wilson - MCNE, MCSE, CCNA
    Novell Knowledge Partner
    Novell does not officially monitor these forums.
    Suggestions/Opinions/Statements made by me are solely my own.
    These thoughts may not be shared by either Novell or any rational human.

  • Remote bitmap cache is disabled

    Hi , i noticed a statement in the log file
    "Remote bitmap cache is disabled"
    what does it means ,
    does it means that the calculation is not using calculator cache ?

    <p>This error I get a lot. It is most likely to occur when theserver does not respond within a system given time. When I stressthe server and try to calculate a database, it may occur.</p><p>It also happend when I had a bad member calculation set and thedatabase simply crashed while trying to calculate the member.</p><p>It also occurs when the server is shutting down services for aback-up routine, something I experience a lot when calculatingovernight.</p>

  • List View WebPart custom XSL link disabled Ribbon Buttons

    Hi,
    I have added and external XSLT file for my List View web part. I followed these options in browser -> Edit page -> Edit web part -> Under Miscellaneous updated XSL Link.
    I am using this xslt file to add background colors to one of my column. The xslt is getting applied correctly. But I noticed that "View Item" and "Edit Item" option in ribbon is disabled. I removed the xslt link and ribbon worked fine.
    I have added the xslt file to site collection's "Style Library -> XSL Style Sheets" folder.
    When I added same xslt by editing the page in SPD 2010, everything worked fine. The problem appears only when I apply it externally. I found in few posts where they suggest to upload the xsl file in LAYOUTS folder. But I donot have access/permission to change
    the LayOuts folder. I donot want to edit in SPD because, it will be difficult for non technical administrators to apply xslt to other views/pages. Please suggest.
    - Thanks
    Lucky
    India

    I am facing the same issue. Is this issue resolved?

  • Navigation is cached - even when navigation cache is disabled?!

    I seem to have a problem clearing the navigation cache. Whenever I change a role of workset in the PCD, the change is not visible until some time has passed (perhaps 100 minutes, I will try to verify that).
    If I change a page (like inserting a new iView) the change is visible immediatly.
    This sounds like a fairly standard "flush the navigation cache" problem, but that does not solve the problem. I have disabled all the caches in "System Administration -> Navigation -> Navigation cache" and have also cleared all of them just for good measure.
    I have used Firebug in firefox to verify that this is not a browser cache problem. For example I have a folder in the role that contains two pages. I add a third page, flush all browser caches, close the browser and reload the page. In firebug I can see that I get a "200 OK" response that only includes the original two pages - not the new third page.
    I have also tried clearing the PCD cache in "System Administration -> Support -> Portal Content Directory -> PCD Administration -> Release cache". When I do that I can see (again with firebug) that the request is taking slightly longer the first time (around 300ms instead of the usual ~70ms). However, the new page is still not visible.
    The only thing that help (besides waiting) is to restart the entire portal. The changes are then visible immediatly.
    I have even tried clearing the HTTP cache, which also does not help.
    What other caches could there be besides the navigation cache, the PCD cache, the HTTP cache or the browser cache? How can I debug this problem further?
    Thanks in advance.
    Best regards,
    Ole Hyldahl Tolshave
    P.S. We use SEP EP 7.00 SP21
    Edited by: Ole Hyldahl Tolshave on Jun 17, 2010 10:21 AM

    Hi Tobias,
    I tried clearing the DB cache (by using /irj/servlet/prt/portal/prtroot/com.sap.portal.prt.cache.PRTRegionDBClear). No change (change to role is still being cached).
    I used the PCD Inspector and verified that the contents are identical to what I see in Content Administration -> Portal Content (which is different from what is rendered in the top navigation and detailed navigation).
    We only have one server node running.
    I tried deploying the .PAR-file from SAP support (and restarted). This made no changes so now I am waiting for them to get back to me.
    But thank you again for trying to help.
    Best regards,
    Ole Hyldahl Tolshave

  • Get metadata link disabled

    Hello Everyone,
    I am trying to setup local IdP in my Eclipse. I am following documentation from this link here - SAP HANA Cloud Platform
    The problem is, as mentioned in the Point 2 in the documentation, I tried configuring a custom Local trust provider. I was able to generate key pair as well. But the "Get metadata" link is disabled. I thought I might need to save the configuration first to get this link enabled but nothing is happening when I try to save. Looks like Save button is also not saving the configuration. Am I missing anything here? Following the snapshot.
    Note: I tried doing same thing from my colleague's account. There is nothing deployed to his accout and it completely new accout. I was able to download meta data file from his account, but mine isn't working! This looks strange to me.
    What should I do to get this link working? is it disabled because I am on trial version?
    Best Regards,
    Ameya

    Hi Ameya,
    Please post this question under SAP HANA Cloud Platform Developer Center where the HANA Cloud Platform experts can support you.
    Regards,
    Ifat.

  • Appraisal Documents Link Disabled

    Hello All,
    Using ESS WDA on EhP5 and for some reason the Appraisal Documents link that I am using from the launchpad is disabled (greyed out).
    My launchpad config calls HAP_START_PAGE_POWL_UI_ESS (Services for the Flexible Appraisal Process).
    I can test this application in SE80 and it works as expected. Thinking this may be an authorization issue, I've done a couple of traces that show nothing - though I'm not sure if the traces are working as expected either.
    Anyone have any thoughts here?
    Thanks in advance,
    Mike

    Resolved... this link is set to disabled in the standard ESS WDA launchpad from which I copied.

  • How to make the Applicant name link disabled in the webform of oracle apps

    Hi,
    In iRecruitment module,i have created a new responsibility with the name "irecruitment - interview" the menu attached with the responsibility is "Irc Employee Menu" and the functions and menu excluded are "Irc Employee Applicant Home Page","Irc Employee Home Page","IRC Employee Candidate Application Menu","Irc Employee Referral Application","Irc Interviewer Application".
    When i click on the responsibility the applicant names come,and on the applicant name link is there,on clicking onto the applicant name the other information of the vacancy also becomes visible,i want that the applicant name should be visible but the link link which is coming onto it should get disabled.
    In order to achieve this i have gone to personalisation and under the "Applicant Name" i set the "Popup Enabled" to "false" at the responsibility level.But it is not working out.
    Please tell me how can i achieve this.
    Regards
    Ankit

    Hi Avaneesh,
    When i goes to the personalisation in the "Destination URI" at all the levels i can only see "inherit" written how to remove the "URL" as specified by you.
    Please reply
    Best Regards
    Ankit

  • I can't click the buttons in youtube videos. I've tried clearing the cache and disabling all the extensions and add-ons. No dice. The videos work in IE.

    See above. Video will play automatically if on youtube, but I can't pause it, etc... Also if the video is embedded in a different website, I'll click play and nothing will happen.
    Have tried clearing cache.
    Have tried disabling add-ons and extensions.
    Nothing works.

    check for adobe flash issues
    * kb.mozillazine.org/Flash

  • Cache Refresh disabled in SXI_CACHE

    Hi all,
    I am trying to refresh xi cache using transaction SXI_CACHE, but the menu entries for "complete refresh" and "delta refresh" are disabled. Does anyone know how to enable these menu entries? my user has all the SAP_XI* roles assigned.
    Thanks!
    Hart

    Hi,
    Integration Engine & BPE resides in ABAP Stack.
    While Adapter framework and SLD resides in Java Stack.
    Cache is a collection of most recent objects in use(Similar to Cache memory).
    The System architecture of Netweaver is framed in such a way that as soon as you activate the objects in IR or ID they are automatically reflected in the memoy(which is known as Cache refresh).
    But sometimes itsnt reflected, in that case use the transaction code:SXI_CACHE to refresh the cache mannually.
    Hope this will help you .
    Regards
    Sushama

  • SMB Symbolic Links disabled after update to 10.6.4

    I just found out how to fix Access Denied messages for any WIndows share that includes a symbolic link directory. Due to a security issue the default was changed to:
    \[global\]
    wide links = no
    This disables access to symbolic links.
    See http://www.samba.org/samba/news/symlink_attack.html
    I changed it back to yes for now to get it working. Will look into this more when the network is not in use. This should have been noted in the smb.conf file.

    For the non-geeks in the audience. 10.6.4 broke access to smb folders being shared by a 10.6.4 machine. My popcorn hour media stremer would no longer use symbolic links as a means to find all my movies spread out on 2 disks. It could see the links as files and clicking on them gave an error message. In my case these links a symbolic links of the folders on my 2 movie drives, labeled sci-fi, westerns, etc. All the links are in my Movies folder in my main user folder. This is setup to be a shared folder and is accessed as an SMB share with my media streamers.
    Apple was apparently fixing a security issue related to symbolic links but killed the ability to set up and use symbolic links like I need them for my home network media streamers.
    To fix do the following:
    Fixing the symbolic link issue with Samba/SMB access problem in 10.6.4
    
* Open smb.conf on the samba server in your favorite text editor
    put the following in a terminal window:
    sudo nano /etc/smb.conf
    
* Find the global samba settings section under [global] and edit the following line:
    wide links = no
    change to:
    wide links = yes
    This enables access to symbolic links.
    nano is a text editor for the terminal. Use the arrow keys to get to the word no in the above string delete no and type yes.
    The control-x to exit and you will be asked to save the file.
    Hit return to save the modified file, do not choose any of the save options.
    For the terminal editor nano, control is the modifier key in dialogs that looks like a upside-down-superscript v.

Maybe you are looking for

  • Report for Cost Estimate

    Hi, Our client require a report for Planned Cost Estimate, where costing run will be on FG product and Client want Activity Hours and Cost for that FG product. (for all the FG products we have multilevel BOM and Routing hence, Activity Hours are main

  • First play track doesn't work is some players

    but the rest of my DVD does... meaning, it doesn't autoplay in my DVD Recorder, but it does in my second DVD player and in the computer... Any ideas, anybody? I am using DVD SP 3... Thanks in advance!

  • Find Current Inbox Of Workflows

    A user has a report of workflows that are past due. I have been provided the Work Item ID, as well as the Object Key. How can I go about finding whose inbox these workflows are currently in? Thanks - points will be rewarded.

  • In iTunes (for products that sync with iTunes

    plz i had a gifted IPad then i used it for one year so now i losted it  so i can know his serial #In iTunes (for products that sync with iTunes)

  • Wrong Shiptocode are coming from XML File

    Hello Everybody I'm uploading xml orders to sap but when a customer has more than one ship to address Does not take what come in the xml file, it takes the default one. In the picture you can see how i sent the same order 12 times with an unique ship