Guest executed an intercepting instruction not supported by Hyper-V instruction emulation; event ID:18570

Hi, Just started to play with Hyper V on win 8.1 enterprise,  before this I was using VPC 2007 for (32 bit guest) and vmware (64 bit guest)
Here is the problem I have, I have windows 7 32 as a guest running till date using vpc 2007, now I am trying to use the vhd file in hyper v
Option 1
 Tried configuring the same vhd file in hyperv by uninstalling (addins) and removing network card configuration and shared folder
Option 2
 Tried converting vhd to vhdx using hyperv gui and ps command line
In the both the options when I start the vm on hyperv, the cursor just blinks
In the event log I get to see this,  any solutions for this would be of great help
'abcd' was faulted because the guest executed an intercepting instruction not supported by Hyper-V instruction emulation. If the problem persists, contact Product Support. (Virtual machine ID E965D4B5-E976-45FD-B004-F51C12662360)
Microsoft-Windows-Hyper-V-Worker/Admin
Hyper-V-Worker
18570
- System
  - Provider
   [ Name]  Microsoft-Windows-Hyper-V-Worker
   [ Guid]  {51DDFA29-D5C8-4803-BE4B-2ECB715570FE}
   EventID 18570
   Version 0
   Level 1
   Task 0
   Opcode 0
   Keywords 0x8000000000000000
  - TimeCreated
   [ SystemTime]  2014-03-31T18:52:25.736827600Z
   EventRecordID 23069008
   Correlation
  - Execution
   [ ProcessID]  1240
   [ ThreadID]  3292
   Channel Microsoft-Windows-Hyper-V-Worker-Admin
   Computer Sathya-L850
  - Security
   [ UserID]  S-1-5-83-1-3915764917-1174268278-485819568-1612932626
- UserData
  - VmlEventLog
   VmName abcd
   VmId E965D4B5-E976-45FD-B004-F51C12662360
   FailureCategory <not a known problem>
   InstructionByteCount 0
   InstructionBytes
   Rax 0x10
   Rbx 0x80
   Rcx 0x0
   Rdx 0x80
   Rsp 0x200
   Rbp 0x6e08
   Rsi 0x25db2a
   Rdi 0x7db2a
   R8 0x0
   R9 0x0
   R10 0x0
   R11 0x0
   R12 0x0
   R13 0x0
   R14 0x0
   R15 0x0
   Rip 0x9d
   Rflags 0x10002
   FpControlStatus 7F030000000000000000000000000000
   XmmControlStatus 0000000000000000801F0000FFFF0000
   Cr0 0x10
   Cr2 0x0
   Cr3 0x0
   Cr4 0x0
   Cr8 0x0
   Xfem 0x1
   Dr0 0x0
   Dr1 0x0
   Dr2 0x0
   Dr3 0x0
   Dr6 0xffff0ff0
   Dr7 0x400
   Es 0002000000000000FFFF000020009300
   Cs 00000B0000000000FFFF000000B09F00
   Ss 0002000000000000FFFF000020009300
   Ds 0002000000000000FFFF000020009300
   Fs 0002000000000000FFFF000020009300
   Gs 0002000000000000FFFF000020009300
   Ldtr 00000000000000000000000000000000
   Tr 0000000000000000FFFF000000008B00
   Idtr 000000000000FFFF0000000000000000
   Gdtr 000000000000270000002B0000000000
   Tsc 0x9886450c9b
   ApicBase 0xfee00900
   SysenterCs 0x0
   SysenterEip 0x0
   SysenterEsp 0x0
   PendingInterruption 0x0
regards
Sathya

Uninstall the VPC VMAdditions from within the VM - they are trying to do something that Hyper-V does not allow.
Hyper-V is not Virtual Server and the Virtual Server VMAdditions are not compatible with Hyper-V.
Also, you have to set the HAL to re-detect.  VPC relied on a custom HAL, and if the OS in your VM is old enough, it won't automatically detect the change and will continue to use the VPC compatible HAL.
http://blogs.technet.com/b/mmodin/archive/2009/11/12/enable-detect-hal-on-a-2008-r2-vhd-image.aspx
http://support.microsoft.com/kb/299340
http://social.technet.microsoft.com/Forums/windows/en-US/0ac9e805-672d-4e00-924d-83b3671cfbb9/windows-7-physical-to-vm-and-missing-detect-hal?forum=w7itprovirt
Brian Ehlert
http://ITProctology.blogspot.com
Learn. Apply. Repeat.
Disclaimer: Attempting change is of your own free will.

