Posts

Showing posts from June, 2014

RDWeb 2008 Browser not supported with IE11 and IE10

Image
THE PROBLEM: Browser not supported message Occurs on RDWeb 2008 site when using IE11 or IE10 - message reads.  "Browser Not Supported - This Web browser is not supported by RD Web Access. RD Web Access requires Internet Explorer 6.0 or later. You can download the latest version of Internet Explorer from the Windows Update Web site" You could provide a temporary fix by setting the browser to emulate IE7...  But this is a user by user fix. THE FIX: Thanks to the work of Dale Hayter Add a new response header  requesting the browser to display the page as IE9.  1. On the RDWeb server open IIS Manager 2. Add the new response header .   3. In the box type: Name : X-UA-Compatible Value : IE=9 4. R un IISReset f rom an Administrative command prompt . 5. Job Done!

Hyper-V could not replicate changes for virtual machine as replication is suspended on the Replica server

Image
EVENT ID 32088 for all VMs After running out of disk space on the Replica host server, all VMs stopped replicating.  Replication cannot simply be started by right clicking on the source VM and selecting Resume Replication. No console error message just the event log event 32088.  I considered removing replication and re-replicating but this seemed an awful lot of work for simple problem. Tried stopping the Hyper-V service on the replica host and restarting, but this also did not work. THE FIX 1. Go to the destination replica server, right click each VM and select Resume Replication.  2. Now you can go to the source server, right click each VM and select Resume Replication. For some strange reason this works. Just trying one end or the other will fail without a console error message (but shows in the event log).