Disable Caching for VDI

Hi,
We have some ZAV applications that we would like to distribute to our "FAT" Clients as well as our VDI Clients.
We have created one bundle that installs the ZAV.exe locally (requirement not VDI) and launches the ZAV.exe (locally if not VDI, from Server if VDI)
When we start the Bundle on a VDI Client, ZENworks will still cache the ZAV.exe even though it will start from the Server.
Worst case we would have to create two Bundles for each ZAV application, one for FAT Clients and one for VDI Clients.
Is it possible to disable the cache completely for VDI Clients or at least for these Bundles?
Paul

I don't believe that is possible.
Instead of 2 Bundles, you could create a System Requirement on the
Distribution Action so that it does not distribute on VDI machines.
Then for the Launch Actions, do something similar so it launches the
local or network copy depending on if it was VDI or not.
On 2/18/2014 6:06 AM, pdjongh wrote:
>
> Hi,
>
> We have some ZAV applications that we would like to distribute to our
> "FAT" Clients as well as our VDI Clients.
> We have created one bundle that installs the ZAV.exe locally
> (requirement not VDI) and launches the ZAV.exe (locally if not VDI, from
> Server if VDI)
> When we start the Bundle on a VDI Client, ZENworks will still cache the
> ZAV.exe even though it will start from the Server.
>
> Worst case we would have to create two Bundles for each ZAV application,
> one for FAT Clients and one for VDI Clients.
> Is it possible to disable the cache completely for VDI Clients or at
> least for these Bundles?
>
> Paul
>
>
Craig Wilson - MCNE, MCSE, CCNA
Novell Technical Support Engineer
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.

