Virtual host not working

I have a web application running and accessible through url:
http://internal.server.com:7777/admin/faces/pages/pwd.jspx
Now, i'd like to access it through a gateway (OHS) through URL:
http://mycompany.com/admin/faces/pages/pwd.jspx
so, i setup virtual host:
<VirtualHost *:443>
  #Public URLs only
  ServerName mycompany.com
  ProxyRequests Off
  ProxyPreserveHost On
  <Location /admin/faces/pages/pwd.jspx>
    ProxyPass http://internal.server.com:7777/admin/faces/pages/pwd.jspx
    ProxyPassReverse http://internal.server.com:7777/admin/faces/pages/pwd.jspx
  </Location>
</VirtualHost>However, i'm not able to get it work since i got 404 page not found when I access http://mycompany.com/admin/faces/pages/pwd.jspx. the log shows it seems trying to access a local file instead of we application:
File does not exist: /instance/CommonDomain_webtier/config/OHS/ohs1/htdocs/admin
Is there anything I'm missing.
Thanks

hi Aacc,
Open your hosts file windows location: C:\WINDOWS\system32\drivers\etc\hosts and linux location:/etc/hosts
You need admin/root rights to make changes in this file
172.30.0.12 mycompany.com mycompany
before making any changes take a back up of the file httpd.conf
Since i can see you tryin to hit the url,
http://mycompany.com/admin/faces/pages/pwd.jspx
you need default port 80
Open httpd.conf file
Change Port to 80
Listen <your ip-address>:80
NameVirtualHost *
<VirtualHost *:80>
ServerName mycompany.com
</VirtualHost>
After this Bounce the OHS,Also check whether port 80 is open in your machine and even no other application is listening to port 80
Lookin at your default port number,I guess ur using OAS10g,if yes then below link will help you more
http://avdeo.com/2008/04/22/configuring-virtual-host-oracle-as10g/
Regards
Fabian

