Extension of BP Role

Hi Techies,
while creating a BP in CRM by default it is picking 2 Roles. One is <b>Consumer</b> & second is <b>BP (General)</b>.
I need to assign another additonal role <b>Contact Person</b>   while creating the same.
Is there any BADI for Partner creation??
Help me on this .
regards,
Kishore

Hi Kumar,
When you are doing some initial load then the "Generic stop set" occurs which stops all the other queues and give the full priority to the initial load.
You check whether any load is occuring at the moment or not. If not try to unlock the queue and activate it. If it is not helping then you delete the stop queue and start the delta once again.
Hope this will help.
Best regards,
Vikash.

Similar Messages

  • Error while updating a custom Windows Azure Diagnostics configuration xml from powershell. "Invalid update to extension reference for role"

    I am attempting to upload a manually edited WADConfig xml to my VM. The WAD service is functioning correctly, I needed to add some custom WinEventLogs. The prescribed steps result in an error.
    What am I overlooking?
    I am following these instructions:
    Step 5: Remotely install Diagnostics on your Azure Virtual Machine
    azure.microsoft.com/en-in/documentation/articles/cloud-services-dotnet-diagnostics/#virtual-machine
    $storage_name = "wadexamplevm"
    $key = "<StorageAccountKey>"
    $config_path="c:\users\<user>\documents\visual studio 2013\Projects\WadExampleVM\WadExampleVM\WadExample.xml"
    $service_name="wadexamplevm"
    $vm_name="WadExample"
    $storageContext = New-AzureStorageContext
    -StorageAccountName $storage_name -StorageAccountKey $key
    $VM1 = Get-AzureVM
    -ServiceName $service_name -Name $vm_name
    $VM2 = Set-AzureVMDiagnosticsExtension
    -DiagnosticsConfigurationPath $config_path
    -Version "1.*"
    -VM $VM1 -StorageContext $storageContext
    $VM3 = Update-AzureVM
    -ServiceName $service_name -Name $vm_name
    -VM $VM2.VM
    Unfortunately, I am receiving this error:
    Update-AzureVM : BadRequest: Invalid update to extension reference for role: XXXXXX and reference: IaaSDiagnostics.
    What's missing from the above script?

    Hi,
    Since Azure SDK 2.5 uses the extension model the diagnostics extension, the configuration and the connection string to the diagnostic storage are no longer part of the deployment package and cscfg. All the diagnostics configuration is contained within the
    wadcfgx. The advantage with this approach is that diagnostics agent and settings are decoupled from the project and can be dynamically enabled and updated even after your application is deployed. 
    Due to this change some existing workflows need to be rethought – instead of configuring the diagnostics as part of the application that gets deployed to each environment you can first deploy the application to the environment and then apply the diagnostics
    configuration for it.  When you publish the application from Visual Studio this process is done automatically for you. However if you were deploying your application outside of VS using PowerShell then you have to install the extension separately through
    PowerShell.
    There PowerShell cmdlets for managing the diagnostics extensions on a Cloud Service are -
    Set-AzureServiceDiagnosticsExtension
    Get-AzureServiceDiagnosticsExtension
    Remove-AzureServiceDiagnosticsExtension
    You can use the Set-AzureServiceDiagnosticsExtension method to enable diagnostics extension on a cloud service. One of the parameters on this cmdlet is the XML configuration file. This file is slightly different from the diagnostics.wadcfgx file. You can
    create this file from scratch by either following the article that you are referring to or  you can modify the wadcfgx file and pass in the modified file as a parameter to the powershell cmdlet.
    To modify the wadcfgx file –
    Make a copy the .wadcfgx.
    Remove the following elements from the Copy:
    <DiagnosticsConfiguration xmlns="http://schemas.microsoft.com/ServiceHosting/2010/10/DiagnosticsConfiguration">
       <PrivateConfig xmlns="http://schemas.microsoft.com/ServiceHosting/2010/10/DiagnosticsConfiguration">
         <StorageAccount name=" " endpoint="https://core.windows.net/" />
       </PrivateConfig>
       <IsEnabled>false</IsEnabled>
    </DiagnosticsConfiguration>
    Make sure the top of the file still has xml version and encoding –
       <?xml version="1.0" encoding="utf-8"?>
    Effectively you are stripping down the Wadcfgx to only contain the <PublicConfig> section and the <?xml> header. You can then call the PowerShell cmdlet along with the appropriate parameters for the staging slots and roles:
    $storage_name = ‘
    <storagename>’
    $key= ‘<key>’
    $service_name = '<servicename>'
    $public_config = '<thepublicconfigfrom_diagnostics.wadcfgx>'
    $storageContext = New-AzureStorageContext –StorageAccountName $storage_name –StorageAccountKey $key
    Set-AzureServiceDiagnosticsExtension -StorageContext $storageContext -DiagnosticsConfigurationPath $public_config –ServiceName $service_name -Slot ‘Staging’ -Role ‘WebRole1’
    Hope this helps !
    Regards,
    Sowmya

  • Is it possible to create a role with PERM_READER_EXTENSIONS_WEB_APPLICATIONS without Service Invoke?

    I need to restrict user access to Workspace processes.  Using the adminui, service management, I gave my test group INVOKE_PERM permissions to this service.  This works good.  The users of the test group can only see this process.  However, for these users the SOAP calls do not work.  I am using a reader extended form and I am getting the error below.  If I add the Reader Extension Web Application role, the SOAP call work, but the user of the test group can see all other processes.  I created a role and gave it PERM_READER_EXTENSIONS_WEB_APPLICATIONS, Service Read, INVOKE_PERM and other combinations.  This role only works if I add Service Invoke and this give users access to all processes.  How can I get a role to provide the Reader Extension without using Service Invoke?
    An error has occurred. See error log for more details.
    User TORRES, ALEJANDRO G does not have the Service Invoke Permission on Service ReaderExtensionsService.

    I found the answer to my question.  I had to give INVOKE permission to all the services used by the process.

  • Windows Extensions Not Showing After Windows Intune Site Role Installed

    Hi,
    I have installed the windows intune site role on a SCCM 2012 R2 box and the Windows Intune Extensions have not been shipped to Admin>Overview> Cloud Services> Windows Intune as per the attached photo.  This is the third time I have built a
    SCCM MDM service and I have not come across this before.  If you view the site roles it is installed, the subscription is active within config manager and the system authority is set to SCCM management in Http://manage.microsoft.com.
    I am wondering if there is a way of breaking the intune association to try and re-install the role as there was not a full internet connectivity within the data centers at the time if install and external DNS was not resolving for FQDN and nslookup would
    fail.  I believe that Intune requires a cert to be shipped to it at time of install.
    Any help, thoughts and advice would be greatly received as my previous 2 installs have not been an issue.
    Thanks in advance,
    Nick

    I am in the same boat and have a call open.  Apparently, there is some issue that the engineering team is working on.  I got the iOS and Email Profile extensions back in February, but never received the 8.1 extensions.  My call has been
    running for 3 weeks now and they are still working on the delivery mechanism from their end.  I'll post back when they figure out what is going on. 
    Best, Jacob I'm a PC.

  • Get all visitor roles in an admin extension

    Hi,
    i want to extend my portal administration console.
    It is possible to get a list of all visitor roles in my extension?
    Markus

    look at RolePolicyManager
    e.g.
    import com.bea.p13n.management.ApplicationHelper;
    import com.bea.p13n.entitlements.common.EntitlementConstants;
    import com.bea.p13n.entitlements.management.RolePolicyManager;
    String entAppName=ApplicationHelper.getApplicationName();
    String webAppName = ApplicationHelper.getWebAppName(request);
    String[] policies = RolePolicyManager.listRolesForResource(entAppName, webAppName, EntitlementConstants.P13N_ROLE_POLICY_POOL);

  • Error in Installing Exchange Server 2013 (w SP1) Mailbox Role on Windows Server 2012 R2

    Hi Team,
    Need urgent help in resolution of following error:
    Environment Details: VMware ESXi 5.5 (vMotion)
    Migration from Exchange Server 2007 (SP3 + RU13) to Exchange Server 2013
    Exchange Server: Exchange Server 2013 with SP1 (Latest Installation Media)
    OS: Windows Server 2012 R2 - Standard (Latest Installation Media)
    Exchange 2013 Roles: Seprated (Mailbox and CAS on Different VMs)
    Prerequisites: Installed
    Error: Installation gives Error at Step 10 during installation of Mailbox Service
    Error Details Below:
    Error:
    The following error was generated when "$error.Clear();
    if ([Environment]::OSVersion.Version.Major -ge 6)
    $WsbBinPath=$RoleInstallPath+"bin\wsbexchange.exe";
    $reg= join-path (join-path $env:SystemRoot system32) reg.exe;
    $servicecmd = join-path (join-path $env:SystemRoot system32) sc.exe;
    if ((get-service wsbexchange* | where {$_.name -eq "wsbexchange"}))
    if ((get-service wsbexchange).Status -eq "Running")
    Start-SetupProcess -Name:"$servicecmd" -Args:"stop wsbexchange";
    Start-SetupProcess -Name:"$servicecmd" -Args:"delete wsbexchange";
    Start-SetupProcess -Name:"$reg" -Args:"add `"HKCR\CLSID\{D8A2E312-3B17-4293-B71E-CD72A7C04BF3}`" /t REG_SZ /d `"CExchangeHelper Class`" /f";
    Start-SetupProcess -Name:"$reg" -Args:"add `"HKCR\CLSID\{D8A2E312-3B17-4293-B71E-CD72A7C04BF3}`" /v AppId /t REG_SZ /d `"{D8A2E312-3B17-4293-B71E-CD72A7C04BF3}`" /f";
    Start-SetupProcess -Name:"$reg" -Args:"add `"HKCR\CLSID\{D8A2E312-3B17-4293-B71E-CD72A7C04BF3}\LocalServer32`" /t REG_SZ /d `"$WsbBinPath`" /f";
    Start-SetupProcess -Name:"$reg" -Args:"add `"HKCR\APPID\{D8A2E312-3B17-4293-B71E-CD72A7C04BF3}`" /t REG_SZ /d `"CExchangeHelper Class`" /f";
    Start-SetupProcess -Name:"$reg" -Args:"add `"HKCR\APPID\{D8A2E312-3B17-4293-B71E-CD72A7C04BF3}`" /v LocalService /t REG_SZ /d `"wsbexchange`" /f";
    Start-SetupProcess -Name:"$reg" -Args:"add `"HKCR\APPID\{D8A2E312-3B17-4293-B71E-CD72A7C04BF3}`" /v LaunchPermission /t REG_BINARY /d `"010004806000000070000000000000001400000002004c0003000000000014001f000000010100000000000512000000000018001f000000010200000000000520000000200200000000180003000000010200000000000520000000270200000102000000000005200000002002000001020000000000052000000020020000`"
    /f";
    Start-SetupProcess -Name:"$reg" -Args:"add `"HKCR\APPID\wsbexchange.exe`" /v AppId /t REG_SZ /d `"{D8A2E312-3B17-4293-B71E-CD72A7C04BF3}`" /f";
    Start-SetupProcess -Name:"$reg" -Args:"add `"HKLM\Software\Microsoft\windows nt\currentversion\WindowsServerBackup\Application Support\{76fe1ac4-15f7-4bcd-987e-8e1acb462fb7}`" /v `"Application Identifier`" /t REG_SZ /d
    Exchange /f";
    Start-SetupProcess -Name:"$reg" -Args:"add `"HKLM\Software\Microsoft\windows nt\currentversion\WindowsServerBackup\Application Support\{76fe1ac4-15f7-4bcd-987e-8e1acb462fb7}`" /v CLSID /t REG_SZ /d `"{D8A2E312-3B17-4293-B71E-CD72A7C04BF3}`"
    /f";
    Start-SetupProcess -Name:"$reg" -Args:"add `"HKLM\Software\Microsoft\windows nt\currentversion\WSBAppExchangeHelper`" /v AutoMarkDbRecoverable /t REG_DWORD /d 1 /f";
    Start-SetupProcess -Name:"$reg" -Args:"add `"HKLM\Software\Microsoft\windows nt\currentversion\WSBAppExchangeHelper`" /v AutoMountOnPITRecovery /t REG_DWORD /d 1 /f";
    Start-SetupProcess -Name:"$servicecmd" -Args:"create wsbexchange binpath= `"$WsbBinPath`" type= own start= demand error= ignore obj= LocalSystem DisplayName= `"Microsoft Exchange Server Extension for Windows Server Backup`"";
    Start-SetupProcess -Name:"$servicecmd" -Args:"description wsbexchange `"Enables Windows Server Backup users to back up and recover application data for Microsoft Exchange Server.`"";
    " was run: "Process execution failed with exit code 1.".

    Resolved ! :)
    Root Cause: The user account I was using had all the required privileges for Exchange Installation but was not having access to edit the registry of the server. Enable access to registry edit tools and you are good to go.
    As an alternate you can also try installing using Domain Administrator account if in case there is an IT Policy constraint in the former method.
    Thanks to all.

  • What is the role of a Policy CA

    Hello All
    Can someone please help me with the following question please (thanks in advance)
    I read the following (from another post on this forum regarding Policy CAs)
    The role of a policy CA is to describe the policies and procedures that an organization implements to secure its PKI, the processes that validate the identity of certificate holders, and the processes that enforce the procedures that manage certificates.
    A policy CA issues certificates only to other CAs. The CAs that receive these certificates must uphold and enforce the policies that the policy CA defined.
    It is not mandatory to use policy CAs unless different divisions, sectors, or locations of your organization require different issuance policies and procedures. However, if your organization requires different issuance policies and procedures, you must add
    policy CAs to the hierarchy to define each unique policy. For example, an organization can implement one policy CA for all certificates that it issues internally to employees and another policy CA for all certificates that it issues to non-employees.
    Now the statement above
    The role of a policy CA is to describe the policies and procedures that an organization implements to secure its PKI
    To me that sounds like the CPS?
    My understanding is the CPS is simply a  document (normally a text file) which can be access via a URL (e.g. HTTP) in the same manner as a CRL. If that is the case is the location of the CPS detailed in a known extension like the CPD extension?
    Also
    How do you 'enforce' the Policy as detailed by the Policy CA, for example
    Lets say we have three level PKI, Root > Policy CA (only issued cert to issuing CA) > Issuing CA
    Now as far as I am aware with an Enterprise AD joined CA (issuing CA) requesting and obtaining certificates is controlled by Templates and these Templates are controlled by Security ACL (AD security) detailing who can Read, Enroll, Auto-Enroll
    for a certificate (e.g. WEB Server) based on these templates.
    If the above is correct where does the Policy CA come in, in as much as 'enforcing a given policy' for example lets say the Policy CA states any certs issued by me to Issuing CA's these Issuing CA can only allow the WEB Server
    template. What is to stop an Admin giving Read, and Enroll permissions for the Code Signing template, and thereby issuing Code Signing certs from the Issuing CA.
     Are the Policies setup on the Policy CA (I assume you somehow setup Policies hence the name?) related to EKU, for example when the Policy CA issues a CA Cert  (basic constraints) to the Issuing CA, does the Policy CA set certain EKU (which
    I understand are known OIDs) in the CA cert it issues to the Issuing CA, some how preventing the Issuing CA from issuing a Code Signing Cert for example?
    Any advice most welcome as I would really like to understand the machanics of the above
    Thanks All in advance
    AAnotherUser__
    AAnotherUser__

    > To me that sounds like the CPS?
    exactly.
    > If that is the case is the location of the CPS detailed in a known extension like the CPD extension?
    yes, it is called Certificate Policies extension. Go to
    https://www.verisign.com or https://www.digicert.com, THOUSANDS OF THEM!!!111oneone and examine their certificates in the Details tab. There you will find a Certificate Policies extension, that will include policy
    OID (mandatory) and a combination of User Notice and/or CPS location url. Windows certificate GUI control fetches this extension and active Issuer Statement button in General tab. If the certificate contains only User Notice, a small dialog with User Notice
    will appear. If there is an URL, you will be redirected to the URL referenced in the Certificate Policies extension.
    > If the above is correct where does the Policy CA come in, in as much as 'enforcing a given policy' for example lets say the Policy CA states any certs issued by me to Issuing CA's these Issuing CA can only allow the
    WEB Server template.
    this assumption is incorrect. CPS does not restrict on certificate types allowed to you. CPS defines the procedure which is used to issue certificates to you. For example, authentication (user name and password combination, hardware tools, biometric or even
    face-to-face meetings) procedure, criteria list you should pass in order to get the certificate, your and CA (relying parties) liability, responsibility and certificate usage rules. Certificate is not your property, it is a property of the issuing CA
    Consider a certificate like a personal passport (ID card). Passport is not your property, it is a property of the issuing organization (state organization). Before getting the passport, you are submitting documents that prove your personality (entity). If
    you are supplying birth passport it is a sort of initial enrollment, if you submit existing passport -- it is re-enrollment (everything like in certificates). You are signing an agreement between you and state. This agreement is a CPS, it defines the passport
    issuance terms (validity, re-enrollment procedures, etc.) and usage policies. You shall not give your certitificate to 3rd parties (except the ones allowed by a government). You shall notify issuing organization if you lost the passport, or it was lost. You
    can continue these parallels (between your passport or person ID card with digital certificates).
    Regarding technical enforcement. Policy CA can define multiple policies. All of them are listed in the Policy CA certificate itself. All certificates issued below (unlimited levels down), all certificates must belong to any of the mentioned policy. RFC5280
    defines the certificate policy OID constraint validation. If constraint is violated, certificate chaining engine will report an error. If Policy CA defines policy with OId=1.1.1 and some certificate below is issued under policy 1.2.1 --
    the certificate will become invalid, because of constraint violation.
    Since it is bare measure, an owner of Policy CA should perform regular audits of its members to verify whether the policies are followed. Policy CA may stop relationships with child CA (by revoking child CA certificate) if policy violations are found during
    audit.
    > some how preventing the Issuing CA from issuing a Code Signing Cert for example
    it is possible, but not mandatory. Policy CA certificate may define only particular EKUs allowed below. It can be done via specific EKU in the policy CA certificate, application policy constraints, or extended properties.
    > I would really like to understand the machanics of the above
    you are going to be a PKI expert!
    Ok, I wrote a ton of words, but the reality is not that bright. Policies are violated, constraints are not followed. Eventually, who cares? Comodo has enough strict CPS, but constantly issues legitimate certificates to unknown persons, because someone calls
    to Comodo and says "Hello, I'm from Google, please, send me few certs" and they send. Many years ago, VeriSign failed in the same way. Who said that EKU extension is strictly followed? Examine the certificate at
    https://login.live.com. Intermediate CA is not eligigle to issue end entity certificates for other purposes (EKU) than the ones listed in its own certificate. REALLY? But who cares? IE doesn't care. Policy constraints are
    violated? Who cares if nobody will notice that (I didn't see the app that would complain so loud). But all this doesn't matter that you can do the same way. You still need to follow all rules, recomendations, best practices even if they are not mandatory.
    It is a part of your PKI's success.
    My weblog: en-us.sysadmins.lv
    PowerShell PKI Module: pspki.codeplex.com
    PowerShell Cmdlet Help Editor pscmdlethelpeditor.codeplex.com
    Check out new: SSL Certificate Verifier
    Check out new:
    PowerShell FCIV tool.

  • SharePoint 2013 preinstaller error - The tool was unable to install Application Server Role, Web Server (IIS) Role.

    I have been banging my head over and over searching for the fix and nothing has worked. Google used to be my friend. I am having doubts.
    Windows 2012 Server with IIS installed during the server creation using VMware Vshpere. Here is the log from the SP prep tool.
    2014-06-23 10:13:12 - Processor architecture is (9)
    2014-06-23 10:13:12 - Reading the following string value/name...
    2014-06-23 10:13:12 - Common Startup
    2014-06-23 10:13:12 - from the following registry location...
    2014-06-23 10:13:12 - SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
    2014-06-23 10:13:12 - The value is...
    2014-06-23 10:13:12 - C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    2014-06-23 10:13:12 - Trying to remove the startup task if there is any.
    2014-06-23 10:13:12 - C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\SharePointServerPreparationToolStartup_0FF1CE14-0000-0000-0000-000000000000.cmd
    2014-06-23 10:13:12 - Error: Startup task doesn't exist. This is not a continuation after a restart.
    2014-06-23 10:13:12 - Locating the following command line arguments file:
    2014-06-23 10:13:12 - C:\sp2013\PrerequisiteInstaller.Arguments.txt
    2014-06-23 10:13:12 - Error: This file does not exist
    2014-06-23 10:13:12 - Details of the current operating system:
    2014-06-23 10:13:12 - Major version number of the operating system:  (6)
    2014-06-23 10:13:12 - Minor version number of the operating system:  (2)
    2014-06-23 10:13:12 - Build number of the operating system:  (0X23F0=9200)
    2014-06-23 10:13:12 - Major version number of the latest Service Pack:  (0)
    2014-06-23 10:13:12 - Minor version number of the latest Service Pack:  (0)
    2014-06-23 10:13:12 - Platform ID of the operating system:  (2)
    2014-06-23 10:13:12 - Product suites available on the operating system:  (0X110=272)
    2014-06-23 10:13:12 - Product type of the operating system: VER_NT_SERVER
    2014-06-23 10:13:12 - Product type:  (7)
    2014-06-23 10:13:12 - OS type:  (0)
    2014-06-23 10:13:12 - Configuring the application's property sheet...
    2014-06-23 10:13:12 - Check whether the following prerequisite is installed:
    2014-06-23 10:13:12 - Windows Management Framework 3.0
    2014-06-23 10:13:12 - Reading the following string value/name...
    2014-06-23 10:13:12 - PowerShellVersion
    2014-06-23 10:13:12 - from the following registry location...
    2014-06-23 10:13:12 - SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine
    2014-06-23 10:13:12 - The value is...
    2014-06-23 10:13:12 - 4.0
    2014-06-23 10:13:12 - A higher version of the prerequisite above is already installed
    2014-06-23 10:13:12 - Check whether the following prerequisite is installed:
    2014-06-23 10:13:12 - Microsoft .NET Framework 4.5
    2014-06-23 10:13:12 - Reading the following DWORD value/name...
    2014-06-23 10:13:12 - Install
    2014-06-23 10:13:12 - from the following registry location...
    2014-06-23 10:13:12 - SOFTWARE\Microsoft\Net Framework Setup\NDP\V4\full
    2014-06-23 10:13:12 - The value is (1)
    2014-06-23 10:13:12 - Reading the following string value/name...
    2014-06-23 10:13:12 - Version
    2014-06-23 10:13:12 - from the following registry location...
    2014-06-23 10:13:12 - SOFTWARE\Microsoft\Net Framework Setup\NDP\V4\full
    2014-06-23 10:13:12 - The value is...
    2014-06-23 10:13:12 - 4.5.51641
    2014-06-23 10:13:12 - A post release .NET 4.5 is installed
    2014-06-23 10:13:12 - Check whether the following prerequisite is installed:
    2014-06-23 10:13:12 - Windows Identity Foundation (KB974405)
    2014-06-23 10:13:12 - Reading the following string value/name...
    2014-06-23 10:13:12 -
    2014-06-23 10:13:12 - from the following registry location...
    2014-06-23 10:13:12 - SOFTWARE\Microsoft\Windows Identity Foundation\Setup\v3.5
    2014-06-23 10:13:12 - The value is...
    2014-06-23 10:13:12 - 6.1.7600.0
    2014-06-23 10:13:12 - The prerequisite above is already installed
    2014-06-23 10:13:12 - Check whether the following prerequisite is installed:
    2014-06-23 10:13:12 - Microsoft Sync Framework Runtime v1.0 SP1 (x64)
    2014-06-23 10:13:12 - Reading version of the following file...
    2014-06-23 10:13:12 - C:\Windows\assembly\GAC_MSIL\Microsoft.Synchronization\1.0.0.0__89845dcd8080cc91\Microsoft.Synchronization.dll
    2014-06-23 10:13:12 - The version is...
    2014-06-23 10:13:12 - 1.0.3010.0
    2014-06-23 10:13:12 - The prerequisite above is already installed
    2014-06-23 10:13:12 - Check whether the following prerequisite is installed:
    2014-06-23 10:13:12 - Microsoft SQL Server 2008 R2 SP1 Native Client
    2014-06-23 10:13:12 - Reading the following string value/name...
    2014-06-23 10:13:12 - Version
    2014-06-23 10:13:12 - from the following registry location...
    2014-06-23 10:13:12 - SOFTWARE\Microsoft\Microsoft SQL Server\SQLNCLI10\CurrentVersion
    2014-06-23 10:13:12 - The value is...
    2014-06-23 10:13:12 - 10.51.2500.0
    2014-06-23 10:13:12 - A higher version of the prerequisite above is already installed
    2014-06-23 10:13:12 - Check whether the following prerequisite is installed:
    2014-06-23 10:13:12 - Windows Server AppFabric
    2014-06-23 10:13:12 - Reading the following string value/name...
    2014-06-23 10:13:12 - ProductVersion
    2014-06-23 10:13:12 - from the following registry location...
    2014-06-23 10:13:12 - SOFTWARE\Microsoft\AppFabric\V1.0
    2014-06-23 10:13:12 - The value is...
    2014-06-23 10:13:12 - 1.1.2106.32
    2014-06-23 10:13:12 - Reading the following string value/name...
    2014-06-23 10:13:12 - ProductVersion
    2014-06-23 10:13:12 - from the following registry location...
    2014-06-23 10:13:12 - SOFTWARE\Microsoft\AppFabric\V1.0
    2014-06-23 10:13:12 - The value is...
    2014-06-23 10:13:12 - 1.1.2106.32
    2014-06-23 10:13:12 - Reading the following string value/name...
    2014-06-23 10:13:12 - ProductVersion
    2014-06-23 10:13:12 - from the following registry location...
    2014-06-23 10:13:12 - SOFTWARE\Microsoft\AppFabric\V1.0
    2014-06-23 10:13:12 - The value is...
    2014-06-23 10:13:12 - 1.1.2106.32
    2014-06-23 10:13:12 - Reading the following DWORD value/name...
    2014-06-23 10:13:12 - DCC
    2014-06-23 10:13:12 - from the following registry location...
    2014-06-23 10:13:12 - SOFTWARE\Microsoft\AppFabric\V1.0\Features
    2014-06-23 10:13:12 - The value is (1)
    2014-06-23 10:13:12 - CacheClient is Installed.
    2014-06-23 10:13:12 - Reading the following DWORD value/name...
    2014-06-23 10:13:12 - DCS
    2014-06-23 10:13:12 - from the following registry location...
    2014-06-23 10:13:12 - SOFTWARE\Microsoft\AppFabric\V1.0\Features
    2014-06-23 10:13:12 - The value is (1)
    2014-06-23 10:13:12 - CacheService is Installed.
    2014-06-23 10:13:12 - Reading the following DWORD value/name...
    2014-06-23 10:13:12 - DCA
    2014-06-23 10:13:12 - from the following registry location...
    2014-06-23 10:13:12 - SOFTWARE\Microsoft\AppFabric\V1.0\Features
    2014-06-23 10:13:12 - The value is (1)
    2014-06-23 10:13:12 - CacheAdmin is Installed.
    2014-06-23 10:13:12 - The prerequisite above is already installed
    2014-06-23 10:13:12 - Check whether the following prerequisite is installed:
    2014-06-23 10:13:12 - Windows Identity Foundation (KB974405)
    2014-06-23 10:13:12 - Reading the following string value/name...
    2014-06-23 10:13:12 -
    2014-06-23 10:13:12 - from the following registry location...
    2014-06-23 10:13:12 - SOFTWARE\Microsoft\Microsoft Identity Extensions\Setup\1.0
    2014-06-23 10:13:12 - The value is...
    2014-06-23 10:13:12 - 2.0.1230.0
    2014-06-23 10:13:12 - The prerequisite above is already installed
    2014-06-23 10:13:12 - Check whether the following prerequisite is installed:
    2014-06-23 10:13:12 - Microsoft Information Protection and Control Client
    2014-06-23 10:13:12 - Reading the following string value/name...
    2014-06-23 10:13:12 -
    2014-06-23 10:13:12 - from the following registry location...
    2014-06-23 10:13:12 - SOFTWARE\Microsoft\MSIPC\CurrentVersion
    2014-06-23 10:13:12 - The value is...
    2014-06-23 10:13:12 - 1.0.959.0
    2014-06-23 10:13:12 - A higher version of the prerequisite above is already installed
    2014-06-23 10:13:12 - Check whether the following prerequisite is installed:
    2014-06-23 10:13:12 - Microsoft WCF Data Services 5.0
    2014-06-23 10:13:12 - Reading the following string value/name...
    2014-06-23 10:13:12 - Version
    2014-06-23 10:13:12 - from the following registry location...
    2014-06-23 10:13:12 - SOFTWARE\Wow6432Node\Microsoft\Microsoft WCF Data Services\5.0
    2014-06-23 10:13:12 - The value is...
    2014-06-23 10:13:12 - 5.0.51212.0
    2014-06-23 10:13:12 - A higher version of the prerequisite above is already installed
    2014-06-23 10:13:12 - Check whether the following prerequisite is installed:
    2014-06-23 10:13:12 - Cumulative Update Package 1 for Microsoft AppFabric 1.1 for Windows Server (KB2671763)
    2014-06-23 10:13:12 - Reading the following DWORD value/name...
    2014-06-23 10:13:12 - IsInstalled
    2014-06-23 10:13:12 - from the following registry location...
    2014-06-23 10:13:12 - SOFTWARE\Wow6432Node\Microsoft\Updates\AppFabric 1.1 for Windows Server\KB2671763
    2014-06-23 10:13:12 - The value is (1)
    2014-06-23 10:13:12 - The prerequisite above is already installed
    2014-06-23 10:13:19 - Beginning download/installation
    2014-06-23 10:13:19 - Created thread for installer
    2014-06-23 10:13:20 - "C:\Windows\system32\ServerManagerCmd.exe" -inputpath "C:\Users\ADMINI~1\AppData\Local\Temp\2\PreA98B.tmp.XML"
    2014-06-23 10:13:20 - Error: Unable to install (2)
    2014-06-23 10:13:20 - Error: [In HRESULT format] (-2147024894)
    2014-06-23 10:13:20 - Last return code (2)
    2014-06-23 10:13:20 - Reading the following DWORD value/name...
    2014-06-23 10:13:20 - Flags
    2014-06-23 10:13:20 - from the following registry location...
    2014-06-23 10:13:20 - SOFTWARE\Microsoft\Updates\UpdateExeVolatile
    2014-06-23 10:13:20 - Reading the following string value/name...
    2014-06-23 10:13:20 - PendingFileRenameOperations
    2014-06-23 10:13:20 - from the following registry location...
    2014-06-23 10:13:20 - SYSTEM\CurrentControlSet\Control\Session Manager
    2014-06-23 10:13:20 - Reading the following registry location...
    2014-06-23 10:13:20 - SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\RebootRequired
    2014-06-23 10:13:20 - Error: The tool was unable to install Application Server Role, Web Server (IIS) Role.
    2014-06-23 10:13:20 - Last return code (2)
    2014-06-23 10:13:20 - Options for further diagnostics: 1. Look up the return code value 2. Download the prerequisite manually and verify size downloaded by the prerequisite installer. 3. Install the prerequisite manually from the given location without any
    command line options.
    2014-06-23 10:13:20 - Cannot retry
    2014-06-23 10:13:20 - Check whether the following prerequisite is installed:
    2014-06-23 10:13:20 - Windows Management Framework 3.0
    2014-06-23 10:13:20 - Reading the following string value/name...
    2014-06-23 10:13:20 - PowerShellVersion
    2014-06-23 10:13:20 - from the following registry location...
    2014-06-23 10:13:20 - SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine
    2014-06-23 10:13:20 - The value is...
    2014-06-23 10:13:20 - 4.0
    2014-06-23 10:13:20 - A higher version of the prerequisite above is already installed
    2014-06-23 10:13:20 - Check whether the following prerequisite is installed:
    2014-06-23 10:13:20 - Microsoft .NET Framework 4.5
    2014-06-23 10:13:20 - Reading the following DWORD value/name...
    2014-06-23 10:13:20 - Install
    2014-06-23 10:13:20 - from the following registry location...
    2014-06-23 10:13:20 - SOFTWARE\Microsoft\Net Framework Setup\NDP\V4\full
    2014-06-23 10:13:20 - The value is (1)
    2014-06-23 10:13:20 - Reading the following string value/name...
    2014-06-23 10:13:20 - Version
    2014-06-23 10:13:20 - from the following registry location...
    2014-06-23 10:13:20 - SOFTWARE\Microsoft\Net Framework Setup\NDP\V4\full
    2014-06-23 10:13:20 - The value is...
    2014-06-23 10:13:20 - 4.5.51641
    2014-06-23 10:13:20 - A post release .NET 4.5 is installed
    2014-06-23 10:13:20 - Check whether the following prerequisite is installed:
    2014-06-23 10:13:20 - Windows Identity Foundation (KB974405)
    2014-06-23 10:13:20 - Reading the following string value/name...
    2014-06-23 10:13:20 -
    2014-06-23 10:13:20 - from the following registry location...
    2014-06-23 10:13:20 - SOFTWARE\Microsoft\Windows Identity Foundation\Setup\v3.5
    2014-06-23 10:13:20 - The value is...
    2014-06-23 10:13:20 - 6.1.7600.0
    2014-06-23 10:13:20 - The prerequisite above is already installed
    2014-06-23 10:13:20 - Check whether the following prerequisite is installed:
    2014-06-23 10:13:20 - Microsoft Sync Framework Runtime v1.0 SP1 (x64)
    2014-06-23 10:13:20 - Reading version of the following file...
    2014-06-23 10:13:20 - C:\Windows\assembly\GAC_MSIL\Microsoft.Synchronization\1.0.0.0__89845dcd8080cc91\Microsoft.Synchronization.dll
    2014-06-23 10:13:20 - The version is...
    2014-06-23 10:13:20 - 1.0.3010.0
    2014-06-23 10:13:20 - The prerequisite above is already installed
    2014-06-23 10:13:20 - Check whether the following prerequisite is installed:
    2014-06-23 10:13:20 - Microsoft SQL Server 2008 R2 SP1 Native Client
    2014-06-23 10:13:20 - Reading the following string value/name...
    2014-06-23 10:13:20 - Version
    2014-06-23 10:13:20 - from the following registry location...
    2014-06-23 10:13:20 - SOFTWARE\Microsoft\Microsoft SQL Server\SQLNCLI10\CurrentVersion
    2014-06-23 10:13:20 - The value is...
    2014-06-23 10:13:20 - 10.51.2500.0
    2014-06-23 10:13:20 - A higher version of the prerequisite above is already installed
    2014-06-23 10:13:20 - Check whether the following prerequisite is installed:
    2014-06-23 10:13:20 - Windows Server AppFabric
    2014-06-23 10:13:20 - Reading the following string value/name...
    2014-06-23 10:13:20 - ProductVersion
    2014-06-23 10:13:20 - from the following registry location...
    2014-06-23 10:13:20 - SOFTWARE\Microsoft\AppFabric\V1.0
    2014-06-23 10:13:20 - The value is...
    2014-06-23 10:13:20 - 1.1.2106.32
    2014-06-23 10:13:20 - Reading the following string value/name...
    2014-06-23 10:13:20 - ProductVersion
    2014-06-23 10:13:20 - from the following registry location...
    2014-06-23 10:13:20 - SOFTWARE\Microsoft\AppFabric\V1.0
    2014-06-23 10:13:20 - The value is...
    2014-06-23 10:13:20 - 1.1.2106.32
    2014-06-23 10:13:20 - Reading the following string value/name...
    2014-06-23 10:13:20 - ProductVersion
    2014-06-23 10:13:20 - from the following registry location...
    2014-06-23 10:13:20 - SOFTWARE\Microsoft\AppFabric\V1.0
    2014-06-23 10:13:20 - The value is...
    2014-06-23 10:13:20 - 1.1.2106.32
    2014-06-23 10:13:20 - Reading the following DWORD value/name...
    2014-06-23 10:13:20 - DCC
    2014-06-23 10:13:20 - from the following registry location...
    2014-06-23 10:13:20 - SOFTWARE\Microsoft\AppFabric\V1.0\Features
    2014-06-23 10:13:20 - The value is (1)
    2014-06-23 10:13:20 - CacheClient is Installed.
    2014-06-23 10:13:20 - Reading the following DWORD value/name...
    2014-06-23 10:13:20 - DCS
    2014-06-23 10:13:20 - from the following registry location...
    2014-06-23 10:13:20 - SOFTWARE\Microsoft\AppFabric\V1.0\Features
    2014-06-23 10:13:20 - The value is (1)
    2014-06-23 10:13:20 - CacheService is Installed.
    2014-06-23 10:13:20 - Reading the following DWORD value/name...
    2014-06-23 10:13:20 - DCA
    2014-06-23 10:13:20 - from the following registry location...
    2014-06-23 10:13:20 - SOFTWARE\Microsoft\AppFabric\V1.0\Features
    2014-06-23 10:13:20 - The value is (1)
    2014-06-23 10:13:20 - CacheAdmin is Installed.
    2014-06-23 10:13:20 - The prerequisite above is already installed
    2014-06-23 10:13:20 - Check whether the following prerequisite is installed:
    2014-06-23 10:13:20 - Windows Identity Foundation (KB974405)
    2014-06-23 10:13:20 - Reading the following string value/name...
    2014-06-23 10:13:20 -
    2014-06-23 10:13:20 - from the following registry location...
    2014-06-23 10:13:20 - SOFTWARE\Microsoft\Microsoft Identity Extensions\Setup\1.0
    2014-06-23 10:13:20 - The value is...
    2014-06-23 10:13:20 - 2.0.1230.0
    2014-06-23 10:13:20 - The prerequisite above is already installed
    2014-06-23 10:13:20 - Check whether the following prerequisite is installed:
    2014-06-23 10:13:20 - Microsoft Information Protection and Control Client
    2014-06-23 10:13:20 - Reading the following string value/name...
    2014-06-23 10:13:20 -
    2014-06-23 10:13:20 - from the following registry location...
    2014-06-23 10:13:20 - SOFTWARE\Microsoft\MSIPC\CurrentVersion
    2014-06-23 10:13:20 - The value is...
    2014-06-23 10:13:20 - 1.0.959.0
    2014-06-23 10:13:20 - A higher version of the prerequisite above is already installed
    2014-06-23 10:13:20 - Check whether the following prerequisite is installed:
    2014-06-23 10:13:20 - Microsoft WCF Data Services 5.0
    2014-06-23 10:13:20 - Reading the following string value/name...
    2014-06-23 10:13:20 - Version
    2014-06-23 10:13:20 - from the following registry location...
    2014-06-23 10:13:20 - SOFTWARE\Wow6432Node\Microsoft\Microsoft WCF Data Services\5.0
    2014-06-23 10:13:20 - The value is...
    2014-06-23 10:13:20 - 5.0.51212.0
    2014-06-23 10:13:20 - A higher version of the prerequisite above is already installed
    2014-06-23 10:13:20 - Check whether the following prerequisite is installed:
    2014-06-23 10:13:20 - Cumulative Update Package 1 for Microsoft AppFabric 1.1 for Windows Server (KB2671763)
    2014-06-23 10:13:20 - Reading the following DWORD value/name...
    2014-06-23 10:13:20 - IsInstalled
    2014-06-23 10:13:20 - from the following registry location...
    2014-06-23 10:13:20 - SOFTWARE\Wow6432Node\Microsoft\Updates\AppFabric 1.1 for Windows Server\KB2671763
    2014-06-23 10:13:20 - The value is (1)
    2014-06-23 10:13:20 - The prerequisite above is already installed
    2014-06-23 10:16:23 - Opening log file
    2014-06-23 10:16:23 - Opened action for user
    2014-06-23 10:16:23 - C:\Users\ADMINI~1\AppData\Local\Temp\2\prerequisiteinstaller.2014.06.23-10.13.12.log

    It looks like you may have extracted the files to C:\sp2013. Can you try installing from a mounted ISO instead? Can you also validate that this is Server 2012 and not 2012 R2?
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • App+IIS server role, WCF data problems with Shrepoint Foundation 2013 install on 2012 R2

    Hi
    I am having tremendous trouble installing Sharepoint Foundation on a Windows 2012 R2 domain controller.
    The server has just been added to our domain, promoted and this is the first piece of software I am trying to install. I had run Windows Update after joining it to the domain and before making it a member server before it was promoted.
    I had real problems getting AppFabric to install but that is now done. However when I run the Sharepoint prerequisite installer (As Administrator) a results screen is displayed stating there was a configuration error during the installation of the Application
    Server Role, Web Server (IIS) Role. It also says that the installation of Microsoft WCF Data Services 5 was skipped.
    I manually added the Application Server Role.
    I have manually installed WCF Data Services, which was successful.
    I have used this page
    http://support.microsoft.com/kb/2765260/en-gb to try and get around the Application Server and IIS Roles error. The hotfix quoted on that page is not applicable to this system. I had to run a DISM command to create an image from the OS installation media
    before the Powershell commands would work.
    Next, I rebooted the server and ran the prerequisite installer again as recommended. However, exactly the same problems are reported.
    Can anyone help me with this, please?
    Thanks.
    Prerequisiteinstaller log:
    2014-07-08 15:31:20 - Processor architecture is (9)
    2014-07-08 15:31:20 - Reading the following string value/name...
    2014-07-08 15:31:20 - Common Startup
    2014-07-08 15:31:20 - from the following registry location...
    2014-07-08 15:31:20 - SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
    2014-07-08 15:31:20 - The value is...
    2014-07-08 15:31:20 - C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    2014-07-08 15:31:20 - Trying to remove the startup task if there is any.
    2014-07-08 15:31:20 - C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\SharePointServerPreparationToolStartup_0FF1CE14-0000-0000-0000-000000000000.cmd
    2014-07-08 15:31:20 - Error: Startup task doesn't exist. This is not a continuation after a restart.
    2014-07-08 15:31:20 - Locating the following command line arguments file:
    2014-07-08 15:31:20 - C:\Program Files (x86)\MSECache\SharePoint2010\PrerequisiteInstaller.Arguments.txt
    2014-07-08 15:31:20 - Error: This file does not exist
    2014-07-08 15:31:20 - Details of the current operating system:
    2014-07-08 15:31:20 - Major version number of the operating system:  (6)
    2014-07-08 15:31:20 - Minor version number of the operating system:  (2)
    2014-07-08 15:31:20 - Build number of the operating system:  (0X23F0=9200)
    2014-07-08 15:31:20 - Major version number of the latest Service Pack:  (0)
    2014-07-08 15:31:20 - Minor version number of the latest Service Pack:  (0)
    2014-07-08 15:31:20 - Platform ID of the operating system:  (2)
    2014-07-08 15:31:20 - Product suites available on the operating system:  (0X110=272)
    2014-07-08 15:31:20 - Product type of the operating system: VER_NT_DOMAIN_CONROLLER
    2014-07-08 15:31:20 - Product type:  (7)
    2014-07-08 15:31:20 - OS type:  (0)
    2014-07-08 15:31:20 - Configuring the application's property sheet...
    2014-07-08 15:31:20 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:20 - Windows Management Framework 3.0
    2014-07-08 15:31:20 - Reading the following string value/name...
    2014-07-08 15:31:20 - PowerShellVersion
    2014-07-08 15:31:20 - from the following registry location...
    2014-07-08 15:31:20 - SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine
    2014-07-08 15:31:20 - The value is...
    2014-07-08 15:31:20 - 4.0
    2014-07-08 15:31:20 - A higher version of the prerequisite above is already installed
    2014-07-08 15:31:20 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:20 - Microsoft .NET Framework 4.5
    2014-07-08 15:31:20 - Reading the following DWORD value/name...
    2014-07-08 15:31:20 - Install
    2014-07-08 15:31:20 - from the following registry location...
    2014-07-08 15:31:20 - SOFTWARE\Microsoft\Net Framework Setup\NDP\V4\full
    2014-07-08 15:31:20 - The value is (1)
    2014-07-08 15:31:20 - Reading the following string value/name...
    2014-07-08 15:31:20 - Version
    2014-07-08 15:31:20 - from the following registry location...
    2014-07-08 15:31:20 - SOFTWARE\Microsoft\Net Framework Setup\NDP\V4\full
    2014-07-08 15:31:20 - The value is...
    2014-07-08 15:31:20 - 4.5.51641
    2014-07-08 15:31:20 - A post release .NET 4.5 is installed
    2014-07-08 15:31:20 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:20 - Windows Identity Foundation (KB974405)
    2014-07-08 15:31:20 - Reading the following string value/name...
    2014-07-08 15:31:20 -
    2014-07-08 15:31:20 - from the following registry location...
    2014-07-08 15:31:20 - SOFTWARE\Microsoft\Windows Identity Foundation\Setup\v3.5
    2014-07-08 15:31:20 - The value is...
    2014-07-08 15:31:20 - 6.1.7600.0
    2014-07-08 15:31:20 - The prerequisite above is already installed
    2014-07-08 15:31:20 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:20 - Microsoft Sync Framework Runtime v1.0 SP1 (x64)
    2014-07-08 15:31:20 - Reading version of the following file...
    2014-07-08 15:31:20 - C:\Windows\assembly\GAC_MSIL\Microsoft.Synchronization\1.0.0.0__89845dcd8080cc91\Microsoft.Synchronization.dll
    2014-07-08 15:31:20 - The version is...
    2014-07-08 15:31:20 - 1.0.3010.0
    2014-07-08 15:31:20 - The prerequisite above is already installed
    2014-07-08 15:31:20 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:20 - Microsoft SQL Server 2008 R2 SP1 Native Client
    2014-07-08 15:31:20 - Reading the following string value/name...
    2014-07-08 15:31:20 - Version
    2014-07-08 15:31:20 - from the following registry location...
    2014-07-08 15:31:20 - SOFTWARE\Microsoft\Microsoft SQL Server\SQLNCLI10\CurrentVersion
    2014-07-08 15:31:20 - The value is...
    2014-07-08 15:31:20 - 10.51.2500.0
    2014-07-08 15:31:20 - A higher version of the prerequisite above is already installed
    2014-07-08 15:31:20 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:20 - Windows Server AppFabric
    2014-07-08 15:31:20 - Reading the following string value/name...
    2014-07-08 15:31:20 - ProductVersion
    2014-07-08 15:31:20 - from the following registry location...
    2014-07-08 15:31:20 - SOFTWARE\Microsoft\AppFabric\V1.0
    2014-07-08 15:31:20 - The value is...
    2014-07-08 15:31:20 - 1.1.2106.32
    2014-07-08 15:31:20 - Reading the following string value/name...
    2014-07-08 15:31:20 - ProductVersion
    2014-07-08 15:31:20 - from the following registry location...
    2014-07-08 15:31:20 - SOFTWARE\Microsoft\AppFabric\V1.0
    2014-07-08 15:31:20 - The value is...
    2014-07-08 15:31:20 - 1.1.2106.32
    2014-07-08 15:31:20 - Reading the following string value/name...
    2014-07-08 15:31:20 - ProductVersion
    2014-07-08 15:31:20 - from the following registry location...
    2014-07-08 15:31:20 - SOFTWARE\Microsoft\AppFabric\V1.0
    2014-07-08 15:31:20 - The value is...
    2014-07-08 15:31:20 - 1.1.2106.32
    2014-07-08 15:31:20 - Reading the following DWORD value/name...
    2014-07-08 15:31:20 - DCC
    2014-07-08 15:31:20 - from the following registry location...
    2014-07-08 15:31:20 - SOFTWARE\Microsoft\AppFabric\V1.0\Features
    2014-07-08 15:31:20 - The value is (1)
    2014-07-08 15:31:20 - CacheClient is Installed.
    2014-07-08 15:31:20 - Reading the following DWORD value/name...
    2014-07-08 15:31:20 - DCS
    2014-07-08 15:31:20 - from the following registry location...
    2014-07-08 15:31:20 - SOFTWARE\Microsoft\AppFabric\V1.0\Features
    2014-07-08 15:31:20 - The value is (1)
    2014-07-08 15:31:20 - CacheService is Installed.
    2014-07-08 15:31:20 - Reading the following DWORD value/name...
    2014-07-08 15:31:20 - DCA
    2014-07-08 15:31:20 - from the following registry location...
    2014-07-08 15:31:20 - SOFTWARE\Microsoft\AppFabric\V1.0\Features
    2014-07-08 15:31:20 - The value is (1)
    2014-07-08 15:31:20 - CacheAdmin is Installed.
    2014-07-08 15:31:20 - The prerequisite above is already installed
    2014-07-08 15:31:20 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:20 - Windows Identity Foundation (KB974405)
    2014-07-08 15:31:20 - Reading the following string value/name...
    2014-07-08 15:31:20 -
    2014-07-08 15:31:20 - from the following registry location...
    2014-07-08 15:31:20 - SOFTWARE\Microsoft\Microsoft Identity Extensions\Setup\1.0
    2014-07-08 15:31:20 - The value is...
    2014-07-08 15:31:20 - 2.0.1459.0
    2014-07-08 15:31:20 - A higher version of the prerequisite above is already installed
    2014-07-08 15:31:20 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:20 - Microsoft Information Protection and Control Client
    2014-07-08 15:31:20 - Reading the following string value/name...
    2014-07-08 15:31:20 -
    2014-07-08 15:31:20 - from the following registry location...
    2014-07-08 15:31:20 - SOFTWARE\Microsoft\MSIPC\CurrentVersion
    2014-07-08 15:31:20 - The value is...
    2014-07-08 15:31:20 - 1.0.621.117
    2014-07-08 15:31:20 - A higher version of the prerequisite above is already installed
    2014-07-08 15:31:20 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:20 - Microsoft WCF Data Services 5.0
    2014-07-08 15:31:20 - Reading the following string value/name...
    2014-07-08 15:31:20 - Version
    2014-07-08 15:31:20 - from the following registry location...
    2014-07-08 15:31:20 - SOFTWARE\Wow6432Node\Microsoft\Microsoft WCF Data Services\5.0
    2014-07-08 15:31:20 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:20 - Cumulative Update Package 1 for Microsoft AppFabric 1.1 for Windows Server (KB2671763)
    2014-07-08 15:31:20 - Reading the following DWORD value/name...
    2014-07-08 15:31:20 - IsInstalled
    2014-07-08 15:31:20 - from the following registry location...
    2014-07-08 15:31:20 - SOFTWARE\Wow6432Node\Microsoft\Updates\AppFabric 1.1 for Windows Server\KB2671763
    2014-07-08 15:31:20 - The value is (1)
    2014-07-08 15:31:20 - The prerequisite above is already installed
    2014-07-08 15:31:23 - Beginning download/installation
    2014-07-08 15:31:23 - Created thread for installer
    2014-07-08 15:31:23 - "C:\Windows\system32\ServerManagerCmd.exe" -inputpath "C:\Users\ADMINI~1.HTL\AppData\Local\Temp\2\Pre1B5C.tmp.XML"
    2014-07-08 15:31:23 - Error: Unable to install (2)
    2014-07-08 15:31:23 - Error: [In HRESULT format] (-2147024894)
    2014-07-08 15:31:23 - Last return code (2)
    2014-07-08 15:31:23 - Reading the following DWORD value/name...
    2014-07-08 15:31:23 - Flags
    2014-07-08 15:31:23 - from the following registry location...
    2014-07-08 15:31:23 - SOFTWARE\Microsoft\Updates\UpdateExeVolatile
    2014-07-08 15:31:23 - Reading the following string value/name...
    2014-07-08 15:31:23 - PendingFileRenameOperations
    2014-07-08 15:31:23 - from the following registry location...
    2014-07-08 15:31:23 - SYSTEM\CurrentControlSet\Control\Session Manager
    2014-07-08 15:31:23 - Reading the following registry location...
    2014-07-08 15:31:23 - SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\RebootRequired
    2014-07-08 15:31:23 - Error: The tool was unable to install Application Server Role, Web Server (IIS) Role.
    2014-07-08 15:31:23 - Last return code (2)
    2014-07-08 15:31:23 - Options for further diagnostics: 1. Look up the return code value 2. Download the prerequisite manually and verify size downloaded by the prerequisite installer. 3. Install the prerequisite manually from the given location without any
    command line options.
    2014-07-08 15:31:23 - Cannot retry
    2014-07-08 15:31:23 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:23 - Windows Management Framework 3.0
    2014-07-08 15:31:23 - Reading the following string value/name...
    2014-07-08 15:31:23 - PowerShellVersion
    2014-07-08 15:31:23 - from the following registry location...
    2014-07-08 15:31:23 - SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine
    2014-07-08 15:31:23 - The value is...
    2014-07-08 15:31:23 - 4.0
    2014-07-08 15:31:23 - A higher version of the prerequisite above is already installed
    2014-07-08 15:31:23 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:23 - Microsoft .NET Framework 4.5
    2014-07-08 15:31:23 - Reading the following DWORD value/name...
    2014-07-08 15:31:23 - Install
    2014-07-08 15:31:23 - from the following registry location...
    2014-07-08 15:31:23 - SOFTWARE\Microsoft\Net Framework Setup\NDP\V4\full
    2014-07-08 15:31:23 - The value is (1)
    2014-07-08 15:31:23 - Reading the following string value/name...
    2014-07-08 15:31:23 - Version
    2014-07-08 15:31:23 - from the following registry location...
    2014-07-08 15:31:23 - SOFTWARE\Microsoft\Net Framework Setup\NDP\V4\full
    2014-07-08 15:31:23 - The value is...
    2014-07-08 15:31:23 - 4.5.51641
    2014-07-08 15:31:23 - A post release .NET 4.5 is installed
    2014-07-08 15:31:23 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:23 - Windows Identity Foundation (KB974405)
    2014-07-08 15:31:23 - Reading the following string value/name...
    2014-07-08 15:31:23 -
    2014-07-08 15:31:23 - from the following registry location...
    2014-07-08 15:31:23 - SOFTWARE\Microsoft\Windows Identity Foundation\Setup\v3.5
    2014-07-08 15:31:23 - The value is...
    2014-07-08 15:31:23 - 6.1.7600.0
    2014-07-08 15:31:23 - The prerequisite above is already installed
    2014-07-08 15:31:23 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:23 - Microsoft Sync Framework Runtime v1.0 SP1 (x64)
    2014-07-08 15:31:23 - Reading version of the following file...
    2014-07-08 15:31:23 - C:\Windows\assembly\GAC_MSIL\Microsoft.Synchronization\1.0.0.0__89845dcd8080cc91\Microsoft.Synchronization.dll
    2014-07-08 15:31:23 - The version is...
    2014-07-08 15:31:23 - 1.0.3010.0
    2014-07-08 15:31:23 - The prerequisite above is already installed
    2014-07-08 15:31:23 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:23 - Microsoft SQL Server 2008 R2 SP1 Native Client
    2014-07-08 15:31:23 - Reading the following string value/name...
    2014-07-08 15:31:23 - Version
    2014-07-08 15:31:23 - from the following registry location...
    2014-07-08 15:31:23 - SOFTWARE\Microsoft\Microsoft SQL Server\SQLNCLI10\CurrentVersion
    2014-07-08 15:31:23 - The value is...
    2014-07-08 15:31:23 - 10.51.2500.0
    2014-07-08 15:31:23 - A higher version of the prerequisite above is already installed
    2014-07-08 15:31:23 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:23 - Windows Server AppFabric
    2014-07-08 15:31:23 - Reading the following string value/name...
    2014-07-08 15:31:23 - ProductVersion
    2014-07-08 15:31:23 - from the following registry location...
    2014-07-08 15:31:23 - SOFTWARE\Microsoft\AppFabric\V1.0
    2014-07-08 15:31:23 - The value is...
    2014-07-08 15:31:23 - 1.1.2106.32
    2014-07-08 15:31:23 - Reading the following string value/name...
    2014-07-08 15:31:23 - ProductVersion
    2014-07-08 15:31:23 - from the following registry location...
    2014-07-08 15:31:23 - SOFTWARE\Microsoft\AppFabric\V1.0
    2014-07-08 15:31:23 - The value is...
    2014-07-08 15:31:23 - 1.1.2106.32
    2014-07-08 15:31:23 - Reading the following string value/name...
    2014-07-08 15:31:23 - ProductVersion
    2014-07-08 15:31:23 - from the following registry location...
    2014-07-08 15:31:23 - SOFTWARE\Microsoft\AppFabric\V1.0
    2014-07-08 15:31:23 - The value is...
    2014-07-08 15:31:23 - 1.1.2106.32
    2014-07-08 15:31:23 - Reading the following DWORD value/name...
    2014-07-08 15:31:23 - DCC
    2014-07-08 15:31:23 - from the following registry location...
    2014-07-08 15:31:23 - SOFTWARE\Microsoft\AppFabric\V1.0\Features
    2014-07-08 15:31:23 - The value is (1)
    2014-07-08 15:31:23 - CacheClient is Installed.
    2014-07-08 15:31:23 - Reading the following DWORD value/name...
    2014-07-08 15:31:23 - DCS
    2014-07-08 15:31:23 - from the following registry location...
    2014-07-08 15:31:23 - SOFTWARE\Microsoft\AppFabric\V1.0\Features
    2014-07-08 15:31:23 - The value is (1)
    2014-07-08 15:31:23 - CacheService is Installed.
    2014-07-08 15:31:23 - Reading the following DWORD value/name...
    2014-07-08 15:31:23 - DCA
    2014-07-08 15:31:23 - from the following registry location...
    2014-07-08 15:31:23 - SOFTWARE\Microsoft\AppFabric\V1.0\Features
    2014-07-08 15:31:23 - The value is (1)
    2014-07-08 15:31:23 - CacheAdmin is Installed.
    2014-07-08 15:31:23 - The prerequisite above is already installed
    2014-07-08 15:31:23 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:23 - Windows Identity Foundation (KB974405)
    2014-07-08 15:31:23 - Reading the following string value/name...
    2014-07-08 15:31:23 -
    2014-07-08 15:31:23 - from the following registry location...
    2014-07-08 15:31:23 - SOFTWARE\Microsoft\Microsoft Identity Extensions\Setup\1.0
    2014-07-08 15:31:23 - The value is...
    2014-07-08 15:31:23 - 2.0.1459.0
    2014-07-08 15:31:23 - A higher version of the prerequisite above is already installed
    2014-07-08 15:31:23 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:23 - Microsoft Information Protection and Control Client
    2014-07-08 15:31:23 - Reading the following string value/name...
    2014-07-08 15:31:23 -
    2014-07-08 15:31:23 - from the following registry location...
    2014-07-08 15:31:23 - SOFTWARE\Microsoft\MSIPC\CurrentVersion
    2014-07-08 15:31:23 - The value is...
    2014-07-08 15:31:23 - 1.0.621.117
    2014-07-08 15:31:23 - A higher version of the prerequisite above is already installed
    2014-07-08 15:31:23 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:23 - Microsoft WCF Data Services 5.0
    2014-07-08 15:31:23 - Reading the following string value/name...
    2014-07-08 15:31:23 - Version
    2014-07-08 15:31:23 - from the following registry location...
    2014-07-08 15:31:23 - SOFTWARE\Wow6432Node\Microsoft\Microsoft WCF Data Services\5.0
    2014-07-08 15:31:23 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:23 - Cumulative Update Package 1 for Microsoft AppFabric 1.1 for Windows Server (KB2671763)
    2014-07-08 15:31:23 - Reading the following DWORD value/name...
    2014-07-08 15:31:23 - IsInstalled
    2014-07-08 15:31:23 - from the following registry location...
    2014-07-08 15:31:23 - SOFTWARE\Wow6432Node\Microsoft\Updates\AppFabric 1.1 for Windows Server\KB2671763
    2014-07-08 15:31:23 - The value is (1)
    2014-07-08 15:31:23 - The prerequisite above is already installed
    2014-07-08 15:31:26 - Opening log file
    2014-07-08 15:31:26 - Opened action for user
    2014-07-08 15:31:26 - C:\Users\ADMINI~1.HTL\AppData\Local\Temp\2\prerequisiteinstaller.2014.07.08-15.31.20.log

    SharePoint is not supported to be installed on a Domain Controller (see http://support.microsoft.com/kb/2764086). You'll need to find another server.
    But regardless, with SharePoint 2013, you need SharePoint 2013 with SP1 in order to install on Server 2012 R2.
    http://www.microsoft.com/en-us/download/details.aspx?id=42039
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Error while installing Microsoft Identity Extensions Setup during installation of SharePoint Foundation 2013 on Windows Server 2012

    Hi All,
     When i try to manually (no internet connection on the server) install SharePoint 2013 Prerequisites on Windows Server 2012 I get the below error
    I have installed .Net Framework 3.5, 4.0 and Windows Identity Foundation using Add server roles or features from the server manager.
    From Software & Hardware requirements for SharePoint 2013 give
    Prerequisites for SharePoint 2013 I can see that the identity extensions are available only of Windows Server 2008 R2 and not for windows server 2012. Can you please provide the link for windows server 2012? 
    I have installed all the prerequisites required except Microsoft Identity Extensions.
    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.

    I fixed it by installing Microsoft Identity extensions from command line, please find command line below.
    C:\Windows\System32>msiexec.exe /i "C:\SharePoint2013ServerFiles\prerequisiteinstallerfiles\MicrosoftIdentityExtensions-64.msi" /quiet /norestart
    Note: In the above command C:\SharePoint2013ServerFiles\prerequisiteinsTallerfiles is the path where I had downloaded all the prerequisites for SP2013
    This will install Microsoft Identity Extensions and creates registry entries, which will help the SharePoint 2013 Prerequisite installer to complete the setup
    For more details check out
    here
    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.

  • Key mapping to extension.

    Hi,
    I have setup Exchange 2010 with Unified Messaging role and Lync 2010. They are integrated and working fine.
    I also have a prompt that says: "Welcome to CompanyABC. If you know the extension number of the person you wish to speak to, please dial now. Alternatively, press 1 for Group1, 2 for Group2, 3 for Group3, 9 for Group4 or hold the line".
    Each extension has 3 digits and what I need to achieve is if the user press 3 digits on the main prompt, he gets transferred to the extension. However, this seems not to be an option on the UM Auto Attendant because the key mapping only accepts
    one digit.
    Does anyone know how to implement this scenario on Exchange UM?
    Thanks in advance,
    Giancarlo

    you are probably trying to acheive both DTMF key mapping dialing AND extension dialing at the same time. Exchange UM AA cannot do this. Below is a work around:
    http://windowspbx.blogspot.com/2013/04/how-to-achieve-dial-by-extension-with.html?showComment=1390403964024#c1243844103915151016
    http://lync.ideascale.com/a/dtd/Exchange-UM-Auto-Attendant-Dial-Extension-or-Key-Mapping/423149-16285
    +Say thanks and observe basic forum courtesy:
    +If this post answered your question, Mark As Answer
    +If this post was helpful, Vote as Helpful
    windowspbx blog: my thots/howtos
    see/submit Lync suggestions here: simple and public

  • Updating Azure Svc Mgmnt for Extensions

    Greetings!  We are getting the following error on one of our Web Roles:
    DiagnosticsPlugin.exe Information: 0 : [3/18/2015 7:39:07 PM] Decrypting private configuration
    DiagnosticsPlugin.exe Warning: 0 : [3/18/2015 7:39:07 PM] No certficate with given thumbprint found in the certificate store. Thumbprint:<thumbprint>
    At which point the Diagnostics extension is unable to initialize.  I have verified that this certificate exists in Azure and is associated with this specific role.  I have checked in the certificate management console and we do not see the certificate
    being installed on the instance.  Upon reviewing AppAgentRuntime.log on the instance, we can see that our SSL certificate and Remote Desktop certificate are being deployed, but not the service management certificate.
    I have compared these logs with the logs from a working instance in order to verify what I should be seeing.
    At this point, I have determined that we have one of two options:
    Re-upload the Azure Service Management for Extensions into our environment.
    Create a new Service Management certificate, upload it, and configure our role to use this certificate when decrypting the PrivateConfig for our instances.
    We run into the following problems, however:
    I cannot download the existing Service Management certificate as it was auto-generated by Azure.  I can pull down the public certificate, but not the full certificate in order to re-upload it.
    Having reviewed all of the PowerShell commands, Visual Studio options, and Management interface, I cannot see how to update the configuration for Azure such that a different certificate is used to encrypt the private config and is used to decrypt the same.
    We have tried disabling and re-enabling diagnostics on our role -- both via Visual Studio and PowerShell.  We have also attempted restarting our instances after making diagnostics changes -- to no effect.
    Any help would be appreciated!
    Thanks,
    Bobby D

    Hi,
    Thank you for reaching out to us. Let me engage this post with someone who is more familiar with the topic. We shall revert back to you with an update at the earliest. Sincerely appreciate your patience.
    Regards,
    Prasant

  • Application Server Role, Web Server (IIS) Role: configuration error - There is a pending restart of the computer

    when I run prerequisiteinstaller.exe in sharepoint 2013 on windows server 2008 R2 with sp1, got this error, below is the log information:
    2014-02-28 12:01:02 - Processor architecture is (9)
    2014-02-28 12:01:02 - Reading the following string value/name...
    2014-02-28 12:01:02 - Common Startup
    2014-02-28 12:01:02 - from the following registry location...
    2014-02-28 12:01:02 - SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
    2014-02-28 12:01:02 - The value is... 
    2014-02-28 12:01:02 - C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    2014-02-28 12:01:02 - Trying to remove the startup task if there is any.
    2014-02-28 12:01:02 - C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\SharePointServerPreparationToolStartup_0FF1CE14-0000-0000-0000-000000000000.cmd
    2014-02-28 12:01:02 - Successfully deleted the startup task
    2014-02-28 12:01:02 - Analyzing the following command line argument:
    2014-02-28 12:01:02 - /continue
    2014-02-28 12:01:02 - Continuing after restart
    2014-02-28 12:01:02 - Details of the current operating system: 
    2014-02-28 12:01:02 - Major version number of the operating system:  (6)
    2014-02-28 12:01:02 - Minor version number of the operating system:  (1)
    2014-02-28 12:01:02 - Build number of the operating system:  (0X1DB1=7601)
    2014-02-28 12:01:02 - Major version number of the latest Service Pack:  (1)
    2014-02-28 12:01:02 - Minor version number of the latest Service Pack:  (0)
    2014-02-28 12:01:02 - Platform ID of the operating system:  (2)
    2014-02-28 12:01:02 - Product suites available on the operating system:  (0X112=274)
    2014-02-28 12:01:02 - Product type of the operating system: VER_NT_SERVER
    2014-02-28 12:01:02 - Product type:  (10)
    2014-02-28 12:01:02 - OS type:  (0)
    2014-02-28 12:01:02 - Configuring the application's property sheet...
    2014-02-28 12:01:02 - Check whether the following prerequisite is installed:
    2014-02-28 12:01:02 - Windows Management Framework 3.0
    2014-02-28 12:01:02 - Reading the following string value/name...
    2014-02-28 12:01:02 - PowerShellVersion
    2014-02-28 12:01:02 - from the following registry location...
    2014-02-28 12:01:02 - SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine
    2014-02-28 12:01:02 - The value is... 
    2014-02-28 12:01:02 - 3.0
    2014-02-28 12:01:02 - Reading the following string value/name...
    2014-02-28 12:01:02 - CTPVersion
    2014-02-28 12:01:02 - from the following registry location...
    2014-02-28 12:01:02 - SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine
    2014-02-28 12:01:02 - Could not find or unable to read CTPVersion key
    2014-02-28 12:01:02 - The prerequisite above is already installed
    2014-02-28 12:01:02 - Check whether the following prerequisite is installed:
    2014-02-28 12:01:02 - Microsoft .NET Framework 4.5
    2014-02-28 12:01:02 - Reading the following DWORD value/name...
    2014-02-28 12:01:02 - Install
    2014-02-28 12:01:02 - from the following registry location...
    2014-02-28 12:01:02 - SOFTWARE\Microsoft\Net Framework Setup\NDP\V4\full
    2014-02-28 12:01:02 - The value is (1)
    2014-02-28 12:01:02 - Reading the following string value/name...
    2014-02-28 12:01:02 - Version
    2014-02-28 12:01:02 - from the following registry location...
    2014-02-28 12:01:02 - SOFTWARE\Microsoft\Net Framework Setup\NDP\V4\full
    2014-02-28 12:01:02 - The value is... 
    2014-02-28 12:01:02 - 4.5.50938
    2014-02-28 12:01:02 - A post release .NET 4.5 is installed
    2014-02-28 12:01:02 - Check whether the following prerequisite is installed:
    2014-02-28 12:01:02 - Windows Identity Foundation (KB974405)
    2014-02-28 12:01:02 - Reading the following string value/name...
    2014-02-28 12:01:02 - 
    2014-02-28 12:01:02 - from the following registry location...
    2014-02-28 12:01:02 - SOFTWARE\Microsoft\Windows Identity Foundation\Setup\v3.5
    2014-02-28 12:01:02 - Check whether the following prerequisite is installed:
    2014-02-28 12:01:02 - Microsoft Sync Framework Runtime v1.0 SP1 (x64)
    2014-02-28 12:01:02 - Reading version of the following file...
    2014-02-28 12:01:02 - C:\Windows\assembly\GAC_MSIL\Microsoft.Synchronization\1.0.0.0__89845dcd8080cc91\Microsoft.Synchronization.dll
    2014-02-28 12:01:02 - GetFileVersionInfoSize failed (-2147024894)
    2014-02-28 12:01:02 - Check whether the following prerequisite is installed:
    2014-02-28 12:01:02 - Microsoft SQL Server 2008 R2 SP1 Native Client
    2014-02-28 12:01:02 - Reading the following string value/name...
    2014-02-28 12:01:02 - Version
    2014-02-28 12:01:02 - from the following registry location...
    2014-02-28 12:01:02 - SOFTWARE\Microsoft\Microsoft SQL Server\SQLNCLI10\CurrentVersion
    2014-02-28 12:01:02 - Check whether the following prerequisite is installed:
    2014-02-28 12:01:02 - Windows Server AppFabric
    2014-02-28 12:01:02 - Reading the following string value/name...
    2014-02-28 12:01:02 - ProductVersion
    2014-02-28 12:01:02 - from the following registry location...
    2014-02-28 12:01:02 - SOFTWARE\Microsoft\AppFabric\V1.0
    2014-02-28 12:01:02 - Check whether the following prerequisite is installed:
    2014-02-28 12:01:02 - Windows Identity Foundation (KB974405)
    2014-02-28 12:01:02 - Reading the following string value/name...
    2014-02-28 12:01:02 - 
    2014-02-28 12:01:02 - from the following registry location...
    2014-02-28 12:01:02 - SOFTWARE\Microsoft\Microsoft Identity Extensions\Setup\1.0
    2014-02-28 12:01:02 - Check whether the following prerequisite is installed:
    2014-02-28 12:01:02 - Microsoft Information Protection and Control Client
    2014-02-28 12:01:02 - Reading the following string value/name...
    2014-02-28 12:01:02 - 
    2014-02-28 12:01:02 - from the following registry location...
    2014-02-28 12:01:02 - SOFTWARE\Microsoft\MSIPC\CurrentVersion
    2014-02-28 12:01:02 - Check whether the following prerequisite is installed:
    2014-02-28 12:01:02 - Microsoft WCF Data Services 5.0
    2014-02-28 12:01:02 - Reading the following string value/name...
    2014-02-28 12:01:02 - Version
    2014-02-28 12:01:02 - from the following registry location...
    2014-02-28 12:01:02 - SOFTWARE\Wow6432Node\Microsoft\Microsoft WCF Data Services\5.0
    2014-02-28 12:01:02 - Check whether the following prerequisite is installed:
    2014-02-28 12:01:02 - Cumulative Update Package 1 for Microsoft AppFabric 1.1 for Windows Server (KB2671763)
    2014-02-28 12:01:02 - Reading the following DWORD value/name...
    2014-02-28 12:01:02 - IsInstalled
    2014-02-28 12:01:02 - from the following registry location...
    2014-02-28 12:01:02 - SOFTWARE\Wow6432Node\Microsoft\Updates\AppFabric 1.1 for Windows Server\KB2671763
    2014-02-28 12:01:02 - Beginning download/installation
    2014-02-28 12:01:02 - Created thread for installer
    2014-02-28 12:01:02 - "C:\Windows\system32\ServerManagerCmd.exe" -inputpath "C:\Users\svc_SPFarm_SH\AppData\Local\Temp\2\PreA588.tmp.XML"
    2014-02-28 12:01:03 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:04 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:05 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:06 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:07 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:08 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:09 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:10 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:11 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:12 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:13 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:14 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:15 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:16 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:17 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:18 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:19 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:20 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:21 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:22 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:23 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:24 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:25 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:26 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:27 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:28 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:29 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:30 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:31 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:32 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:33 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:34 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:35 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:36 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:37 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:38 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:39 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:40 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:41 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:42 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:43 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:44 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:45 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:46 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:47 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:48 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:49 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:50 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:51 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:52 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:53 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:54 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:55 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:56 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:57 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:58 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:01:59 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:02:00 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:02:01 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:02:02 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:02:03 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:02:04 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:02:05 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:02:06 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:02:07 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:02:08 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:02:09 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:02:10 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:02:11 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:02:12 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:02:13 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:02:14 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:02:15 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:02:16 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:02:17 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:02:18 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:02:19 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:02:20 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:02:21 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:02:22 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:02:23 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:02:24 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:02:25 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-02-28 12:02:25 - Install process returned (0X3E9=1001)
    2014-02-28 12:02:25 - [In HRESULT format] (0X800703E9=-2147023895)
    2014-02-28 12:02:25 - Last return code (0X3E9=1001)
    2014-02-28 12:02:25 - Reading the following DWORD value/name...
    2014-02-28 12:02:25 - Flags
    2014-02-28 12:02:25 - from the following registry location...
    2014-02-28 12:02:25 - SOFTWARE\Microsoft\Updates\UpdateExeVolatile
    2014-02-28 12:02:25 - Reading the following string value/name...
    2014-02-28 12:02:25 - PendingFileRenameOperations
    2014-02-28 12:02:25 - from the following registry location...
    2014-02-28 12:02:25 - SYSTEM\CurrentControlSet\Control\Session Manager
    2014-02-28 12:02:25 - Reading the following registry location...
    2014-02-28 12:02:25 - SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\RebootRequired
    2014-02-28 12:02:25 - Error: A pending restart blocks the installation
    2014-02-28 12:02:25 - Reading the following string value/name...
    2014-02-28 12:02:25 - Common Startup
    2014-02-28 12:02:25 - from the following registry location...
    2014-02-28 12:02:25 - SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
    2014-02-28 12:02:25 - The value is... 
    2014-02-28 12:02:25 - C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    2014-02-28 12:02:25 - Trying to create the startup task.
    2014-02-28 12:02:25 - C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\SharePointServerPreparationToolStartup_0FF1CE14-0000-0000-0000-000000000000.cmd
    2014-02-28 12:02:25 - Check whether the following prerequisite is installed:
    2014-02-28 12:02:25 - Windows Management Framework 3.0
    2014-02-28 12:02:25 - Reading the following string value/name...
    2014-02-28 12:02:25 - PowerShellVersion
    2014-02-28 12:02:25 - from the following registry location...
    2014-02-28 12:02:25 - SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine
    2014-02-28 12:02:25 - The value is... 
    2014-02-28 12:02:25 - 3.0
    2014-02-28 12:02:25 - Reading the following string value/name...
    2014-02-28 12:02:25 - CTPVersion
    2014-02-28 12:02:25 - from the following registry location...
    2014-02-28 12:02:25 - SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine
    2014-02-28 12:02:25 - Could not find or unable to read CTPVersion key
    2014-02-28 12:02:25 - The prerequisite above is already installed
    2014-02-28 12:02:25 - Check whether the following prerequisite is installed:
    2014-02-28 12:02:25 - Microsoft .NET Framework 4.5
    2014-02-28 12:02:25 - Reading the following DWORD value/name...
    2014-02-28 12:02:25 - Install
    2014-02-28 12:02:25 - from the following registry location...
    2014-02-28 12:02:25 - SOFTWARE\Microsoft\Net Framework Setup\NDP\V4\full
    2014-02-28 12:02:25 - The value is (1)
    2014-02-28 12:02:25 - Reading the following string value/name...
    2014-02-28 12:02:25 - Version
    2014-02-28 12:02:25 - from the following registry location...
    2014-02-28 12:02:25 - SOFTWARE\Microsoft\Net Framework Setup\NDP\V4\full
    2014-02-28 12:02:25 - The value is... 
    2014-02-28 12:02:25 - 4.5.50938
    2014-02-28 12:02:25 - A post release .NET 4.5 is installed
    2014-02-28 12:02:25 - Check whether the following prerequisite is installed:
    2014-02-28 12:02:25 - Windows Identity Foundation (KB974405)
    2014-02-28 12:02:25 - Reading the following string value/name...
    2014-02-28 12:02:25 - 
    2014-02-28 12:02:25 - from the following registry location...
    2014-02-28 12:02:25 - SOFTWARE\Microsoft\Windows Identity Foundation\Setup\v3.5
    2014-02-28 12:02:25 - Check whether the following prerequisite is installed:
    2014-02-28 12:02:25 - Microsoft Sync Framework Runtime v1.0 SP1 (x64)
    2014-02-28 12:02:25 - Reading version of the following file...
    2014-02-28 12:02:25 - C:\Windows\assembly\GAC_MSIL\Microsoft.Synchronization\1.0.0.0__89845dcd8080cc91\Microsoft.Synchronization.dll
    2014-02-28 12:02:25 - GetFileVersionInfoSize failed (-2147024894)
    2014-02-28 12:02:25 - Check whether the following prerequisite is installed:
    2014-02-28 12:02:25 - Microsoft SQL Server 2008 R2 SP1 Native Client
    2014-02-28 12:02:25 - Reading the following string value/name...
    2014-02-28 12:02:25 - Version
    2014-02-28 12:02:25 - from the following registry location...
    2014-02-28 12:02:25 - SOFTWARE\Microsoft\Microsoft SQL Server\SQLNCLI10\CurrentVersion
    2014-02-28 12:02:25 - Check whether the following prerequisite is installed:
    2014-02-28 12:02:25 - Windows Server AppFabric
    2014-02-28 12:02:25 - Reading the following string value/name...
    2014-02-28 12:02:25 - ProductVersion
    2014-02-28 12:02:25 - from the following registry location...
    2014-02-28 12:02:25 - SOFTWARE\Microsoft\AppFabric\V1.0
    2014-02-28 12:02:25 - Check whether the following prerequisite is installed:
    2014-02-28 12:02:25 - Windows Identity Foundation (KB974405)
    2014-02-28 12:02:25 - Reading the following string value/name...
    2014-02-28 12:02:25 - 
    2014-02-28 12:02:25 - from the following registry location...
    2014-02-28 12:02:25 - SOFTWARE\Microsoft\Microsoft Identity Extensions\Setup\1.0
    2014-02-28 12:02:25 - Check whether the following prerequisite is installed:
    2014-02-28 12:02:25 - Microsoft Information Protection and Control Client
    2014-02-28 12:02:25 - Reading the following string value/name...
    2014-02-28 12:02:25 - 
    2014-02-28 12:02:25 - from the following registry location...
    2014-02-28 12:02:25 - SOFTWARE\Microsoft\MSIPC\CurrentVersion
    2014-02-28 12:02:25 - Check whether the following prerequisite is installed:
    2014-02-28 12:02:25 - Microsoft WCF Data Services 5.0
    2014-02-28 12:02:25 - Reading the following string value/name...
    2014-02-28 12:02:25 - Version
    2014-02-28 12:02:25 - from the following registry location...
    2014-02-28 12:02:25 - SOFTWARE\Wow6432Node\Microsoft\Microsoft WCF Data Services\5.0
    2014-02-28 12:02:25 - Check whether the following prerequisite is installed:
    2014-02-28 12:02:25 - Cumulative Update Package 1 for Microsoft AppFabric 1.1 for Windows Server (KB2671763)
    2014-02-28 12:02:25 - Reading the following DWORD value/name...
    2014-02-28 12:02:25 - IsInstalled
    2014-02-28 12:02:25 - from the following registry location...
    2014-02-28 12:02:25 - SOFTWARE\Wow6432Node\Microsoft\Updates\AppFabric 1.1 for Windows Server\KB2671763
    2014-02-28 12:14:24 - Opening log file
    2014-02-28 12:14:24 - Opened action for user
    2014-02-28 12:14:24 - C:\Users\svc_SPFarm_SH\AppData\Local\Temp\2\prerequisiteinstaller.2014.02.28-12.01.02.log
    any ideas? thanks.
    Awen

    Hi Awen,
    Please open Server Manager > Roles > see if Web Server (IIS) has been installed.
    If installed, I’d recommend you refer to Abdel’s method in the link below. He encountered the same issue when install SharePoint 2013 on Windows Server 2008 R2 and fixed the problem. For your reference:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/9e620ab9-e594-4ff4-92a3-6c0ab311d586/preinstaller-failing-at-install-application-server-role-web-server-iis-role?forum=sharepointadmin 
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • IDM 7.1 Custom report - report org tree per org a role is assigned to

    Hi,
    I'm looking for a way to get the organisation tree per organization a role is assigned to. Could somebody tip me on how to do this in a custom report?
    A short while ago Gregg pointed me to these java lines but this does not work and I can't get it working through the java docs.
    " GenericObject view = view.getView("RoleViewer"+roleName, null); List roleOrgs = view.getList("organizations");
    >
    * Role role = (Role)s.checkoutObject(Type.ROLE, roleName); List mogrefs = role.getMemberObjectGroupRefs();
    "GenericObject does not support the getView method and I'm not sure if the list of orgs that I'kll get via this way would give the me the or hierarchy as well and that is what I'm after.
    My startin gpoint is a bunch of role objects which I can query for references...... but that is he clumsy way I suppose.
    Thanks for the help.
    Rob

    Hi All,
    With the entity-type='RoleUser', the BulkEventResult execute() was getting executed. So, I moved all my code inside it and with this change, now I am getting the below exception when I have trying to update the user profile:
    RoleUser+
    oracle.iam.platform.entitymgr.NoSuchEntityException: RoleUser+
    at oracle.iam.platform.entitymgr.impl.EntityManagerConfigImpl.exists(EntityManagerConfigImpl.java:952)+
    at oracle.iam.platform.entitymgr.impl.EntityManagerConfigImpl.getDataProvider(EntityManagerConfigImpl.java:277)+
    at oracle.iam.platform.entitymgr.impl.EntityManagerImpl.getEntityCapability(EntityManagerImpl.java:185)+
    at oracle.iam.platform.entitymgr.impl.EntityManagerImpl.getEntityCapability(EntityManagerImpl.java:179)+
    at oracle.iam.platform.entitymgr.impl.EntityManagerImpl.modifyEntity(EntityManagerImpl.java:364)+
    at oracle.oim.extensions.postprocess.RoleProcessor.executeEvent(RoleProcessor.java:129)+
    at oracle.oim.extensions.postprocess.RoleProcessor.execute(RoleProcessor.java:108)+
    at oracle.iam.platform.kernel.impl.OrchProcessData.runPostProcessEvents(OrchProcessData.java:1167)+
    at oracle.iam.platform.kernel.impl.OrchProcessData.runEvents(OrchProcessData.java:711)+
    at oracle.iam.platform.kernel.impl.OrchProcessData.executeEvents(OrchProcessData.java:227)+
    at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.resumeProcess(OrchestrationEngineImp+
    If I change the entity-type to 'User', the EventResult execute is called.
    Please help.
    Regards,
    Sunny

  • OIM Post process event handler when a role is assigned or reovked to User

    Hi All,
    I have written a custom postprocess eventhandler which populates the list of roles assigned to the user in OIM in a Custom UDF. The code is working fine if I have it triggered on any User Profile Modification. See below:
    +<?xml version='1.0' encoding='utf-8'?>+
    +<eventhandlers xmlns="http://www.oracle.com/schema/oim/platform/kernel" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.oracle.com/schema/oim/platform/kernel orchestration-handlers.xsd">+
    +<action-handler class="oracle.oim.extensions.postprocess.updateFTBRolesinUDF" entity-type="User" operation="MODIFY" name="updateFTBRolesinUDF" stage="postprocess" order="1000" sync="TRUE"/>+
    +</eventhandlers>+
    However, as per my requirement I want this eventhandler to be triggered on role assignment/revoke but If I change the EventHandlers.xml as below, it doesn't work:
    +<?xml version='1.0' encoding='utf-8'?>+
    +<eventhandlers xmlns="http://www.oracle.com/schema/oim/platform/kernel" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.oracle.com/schema/oim/platform/kernelorchestration-handlers.xsd">+
    +<action-handler class="oracle.oim.extensions.postprocess.updateFTBRolesinUDF" entity-type="Role" operation="ANY" name="updateFTBRolesinUDF" stage="postprocess" order="FIRST" sync="TRUE"/>+
    +</eventhandlers>+
    I tried changing the order to First, 1001, 9999 but nothing worked.
    Any idea/pointers for fixing the issue.
    Regards,
    Sunny

    Hi All,
    With the entity-type='RoleUser', the BulkEventResult execute() was getting executed. So, I moved all my code inside it and with this change, now I am getting the below exception when I have trying to update the user profile:
    RoleUser+
    oracle.iam.platform.entitymgr.NoSuchEntityException: RoleUser+
    at oracle.iam.platform.entitymgr.impl.EntityManagerConfigImpl.exists(EntityManagerConfigImpl.java:952)+
    at oracle.iam.platform.entitymgr.impl.EntityManagerConfigImpl.getDataProvider(EntityManagerConfigImpl.java:277)+
    at oracle.iam.platform.entitymgr.impl.EntityManagerImpl.getEntityCapability(EntityManagerImpl.java:185)+
    at oracle.iam.platform.entitymgr.impl.EntityManagerImpl.getEntityCapability(EntityManagerImpl.java:179)+
    at oracle.iam.platform.entitymgr.impl.EntityManagerImpl.modifyEntity(EntityManagerImpl.java:364)+
    at oracle.oim.extensions.postprocess.RoleProcessor.executeEvent(RoleProcessor.java:129)+
    at oracle.oim.extensions.postprocess.RoleProcessor.execute(RoleProcessor.java:108)+
    at oracle.iam.platform.kernel.impl.OrchProcessData.runPostProcessEvents(OrchProcessData.java:1167)+
    at oracle.iam.platform.kernel.impl.OrchProcessData.runEvents(OrchProcessData.java:711)+
    at oracle.iam.platform.kernel.impl.OrchProcessData.executeEvents(OrchProcessData.java:227)+
    at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.resumeProcess(OrchestrationEngineImp+
    If I change the entity-type to 'User', the EventResult execute is called.
    Please help.
    Regards,
    Sunny

Maybe you are looking for

  • Sending marketing campaigns to contact persons - How?

    Hey guys, what I want to do is to use the functionality in the web ui, where you can build out of your target group (which includes organizational accounts) another target group (which includes the contact persons of the organizational accounts of th

  • How to export a project in.mov file

    Hi, In I movie, it is possible to finalize a project in .mov file for instance; What about doing so in FCPX in order to get my file from within a DVD burn soft ?

  • Is there a way of preventing actions from continuing?

    I have some interactivity built into my slide which involves the user doing a fair amount of clicking. (The majority of these are 'Increment $$variable$$ by X). But it keeps continuing each time the learner clicks which means they skip to the next sl

  • How do i remove double space in messages?

    All of my Mail using Apple Mail has double spaces in them how do I do I change to single-space? Sebastian

  • Add iPod subtitles to a mp4 video?

    I have some mp4 format movies on my PC with *.srt subtitles for them, so i want these videos on my iPod with these subtitles. I know how to merge the subtitles to the video, but I want to know how to add subtitles to a video that can be switched on o