Similar Messages

  • How to disable cache for a particular Report in obiee 10g?

    HI
    My name is Rani .Learning obiee10g ifaced 1 interview in that they asked me like how u disable cache for a particular report?

    In the advanced tab of the report, under prefix you need to mention:
    SET VARIABLE DISABLE_CACHE_HIT=1;
    Refer below link
    http://tipsonobiee.blogspot.com/2009/06/step-by-step-to-bypass-all-caches.html
    Thanks

  • How to disable caching for pcui applications

    Somehow the PCUI applications are cached and when we go to some opportunity and come back to the previous one,
    we can still see the changed data which is not actually saved to the Box but if we refresh the page it will go off.
    If we click on save, and if it has some error ,it wont save the opportunity but the changed data remains in the page something like Work protect in Portal.Couldnt find any options in portal and disabling cache for Iview didnt help.How can we disable the PCUI or Sever cache so that the unsaved data goes off..
    George

    Hello George,
    This can be done in two ways, one you can use transaction CRM_BSP_STATE_
    ERASE and delete all the previous states.
    Otherwise please append crm_bsp_restore=FALSE in the URL. This is
    explained in SAP Cookbook. Please have a look at the same. Kindly let
    me know for more information on the same.
    This issue  happens
    because of state manager which saves the state for individual
    application and individual user . This can be switched off by adding
    a URL parameter "CRM_BSP_RESTORE=FALSE" in the query string.
    Kindly please reffer the cook book for further  detail.
    Can you please try this & check if this helps.
    Thanks & Regards,
    Bhavya

  • Disable caching for dynamic pages

              How do you set up a directory that is not cached by weblogic?
              I have a servlet which generates Images (to this directory) and then the images are
              displayed as part of the HTML.
              Work ok on testsystem (which is WL 6.0/ NT) but doesn't work on Solaris / WL 6.1
              - it appears as though on startup, the WL Server caches dir contents and becomes
              unaware of new entries?
              

    I don't believe that is possible.
    Instead of 2 Bundles, you could create a System Requirement on the
    Distribution Action so that it does not distribute on VDI machines.
    Then for the Launch Actions, do something similar so it launches the
    local or network copy depending on if it was VDI or not.
    On 2/18/2014 6:06 AM, pdjongh wrote:
    >
    > Hi,
    >
    > We have some ZAV applications that we would like to distribute to our
    > "FAT" Clients as well as our VDI Clients.
    > We have created one bundle that installs the ZAV.exe locally
    > (requirement not VDI) and launches the ZAV.exe (locally if not VDI, from
    > Server if VDI)
    > When we start the Bundle on a VDI Client, ZENworks will still cache the
    > ZAV.exe even though it will start from the Server.
    >
    > Worst case we would have to create two Bundles for each ZAV application,
    > one for FAT Clients and one for VDI Clients.
    > Is it possible to disable the cache completely for VDI Clients or at
    > least for these Bundles?
    >
    > Paul
    >
    >
    Craig Wilson - MCNE, MCSE, CCNA
    Novell Technical Support Engineer
    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.

  • How to Disable cache for an especific Site??

    How i can disable in the CE 507 the Cache for one Web Site???

    The reply at the link says to configure a rule for "no-cache". This will not prevent the CE from making the request, it only tells the CE to not Cache it.
    Reading the question, I am not sure of exactly what the request is, but if the goal is to have the client go directly to the server, there are multiple ways to do this.
    If you want the client to make the connection to the site, you can you a redirect list on the WCCP router
    In the following example, traffic to 172.18.124.193 will not be redirected to the CE, but will go directly to the server.
    router# configure terminal
    router(config)# ip wccp web-cache redirect-list 120
    router(config)# access-list 120 deny ip any host 172.18.124.193
    router(config)# access-list 120 permit ip any any
    Or, you can create a static bypass entry on the CE using the bypass command. Bypass, like the router redirect list, requires the use of WCCP.

  • Is there any way to disable caching for a particular component?

    I have a component which should always produce the output by executing a code and not from the dispatcher cache.
    Is there any way to clear the dispatcher cache for the component or is it possible to disable the component caching.

    Praveen-
    The dispatcher caches the entire HTTP response body, so doing what you are describing actually requires two steps:
    1) Loading the non-cacheable component through Ajax (or some other edge side assembly technology like ESI)
    2) Including the Dispatcher: no-cache header in the response when that component is requested.
    #1 is pretty easy to do with jQuery
    #2 is covered here: http://dev.day.com/content/kb/home/Dispatcher/faq-s/DispatcherNoCache.html
    You will probably want to use the WCMMode to only do the dynamic loading on the publish server.
    HTH,
    Justin

  • Disabling cache for Dynamic MBeans on weblogic EM

    Hi,
    Can we disable caching of a DynamicMBean by Weblogic EM. In other way, when ever i try to access a MBean it should call getMBeanInfo() method.
    I can refresh the MBeans by manually clicking the refresh button in EM console but can i do that in java code.
    Thank You

    Change this code
    <i>WebLogicObjectName mbeanName = new WebLogicObjectName("MBeanDomain:Name=Hello,Type=ServerConfig");
    WebLogicMBean mbean = (WebLogicMBean)home.getMBean(mbeanName);</i>
    to
    MBeanServer mbs = home.getMBeanServer()
    ObjectName oname = new ObjectName("MBeanDomain:Name=Hello,Type=ServerConfig");
    // to invoke your mbean's hello method
    mbs.invoke(oname, "hello", null, null);
    You should remember that for CustomMBean's you cannot use MBeanHome.
    HTH,
    -satya
    BEA Blog:
    http://dev2dev.bea.com/blog/sghattu/
    Get Involved in CodeShare:
    https://wls-console-extensions.projects.dev2dev.bea.com/
    https://wlnav.projects.dev2dev.bea.com/
    https://eclipse-wlst.projects.dev2dev.bea.com/
    https://wlst.projects.dev2dev.bea.com/

  • Disable cache for items

    Hi!
    Is it possible to disable showing cached values for items (for ex. numeric values)? To have the list helps to speed up the work in general, but sometimes could be disturbing. So is it possible to disable cached value list for specific items?
    András

    Hi András,
    I think you are referring to browser's native autocomplete functionality. Try adding the following to the 'HTML Form Element Attributes' for the specific item you wish to disable this functionality:
    autocomplete="off"If you wanted to do this at page level, it's also possible to switch this off declaratively via 'Edit Page > Security > Form Auto Complete'.
    Hope this helps.
    Anthony.

  • How to disable cache for the Dashbaord Prompt in OBIEE11G

    Hi Friends,
    I have a write back table with column a,b,c,d in the OBIEE. I am using column c as dashboard prompt for this report. I want to by pass the cache for the report as well as Prompt. I followed the following blog
    http://tipsonobiee.blogspot.com/2009/06/step-by-step-to-bypass-all-caches.html
    I was successful in bypassing the report cache...
    Its not working for dashbaord prompt... Let me know if you have any other ways to achieve this.
    Thanks
    Venkat

    Try to convert the prompt as SQL and use the same
    set variable DISABLE_CACHE_HIT=1 followed by your prompt query at 2nd line.
    ex: SET VARIABLE DISABLE_CACHE_HIT=1;SELECT Year FROM Day
    If helps mark
    Edited by: Srini VEERAVALLI on Apr 8, 2013 11:20 AM

  • Disabling Cache for a webi report

    Hello,
    We have BO 4.1 SP1 system. We have a webi report based on bw- bex. That bex is connected to a table in R3 that momentarily updates itself. So, we are supposed have a report connected to live data. (bex query cache is already disabled on bw)
    The problem is, by the data changes, the webi report fails to catch the new data in time. The bex query it is connected, almost momentarily updates itself, however, webi does not. The goal is to make the webi report's result data to match the bex query result as the table in R3 updates.
    To achieve that, we created a server group in CMC, named it "no-cache" and put some cloned servers with supposed no cache holding properties. (The screenshot of the servers are attached.) We scheduled the webi report in every 5 minutes, allowing only the no cache servers to be used. However, it is still reported that the webi report does not match the bex from time to time.
    Am I missing some server cache configuration? Or is a real-time data webi report not possible?
    Thank you

    Also, the third screen shot for the server properties is as below.
    Thank you again.

  • How to disable cache for a single query ?

    Hello BW Experts,
    I am running a Bex query. since the cache is not getting cleared it shows me wrong results. how to disable the cache settings for a single query ?
    are these settings different if you are running query using a web template..
    Please suggest.
    Thanks,
    BWer

    check also this post:
    Re: Query cache question

  • Q: How to disable cache for a single portlet ?

    Due to performance reasons I need to set the full page cache. But I have just one custom portlet on the home tab page which will count the logins. But the cache will prevent this portlet from getting the right value out of the DB. It would be pretty sad when I have to disable the full page cache because of this single portlet. I know that there's a way to set cache calls on portlet level. Can anyone shed a light on it. Thanks.

    Hi Amjad,
    I want to remove cache completely for a portlet. Is there any easy way of doing this. I tried to disable from Administer --> Cache. No luck.
    I want to load the page every time from server. Please help me.
    Thanks
    Satyapal

  • How to disable webview cache for Windows Phone 8.1 Runtime universal app?

    Is it possible to disable cache for the Webview control for a Windows Phone 8.1 runtime universal app? My App seems to be remembering the information it received the first time. My app logs me into a service and when I go back to rerun app in the emulator
    (without completing shutting down the emulator) it logs me in automatically rather than giving me the prompt. This behavior is in the NavigationCompleted handler if that helps explain a bit more on where I am hitting this issue.
    If I were to shut off the emulator completely and then restart it then I am prompted for the login name and password again. I have gotten over this cache issue, when I was using the HttpClient in other part of my app, by sending the no-cache in the header
    as:
    client.DefaultRequestHeaders.Add("Cache-Control", "no-cache");
    Can I do something similar for the webview control?
    thanks
    mujno

    Hi mujno,
    As I know currently there is no programmatically way to clean cache for WebView, see Matt's blog:How to clear the WebView cache
    However if you are developing an enterprise app, you should be able to invoke some scripts to clean for you, see this for more information:Brokered
    Windows Runtime Components for side-loaded Windows Store apps
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to disable cache implementation in 8.1 SP6 for entity beans

    How to disable cache implementation in 8.1 SP6 for entity beans
    In our production environment, we want to disable cache implementation for entity beans. We are using weblogic 8.1 SP6.
    Weblogic cache implementation has been causing many cachefull exceptions so we want that it fetches the data from database everytime instead of cache.

    Check the "max-beans-in-cache" setting in your weblogic-ejb-jar.xml. The cache full exception, means that a new bean could not be created because of this cache being full.
    Nothing to do with fetching from the database directly.
    If you really want direct fetches then do not use beans at all. Consider using direct JDCB/SQL calls (without a entity bean) to fetch huge data.
    Let's again review your application based on the below explanation before making a decision on which configuration change to perform:
    If you truly have many ejbs simultaneously enrolled in transactions, then yes, the cache must be big enough to hold all the instances.
    Your cache must have a max size large enough to handle your peak simultaneous transaction load.
    Also, try to ask the following query to your application developer. Does every user actually have to have more than one bean in the cache ? Are many of these values read-only reference values that are not updated ?
    SOLUTION CHOICE:
    1. If you are testing with more number of users simultaneously, then you will need to increase the "max-beans-in-cache" setting in your weblogic-ejb-jar.xml to match the load.
    2. If you have few users but still seeing a lot of beans, then consult with your application developer and try to ask the above questions (Does every user have more than......) and based on that try to redesign/tune your application to make it an effective Entity bean model.
    3. If you have queries where huge result sets are returned, consider using plain/direct JDB/SQL calls.
    Arun

  • Disable Cache mode for a specific Mailbox

    Hi
    Is it posibble disable cache mode for a specific mailbox ??

    As per the information and details provided by you, to disable Cache Mode for a specific mailbox, please follow these steps: -
    The information provided by
    Amy.Wang is correct, Exchange has no built in function to disable cached mode for a specific mailbox. And to
    configure Cached Exchange mode setting by using Group Ploicy, please follow these steps: -
    To do this, first you need to download
    custom administrative template.
    Download and extract the templates to your domain controller.
    Start > Admistrative tools > Group Policy Management Console > either create a new policy and link it to your
    USERS or edit an existing policy.
    Navigate to:
    User Configuration > Policies > Administartive Templates
    Right click >
    Add/Remove Templates.
    Add > Navigate to the folder where you extracted the templates >
    ADM Folder > en-us folder (change depending on your locale) > Outlk14.adm > Open.
    Now Navigate to:
    User Configuration > Policies > Administrative Templates > Classic Administartive Templates > Microsoft Outlook 2010 > Account Settings > Exchange > Cached Exchange Mode.
    Locate “Use Cached Exchange Mode for new and existing Outlook profiles”
    Set the policy to
    Disabled > Apply OK > Close the policy editor. Locate “Use Cached Exchange Mode for new and existing Outlook Profiles”
    Then get the clients to log off and back on again, wait a couple of hours, or manually run
    “gpupdate/ force” on them.
    I hope this information will be helpful for you.
    Thanks and regards
    Ashish@V

Maybe you are looking for

  • How to create the PDF file in WebDynpro?

    Hi.        How to create PDF file in Webdynpro? I have one WD screen In there i have one File Download action. Once i click that it will open one PDF file which consisting of all details. Pls reply me. with regards, Gobintah.R

  • TS1702 Iphone4 on Verizon not able to connect with FaceTime

    FaceTime has been working up until today. I've checked all the settings and software and it all seems set correctly so I don't know why I cannot connect.  Any ideas?

  • IMacs deployed for Staff use randomly freezing

    This school year we deployed over 300 new iMacs. Like in years past all teacher user accounts come from OpenLDAP. All of their files are kept on a Mac File server. Computer don't have bluetooth (edu model), Airport is disabled, with all machines hard

  • Elements 10 installation problems

    After a hard drive crash, and a Win 8.1 reinstall, I am getting error messages about not being able to create a file or folder on the C drive while trying to reinstall Adobe Elements Premier 10.  Adobe Photoshop Elements 10 loaded from the same DVD w

  • Does Maverick have a way of monitoring use and activity of WiFi?

    I think I'm getting odd use, possible hacking and cant find a way to monitor the activity.