Similar Messages

  • When setting up converged network in VMM cluster and live migration virtual nics not working

    Hello Everyone,
    I am having issues setting up converged network in VMM.  I have been working with MS engineers to no avail.  I am very surprised with the expertise of the MS engineers.  They had no idea what a converged network even was.  I had way more
    experience then these guys and they said there was no escalation track so I am posting here in hopes of getting some assistance.
    Everyone including our consultants says my setup is correct. 
    What I want to do:
    I have servers with 5 nics and want to use 3 of the nics for a team and then configure cluster, live migration and host management as virtual network adapters.  I have created all my logical networks, port profile with the uplink defined as team and
    networks selected.  Created logical switch and associated portprofle.  When I deploy logical switch and create virtual network adapters the logical switch works for VMs and my management nic works as well.  Problem is that the cluster and live
    migration virtual nics do not work.  The correct Vlans get pulled in for the corresponding networks and If I run get-vmnetworkadaptervlan it shows cluster and live migration in vlans 14 and 15 which is correct.  However nics do not work at all.
    I finally decided to do this via the host in powershell and everything works fine which means this is definitely an issue with VMM.  I then imported host into VMM again but now I cannot use any of the objects I created and VMM and have to use standard
    switch.
    I am really losing faith in VMM fast. 
    Hosts are 2012 R2 and VMM is 2012 R2 all fresh builds with latest drivers
    Thanks

    Have you checked our whitepaper http://gallery.technet.microsoft.com/Hybrid-Cloud-with-NVGRE-aa6e1e9a for how to configure this through VMM?
    Are you using static IP address assignment for those vNICs?
    Are you sure your are teaming the correct physical adapters where the VLANs are trunked through the connected ports?
    Note; if you create the teaming configuration outside of VMM, and then import the hosts to VMM, then VMM will not recognize the configuration. 
    The details should be all in this whitepaper.
    -kn
    Kristian (Virtualization and some coffee: http://kristiannese.blogspot.com )

  • PC Suite with virtualized Windows NOT working

    PC Suite (6.83.14.1) is not working with a vitualized OS, i tested it with
    Linux (Ununtu) 7.10 as Host OS
    VirtualBox 1.5.6 with USB support
    Guest (virtualized) OS tried: Windows 2000, XP Sp2/3 and Vista sp1
    The phone (nokia N73) connected bij USB is recognized, the modem is working, but wen connecting the phone it comes with an error:
    "PC Suite does not recognise the connected phone. The connection between the PC and the phone failed, error code 0x80044403. Switch off your phone, switch it on, and try again."
    in Windows management the phone is recognized, correctly
    as "Nokia N73 USB Phone Parent" and below that device:
    - Nokia N73 as: COM3, Generic, Modem, en 2 OBEX devices.
    also below "Ports" the phone is visible as USB(COM3)
    Al (!) my other USB devices like USB stick's USB-DVD-recorder are working fine.
    also Windows CE-devices, like a Navman (Windows CE), connected by Microsoft activesync are working perfect.
    PC Suite is necessary to run firmware upgrades!
    So, it lookes likes a PC Suite problem, while everything is functioning except PC Suite.
    Message Edited by rolandbreedveld on 27-Mar-2008 12:11 PM

    PC Suite ver 7.0 is NOT working with virtualised OS. I have tested on OpenSuse 11.0 as HOST OS with SUN xVM VirtualBox Graphical User Interface 2.0.2 with USB Support enabled. The Virtualised OS is Windows XP with all Service Packs / Windows updates loaded.
    The Phone E90 Communicator is connected via USB
    In Windows management the Phone is recognised as Wireless Communication Devices --> Nokia E90 Communicator USB Phone Parent.
    When connecting the Phone it shows an error:
    "PC Suite does not recognise the connected phone. The connection between the PC and the phone failed, error code 0x80044403. Switch off your phone, switch it on, and try again."
    PC Suite is required to backup the phone, etc so that I can use the E90 in Virtualised Windows on OpenSuse 11.0.
    Would Love to have this working. Hate using Windows only to access the Phone since OpenSuse 11.0 is my primary OS. I will have to reboot the system, select Windows XP if all I have to use Windows XP is for accessing the Phone.
    Appreciate a revert at the earliest.
    Live every day like it is your last.
    You have only 1 lifetime , NO matter what different religions tell you. DO good in all that you do.

  • [Solved] Arch and virtual networking, not working as planned.

    Running pfSense trough virtualbox, running virtual machines behind it.
    What setup do I need, to get wireless LAN solely to pfSense. Currently I use the bridged setup in virtualbox as the WAN side. LAN is a host only adapter vboxnet0, all other VM's connect through that virtual adapter.
    I would like to use a second host only adapter on a different subnet, but, once I create the adapter vboxnet1 and add it as second LAN card OPT1 to pfSense, internet stops working on the first LAN, though I can still ping google from the pfSense box.
    How do I get Arch to not use the wireless connection but only the second host only adapter.
    At the moment I use NetworkManager for the network.
    Current setup (working):
    Router –                                         192.168.1.1 
    Arch bare hardware, main OS – 192.168.1.9   (wireless)
    pfSense WAN -                             192.168.1.12 ( through wireless)
    pfSense LAN  -                              10.10.2.1
    host only adapter vboxnet0 -        10.10.2.3
    I would like to add (not working):
    pfSense OPT1 -                            10.10.10.1
    host only adapter vboxnet1 -        10.10.10.3
    But this fails for unknown reasons.
    What do I miss, or should I do different, thanks in advance, Mark
    Last edited by qinohe (2015-01-30 12:39:32)

    All is working well. I extended to four virtual adapters, one for the Arch host, and a wireless AP connected to eth0, bridged to pfSense. All applications on the host are finding the pfSense squid proxy, I have libproxy installed. Set the default gateway on the host to be the proxy of pfSense.
    Now I can use my laptop to connect to insecure networks while not belonging to it, and host for friends at the same time, very nice

  • Maverick Local Host Not Working Correctly

    Hello,
    I recently upgraded to Maverick 10.9.2. Now my local host is working incorrectly? Now when I try to access one of my sites on my local machine, it just shows the php code and not loading the pages? I also restored httpd.conf~previous to httpd.conf, and still the same issue?
    Also
    * Web sharing is on
    *PHP is enabled
    *Mysql is running
    Did I mis something?
    Thanks JR

    Hello,
    I recently upgraded to Maverick 10.9.2. Now my local host is working incorrectly? Now when I try to access one of my sites on my local machine, it just shows the php code and not loading the pages? I also restored httpd.conf~previous to httpd.conf, and still the same issue?
    Also
    * Web sharing is on
    *PHP is enabled
    *Mysql is running
    Did I mis something?
    Thanks JR

  • First virtual console not working

    I currently have semi-set my arch linux system, the only problem i'm having is that none of the virtual consoles are working. When i hit ctrl-alt-f1, all my monitor displays is "video mode not compatible".
    Last edited by dozerismydogsname (2010-02-15 04:02:10)

    grey wrote:Are you using a login manager?
    Yea i was using gdm, i don't know what i did, but it seems to work just fine now.

  • N900 virtual keyboard not working

    please help
    i cant use the virtual keyboard any more 
    i tried to disable and enable (not working)
    i tried to restore setting (not working)
    i restore to backup point ( nothing) 
    please help any ideas.
    thank you 

    have you tried turning off and back on?
    You could try this test to make sure the keyboard sensor is working.. the virtual keyboard will only work if the physical keyboard is closed.. if the sensor is broken, it might not know the keyboard is actually closed..
    Open this link on your phone
    http://chris.intrepid.cx/N900/fix
    Click on the FIRST LINK ONLY.. select open and install the package..
    Now open an x terminal and type these two commands
    sudo gainroot
    cat /proc/kmsg
    Now try opening and closing the keyboard.. Make sure it says:
    slide (GPIO 71) is now open
    when the keyboard is fully opened and says:
    slide (GPIO 71) is now closed
    just as you start to close the keyboard

  • HOST not working on UNIX 9iAS

    I am attempting to HOST a command out to the middle tier. When I try this in 9iDS, it works like expected (copy c:\temp\a.txt c:\temp\b.txt). However, when I push the form up to the unix box and attempt to run the same command on the server through the webforms (cp /home/foo/temp/a.txt /home/foo/temp/b.txt), it does not work.
    Everything that I have read says that the HOST command runs the command on the middle tier (which is what I want), but something is not right. I have checked the UNIX permissions, tried running the command through a shell file [host('/home/foo/test_copy.sh')], calling it from a shell [host('sh /home/foo/test_copy.sh')] and anything else I can think off. A just will not copy to B. Any ideas on what might be wrong?
    Steve "Stump and confused."

    HOST are executed with permissions who had start Forms listener.
    Check UNIX permissions. Named user can read sourse file and write into target directory. If target file exist then user can write it too.

  • Load Balancer virtual URL not working with analytics page

    We have configured Load Balancer virtual URL. But it is working for only iAS. We have Oracle Application Server 10.1.3
    Our OBIEE is 10.1.3.4.1
    Here is the virtual configuration
    Listen 7877
    +<VirtualHost default:7877>+
    +# General setup for the virtual host+
    DocumentRoot "/apps_base/obiee/ias/Apache/Apache/htdocs"
    ServerName uat.bi.company.com
    ServerAdmin [email protected]
    ErrorLog "|/apps_base/obiee/ias/Apache/Apache/bin/rotatelogs /apps_base/obiee/ias/Apache/Apache/logs/error_log 43200"
    TransferLog "|/apps_base/obiee/ias/Apache/Apache/bin/rotatelogs /apps_base/obiee/ias/Apache/Apache/logs/access_log 43200"
    Port 443
    +# SSL Engine Switch:+
    +# Enable/Disable SSL for this virtual host.+
    SSLEngine on
    https://uat.bi.company.com -> WORKS great
    https://uat.bi.company.com/em -> WORKS great
    https://uat.bi.company.com/analytics -> page cannot be displayed
    We have SSO configured. So i do get the SSO login page, but clicking on submit button, I get page cannot be displayed.
    Everything works if I disable the load balancer virtual.
    THe Load Balancer is configured to listen on 443 and then routes to 7877 on the physical server coorldas04.company.com
    Can you assist in this one ??

    Is this still a problem?

  • Mouse pad virtual wheel not working in bookmarks menu

    Hi,
    My laptops mouse pad wheel does not work in the bookmarks menu. It works fine in any other application or on the main view in firefox. I'm not very organized and have hundreds of bookmarks, it's frustrating to have to wait for the up/down buttons in the bookmarks menu to scroll.
    I've read https://support.mozilla.com/en-US/kb/Cannot+scroll+with+mouse+wheel+or+touchpad
    which did not work.
    Here are my specs. I won't dump the entire dxdiag, I'm sure there's a lot of redundant info. in it.
    Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10
    System Information
    Operating System: Windows 7 Home Premium 64-bit (6.1, Build 7600) (7600.win7_gdr.100618-1621)
    Language: English (Regional Setting: English)
    System Manufacturer: Gateway
    System Model: NV53
    BIOS: Ver 1.00PARTTBL]
    Processor: AMD Athlon(tm) II Dual-Core M300 (2 CPUs), ~2.0GHz
    Memory: 4096MB RAM
    Available OS Memory: 3838MB RAM
    Page File: 1489MB used, 6185MB available
    Windows Dir: C:\windows
    DirectX Version: DirectX 11
    DX Setup Parameters: Not found
    User DPI Setting: Using System DPI
    System DPI Setting: 96 DPI (100 percent)
    DWM DPI Scaling: Disabled
    DxDiag Version: 6.01.7600.16385 32bit Unicode
    DxDiag Notes
    Display Tab 1: No problems found.
    Sound Tab 1: No problems found.
    Sound Tab 2: No problems found.
    Input Tab: No problems found.
    DirectInput Devices
    Device Name: Mouse
    Attached: 1
    Controller ID: n/a
    Vendor/Product ID: n/a
    FF Driver: n/a
    Device Name: Keyboard
    Attached: 1
    Controller ID: n/a
    Vendor/Product ID: n/a
    FF Driver: n/a
    Poll w/ Interrupt: No
    USB Devices
    + USB Root Hub
    | Vendor/Product ID: 0x1002, 0x4397
    | Matching Device ID: usb\root_hub
    | Service: usbhub
    Gameport Devices
    PS/2 Devices
    + Launch Manager
    | Matching Device ID: *pnp0303
    | Upper Filters: DKbFltr
    | Service: i8042prt
    |
    + Terminal Server Keyboard Driver
    | Matching Device ID: root\rdp_kbd
    | Upper Filters: kbdclass
    | Service: TermDD
    |
    + Alps Pointing-device
    | Matching Device ID: *pnp0f13
    | Upper Filters: ApfiltrService
    | Service: i8042prt
    |
    + Terminal Server Mouse Driver
    | Matching Device ID: root\rdp_mou
    | Upper Filters: mouclass
    | Service: TermDD

    Maybe FCP 3 doesn't provide support for mouse wheel scrolling? I can't remember and I'm not going to install FCP 3 to test that theory.
    You should be able to at least set the MS mouse driver to perform scroll wheel functions in FCP through the MS mouse preference pane (zoom in/out for example) but I don't know if that includes scrolling.

  • Virtual IE not working with different version of local IE

    I built a virtual IE9 using the template (as Novell suggests). I needed it to support a web app that is only compatible with IE9. Our environment is IE11. The main problem is that you cannot view or download any files. The IE download manager box flashes and disappears. If you're opening up any pdf or MS Office file, the new tab in IE is blank (no file is viewed). Sometimes if you download anything, it will save to local Downloads folder, but does not auto-run. Also, you cannot change the "save as" directory, nothing comes up. This only happens when running the virtual IE9 on a machine that has local IE11. If the local IE is 9, then everything works. I've also tested and noticed this happens with any version of IE, it only works when the virtual IE version matches the local IE version. Which defeats the purpose of using virtual apps if you're running it on the same environment. Has anyone had any luck with this? Thanks in advance.

    I'll throw my 2 cents in here. You may be experiencing what I did. I needed
    to have a totally isolated IE11 for school testing purposes. I soon
    discovered that the vapp of IE interacts with the local version??? Kind of
    defeats the purpose. I opened an SR and it was confirmed that this is
    expected behavior. After research I was given a document last week that
    explains how to totally isolate IE form the desktop. My requirements were to
    have the latest JAVA and flash and to absolutely not interact with the local
    version due to inconsistencies across the school systems IE installs. I made
    the new build and tested on a laptop with no flash and Java and it worked
    fine with the changes to the registry settings of the vapp. Below are the
    settings that support had me change. Not sure if you have done this but as
    for the PDF issue did you create a pdf reader SVM and add that to your vapp?
    I made a JAVA and Flash SVM and added those.
    here are the settings to make sure your IE is totally isolated.
    Isolate Host IE Add-ons
    To completely isolate all host add-ons from the virtual version of IE it is
    necessary to fully isolate the registry keys where the add-ons are
    referenced.
    Part 1: Remove the relevant keys from the IE configuration
    Delete the following registry keys (if present) from the Spoon Studio
    configuration for IE.
    - [HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Ext]
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Curre ntVersion\Explorer\Browser
    Helper Objects]
    - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Ext]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\Browser
    Helper Objects]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\ Windows\CurrentVersion\Ext]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\ Windows\CurrentVersion\Explorer\Browser
    Helper Objects]
    Part 2: Import the isolation registry keys
    Import the attached registry file into the configuration
    (isolate-ie-plugins.reg).
    Part 3: Set the keys to full isolation
    Set the following keys to full isolation.
    - [HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Ext]
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Curre ntVersion\Explorer\Browser
    Helper Objects]
    - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Ext]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\Browser
    Helper Objects]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\ Windows\CurrentVersion\Ext]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\ Windows\CurrentVersion\Explorer\Browser
    Helper Objects]
    Part 4: Build and test the IE package
    Build the Spoon Studio IE configuration and test it on a machine that has IE
    plugins installer. Verify that the plugins are not loaded.
    You need to make a reg file out of this and import it per above
    instructions. Copy and paste it into a text file then change the extension
    to .reg.
    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Ext]
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Curre ntVersion\Explorer\Browser
    Helper Objects]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Ext]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\Browser
    Helper Objects]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\ Windows\CurrentVersion\Ext]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\ Windows\CurrentVersion\Explorer\Browser
    Helper Objects]
    "katiefinn" wrote in message
    news:[email protected]...
    I built a virtual IE9 using the template (as Novell suggests). I needed
    it to support a web app that is only compatible with IE9. Our
    environment is IE11. The main problem is that you cannot view or
    download any files. The IE download manager box flashes and disappears.
    If you're opening up any pdf or MS Office file, the new tab in IE is
    blank (no file is viewed). Sometimes if you download anything, it will
    save to local Downloads folder, but does not auto-run. Also, you cannot
    change the "save as" directory, nothing comes up. This only happens when
    running the virtual IE9 on a machine that has local IE11. If the local
    IE is 9, then everything works. I've also tested and noticed this
    happens with any version of IE, it only works when the virtual IE
    version matches the local IE version. Which defeats the purpose of using
    virtual apps if you're running it on the same environment. Has anyone
    had any luck with this? Thanks in advance.
    katiefinn
    katiefinn's Profile: https://forums.novell.com/member.php?userid=131771
    View this thread: https://forums.novell.com/showthread.php?t=482841

  • DPM 2012 Backing up a VM on Server 2012 Hyper-V CSV Host - Not Working with Hardware VSS

    Hi All,
    I'm trying to backup a VM on a 2012 Cluster. I can do it by using the system VSS provider, but when I try to use the hardware provider, (Dell equalogic) it doesn't work. DPM will sit for a while trying and then report a retryable VSS error. 
    The only error I'm seeing on the Host is the following:
    Event ID 12297Volume Shadow Copy Service error: The I/O writes cannot be flushed during the shadow copy creation period on volume \\?\Volume{3312155e-569a-42f3-ab3a-baff892a2681}\. The volume index in the shadow copy set is 0. Error details: Open[0x00000000, The operation completed successfully.
    ], Flush[0x80042313, The shadow copy provider timed out while flushing data to the volume being shadow copied. This is probably due to excessive activity on the volume. Try again later when the volume is not being used so heavily.
    ], Release[0x00000000, The operation completed successfully.
    ], OnRun[0x00000000, The operation completed successfully.
    Operation:
    Executing Asynchronous Operation
    Context:
    Current State: DoSnapshotSet
    I don't know where to go from here - There is no activity on the CSV (this is the only VM on it, and both the CSV and VM were created specifically for testing this issue
    Does anyone have any ideas? I'm desperate. 
    Update:
    Ok, so I can Take DPM out of the picture. Trying to do a snapshot from the Dell Auto-Snapshot manager, I get the same errors. But I also get a bit more information:
    Started at 3:02:47 PM
    Gathering Information...
    Phase 1: Checking pre-requisites... (3:02:47 PM)
    Phase 2: Initializing Smart Copy Operation (3:02:47 PM)
    Adding components from cluster node SB-BLADE01
    Adding components from cluster node SB-BLADE04
    Adding components from cluster node SB-BLADE02
    Retrieving writer information
    Phase 3: Adding Components and Volumes (3:02:52 PM)
    Adding components to the Smart Copy Set
    Adding volumes to the Smart Copy Set
    Phase 4: Creating Smart Copy (3:02:52 PM)
    Creating Smart Copy Set
    An error occurred:
    An error occurred during phase: Creating Smart Copy
    Exception from HRESULT: 0x80042313.
    Creating Smart Copy Set
    An error occurred:
    An error occurred during phase: Creating Smart Copy
    Exception from HRESULT: 0x80042313.
    An error occurred:
    Writer 'Microsoft Hyper-V VSS Writer' reported an error: 'VSS_WS_FAILED_AT_FREEZE'. Check the application component to verify it is in a valid state for the operation.
    An error occurred:
    One or more errors occurred during the operation. Check the detailed progress updates for details.
    An error occurred:
    Smart Copy creation failed.
    Source: Creating Smart Copy Set
    An error occurred:
    An error occurred during phase: Creating Smart Copy
    Exception from HRESULT: 0x80042313.
    An error occurred:
    Writer 'Microsoft Hyper-V VSS Writer' reported an error: 'VSS_WS_FAILED_AT_FREEZE'. Check the application component to verify it is in a valid state for the operation.
    An error occurred:
    One or more errors occurred during the operation. Check the detailed progress updates for details.
    Error: VSS can no longer flush I/O writes.
    Thanks,
    John

    I had a similar issue with an environment that had previously been working with the Dell HIT configured correctly. As we added a third node to the cluster I began seeing this problem.
    In my case I had the HIT volume max sessions per volume at 6 and maximum sessions per volume slice set to 2 and the CSV was using a LUN/Volume on the SAN that was split across 2 members.
    When the backup takes place and Dell HIT is configured to use SAN snapshots the vss-control iSCSI target is used which in my case exceeded my limits for maximum connections per volume as I'm using 2 paths per Hyper-V node with MPIO (this is my
    current theory).
    Once I'd modified these settings I could then back up the VHD's on that CSV again.
    Hope this helps.

  • Technet Virtual Labs not Working

    Recently I have not been able to launch the Technet Virtual labs for Systems Center Operations Manager 2007.  I get the following message after the lab starts to build:
         We're sorry, but your request has failed.
         Please try again later or contact customer service to address the issue.    
    I used a few of the labs late last week and early this week, but now I get that error every time I try them.  I've cleared my IE cache, rebooted, and even logged in under another i.d. on my laptop.  The SCOM 2012 labs seem to work, but that's
    not what we're using.
    Is the problem on Microsoft's side?
    thx,
    LM

    Slyth:
    1) responding to an 'answered' thread with a new question is a bad idea, because new posts are often missed in 'answered' threads since the answer was already found.  If you have a new issue, feel very free to start a new thread.
    2) If you need help with Virtual Labs, 
    - start here: http://technet.microsoft.com/en-us/virtuallabs/default
    - click "View System Requirements for Virtual Labs" in the red box (*not* the 'support' link at the top, sorry this is confusing)
    - Find this text at the top:
    Read below for the full list of system requirements or use this link to check
    your system requirements. For support, email [email protected]
     Thanks,
    Mike
    MSDN and TechNet Subscriptions Support

  • All strings virtual instruments not working!

    everything was working great in my song, but all the strings virtual instruments randomly stopped working. the notes cut off after a quarter of a measure. if i change that track to any non string instrument, the notes play out the way they're supposed to. i've tried creating new string instruments and i have the same problem, i have no idea how i caused this or how to fix it. help please

    never mind, the problem stopped after i restarted my computer again. thanks to everyone who didn't help!

  • Virtual Copies Not Working for Me

    Hello,
    I've installed Lightroom 1.0 and so far love it. But, I do have one issue. I cannot seem to create Virtual Copies.
    I select a photo in the Library grid, right-click it (I'm running Windows XP) and select "Create Virtual Copy."
    The grid's view remains the same (no new 'copy' of the picture with the little earmark appears) and on the Film Strip, I see a new gray box at the end of the strip, but no picture is in the gray box. If I click the gray box, nothing happens.
    If I try to create another virtual copy (of same photo or a different photo) the same behavior happens again (no change to the grid, and yet another gray empty placeholder where a new photo should appear).
    Am I creating virtual copies incorrectly? Is anyone else having this issue? I see nothing in knowledge base or Support DB about this.
    Thanks,
    Rodney

    Hi!
    Hmm, I played around a bit; this bug seems to have something to do with the Collection depth or wheter they were created with beta 4.1 or anything?!
    My steps:
    - I built a collection "Jockulator" in beta 4.1, created around 10 child collections with depth three.
    - With LR 1.0 I created "Jockulator / Zoo / H". When adding photos to this Collection, I do not see the virtual copies, like said above.
    - When I click "Jockulator / Zoo", same problem
    - When I click "Jockulator" (with 102 photos), I DO SEE the virtual copies!!
    - I have created then another collection with the same child depth, I have added photos and virtual copies to all dephts, aaaaand: it works.... in tears of joy or so I tried more ;-)
    - Some of the names of the "Jockulator" child collections had chars like " " and ":" in it which I remember to be difficult to handle sometimes. I tried renaming them, but the bug stays present.
    - Then I made a new child "Jockulator / 1-Zoo" (which is the first child alphabetically) and a child "H-85mm", and there....... it works!!!!
    So I don't know what the real bug is, but at least I know that it is not a immanent bug on my system, but that I can workaround it ... somehow...
    Bye . . . Joerg Wirtgen

Maybe you are looking for