Similar Messages

  • "Warning : VMName is not supported in the Windows Azure Emulator in role 'WorkerRole1'"

    I have a WorkerRole and I am trying to use the vmName attribute is the cscfg file;
    <?xml version="1.0" encoding="utf-8" standalone="no"?>
    <ServiceConfiguration xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration" osFamily="2" osVersion="*" serviceName="AzureDeploymentProject">
    <Role name="WorkerRole1" vmName="vma">
    <Instances count="2"/>
    When I run it up with the following ;
    "C:\Program Files\Microsoft SDKs\Windows Azure\Emulator\csrun.exe" /run:"C:\Users\john\workspace-azure\AzureRunMeOutside\deploy\WindowsAzurePackage.cspkg";"C:\Users\john\workspace-azure\AzureRunMeOutside\deploy\ServiceConfiguration.cscfg" /usefullemulator
    I get the following error;
    "Warning : VMName is not supported in the Windows Azure Emulator in role 'WorkerRole1'."
    Does this mean that the ComputeEmulator does not support use of the vmName attribute, or am I doing something wrong.

    Hi Jambor.
    Thanks for the reply.
    I am using Compute Emulator 2.3:
    c:\Users\john\workspace-azure\AzureRunMeOutside\emulatorTools>"C:\Program Files\Microsoft SDKs\Windows Azure\Emulator\cs
    run.exe"
    Windows(R) Azure(TM) Desktop Execution Tool version 2.3.0.0
    for Microsoft(R) .NET Framework 4.0
    Copyright © Microsoft Corporation. All rights reserved.
    Use "csrun /?" for command-line syntax.
    c:\Users\john\workspace-azure\AzureRunMeOutside\emulatorTools>
    and SDK 2.3 and I still get this warning. Am I using the correct namespace/version for the configuration?
    xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration"
    Where is the vmName registered, and how can I get access to it?
    If I use the following, the DNS name is not registered in my standard DNS ( I am using Windows 7 Pro SP1 x64 and the machine is outside a Windows Domain, using a corporate DNS server ). Is there some 'Compute Emulator' DNS that I need to lookup, or do I
    have to set the DNS part of the Role Endpoints to point to my local DNS server? In the cloud Azure provides DNS services Azure
    Name Resolution (DNS), is there any Compute Emulator equivalent?
    private void printOutInterestingInfo()
    Tracer.WriteLine("Hostname is " + Dns.GetHostName(), "Information");
    foreach (var endpoint in RoleEnvironment.CurrentRoleInstance.InstanceEndpoints)
    string variable = endpoint.Key;
    string value = endpoint.Value.IPEndpoint.Port.ToString();
    string ipAdress = endpoint.Value.IPEndpoint.Address.ToString();
    try
    IPHostEntry hostEntry = Dns.GetHostEntry(ipAdress);
    string machineName = hostEntry.HostName;
    Tracer.WriteLine("\tEndpoint "+variable+": Machine name: " + machineName, "Information");
    catch(Exception e)
    Tracer.WriteLine("\tEndpoint "+variable+": Machine name is not available for ipAdress: "+e, "Information");
    Tracer.WriteLine("\tEndpoint "+variable+": IP Address: " + ipAdress, "Information");
    Tracer.WriteLine("\tEndpoint " + variable + ": Port: " + endpoint.Value.IPEndpoint.Port, "Information");
    foreach (var role in RoleEnvironment.Roles)
    foreach (RoleInstance roleInstance in role.Value.Instances)
    Tracer.WriteLine("Role: " + roleInstance.Role.Name, "Information");
    Tracer.WriteLine("\tInstance: " + roleInstance.Id, "Information");
    foreach (RoleInstanceEndpoint roleInstEndpoint in roleInstance.InstanceEndpoints.Values)
    Tracer.WriteLine("\t\tInstance endpoint IP address and port: " + roleInstEndpoint.IPEndpoint, "Information");
    Information: MU: 2014-09-02 10:36:42Z Hostname is mu
    A first chance exception of type 'System.Net.Sockets.SocketException' occurred in System.dll
    Information: MU: 2014-09-02 10:36:46Z Endpoint Debugging: Machine name is not available for ipAdress: System.Net.Sockets.SocketException (0x80004005): No such host is known
    at System.Net.Dns.InternalGetHostByAddress(IPAddress address, Boolean includeIPv6)
    at System.Net.Dns.GetHostEntry(String hostNameOrAddress)
    at WorkerRole.RunMe.printOutInterestingInfo() in c:\Users\john\git\AzureRunMe\WorkerRole\RunMe.cs:line 355
    Information: MU: 2014-09-02 10:36:46Z Endpoint Debugging: IP Address: 127.255.0.0
    Information: MU: 2014-09-02 10:36:46Z Endpoint Debugging: Port: 8091
    A first chance exception of type 'System.Net.Sockets.SocketException' occurred in System.dll
    Information: MU: 2014-09-02 10:36:51Z Endpoint http: Machine name is not available for ipAdress: System.Net.Sockets.SocketException (0x80004005): No such host is known
    at System.Net.Dns.InternalGetHostByAddress(IPAddress address, Boolean includeIPv6)
    at System.Net.Dns.GetHostEntry(String hostNameOrAddress)
    at WorkerRole.RunMe.printOutInterestingInfo() in c:\Users\john\git\AzureRunMe\WorkerRole\RunMe.cs:line 355
    Information: MU: 2014-09-02 10:36:51Z Endpoint http: IP Address: 127.255.0.0
    Information: MU: 2014-09-02 10:36:51Z Endpoint http: Port: 81
    A first chance exception of type 'System.Net.Sockets.SocketException' occurred in System.dll
    Information: MU: 2014-09-02 10:36:55Z Endpoint http-alt: Machine name is not available for ipAdress: System.Net.Sockets.SocketException (0x80004005): No such host is known
    at System.Net.Dns.InternalGetHostByAddress(IPAddress address, Boolean includeIPv6)
    at System.Net.Dns.GetHostEntry(String hostNameOrAddress)
    at WorkerRole.RunMe.printOutInterestingInfo() in c:\Users\john\git\AzureRunMe\WorkerRole\RunMe.cs:line 355
    Information: MU: 2014-09-02 10:36:55Z Endpoint http-alt: IP Address: 127.255.0.0
    Information: MU: 2014-09-02 10:36:55Z Endpoint http-alt: Port: 8081
    The thread 0x2504 has exited with code 259 (0x103).
    The thread 0x1728 has exited with code 259 (0x103).
    Information: MU: 2014-09-02 10:37:09Z Endpoint telnet: IP Address: 127.255.0.0
    Information: MU: 2014-09-02 10:37:09Z Endpoint telnet: Port: 24
    Information: MU: 2014-09-02 10:37:09Z Role: WorkerRole
    Information: MU: 2014-09-02 10:37:09Z Instance: deployment23(267).AzureRunMe.WorkerRole_IN_0
    Information: MU: 2014-09-02 10:37:09Z Instance endpoint IP address and port: 127.255.0.0:8091
    Information: MU: 2014-09-02 10:37:09Z Instance endpoint IP address and port: 127.255.0.0:81
    Information: MU: 2014-09-02 10:37:09Z Instance endpoint IP address and port: 127.255.0.0:8081
    Information: MU: 2014-09-02 10:37:09Z Instance endpoint IP address and port: 127.255.0.0:24
    outputs;

  • Event for not supported sound file type

    Hi,
    Is there an event or error that is dispatched when a user is trying to load a sound file that is not supported?
    When I try to load a ".wav" file (that is not supported) I don't get any event or error that indicates the sound load didn't succeed, it just doesn't load.
    I listen to IOErrorEvent.IO_ERROR, but it only fires when the file doesn't exist.
    any ideas except checking the extension of the file name?
    thx

    What is your operating system & version?
    What are you trying to install - Adobe Reader or Flash Player?
    What is the filename and size of the downloaded installer?

  • OATS CPU does not support the SSE2 instruction set required to run JRockit

    Hello,
    I am trying to get the OATS agents to work on some injector machines, however, when I try to start them I get the following error:
    "[ERROR] Your CPU does not support the SSE2 instruction set required to run JRockit.
    Could not create the Java Virtual Machine."
    Is there a way to configure OATs to use the Sun JDK instead? I have the Sun JDK in my path and JAVA_HOME set accordingly, however that doesn't seem to make a difference. Alternatively, is there a workaround to this problem?
    Thanks,
    Michael.

    Hi Tab,
    In this case, SQL Server Analysis Services doesn’t support Distributed Transactions by design. Here is a similar thread about this issue for your reference, please see:
    http://social.technet.microsoft.com/Forums/en-US/8b07be45-01b6-49d4-b773-9f441c0e44c9/olaplinked-server-error-msolap-for-linked-server-olaplinked-server-does-not-support-the?forum=sqlanalysisservices
    One workaround is that use SQLCMD to execute the EXEC AT command and saved the results to a file, then import using SSIS.
    If you have any feedback on our support, please click
    here.
    Regards,
    Elvis Long
    TechNet Community Support

  • Hyper-v cannot boot Gen2 guest from Windows 2012 R2 or Windows 8.1 x64 ISO - file format not supported, Gen1 works fine

    I am new to Gen2 Hyper-V and so far I simply can't use it, because I am unable to install any (supported) guest OS from an ISO ...
    So far I tried that on:
    1. my HP Z230/i4770 workstation (Secure Boot disabled) host running Windows 8.1 Pro x64 (with Hyper-V feature enabled), can't boot any VM with supported OS ISO.
    2. my home desktop/i3770K (secure Boot enabled) host running Windows 8.1 Pro x64, same result, error during VM boot from ISO, quoted below.
    Synthetic SCSI controller (instance blah blah) Failed to Power on with Error 'The version does not support this version of file format'
    Gen1 guests of course work perfectly fine with those ISOs, because emulated DVD IDE picks up the official Enterprise Evaluation ISO of either Windows Server 2012 R2 or Windows 8.1 x64 Enterprise, perfectly fine and all works OK in Legacy boot mode.
    When I create a new guest and select Gen2, then no matter if I check or uncheck the Secure Boot in virtual Boot Order options for the guest (while setting the SCSI DVD at top of course), it simply doesn't work, always same error. I tried first connecting
    to VM to see if it prompts for key press, but it doesn't, the error is instant on Power on when (supported) ISO image is selected to be booted.
    I verified that both of official Enterprise Evaluation ISO's of either WS2012r2 and W8.1x64 are bootable in both the UEFI mode (Secure Boot enabled) and Legacy BIOS mode using a physical computer.
    What am I missing here???

    FYI, above is wrong! it's not about linking ISO to virtual DVD or selecting "Install OS later", it's all about the location of the ISO file and share permissions on parent folder!
    I was actually suspecting several issues, but haven't had time to test it, was thinking about issues like assigning (or not) some of initial settings during Gen2 VM creation, e.g.:
    -Network connection through virtual switch or Not Connected (make no different if assigned or not)
    -Memory above 4096MB (makes no difference if < or > 4096MB)
    -ISO file location (makes huge difference!)
    The ISO file CANNOT be placed on network share OR in shared folder on same local drive as the VHDX file (works fine if parent folder is not shared).
    I can now replicate the issue easily every time and it always fails with file format unsupported message whenever I have the ISO file located either on remote network share, or (fails the same way too) when I have the ISO file placed locally (on host drive)
    when simply a parent folder is shared... must be some permissions issue... and a pretty dumb one considering that in production environments nearly everything is placed on remote file servers ...
    ... so the moral of the story is, if you want to install Gen2 VM in win8/2012 hyper-V then you must copy the ISO file to Hyper-V host drive AND make sure the parent folder is not shared. works every time now! :)

  • Exchange 2010, khi: failed to execute Troubleshoot-DatabaseSpace.ps1 Error formatting a string: Format string is not supported

    Hi,
    Exchange 2010 MP fails to run Troubleshoot-DatabaseSpace.ps1. Results in a Warning with "Error formatting a string: Format string is not supported". The EventNumber is 402. The Microsoft article it points to is useless at http://technet.microsoft.com/en-us/library/749e0eac-ebb2-41e3-8fa2-4a03a1bd3571.aspx 
    Run ".\Troubleshoot-DatabaseSpace.ps1 -Server MailboxServer.domain.com -MonitoringContext" and works fine.
    Any help appreciated.
    thanks

    Hi,
    Before the newer MP release, we can disable  these 4 monitor via override and this should not run the Troubleshoot-DatabaseSpace.ps1 :
    KHI: Failed to execute Troubleshoot-DatabaseSpace.ps1.
    KHI: The database copy is low on database volume space and continues to grow. The volume is under 25% free
    KHI: The database copy is low on database volume space and continues to grow. The volume has reached error levels under 16% free.
    KHI: The database copy is low on database volume space and continues to grow. The volume has reached critical levels 8% free.
    Alex Zhao
    TechNet Community Support

  • Cluster in a box with Guest LDOMs : SCSI-3 reservations are not supported

    Hello,
    I recently installed the Oracle Solaris Cluster 4.1 in  two simple Guest LDOMs (OVM for SPARC 3.1) with  one T5140 server and  SE 7110 as a shared storage. The some  SE 7110 whole LUNs mapped as VDS devices to both LDOMs. After initial installation of Oracle Solaris Cluster 4.1 I observed issues with quorum device -  both nodes cannot get SCSI3 (default) persistent reservation keys information at same time - only one node can be able to scrub. After switching cluster's global fencing option to "nofencing" (with "software" quorum implementation) both nodes can access quorum device successfully. So I can conclude that SCSI3 PGRs are not supported in this cases.  
    Unfortunately I didn't find any official and nonofficial documents info regarding this limitation. Could you please confirm or decline my suggestion.
    Thanks.

    I am answering on my question by itself
    Planning the Oracle Solaris OS - Oracle Solaris Cluster Software Installation Guide
    Fencing – Do not export a storage LUN to more than one guest domain on the same physical machine unless you also disable fencing for that device. Otherwise, if two different guest domains on the same machine both are visible to a device, the device will be fenced whenever one of the guest domains halts. The fencing of the device will panic any other guest domain that subsequently tries to access the device.
    RTFM...

  • "This virtual machine is configured for 64-bit guest operating systems. However, 64-bit operation is not possible.  This host does not support Intel VT-x"

    Hi, I have installed vmware 5.5 hypervisor on hp G8 microserver. I have created one vm as windows 2008 R2. I have also install vmware workstation 11 on this vm. In this workstation when I tried to run vmware 5.5 hypervisor I come across "This virtual machine is configured for 64-bit guest operating systems. However, 64-bit operation is not possible.  This host does not support Intel VT-x" this statement. Which shows that the host machine does not support virtualization and for that you need to go in Bios and enable it but in present case as host machine is also a vm and you would not find much detail of Bios when you log into the Bios therefore, I am pretty much stuck here. I don't see any information in relation to this. Now my question is:
    1. Can we run ESXi inside a vm which is already sitting on ESXi?

    I moved the discussion from VMware Workstation to Nested Virtualization which contains several hints on what's possible and what needs to be configured to make things work.
    André

  • My peripheral dVD player has an instructional DVD stuck in it. It says it is not supported and I have tried everything to get it to eject and it will not. Help!

    My peripheral DVD player has an instructional DVD stuck in it. It says it is not supported. I cannot get it to eject

    Tried the terminal method?
    Application > Utilities > Terminal
    Type in this command.
    drutil eject external
    Press enter.
    Quit terminal.

  • HT5022 Instructions for Airport Utility 5.6 don't work: "version of Mac OS X is not supported"

    Via Software Update, I just downloaded & installed the latest version 6.1 of Airport Utility. When I tried to use it I discovered it recognizes but doesn't support my Airport Expresses (odd in itself).
    I was told to install version 5.6 to manage these older devices. So I obediently tried to install it (actually it's v. 5.6.1).
    But it won't install! The Installer tells me:
    "AirPort Utility can't be installed on this disk. The version of Mac OS X on this volume is not supported."
    The system requirements are listed as "AirPort Utility requires Mac OS X v10.5.7, v10.5.8, v10.6 or later." I have 10.7.4.
    What the heck is going on here????

    Try this one until they fix it:
    AirPort Utility 5.6 for Lion: AirPort Utility 5.6.
    If that does not work:
    AirPort Utility for Leopard, Snow Leopard: AirPort Utility 5.5.3.
    Both will run fine on OS X 10.7.4 but since I already have them installed, I do not know if the installer will object. Both will administer all Express models except for the new dual band model.

  • The trial period for this product has expired or Secure Store Shared Service is not supported for this SKU - SharePoint Foundation 2013

    After sucessfulling installing the SharePoint Foundation 2013, when i try to access the Secure Stored Service Application i get the below error
    11/16/2012 18:13:02.84  w3wp.exe (0x1774)                        0x15E8 Secure Store Service         
     Secure Store                   g0n6 High     The trial period for this product has expired or this feature is not supported in this SKU. b3b6e19b-7de2-e016-ad32-0fc975829ef0
    11/16/2012 18:13:02.84  w3wp.exe (0x1774)                        0x15E8 SharePoint Foundation        
     General                        8nca Medium   Application error when access /_admin/sssvc/ManageSSSvcApplication.aspx, Error=The
    trial period for this product has expired or Secure Store Shared Service is not supported for this SKU.   at Microsoft.Office.SecureStoreService.Server.SecureStoreServiceApplicationProxy.Execute[T](String operationName, Boolean validateCanary, ExecuteDelegate`1
    operation)     at Microsoft.Office.SecureStoreService.Server.SecureStoreServiceApplicationProxy.IsMasterSecretKeyPopulated()     at Microsoft.Office.SharePoint.ClientExtensions.SecureStoreAdministration.SSSAdminHelper.EnsurePrerequisite(SecureStoreServiceApplicationProxy
    proxy, String& errorMessage)     at Microsoft.Office.SharePoint.ClientExtensions.SecureStoreAdministration.ManageSSSvcApplication.InitializeGridView()     at Microsoft.Office.SharePoi... b3b6e19b-7de2-e016-ad32-0fc975829ef0
    11/16/2012 18:13:02.84* w3wp.exe (0x1774)                        0x15E8 SharePoint Foundation        
     General                        8nca Medium   ...nt.ClientExtensions.SecureStoreAdministration.ManageSSSvcApplication.OnLoad(EventArgs
    e)     at System.Web.UI.Control.LoadRecursive()     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) b3b6e19b-7de2-e016-ad32-0fc975829ef0
    11/16/2012 18:13:02.84  w3wp.exe (0x1774)                        0x15E8 SharePoint Foundation        
     Runtime                        tkau Unexpected Microsoft.Office.Server.ProductExpiredException: The trial period for this product
    has expired or Secure Store Shared Service is not supported for this SKU.    at Microsoft.Office.SecureStoreService.Server.SecureStoreServiceApplicationProxy.Execute[T](String operationName, Boolean validateCanary, ExecuteDelegate`1 operation)    
    at Microsoft.Office.SecureStoreService.Server.SecureStoreServiceApplicationProxy.IsMasterSecretKeyPopulated()     at Microsoft.Office.SharePoint.ClientExtensions.SecureStoreAdministration.SSSAdminHelper.EnsurePrerequisite(SecureStoreServiceApplicationProxy
    proxy, String& errorMessage)     at Microsoft.Office.SharePoint.ClientExtensions.SecureStoreAdministration.ManageSSSvcApplication.InitializeGridView()     at Microsoft.Office.SharePoint.ClientExtensions.SecureSto... b3b6e19b-7de2-e016-ad32-0fc975829ef0
    11/16/2012 18:13:02.84* w3wp.exe (0x1774)                        0x15E8 SharePoint Foundation        
     Runtime                        tkau Unexpected ...reAdministration.ManageSSSvcApplication.OnLoad(EventArgs e)    
    at System.Web.UI.Control.LoadRecursive()     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) b3b6e19b-7de2-e016-ad32-0fc975829ef0
    11/16/2012 18:13:02.84  w3wp.exe (0x1774)                        0x15E8 SharePoint Foundation        
     General                        ajlz0 High     Getting Error Message for Exception System.Web.HttpUnhandledException
    (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> Microsoft.Office.Server.ProductExpiredException: The trial period for this product has expired or Secure Store Shared Service is not supported for this SKU.    
    at Microsoft.Office.SecureStoreService.Server.SecureStoreServiceApplicationProxy.Execute[T](String operationName, Boolean validateCanary, ExecuteDelegate`1 operation)     at Microsoft.Office.SecureStoreService.Server.SecureStoreServiceApplicationProxy.IsMasterSecretKeyPopulated()    
    at Microsoft.Office.SharePoint.ClientExtensions.SecureStoreAdministration.SSSAdminHelper.EnsurePrerequisite(SecureStoreServiceApplicationProxy proxy, String& errorMessage)     at Microsoft.Office.Sha... b3b6e19b-7de2-e016-ad32-0fc975829ef0
    11/16/2012 18:13:02.84* w3wp.exe (0x1774)                        0x15E8 SharePoint Foundation        
     General                        ajlz0 High     ...rePoint.ClientExtensions.SecureStoreAdministration.ManageSSSvcApplication.InitializeGridView()    
    at Microsoft.Office.SharePoint.ClientExtensions.SecureStoreAdministration.ManageSSSvcApplication.OnLoad(EventArgs e)     at System.Web.UI.Control.LoadRecursive()     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint,
    Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.HandleError(Exception e)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)    
    at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest()     at System.Web.UI.Page.ProcessRequest(HttpContext context)    
    at System.Web.Htt... b3b6e19b-7de2-e016-ad32-0fc975829ef0
    11/16/2012 18:13:02.84* w3wp.exe (0x1774)                        0x15E8 SharePoint Foundation        
     General                        ajlz0 High     ...pApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()    
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) b3b6e19b-7de2-e016-ad32-0fc975829ef0
    11/16/2012 18:13:02.86  w3wp.exe (0x1774)                        0x15E8 SharePoint Foundation        
     General                        aat87 Monitorable   b3b6e19b-7de2-e016-ad32-0fc975829ef0
    Is it a bug or any issue in configuration?
    Raghavendra Shanbhag | Blog: http://moss-solutions.blogspot.com
    Please click "Propose As Answer " if a post solves your problem or "Vote As Helpful" if a post has been useful to you.
    Disclaimer: This posting is provided "AS IS" with no warranties.

    Hello
    something should be related wuith this service, take a llok at my visual studio output whne I try to deplay and autohosted sharepoint app: (anyone can help)
    1>------ Build started: Project: MySharePointAppWeb, Configuration: Debug Any CPU ------
    1>  MySharePointAppWeb -> C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\bin\MySharePointAppWeb.dll
    2>------ Build started: Project: MySharePointApp, Configuration: Debug Any CPU ------
    2>C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\Web.Debug.config(34,4): warning : No element in the source document matches '/configuration/connectionStrings'
    2>  Transformed Web.config using C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\Web.Debug.config into obj\Debug\TransformWebConfig\transformed\Web.config.
    2>  Auto ConnectionString Transformed obj\Debug\TransformWebConfig\transformed\Web.config into obj\Debug\CSAutoParameterize\transformed\Web.config.
    2>  Copying all files to temporary location below for package/publish:
    2>  obj\Debug\Package\PackageTmp.
    2>  Packaging into C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointApp\obj\WebDeploy\MySharePointApp.Web.zip.
    2>  Adding sitemanifest (sitemanifest).
    2>  Adding IIS Application (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp)
    2>  Creating application (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp)
    2>  Adding virtual path (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp)
    2>  Adding directory (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp).
    2>  Adding directory (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\bin).
    2>  Adding directory (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\bin\en).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\bin\en\Microsoft.IdentityModel.resources.dll).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\bin\Microsoft.IdentityModel.dll).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\bin\Microsoft.IdentityModel.Extensions.dll).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\bin\Microsoft.SharePoint.Client.dll).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\bin\Microsoft.SharePoint.Client.Runtime.dll).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\bin\MySharePointAppWeb.dll).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\bin\MySharePointAppWeb.pdb).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\packages.config).
    2>  Adding directory (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\Pages).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\Pages\Default.aspx).
    2>  Adding directory (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\Scripts).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\Scripts\jquery-1.7.1.js).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\Scripts\jquery-1.7.1.min.js).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\Scripts\_references.js).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\Web.config).
    2>  Adding ACL's for path (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp)
    2>  Adding ACL's for path (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp)
    2>  Adding declared parameter 'IIS Web Application Name'.
    2>  Package "MySharePointApp.Web.zip" is successfully created as single file at the following location:
    2>  file:///C:/_works/visual%20studio%202012/Projects/MySharePointApp/MySharePointApp/obj/WebDeploy
    2>  To get the instructions on how to deploy the web package please visit the following link:
    2>  http://go.microsoft.com/fwlink/?LinkId=124618
    2>  Sample script for deploying this package is generated at the following location:
    2>  C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointApp\obj\WebDeploy\MySharePointApp.Web.deploy.cmd
    2>  For this sample script, you can change the deploy parameters by changing the following file:
    2>  C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointApp\obj\WebDeploy\MySharePointApp.Web.SetParameters.xml
    2>  Successfully created package at: C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointApp\bin\Debug\app.publish\1.0.0.0\MySharePointApp.app
    3>------ Deploy started: Project: MySharePointApp, Configuration: Debug Any CPU ------
    3>Active Deployment Configuration: Deploy App for SharePoint
    3>Uninstall app for SharePoint:
    3>  Skipping the uninstall step because the app for SharePoint is not installed on the server.
    3>Install app for SharePoint:
    3>  Uploading the app for SharePoint...
    3>  Creating a trusted root authority in SharePoint for IIS Express.
    3>  Installation is in progress (00:00:00)
    3>  Installation is in progress (00:00:01)
    3>  Installation is in progress (00:00:02)
    3>  Installation is in progress (00:00:03)
    3>  Installation is in progress (00:00:05)
    3>  Installation is in progress (00:00:06)
    3>  App failed to install, cleaning up...
    3>  App installation cleanup failed due to errors.  Please see the app on the SharePoint site’s “Site Contents” page for details.
    3>  App installation encountered the following errors:
    3> 
    3>  @"Error 1
    3>        CorrelationId: ceeeafab-3834-40ea-b360-c29d103e2248
    3>        ErrorDetail: The remote hosting service is not configured.
    3>        ErrorType: Configuration
    3>        ErrorTypeName: Configuration
    3>        ExceptionMessage: The trial period for this product has expired or Secure Store Shared Service is not supported for this SKU.
    3>        Source: RemoteWebSite
    3>        SourceName: Remote Web Site Deployment
    3> 
    3>  @"Error 2
    3>        CorrelationId: ceeeafab-3834-40ea-b360-c29d103e2248
    3>        ErrorDetail: The remote hosting service is not configured.
    3>        ErrorType: Configuration
    3>        ErrorTypeName: Configuration
    3>        ExceptionMessage: The trial period for this product has expired or Secure Store Shared Service is not supported for this SKU.
    3>        Source: RemoteWebSite
    3>        SourceName: Remote Web Site Deployment
    3>Error occurred in deployment step 'Install app for SharePoint': Failed to install app for SharePoint. Please see the output window for details.
    ========== Build: 2 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
    ========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========

  • Hi  can any body please tell me how to open the .exe files in mac and why it is not supported with unarchiever app , also i am not able to run and dvd's in my mac its not accepting any cd's or dvd'd why do i need to do some settings for it ?

    Hi  can any body please tell me how to open the .exe files in mac and why it is not supported with unarchiever app , also i am not able to run and dvd's in my mac its not accepting any cd's or dvd'd why? do i need to do some pre defined  settings to run the cd's and dvd's ?

    A .exe file is a Windows executable. OS X does not run Windows programs. If you need to use .exe files then you will need to install Windows on your Mac:
    Windows on Intel Macs
    There are presently several alternatives for running Windows on Intel Macs.
    Install the Apple Boot Camp software.  Purchase Windows XP w/Service Pak2, Vista, or Windows 7.  Follow instructions in the Boot Camp documentation on installation of Boot Camp, creating Driver CD, and installing Windows.  Boot Camp enables you to boot the computer into OS X or Windows.
    Parallels Desktop for Mac and Windows XP, Vista Business, Vista Ultimate, or Windows 7.  Parallels is software virtualization that enables running Windows concurrently with OS X.
    VM Fusionand Windows XP, Vista Business, Vista Ultimate, or Windows 7.  VM Fusion is software virtualization that enables running Windows concurrently with OS X.
    CrossOver which enables running many Windows applications without having to install Windows.  The Windows applications can run concurrently with OS X.
    VirtualBox is a new Open Source freeware virtual machine such as VM Fusion and Parallels that was developed by Solaris.  It is not as fully developed for the Mac as Parallels and VM Fusion.
    Note that Parallels and VM Fusion can also run other operating systems such as Linux, Unix, OS/2, Solaris, etc.  There are performance differences between dual-boot systems and virtualization.  The latter tend to be a little slower (not much) and do not provide the video performance of the dual-boot system. See MacTech.com's Virtualization Benchmarking for comparisons of Boot Camp, Parallels, and VM Fusion. Boot Camp is only available with Leopard or Snow Leopard. Except for Crossover and a couple of similar alternatives like DarWine you must have a valid installer disc for Windows.
    You must also have an internal optical drive for installing Windows. Windows cannot be installed from an external optical drive.

  • Not supported by server versionORAOLAP9.2.0.1.0

    bi_checkconfig -h mayx-move -po 1521 -sid majin -u BIB
    DEMO -p BIBDEMO
    I am geting message:
    BI Beans Diagnostics(v1.0.0.0) 03-5-19
    ===============================================================================
    JDEV_ORACLE_HOME ............................. = D:\JDeveloper
    JAVA_HOME .................................... = D:\JDeveloper\jdk
    JDeveloper version ........................... = 9.0.3.1.1107
    BI Beans version ............................. = 9.0.3.6.0
    BI Beans internal version .................... = 2.7.0.13.1
    Connect to database .......................... = Successful
    JDBC driver version .......................... = 9.2.0.3.0
    JDBC JAR file location ....................... = D:\JDeveloper\jdbc\lib
    Database version ............................. = 9.2.0.2.1
    OLAP Catalog version ......................... = N/A
    OLAP AW Engine version ....................... = N/A
    OLAP API Server version ...................... = N/A
    BI Beans Catalog version ..................... = N/A; not installed in BIBDEMO
    OLAP API JAR file version .................... = 9.2
    OLAP API JAR file location ................... = D:\JDeveloper\jdev\lib\ext
    Load OLAP API metadata ....................... = Unsuccessful
    Error: Not supported by server versionORAOLAP9.2.0.1.0
    See D:\JDeveloper\bibeans\bin\bi_error.log
    To interpret this output, see the "Displaying Information about your Oracle9i Bu
    siness Intelligence Beans Client Configuration" technical note, whose file name
    is bi_checkconfig_tn.html
    These diagnostics are captured in: D:\JDeveloper\bibeans\bin\bi_checkconfig.xml
    I am pasting the information in bi_error.log
    ============================================================================
    1) Not supported by server versionORAOLAP9.2.0.1.0
    1) Not supported by server versionORAOLAP9.2.0.1.0
    ============================================================================
    oracle.express.idl.util.OlapiException: Not supported by server versionORAOLAP9.2.0.1.0
         void oracle.express.idl.ExpressMdmModule.MetadataProviderInterfaceStub.getMetadataXML(java.lang.String[], oracle.express.idl.util.WstringHolder)
              MetadataProviderInterfaceStub.java:317
         org.xml.sax.InputSource oracle.olapi.metadata.XMLFetcher9202.fetchXML(java.lang.String[])
              XMLFetcher9202.java:45
         void oracle.olapi.metadata.MetadataFetcher.fetchBaseMetadataObjects(java.lang.String[])
              MetadataFetcher.java:163
         oracle.olapi.metadata.MetadataObject oracle.olapi.metadata.BaseMetadataProvider.fetchMetadataObject(oracle.olapi.metadata.MetadataObjectHolder)
              BaseMetadataProvider.java:177
         oracle.olapi.metadata.MetadataObject oracle.olapi.metadata.BaseMetadataProvider.fetchMetadataObject(java.lang.String)
              BaseMetadataProvider.java:134
         oracle.olapi.metadata.mdm.MdmObject oracle.olapi.metadata.mdm.MdmMetadataProvider.getMetadataObject(java.lang.String)
              MdmMetadataProvider.java:146
         oracle.olapi.metadata.mdm.MdmSchema oracle.olapi.metadata.mdm.MdmMetadataProvider.getRootSchema()
              MdmMetadataProvider.java:173
         oracle.express.mdm.MdmSchema oracle.express.mdm.MdmMetadataProvider.getRootSchema()
              MdmMetadataProvider.java:194
         oracle.express.mdm.MdmSchema oracle.dss.metadataManager.server.drivers.mdm._92.MDMMetadataDriverImpl_92.getMdmSchema()
              MDMMetadataDriverImpl_92.java:1285
         oracle.dss.metadataManager.common.MDObject oracle.dss.metadataManager.server.drivers.mdm._92.MDMMetadataDriverImpl_92.getRoot()
              MDMMetadataDriverImpl_92.java:974
         oracle.dss.metadataManager.common.MDRoot oracle.dss.metadataManager.server.drivers.mdm._92.MDMMetadataDriverImpl_92.addToObjectModel(oracle.dss.metadataManager.common.MDRoot)
              MDMMetadataDriverImpl_92.java:2261
         oracle.dss.metadataManager.common.MDRoot oracle.dss.metadataManager.server.drivers.mdm.MDMMetadataDriverImpl.addToObjectModel(oracle.dss.metadataManager.common.MDRoot)
              MDMMetadataDriverImpl.java:283
         void oracle.dss.metadataManager.server.MetadataManagerImpl.buildObjectModel()
              MetadataManagerImpl.java:1092
         oracle.dss.metadataManager.common.MDRoot oracle.dss.metadataManager.server.MetadataManagerImpl.attach(oracle.dss.metadataManager.common.MDRoot, oracle.dss.metadataUtil.PropertyBag)
              MetadataManagerImpl.java:962
         int oracle.dss.metadataManager.client.MetadataManager.attach(oracle.dss.metadataUtil.PropertyBag)
              MetadataManager.java:866
         int oracle.dss.metadataManager.client.MetadataManager.attach()
              MetadataManager.java:792
         oracle.dss.metadataUtil.OrderedHashtable BICheckConfig.checkConnection(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.io.OutputStream, boolean)
              BICheckConfig.java:250
         void BICheckConfig.main(java.lang.String[])
              BICheckConfig.java:1172

    Hi,
    It would appear that you do not have the correct database patches. When you installed the 92021 database patch did you run CATPATCH.SQL? If not follow the instructions in the README note that accompanies the patch to apply the OLAP server packages.
    You can test to see if CATPATCH has been run by trying to execute OLAPSYS.CWM2_OLAP_METADATA_REFRESH.MR_REFRESH from SQLPlus. If this package does not exist then you need to run CATPATCH.SQL
    Hope this helps
    Keith Laker
    Product Manager
    Oracle Business Intelligence Beans

  • ERROR: RUL-00025:fact class multiple inheritance not supported

    I am receiving this erro message when trying to invoke a rule (assert, execute ruleset,retrieve results) on a XML Fact structure that has demo element as parent with a ref to two child elements: invoice and po.
    I simply used the wizards to deploy the decide activity so I have no clue what this might be.
    The rule session EVALUATEAPPROVAL:230011 failed to execute step assert
    RUL-00025:fact class multiple inheritance not supported
    oracle.rules.rl.exceptions.RLRuntimeException: fact class multiple inheritance not supported
         at oracle.rules.rl.exceptions.ExceptionFactory.createRuntimeMultipleInheritanceException(ExceptionFactory.java:467)
         at jess.DefinstanceList.autoDefclass(DefinstanceList.java:996)
         at jess.DefinstanceList.assertObject(DefinstanceList.java:570)
         at jess.Rete.assertObject(Rete.java:1557)

    RL only supports single inheritance, either from an interface or a class. JAXB 1.0 generates a set of classes that inherit and implement each other. If the RL code is generated in the wrong order and child classes are generated before parent classes, then you get the indicated exception. In most cases, not importing the element class will prevent this from happening, and in the rest not importing the ObjectFactory class will prevent it (or unchecking the "supportsXpath" option). You can't use the element class in the rules anyway since the properties it inherits from it's parent don't show up in lists.
    So, it's not the complexity of the XSD that matters in processing, only that a single inheritance chain is specified. If you follow the original instructions with your complex XSD, I believe you will see it work correctly.
    This has been fixed in the as-yet-unreleased 10.1.3.4 version, but the only workaround for released versions is above.

  • JBO-26061, Null User Name and password not supported by thin driver

    Hello !
    I have just installed Oracle 8.1.6 on my Linux Box.My Jdeveloper is installed on Win 98 Box. Now I am trying to execute the Online Orders sample package provided with the Jdeveloper. I have followed the instructions provided with the Jdeveloper Tutorial sample. The test connection between the client and server are a success. The OnlineOrder test is also a success. When I run The Application.java Class then it is giving the
    JBO-26061 error with details as Null user name and password not supported by thin driver.
    Where I am wrong I dont understand. Pls guide?

    jdeveloper is certifed to run on the win nt AND win 200 platforms only.
    Please read the "Install notes" file (install.htm) before proceeding further.

Maybe you are looking for

  • Installing flash player on imac without JWplayer?

    I recently ran into an issue watching old video on the dailymotion.com web site in which JWplayer ads and audio kept popping up inappropriately over the top of my video I was watching. The only way to get rid of the issue was to uninstall Adobe Flash

  • No Full Screen iDVD

    I extracted DV from a DVD that was made right on Panasonic tapeless camera. QT inspection says that is 720X480. I imported into FCP edited and exported Quick Time. Then I created iDVD but its not playing a full screen. There is a black box all a way

  • Outbound delivery creation

    Hello Experts, i am getting error when creating outboun delivery using transaction vl01no , after entering all the parameter when i click on the save it is giviing error ' Material Zmaterial does not exist in the warhouse EW3'. Please help me in reso

  • I can,t download music on my iPhone 5

    I can,t download music from mac to iPhone 5.

  • How to produce latest column date comparing with the rest of 6 columns??

    Hi Folks, I have columns like below:  I need my LatestColumn(new col) need to produce maximum callbacktime  the condition  So something like MAX(Callback1datetime (where Callback1Status IS NOT NULL), Callback2datetime (where Callback2Status IS NOT NU