Local Storage Error

Hi everyone,
One of our instructors experienced an unusal error this afternoon. When he logged into his meeting room he received a message stating that our server "is requesting permission to store information on your computer". He tried clicking the deny button, but the popup did not go away.
I suspect that his Flash Player is set to refuse third party Flash cookies. Would this prevent Connect from launching?
Any help/advice that you could give would be greatly appreciated. We're running Connect 8.2 wtih Add-In 9.4.81.
Thanks.

Well, actually the answer is subjective to use case. Flash player is trying to save some flash objects here. Please allow the objects - it's just cache. You can remove them later on from this link - http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.htm l from here you can either remove all or selective objects for respective websites.
Regards
Aniket

Similar Messages

  • "error: thread-local storage not supported for this target"

    I have a program that uses the __thread specifier, to be run on a Solaris 9/UltraSprac.
    I am not able to compile it using gcc 3.4.4 or 4.0.4, it emits the msg "error: thread-local storage not supported for this target".
    xz@gamera% gcc -v -Wall -D_REENTRANT -c -o func_stack.o func_stack.c
    Reading specs from /opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/specs
    Configured with: ../srcdir/configure --prefix=/opt/gcc/3.4.4 --disable-nls
    Thread model: posix
    gcc version 3.4.4
    /opt/gcc/3.4.4/libexec/gcc/sparc-sun-solaris2.8/3.4.4/cc1 -quiet -v -D_REENTRANT -DMESS func_stack.c -quiet -dumpbase func_stack.c -mcpu=v7 -auxbase-strip func_stack.o -Wall -version -o /var/tmp//cc0poHSN.s
    ignoring nonexistent directory "/usr/local/include"
    ignoring nonexistent directory "/opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/../../../../sparc-sun-solaris2.8/include"
    #include "..." search starts here:
    #include <...> search starts here:
    /opt/gcc/3.4.4/include
    /opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/include
    /usr/include
    End of search list.
    GNU C version 3.4.4 (sparc-sun-solaris2.8)
            compiled by GNU C version 3.4.4.
    GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
    func_stack.c:16: error: thread-local storage not supported for this target
    func_stack.c:17: error: thread-local storage not supported for this target
    func_stack.c:19: error: thread-local storage not supported for this target
    xs@gamera% gcc -v -D_REENTRANT  -c -o func_stack.o func_stack.c
    Using built-in specs.
    Target: sparc-sun-solaris2.9
    Configured with: /net/clpt-v490-0/export/data/bldmstr/20070711_mars_gcc/src/configure --prefix=/usr/sfw --enable-shared --with-system-zlib --enable-checking=release --disable-libmudflap --enable-languages=c,c++ --enable-version-specific-runtime-libs --with-cpu=v9 --with-ld=/usr/ccs/bin/ld --without-gnu-ld
    Thread model: posix
    gcc version 4.0.4 (gccfss)
    /pkg/gcc/4.0.4/bin/../libexec/gcc/sparc-sun-solaris2.9/4.0.4/cc1 -quiet -v -I. -iprefix /pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/ -D__sparcv8 -D_REENTRANT -DMESS func_stack.c -quiet -dumpbase func_stack.c -mcpu=v9 -auxbase-strip func_stack.o -version -m32 -o /tmp/ccjsdswh.s -r /tmp/cc2w4ZRo.ir
    ignoring nonexistent directory "/pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/../../../../sparc-sun-solaris2.9/include"
    ignoring nonexistent directory "/usr/local/include"
    ignoring nonexistent directory "/usr/sfw/lib/gcc/sparc-sun-solaris2.9/4.0.4/include"
    ignoring nonexistent directory "/usr/sfw/lib/../sparc-sun-solaris2.9/include"
    #include "..." search starts here:
    #include <...> search starts here:
    /pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/include
    /usr/sfw/include
    /usr/include
    End of search list.
    GNU C version 4.0.4 (gccfss) (sparc-sun-solaris2.9)
            compiled by GNU C version 4.0.4 (gccfss).
    GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
    func_stack.c:16: error: thread-local storage not supported for this target
    func_stack.c:17: error: thread-local storage not supported for this target
    func_stack.c:19: error: thread-local storage not supported for this targetJust as comparison, the corresponding output of compiling another file which does not have __thread declaration is as follows:
    xz@gamera% gcc -v -Wall -D_REENTRANT -c -o common.o common.c
    Reading specs from /opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/specs
    Configured with: ../srcdir/configure --prefix=/opt/gcc/3.4.4 --disable-nls
    Thread model: posix
    gcc version 3.4.4
    /opt/gcc/3.4.4/libexec/gcc/sparc-sun-solaris2.8/3.4.4/cc1 -quiet -v -D_REENTRANT -DMESS common.c -quiet -dumpbase common.c -mcpu=v7 -auxbase-strip common.o -Wall -version -o /var/tmp//cc4VxrLz.s
    ignoring nonexistent directory "/usr/local/include"
    ignoring nonexistent directory "/opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/../../../../sparc-sun-solaris2.8/include"
    #include "..." search starts here:
    #include <...> search starts here:
    /opt/gcc/3.4.4/include
    /opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/include
    /usr/include
    End of search list.
    GNU C version 3.4.4 (sparc-sun-solaris2.8)
            compiled by GNU C version 3.4.4.
    GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
    /usr/ccs/bin/as -V -Qy -s -xarch=v8 -o common.o /var/tmp//cc4VxrLz.s
    /usr/ccs/bin/as: Sun WorkShop 6 update 2 Compiler Common 6.2 Solaris_9_CBE 2001/04/02Note that the last 2 lines seem to suggest that a Sun assembler is used as the back-end of gcc. I am not sure whether the failure to compile the first file (with __thread) was due to the incompatibility of this Sun assembler. In the first case, the error msg was emitted before these 2 lines are printed.
    I further read a post about gcc 3.3.3's inability to compile code that has __thread in it, on a HP-UX 11.11: http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1216595175060+28353475&threadId=1148976 The conclusion seems to suggest that "the 2.17 GNU assembler did not support thread local storage" and gcc sees that and thus disallows TLS.
    If the assembler is the culprit, then does anyone know whether this "Sun WorkShop 6 update 2" assembler in my installation can work with TLS? And how come a Sun assembler becomes the back-end of gcc? I read that gas (the GNU assembler) is the default backend of gcc. (How) can one specify the assembler to be used for gcc?
    As an aside, I am able to compile my file on this same Solaris 9/UltraSparc platform using the Sun Studio 12 C Compiler:
    xz@gamera% cc -V -# -D_REENTRANT  -c -o func_stack.o func_stack.c
    cc: Sun C 5.9 SunOS_sparc Patch 124867-01 2007/07/12
    ### Note: NLSPATH = /pkg/SUNWspro/12/prod/bin/../lib/locale/%L/LC_MESSAGES/%N.cat:/pkg/SUNWspro/12/prod/bin/../../lib/locale/%L/LC_MESSAGES/%N.cat
    ###     command line files and options (expanded):
    ### -c -D_REENTRANT  -V func_stack.c -o func_stack.o
    /pkg/SUNWspro/12/prod/bin/acomp -xldscope=global -i func_stack.c -y-fbe -y/pkg/SUNWspro/12/prod/bin/fbe -y-xarch=generic -y-xmemalign=8i -y-o -yfunc_stack.o -y-verbose -y-xthreadvar=no%dynamic -y-comdat -xdbggen=no%stabs+dwarf2+usedonly -V -D_REENTRANT  -m32 -fparam_ir -Qy -D__SunOS_5_9 -D__SUNPRO_C=0x590 -D__SVR4 -D__sun -D__SunOS -D__unix -D__sparc -D__BUILTIN_VA_ARG_INCR -D__C99FEATURES__ -Xa -D__PRAGMA_REDEFINE_EXTNAME -Dunix -Dsun -Dsparc -D__RESTRICT -xc99=%all,no%lib -D__FLT_EVAL_METHOD__=0 -I/pkg/SUNWspro/12/prod/include/cc "-g/pkg/SUNWspro/12/prod/bin/cc -V -D_REENTRANT  -c -o func_stack.o " -fsimple=0 -D__SUN_PREFETCH -destination_ir=yabe
    acomp: Sun C 5.9 SunOS_sparc Patch 124867-01 2007/07/12Interestingly, the output no longer mentions the "/usr/ccs/bin/as: Sun WorkShop 6 update 2" assembler.

    Just as another comparison, I compiled a file without __thread on the Solaris 9/UltraSparc platform using gcc 4.0.4. Not surprisingly it worked. But I no longer see the mention of the Sun assembler as in the case of gcc 3.4.4. Nor did I see the mention of "GNU assembler" as in the case of gcc 4.0.4/Solaris 10/x86. Instead, I saw something called "iropt" and "cg". Does anyone know what they are?
    xz@gamera% gcc -v -Wall -D_REENTRANT -c -o common.o common.c
    Using built-in specs.
    Target: sparc-sun-solaris2.9
    Configured with: /net/clpt-v490-0/export/data/bldmstr/20070711_mars_gcc/src/configure --prefix=/usr/sfw --enable-shared --with-system-zlib --enable-checking=release --disable-libmudflap --enable-languages=c,c++ --enable-version-specific-runtime-libs --with-cpu=v9 --with-ld=/usr/ccs/bin/ld --without-gnu-ld
    Thread model: posix
    gcc version 4.0.4 (gccfss)
    /pkg/gcc/4.0.4/bin/../libexec/gcc/sparc-sun-solaris2.9/4.0.4/cc1 -quiet -v -iprefix /pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/ -D__sparcv8 -D_REENTRANT -DMESS common.c -quiet -dumpbase common.c -mcpu=v9 -auxbase-strip common.o -Wall -version -m32 -o /tmp/ccSGJIDD.s -r /tmp/ccKuJz76.ir
    ignoring nonexistent directory "/pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/../../../../sparc-sun-solaris2.9/include"
    ignoring nonexistent directory "/usr/local/include"
    ignoring nonexistent directory "/usr/sfw/lib/gcc/sparc-sun-solaris2.9/4.0.4/include"
    ignoring nonexistent directory "/usr/sfw/lib/../sparc-sun-solaris2.9/include"
    #include "..." search starts here:
    #include <...> search starts here:
    /pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/include
    /usr/sfw/include
    /usr/include
    End of search list.
    GNU C version 4.0.4 (gccfss) (sparc-sun-solaris2.9)
            compiled by GNU C version 4.0.4 (gccfss).
    GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
    /pkg/gcc/4.0.4/SUNW0scgfss/4.0.4/prod/bin/iropt -F -xarch=v8plus -xchip=generic -O1 -xvector=no -xbuiltin=%none -xcache=generic -Qy -h_gcc -o /tmp/ccUl4mVM.ircg /tmp/ccKuJz76.ir -N/dev/null -is /tmp/ccSGJIDD.s
    /pkg/gcc/4.0.4/SUNW0scgfss/4.0.4/prod/bin/cg -Qy -xarch=v8plus -xchip=generic -OO0 -T3 -Qiselect-C0 -Qrm:newregman:coalescing=0 -xcode=abs32 -xcache=generic -xmemalign=8i -il /pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4//gccbuiltins.il -xvector=no -xthreadvar=no%dynamic -xbuiltin=%none -Qassembler-ounrefsym=0 -Qiselect-T0 -Qassembler-I -Qassembler-U -comdat -h_gcc -is /tmp/ccSGJIDD.s -ir /tmp/ccUl4mVM.ircg -oo common.o

  • Errors when accessing Encrypted Local Storage

    Hi there,
    I develop an AIR application and some of the users of the application are running into an issue when accessing Encryped Local Storage. Sometimes, when the application tries to put or retrieve an item from Encrypted Local Storage, these errors are reported:
    Error: general internal error
    EncryptedLocalStore database access error
    I've searched around a little and it appears that these errors occur for a variety of reasons. Sounds like corruption to the user's keychain can result in this error being thrown (repairing the keychain was mentioned as a possible solution in one blog post). This same error happens to some Linux users (http://kb2.adobe.com/cps/492/cpsid_49267.html) when switching between Gnome and KDE desktops too. http://blogs.adobe.com/koestler/2009/07/unreadable_encrypted_local_sto.html seems to suggest that changing of usernames on the machine can have an impact on how the ELS is accessed.
    In terms of a solution to this issue, I've seen multiple posts online asking the user to delete the ELS directory on their computer. While this 'solution' works for some users of the application I develop, it doesn't work for other users. http://forums.adobe.com/thread/239605 seems to suggest that a full factory reset of a user's OS gets everything back to square one and the ELS is now usable again - that's not really something that I can suggest to a user of an application. It seems a bit drastic and most users will (understandably) baulk at the idea of a full factory reset.
    So, I'm in a position with AIR development where I have to provide a fallback to ELS. Thankfully, I don't use ELS in the application too much, but I imagine anyone that has to make meaningful use of it would be pretty handicapped by the issues above. I guess I have a few questions:
    1. Has anyone been able to reproduce the errors listed above? Are you able to get your system into a state where 'Error: general internal error' appears consistently when you try to access ELS? I've tried the suggestions listed in the articles I outlined above, but have so far failed in reproducing these errors.
    2. If you have managed to get your machine into this state, what is the most advisable remedial action? As I mentioned above, deleting the ELS directory to start anew seems to work for some users but not for others.
    3. Is there anything that someone has tried where they've found a programmatic solution to avoid this issue altogether?
    4. Can someone in AIR engineering comment on concrete efforts to avoid these sort of scenarios in future versions of the runtime? Is there any debug information that I can provide from users of this application that could help diagnose this issue further and possibly feed back to the AIR development team?
    FWIW, my application descriptor file is pointing at the 1.5.3 version of the runtime. We've seen this happen to users that are running this application with both the 1.5.3 version of AIR and the 2.0.3 version of AIR. We've seen this happen on both Mac and Windows. I've seen this happen with initial installs of the application and with upgrades to new versions too.
    Sean

    Hi Sean,
    Thanks for reporting the issue. As you pointed out (via the blogs and weblinks), we are aware of this issue. And the following blog post talks about the problem in detail:
         http://kb2.adobe.com/cps/492/cpsid_49267.html
    As mentioned there, this issues arises because of corruption of keyring database, which in turn could happen becuase of user migration, switching desktops, ELS data migration to a different machine etc In such a scenario, even native applications are not able to access the ELS store (gnome-keyring or kde-kwallet). So there is little that we could do here. We have never experienced a scenario where an AIR application resulted into the corruption of database.
    Having said that, if you can provide us a constantly reproducible case (a list of steps which can always get us hit the issue), then we can definitely try to do the best possible in this regard.
    Thanks,
    -romil
    (AIR Engineering)

  • Mod_wl.so "Thread Local Storage" load error with Apache and WL 7

    I'm using Apache 1.3 and WL 7.0, and after configuring Apache to load mod_wl.so,
    I get the following error when starting up. I'm using the mod_wl.so that is
    for hpux11.
    Thanks for any help.
    $ ./apachectl start
    /usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2
    /usr/lib/dld.sl: Exec format error
    Syntax error on line 1053 of /opt/apache/etc/httpd.conf:
    Cannot load /opt/apache/lib/modules/mod_wl.so into server: Exec format error
    ./apachectl start: httpd could not be started

    Sunny,
    When you build apache on hpux, you should do the following before the
    configure:
    export CFLAGS="-lstd -lstream -lCsup -lm -lcl -ldld"
    Regards,
    Eric
    "Sunny Yee" <[email protected]> wrote in message
    news:[email protected]..
    >
    I'm using Apache 1.3 and WL 7.0, and after configuring Apache to loadmod_wl.so,
    I get the following error when starting up. I'm using the mod_wl.so thatis
    for hpux11.
    Thanks for any help.
    $ ./apachectl start
    /usr/lib/dld.sl: Can't shl_load() a library containing Thread LocalStorage: /usr/lib/libcl.2
    /usr/lib/dld.sl: Exec format error
    Syntax error on line 1053 of /opt/apache/etc/httpd.conf:
    Cannot load /opt/apache/lib/modules/mod_wl.so into server: Exec formaterror
    /apachectl start: httpd could not be started

  • Trying to update apps on iphone and getting error message, there is not enough available local storage to download these items. you can manage your local device storage usage in settings

    trying to update apps on iphone and getting error message, there is not enough available local storage to download these items. you can manage your local device storage usage in settings. What am I to do?

    The storage you purchased is in the cloud, and doesn't do anything with your pad.  Your problem is simply that you have too much content on your pad.   Go to settings, general, usage, and it will show you how much space you have avaliable on your pad.  If you let the screen sit for a while, all the apps will be displayed, and you can see how much stuff you have associated with each.
    You have to no option but to delete some of the content on your pad.  Videos, comics, pitcures and some music files use a lot of space.   The cloud allows you to leave stuff there, so you can get it when you need it.

  • Live migration to HA failed leaving VHD on local storage and VM in cluster = Unsupported Cluster Configuration

    Hi all
    Fun one here, I've been moving non-HA VMs to a HA and everything has been working perfectly until now.  All this is being performed on Hyper-V 2012R2, Windows Server 2012R2 and VMM 2012R2.
    For some reason on the VMs failed the migration with an error 10608 "Cannot create or update a highly available virtual machine because Virtual Machine Manager could not locate or access Drive:\Folder"  The odd thing is the drive\folder is
    a local storage one and I selected a CSV in the migration wizard.
    The net result is that the VM is half configured into the cluster but the VHD is still on local storage.  Hence the "unsupported cluster configuration" error.
    The question is how do I roll back? I either need to get the VM out of the cluster and back into a non-HA state or move the VHD onto the CSV.  Not sure if the latter is really a option.
    I've foolishly clicked "Ignore" on the repair so now I can't use the "undo" option (brain fade moment on my part).
    Any help gratefully received as I'm a bit stuck with this.
    Thanks
    Rob

    Hi Simar
    Thanks for the advice, I've now got the VM back in a stable state and running HA.
    Just to finish off the thread for future I did the following
    - Shutdown the VM
    - Remove the VM from the Failover Cluster Manager (as you say this did leave the VM configuration intact)
    - I was unable to import the VM as per your instructions so I copied the VHD to another folder on the local storage and took a note of the VM configuration.
    - Deleted the VM from VMM so this removed all the configuration details/old VHD.
    - Built a new VM using the details I saved from the point above
    - Copied the VHD into the new VMs folder and attached it to the VM.
    - Started it up and reconfigured networking
    - Use VMM to make the VM HA.
    I believe I have found the reason for the initial error, it appears there was a empty folder in the Snapshot folder, probably from an old Checkpoint that hadn't cleaned up properly when it was deleted.
    The system is up and running now so thanks again for the advice.
    Rob

  • Adobe Flash FAIL:  Adobe Flash Player local storage settings incorrect.  Module 'Resume' feature may not work on this computer.

    Using a Windows 2012 RDS Environment, we have users connecting to a CPD website, and as part of the CPD they need to run a systems checker.  When they run the systems checker they get the following error message: "Adobe Flash FAIL:  Adobe Flash Player local storage settings incorrect.  Module 'Resume' feature may not work on this computer". All users are connecting to this environment with Windows CE Clients,I have checked the setting on Adobe Flash and they seem correct but as each user has its own profile on the RDS session, is there something that I should be setting for each user. I have added the website to the trusted sites and it has made no difference.   Any ideas

    It sounds like what's happening is that Flash Player can't write or read from the local shared objects in the user's redirected home directory because we disallow traversing junctions in the broker process.  This behavior was disabled to address a vulnerability identified in some of John Forshaw's research into the IE broker last year.
    You can enable this behavior by adding the following setting to mms.cfg:
    EnableInsecureJunctionBehavior=1
    That said, you can probably gather from the name of the flag that we don't really recommend this approach, and disable this attack surface by default.  There's some risk that a network attacker could craft content that abuses fundamental issues with how Windows handles Junctions to write to arbitrary locations.
    Unfortunately, there's not a simple or easy workaround that I'm aware of (but it's been ages since I've administered a Windows domain) for this kind of NAS/SAN-backed terminal server environment where Flash is not able to access \Users\<user>\AppData\Roaming\Macromedia\Flash Player\ without traversing a junction.

  • VSphere 6, can't use FT with local storage

    Hi guys,
    Now that I have figured out that when turning on FT without shared storage results in no datastores being shown in the FT dialog box in the web client, I've run into a different problem (thus the new discussion topic).
    When I turn on FT for a VM that is on local storage, I am now able to select the datastores, but when I select local storage for the secondary VM, I get a bunch of errors that tell me the secondary host can't reach the .vmx file (of course - that's why I needed the shared storage - for these little files). Shouldn't FT be copying the .vmx file and whatever else it needs to be shared to the right spot, since I've told it where that is? Do I need to move my VM to shared storage, then move my VMDKs and stuff to local storage manually?
    Here's a screenshot of the dialog:
    Here's the current hardware setup:
    ESX1:
    - IP: 192.168.220.51
    - Datastores: ESX1-LocalStorage and NFS
    ESX2:
    - IP: 192.168.220.52
    - Datastores: ESX2-LocalStorage and NFS
    My primary VM for FT is on ESX2, and trying to get my secondary on ESX1.
    Thanks!

    gs_khalsa wrote:
    The availability guide isn't accurate (I'll work on getting it corrected). The requirements for FT storage are:
    - Shared storage: FT config file, tie-breaker file, primary VM vmx file
    - Local storage: all other files (VMDKs, etc).
    The limitation with this however is that FT can't move or replicate your VM files to a new location, so if the host where the primary VMs VMDKs are stored is unavailable FT won't be able to spin up a new secondary.
    Example:
    3 hosts (A, B, C)
    Primary VM running on A - VMDKs stored on local storage
    Secondary VM running on B - VMDKs stored on local storage
    If host A fails, the secondary on B will take over and become primary. However, until host A comes back on-line FT will not be able to create a new secondary.
    Does this make sense?
    Hi, gs_khalsa,
    That does make sense. It isn't all that I think people were hoping it'd be. I think a lot of people were envisioning setting up 2 or 3 hosts in a small environment with no shared storage, and using FT as a share-nothing setup that would ensure a VM never goes down as long as at least one host is alive and the VM isn't corrupted. It's 99% there, but the need for shared storage (that is presumably HA storage, since we don't want the storage to be our single point of failure) for 3 little files kills the vision. FT not being able to spin up a new secondary on a 3rd host seems like it could have been done, too, since FT obviously knows how - it just doesn't automatically assume it should use that 3rd host. Maybe it's more complex that it sounds to actually achieve. At least we have multiple vCPU support now, which is a big step forward. Maybe these smaller milestones will come about in sub-version upgrades *crosses fingers*.
    By the way, I appreciate your responses - they've been very helpful in understanding how what I thought the new FT was and where that idea is off target. Thank you.

  • Where Is Local Storage In Windows 8??

    So i Have Revel App On My Windows 8 PC,
    it stopped syncing because ive apparenly ran out of local storage space,
    but i dont know where this folder is??? its not im my pictures
    also is there a way via win 8 to stop it syncing to local and only sync to the cloud

    Are you out of space on the computer or out of uploads in Revel? Revel does not save full sized copies of the photos on each device, but rather saves them in the cloud to avoid filling up your device. For this reason I am skeptical that Revel is the issue if your PC hard drive is full.  Is it possible you have many programs, music ,documents,  photos or videos that have filled up the disk?
    Are you getting an error message from Revel? Are you a premium user? If not, you may have reached your upload limit of 50 uploads per month on a free account.
    Pattie

  • Virtual Storage Error Count report large number

    Hi,
    I've win 2012 std with hyperv role on it.
    i've setup a virtual machine with 1 IDE disk and 1 SCSI disk all VHD on local disk.
    when i monitor the server with veeam one it report that the Virtual Storage Error Count in large (9) on the SCSI driver even if this drive is not loaded at all.
    why is that?

    Hi,
    I've win 2012 std with hyperv role on it.
    i've setup a virtual machine with 1 IDE disk and 1 SCSI disk all VHD on local disk.
    when i monitor the server with veeam one it report that the Virtual Storage Error Count in large (9) on the SCSI driver even if this drive is not loaded at all.
    why is that?
    I've seen this particular issue on several occasions as well as from various monitoring tools. Here is another thread concerning this same alert for a Virtual Storage Device Error Count with a value of 9, however, the source of the alert in this case is
    the Hyper V Management Pack for System Center Operations Manager:
    http://social.technet.microsoft.com/Forums/en-US/operationsmanagermgmtpacks/thread/6f4248aa-ed66-4ae1-b767-8238efc2e162/
    In each of these instances of the issue, there are a few environmental variables that generally seem to remain the same -
    The affected VM's are Server 2012 or Windows 8 guests running on a Server 2012 Hyper V host.
    The VHD's reporting the high Virtual Storage Device Error Count are using a SCSI controller.
    The disks are not pass-through disks ( http://support.microsoft.com/kb/2624495 )
    In most cases the same value of 9 is reported for the error count metric.
    The same error count value can be observed within Perfmon.exe on the host containing the affected VM(s) by adding the following performance counter for the affected VHD(s):
    Hyper-V Virtual Storage Device > Error Count
    The metric value for the affected VHD(s) can be reset by powering off the VM and rebooting the host server, however, this is often not possible in a production environment. Additionally, the error count value climbs to and halts at 9 immediately after the VM
    is powered back on. I've observed this behavior in Perfmon.exe while testing ways to reset the counter and, in turn, clear the alarms from any monitoring tools. There do not seem to be any correlating events logged in the Event Viewer or cluster
    events that would indicate that there actually is an issue occurring with the Virtual Storage Device.
    Overriding the alert completely would not be ideal as this would cause no alerts to trigger in the event of an actual problem with the device, thus I would like to find a way to reset only this particular performance counter while both the host and the VM(s)
    are powered on. Additionally, any information in regards to the root cause of this issue would be appreciated!

  • Setting Storage Classification on Local Storage (e.g. local SSDs.)

    Hi all, I'm integrating SCVMM 2012 SP1 on Windows Server 2012 R2 Hyper-V with XenDesktop 7. When defining storage resources in XenDesktop, it can see the 'Local Storage' classification from SCVMM and use that for VM placement.
    What this does though, is treat all local disks that have been marked by SCVMM as 'Available for Placement' as that Local Storage. (i.e. in the SCVMM console, view the properties of a Hyper-V host, select 'Available for placement' on specified volumes under
    Hardware and then under Storage view the Storage Classifications on each physical drive.
    Instead, I'd like to be able to treat each physical direct attached drive as a separate location for XenDesktop VM placement. To that end, I've been looking at setting a different storage classification for each physical drive I'm targeting. I assume this
    is the right approach as XenDesktop looks to query SCVMM for the storage classifications to define VM placement.
    When attempting to change a storage classification on a physical drive in the host properties in SCVMM, I receive the following error:
    Virtual Machine Manager
    VMM is unable to process one of the provided parameters for the cmdlet (Set-SCStorageDisk):
    Cannot convert 'System.Object[]' to the type 'Microsoft.SystemCenter.VirtualMachineManager.StorageDisk' required by parameter 'StorageDisk'. Specified method is not supported.
    Try the operation again. If the issue persists, contact Microsoft Help and Support.
    ID: 12416
    OK   
    Directly running the PowerShell code returns the same error (as you would expect).
    $vmHost = Get-SCVMHost -ID "31ddbd43-b14f-42a1-9326-710b45eec45d"
    $storageClassification = Get-SCStorageClassification -Name "Local Drive D" -ID "a818fcbb-3346-49c4-837b-df2be834f7f7"
    $hostDisk = Get-SCStorageDisk -VMHost $vmHost -Name "\\.\PHYSICALDRIVE0"
    Set-SCStorageDisk -StorageDisk $hostDisk -StorageClassification $storageClassification -JobGroup "40edcf09-239e-496e-8dce-84b5eec02bb3" -Verbose
    Set-SCVMHost -VMHost $vmHost -JobGroup "40edcf09-239e-496e-8dce-84b5eec02bb3" -RunAsynchronously -VMPaths "C:\ProgramData\Microsoft\Windows\Hyper-V|D:\" -BaseDiskPaths ""
    Interestingly, if I change $hostDisk to $hostDisk[0], the Set-SCStorageDisk line runs and produces no error, but this does not actually achieve the desired effect.
    Can anyone offer some thoughts or reasons why I would be seeing this? Or am I going about this the wrong way (and thus failing).
    Please remember to click "Mark as Answer" or "Vote as Helpful" on the post that answers your question (or click "Unmark as Answer" if a marked post does not actually
    answer your question). This can be beneficial to other community members reading the thread.
    This forum post is my own opinion and does not necessarily reflect the opinion or view of my employer, Microsoft, its employees, or other MVPs.
    Twitter:
    @stealthpuppy | Blog:
    stealthpuppy.com |
    The Definitive Guide to Delivering Microsoft Office with App-V

    Moderator Action:
    Your post has been moved to the ASM Installation forum space for better topic alignment.
    You are attempting to install and/or configure ASM  and the forum members that monitor the ASM Installation space will have much more familiarity with whatever you're going to go through..

  • V2V - Hyper-V 2012R2 / SCVMM 2012R2- ESX to HV - Local storage not recognised in conversion wizard?

    Hi,
    I am in the final stages of testing for our move from VMWare to Hyper-V.  I am currently testing migrations of VMWare VMs to Hyper-V.  I've connected SCVMM to the vCentre server and attached to the ESX hosts so I can see all the VMs in the
    VMM console. 
    My Hyper-V servers are running in a failover cluster and have shared storage as well as local storage for less important VMs.  When I run the Convert VM Wizard I can't see the local storage listed when selecting a storage location for the newly converted
    VM.  It appears that VMM assumes that the VMWare VM is high availability and thus only shows me the shared clustered drives.  Its not HA in VMWare. although the ESX host is a enterprise version.  This theory is born out when I've converted a
    VWMare VM to Hyper-V I click on the migrate button to move it to the local storage in the new target server location screen I get a tick box, that is ticked, showing the VM is HA.  When I deselect it I can then select local storage and migrate the
    VM over.
    Is there any way of stopping VMM pre-setting the VMWare VMs as HA so I can select the local storage in the conversion wizard?
    Any help gratefully received.
    Rob

    Hi Simar
    Thanks for the advice, I've now got the VM back in a stable state and running HA.
    Just to finish off the thread for future I did the following
    - Shutdown the VM
    - Remove the VM from the Failover Cluster Manager (as you say this did leave the VM configuration intact)
    - I was unable to import the VM as per your instructions so I copied the VHD to another folder on the local storage and took a note of the VM configuration.
    - Deleted the VM from VMM so this removed all the configuration details/old VHD.
    - Built a new VM using the details I saved from the point above
    - Copied the VHD into the new VMs folder and attached it to the VM.
    - Started it up and reconfigured networking
    - Use VMM to make the VM HA.
    I believe I have found the reason for the initial error, it appears there was a empty folder in the Snapshot folder, probably from an old Checkpoint that hadn't cleaned up properly when it was deleted.
    The system is up and running now so thanks again for the advice.
    Rob

  • Why does yahoo ask to increase local storage?

    Why does yahoo ask to increase local storage?

    I don't know, don't suppose you could be more specific. Is it asking that when you go to their website? Is that the exact error message? How much storage space is left on your iPad?

  • What is "local storage" in Safari 5.1.7

    Why is it in Safari 5.1.7 that it always takes a couple of reset Safari's to actually clear out local storage? Everything else always clears out, just local storage will pop back in ...

    Might be the security fixes >  Safari 5.1.10 for Snow Leopard

  • I'm try to buy a movie from iTunes with my I pad 3 and it tells me there is not enough local storage and when I go to my local storage there is a lot on free storage I also restarted my ipad but still the same prob what do I do?

    I'm try to buy a movie from iTunes with my I pad 3 and it tells me there is not enough local storage and when I go to my local storage there is a lot on free storage I also restarted my ipad but still the same prob what do I do?

    5GB is typically not enough space to download a movie.  Often, movies take from 3 - 5 GB to begin with.  The only option you have is to delete more things from your iPad.  You can remove unused Apps, pictures, music, text message (messages with pictures can take up a lot of space), email messages, books, magazines etc.

Maybe you are looking for

  • Can I add an Icloud email address, if I already have one?

    Can I add an Icloud email address, if I already have one?  I would like to have two different email addresses for personal use, on Icloud.

  • Cant get photo stream to work?

    got mountain lion running on macbook pro 13 inch early 2011 got the i phone 4 s and i have enabled the phot stream on both devices. can see any photos yet. any pne got any help? John

  • BI Pattern Wizard not working

    Hi, when I try to create a template in WAD using the ICP Pattern I get errors in the template.  RSWADMDERR1 169 Item not recognized; check spelling or metadata in system RSWADMDERR1 064 Parameter not recognized; Check your metadata. These errors are

  • How to desible guest user on lion?

    when i installed the new version of Lion, a guest account appeared on the beginning of session. How to disable it?

  • Help!! can not update itune to 10.3.1

        As title, i have been try to update itune to 10.3.1  (current version 10.1.2 (17)) but no sucess       during the installation of 10.3.1 ......there is no Error Message at all, it seems  it installed succesfully      but everytime i chek the itun