NAP on windows 2012 throwing up same errors

HI Team
I am getting the error while deploying NAP in our another branch. i have copied the same configuration and setting from our exisiting server which is running on windows server 2008. the error logs are as foolowing
Log Name:      Security
Source:        Microsoft-Windows-Security-Auditing
Date:          11/18/2014 9:26:54 AM
Event ID:      6273
Task Category: Network Policy Server
Level:         Information
Keywords:      Audit Failure
User:          N/A
Computer:      xxxxxxx.xxx.com.pk
Description:
Network Policy Server denied access to a user.
Contact the Network Policy Server administrator for more information.
User:
 Security ID:   NULL SID
 Account Name:   28-80-23-01-0f-4a
 Account Domain:   xxxx
 Fully Qualified Account Name: xxxxx\28-80-23-01-0f-4a
Client Machine:
 Security ID:   NULL SID
 Account Name:   -
 Fully Qualified Account Name: -
 OS-Version:   -
 Called Station Identifier:  ec-9a-74-a0-89-de
 Calling Station Identifier:  28-80-23-01-0f-4a
NAS:
 NAS IPv4 Address:  172.18.0.38
 NAS IPv6 Address:  -
 NAS Identifier:   Sui-IT-ROOM
 NAS Port-Type:   Ethernet
 NAS Port:   2
RADIUS Client:
 Client Friendly Name:  Sui Switches
 Client IP Address:   172.18.0.38
Authentication Details:
 Connection Request Policy Name: Secure Wired (Ethernet) Connections
 Network Policy Name:  -
 Authentication Provider:  Windows
 Authentication Server:  xxxxxxxxx.xxx.com.pk
 Authentication Type:  MD5-CHAP
 EAP Type:   -
 Account Session Identifier:  -
 Logging Results:   Accounting information was written to the local log file.
 Reason Code:   16
 Reason:    Authentication failed due to a user credentials mismatch. Either the user name provided does not map to an existing user account or the password was incorrect.
Event Xml:
<Event xmlns=http://schemas.microsoft.com/win/2004/08/events/event>
  <System>
    <Provider Name="Microsoft-Windows-Security-Auditing" Guid="{54849625-5478-4994-A5BA-3E3B0328C30D}" />
    <EventID>6273</EventID>
    <Version>1</Version>
    <Level>0</Level>
    <Task>12552</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8010000000000000</Keywords>
    <TimeCreated SystemTime="2014-11-18T04:26:54.273019700Z" />
    <EventRecordID>228596</EventRecordID>
    <Correlation />
    <Execution ProcessID="648" ThreadID="7252" />
    <Channel>Security</Channel>
    <Computer>xxxxxxxxx.xxx.com.pk</Computer>
    <Security />
  </System>
  <EventData>
    <Data Name="SubjectUserSid">S-1-0-0</Data>
    <Data Name="SubjectUserName">28-80-23-01-0f-4a</Data>
    <Data Name="SubjectDomainName">xxxxxx</Data>
    <Data Name="FullyQualifiedSubjectUserName">xxxxx\28-80-23-01-0f-4a</Data>
    <Data Name="SubjectMachineSID">S-1-0-0</Data>
    <Data Name="SubjectMachineName">-</Data>
    <Data Name="FullyQualifiedSubjectMachineName">-</Data>
    <Data Name="MachineInventory">-</Data>
    <Data Name="CalledStationID">ec-9a-74-a0-89-de</Data>
    <Data Name="CallingStationID">28-80-23-01-0f-4a</Data>
    <Data Name="NASIPv4Address">172.18.0.38</Data>
    <Data Name="NASIPv6Address">-</Data>
    <Data Name="NASIdentifier">Sui-IT-ROOM</Data>
    <Data Name="NASPortType">Ethernet</Data>
    <Data Name="NASPort">2</Data>
    <Data Name="ClientName">Sui Switches</Data>
    <Data Name="ClientIPAddress">172.18.0.38</Data>
    <Data Name="ProxyPolicyName">Secure Wired (Ethernet) Connections</Data>
    <Data Name="NetworkPolicyName">-</Data>
    <Data Name="AuthenticationProvider">Windows</Data>
    <Data Name="AuthenticationServer">xxxxxxx.xxx.com.pk</Data>
    <Data Name="AuthenticationType">MD5-CHAP</Data>
    <Data Name="EAPType">-</Data>
    <Data Name="AccountSessionIdentifier">-</Data>
    <Data Name="ReasonCode">16</Data>
    <Data Name="Reason">Authentication failed due to a user credentials mismatch. Either the user name provided does not map to an existing user account or the password was incorrect.</Data>
    <Data Name="LoggingResult">Accounting information was written to the local log file.</Data>
  </EventData>
</Event>

Hi Asad,
Based on the reason code, the user does not have valid credentials. And you are deploying NAP enforcement for 802.1x wired network.
In the event log, the Authentication Type is MD5-CHAP. If you choose CHAP to authenticate users, then in the event log, the Authentication Type is MD5-CHAP.
For NAP enforcement for 802.1x and NAP enforcement for VPN, in the process of configuring NPS as a NAP health policy server, we need to configure an Authentication Method. PEAP is the authentication method used with wireless access points and authentication
switches.
To configure PEAP, we must select a server certificate on the NPS server and we must configure an authentication type. There are two EAP types which you could choose,
Secure Password(PEAP-MS-CHAP v2) and Smart Card or other certificate(EAP-TLS).
If we configured Secure Password, we will see PEAP in the
Authentication Type of event log.
I have a test about configuring NAP enforcement for VPN. After all configurations was completed, I choose CHAP as authentication methods. Then connect to the VPN server. I encountered the same error, event 6273 with reason code 16. So please check the configuration
of the NAP client at first.
For more details to troubleshoot this issue and check all configurations about NAP enforcement, please refer to the articles below,
Event ID 6273 — NPS Authentication Status
http://technet.microsoft.com/en-us/library/cc735399(v=WS.10).aspx
Checklist: Configure NAP Enforcement for 802.1X Wired
http://technet.microsoft.com/en-us/library/cc730926(v=WS.10).aspx
Best Regards,
Tina

Similar Messages

  • Windows 2012 Domain Controller NETLOGON error

    We have Sonicwall
    firewall user authentication System active since last two months. We have Windows 2012 Active directory server setup
    with around 1400 user account created. These accounts were created by using following PowerShell scripts
    Import-Module ActiveDirectory
    #Import CSV
    $csv = @()
    $csv = Import-Csv -Path C:\Users\Administrator\Desktop\"College User Ac Password Details"\FE\civil.csv
    FOREACH ($Person in $csv) {
    $name = $Person.UserName
    $displayname = $Person.Name
    $path = "OU=FE,DC=comp,DC=com"
    $password = $Person.Password
    $enabled = $True
    $changePW = $False
    $description="CIVIL"
    new-ADUser -SamAccountName $name -Name $name -Description $description -DisplayName $displayname -Path $path -AccountPassword (ConvertTo-SecureString $password -AsPlainText -force) -Enabled $enabled -ChangePasswordAtLogon $changePW -PassThru}
    Above script reads an CSV file with username and passwords and create user accounts on Active Directory.
    But since today we are facing issue during authentication process. We are unable to logon to Directory server. When Sonicwall firewall tries to authenticate an user, it logged-out same user. When I checked Event logger on Windows Active Directory server it
    shows following message.
    The dynamic registration of the DNS record 'ForestDnsZones.comp.com. 600
    IN A 192.168.0.12' failed on the following DNS server:
    DNS server IP address: 216.37.64.6
    Returned Response Code (RCODE): 5
    Returned Status Code: 9017
    For computers and users to locate this domain controller, this record must be registered in DNS.
    USER ACTION
    Determine what might have caused this failure, resolve the problem, and initiate
    registration of the DNS records by the domain controller. To determine what might have
    caused this failure, run DCDiag.exe. To learn more about DCDiag.exe, see Help and
    Support Center. To initiate registration of the DNS records by this domain
    controller, run 'nltest.exe /dsregdns' from the command prompt on the domain
    controller or restart Net Logon service. Or, you can manually add this record to DNS,
    but it is not recommended.
    ADDITIONAL DATA
    Error Value: DNS bad key.
    Above log entry talks about DNS issue. But I did non configured any DNS server on this machine.Authentication was working fine for last
    two months , but suddenly from today we are facing above issue. Kindly help me out in resolving this issue.

    hi,
    Im not sure of you setup and don't understand where your sonic wall comes in.
    The error with the DNS is that the server is trying to register its DNS entries in the server with the public IP address
    216.37.64.6  which I am assuming is your ISP's DNS server?
    How is the DNS configured on your domain controller? The domain controller should point to it'self as it's preffered DNS server.
    Regards,
    Denis Cooper
    MCITP EA - MCT
    Help keep the forums tidy, if this has helped please mark it as an answer
    Blog: http://www.windows-support.co.uk 
    Twitter:   LinkedIn:

  • Exchange 2013 management tools installation on windows 2012 standard edition gives error.

    Exchange 2013 management tools installation on windows 2012 standard edition gives following error.
    Does anyone observed this issue ?
    Error:
    The Exchange management tools are supported on servers running Windows Server 2012 and Windows Server 2008 R2 SP1 or later, and also on Windows 8 and Windows 7 client computers.
    For more information, visit: http://technet.microsoft.com/library(EXCHG.150)/ms.exch.setupreadiness.ValidOSVersionForAdminTools.aspx
    My Test lab is having
    Exchange 2013 installed (xyz.local) domain and working fine.
    Now i am installing Exchange Management tools on server which is member of (xyz.local) Domain  (base OS : Windows 2012 standard edition : Windows updated)
    Best Regards
    sameer Prabhune

    Hi Sprabhune,
    It should work.
    Did you install the tool by GUI or cmd?
    Please select "Automatically install Windows Server roles and features that are required to install Exchange Server" to have the Setup wizard install required Windows prerequisites.
    If possible, please try to install the tool on Windows 7/8 client to test.
    Exchange 2013 Prerequisites
    http://technet.microsoft.com/en-us/library/bb691354.aspx
    Frank Wang
    TechNet Community Support

  • Endeca : multi invoice pay throwing correct error for internal user but it is failing to throw the same error for external user

    Hi,
    1) Internal User expected exception:
    Exception: Payments,apply credits,disputes and print are not supported when multiple customer/currency transactions are selected
    2) External User is throwing below error instead of throwing above exception.
    Error
      You are trying to access a page that is no longer active.
      The referring page may have come from a previous session. Please select Home
       to proceed.
    found this MACCHECK from fnd logs of external user payment.
    MACCHECK: . Parameter failing validation is :mode. The parameter mode with value MultiPay could not be recognized as part of Server's response on the previous request.  Incoming URL is : /OA_HTML/OA.jsp?page=/oracle/apps/ar/irec/endeca/webui/EndecaDummyPG . Current URL is : /OA_HTML/OA.jsp?page=/oracle/apps/ar/irec/endeca/webui/OIREndecaCustHomePG&akRegionApplicationId=222&_ti=1125493452&oapc=10&retainAM=Y&addBreadCrumb=N&oas=6-LL4ndIUFLX-2zjQAQD6A.. . Referer URL is : https://<hostname>:4443/endeca/web/ar/customer?doAsUserLanguageId=en_US&languageId=en_US . HTTP Request Method is : POST
    can someone please help.
    Thanks,
    RRS

    Well, I compared my classpath between my windows batch file and the
    makefile (that comes with the samples installation) on Solaris and realized
    that I am using different sets of jars.
    So, I removed the extra jars from the makefile to narrow down the
    problem. If I remove the /opt/SUNWam/lib/servlet.jar from the makefile,
    I can reproduce this problem on the Solaris box as well.
    When I include this servlet.jar on my windows machine the program works!
    Only jars I have in my classpath are amclientsdk.jar and servlet.jar which
    I have copied from my installation (/opt/SUNWam/lib) on the Solaris box.
    Just the same way, by copying the am_services.jar, saaj-api.jar, and jaxm-api.jar,
    from the Solarix box to the windows machine,
    I am also able to pull the assertions from the Access Manager.
    I installed Sun Java Enterprise System 2005Q1 on a Solaris 10 machine.
    During the installation, I configured to install the Access Manager
    in Sun Application Server.
    Why do I need to have different set of jars on the windows machine
    for the Access Manager client SDK ?
    Could you please point me to a download link where I could download
    the correct Windows Access Manager Client SDK for
    Sun Java System Access Manager 6.0 (Sun JES 2005Q1)?
    Thanks.

  • Faulting application sapstartsrv.exe, MMC also throwing the same error

    Hello friends,
    Recently I installed certain windows security updates, and after restarting I started getting this error and not able to start MMC.
    I possibly can restore with System point, but instead can I resolve this error by upgrading the Kernel. Is it a kernel problem as the IDES system is newly installed, just done till load generation. Support Packages and SPAM installation is in pipeline.
    System config -
    ECC 6.0 on SQL 2005, Windows 2003 Ent Server.
    The disp+work.exe file version is 7000, 75, 13, 373
    Thanks,
    Sat

    Hello Markus,
    am getting the below application error message in event veiwer
    Faulting application sapstartsrv.exe, version 0.0.0.0, faulting module unknown, version 0.0.0.0, fault address 0x00000000.
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    Regards,
    Sat

  • Ore.neural throws ORA-29913: error in executing ODCITABLESTART callout

    Hi,
    We are using ORE 1.3 and server version 11.2.0.3.0 on an Oracle Linux box.
    I was trying to do simple neural network from ORE and received the below error:
    OREtrain2 <- ore.push(train2)
    dt.mod <- ore.neural(ACTION ~ ., data = OREtrain2)Error in .oci.GetQuery(conn, statement, data = data, prefetch = prefetch, :
    ORA-29913: error in executing ODCITABLESTART calloutI have researched it on Oracle forums and it seems there was a bug throwing the same error message prior to 11.2.0.3 and another one with Solaris installations of ORE 1.1, but neither of these explains why this happens in or case.
    Thanks,
    Zoltan
    Edited by: user2548497 on Jun 2, 2013 1:13 PM
    Edited by: user2548497 on Jun 2, 2013 1:14 PM

    Hi Zoltan,
    What are the data types of your data? This first release of ore.neural supports numerical data.
    Regards,
    Mark

  • Not able to install "Windows Management Framework 5.0" in WIndows 2012 R2

    Not able to install "Windows Management Framework 5.0" in WIndows 2012 R2. Mentioned the error. 
    Log Name:      Setup
    Source:        Microsoft-Windows-WUSA
    Date:          5/23/2014 2:43:56 PM
    Event ID:      3
    Task Category: None
    Level:         Error
    Keywords:     
    User:          CONTOSO\Administrator
    Computer:      WIN-UHURDKEB5VG.Contoso.com
    Description:
    Windows update  could not be installed because of error 2149842967 "" (Command line: ""C:\Windows\system32\wusa.exe" "C:\Users\Administrator\Desktop\Windows8.1-KB2894868-x64.msu" ")
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-WUSA" Guid="{09608C12-C1DA-4104-A6FE-B959CF57560A}" />
        <EventID>3</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2014-05-23T21:43:56.606070300Z" />
        <EventRecordID>35</EventRecordID>
        <Correlation />
        <Execution ProcessID="2824" ThreadID="800" />
        <Channel>Setup</Channel>
        <Computer>WIN-UHURDKEB5VG.Contoso.com</Computer>
        <Security UserID="S-1-5-21-2470170585-1110060405-3753357643-500" />
      </System>
      <EventData>
        <Data Name="UpdateTitle">
        </Data>
        <Data Name="ErrorCode">2149842967</Data>
        <Data Name="ErrorString">
        </Data>
        <Data Name="CommandLine">"C:\Windows\system32\wusa.exe" "C:\Users\Administrator\Desktop\Windows8.1-KB2894868-x64.msu" </Data>
      </EventData>
    </Event>
    AliahMurfy

    Hi AliahMurfy,
    To install WMF 5.0 Preview on server 2012 R2, please make sure the version of .Net Framework on server 2012 r2 is 4.5.
    And manually install the package and check if it can work.
    And please also note, WFS 5.0 preview seems only can install on en-us windows now, for more detailed information, please check this article:
    Unable to Install PowerShell V5 preview on Windows
    8.1 X64
    I hope this helps.

  • Replication error on windows 2012 DC

    Hi,
    I have added Windows 2012 R2 server (cadpdc1) to windows 2003 sp2 DC  (Primary DC) and promoted it as DC. After the promote I have ran dcdiag and it shows errors.
    Each of servers have three NICs connected to different networks.
    Please help me with your expertise since I need to bring this up on monday.
    Thank you
    Kind regards
    Chamara
    here the dcdiag output of new DC
    Directory Server Diagnosis
    Performing initial setup:
       Trying to find home server...
       Home Server = CADPDC1
       * Identified AD Forest.
       Done gathering initial info.
    Doing initial required tests
       Testing server: Default-First-Site-Name\CADPDC1
          Starting test: Connectivity
             Error during resolution of hostname CADPDC1.engineer.com through
             IPv6 stack.
             *** Warning: could not confirm the identity of this server in the
             directory versus the names returned by DNS servers. Hostname
             resolution error 0x2af9 "No such host is known."
             ......................... CADPDC1 passed test Connectivity
    Doing primary tests
       Testing server: Default-First-Site-Name\CADPDC1
          Starting test: Advertising
             Warning: DsGetDcName returned information for
             \\cadpdc.engineer.com, when we were trying to reach CADPDC1.
             SERVER IS NOT RESPONDING or IS NOT CONSIDERED SUITABLE.
             ......................... CADPDC1 failed test Advertising
          Starting test: FrsEvent
             There are warning or error events within the last 24 hours after the
             SYSVOL has been shared.  Failing SYSVOL replication problems may cause
             Group Policy problems.
             ......................... CADPDC1 passed test FrsEvent
          Starting test: DFSREvent
             ......................... CADPDC1 passed test DFSREvent
          Starting test: SysVolCheck
             ......................... CADPDC1 passed test SysVolCheck
          Starting test: KccEvent
             ......................... CADPDC1 passed test KccEvent
          Starting test: KnowsOfRoleHolders
             [CADPDC] DsBindWithSpnEx() failed with error -2146893022,
             The target principal name is incorrect..
             Warning: CADPDC is the Schema Owner, but is not responding to DS RPC
             Bind.
             [CADPDC] LDAP bind failed with error 8341,
             A directory service error has occurred..
             Warning: CADPDC is the Schema Owner, but is not responding to LDAP
             Bind.
             Warning: CADPDC is the Domain Owner, but is not responding to DS RPC
             Bind.
             Warning: CADPDC is the Domain Owner, but is not responding to LDAP
             Bind.
             Warning: CADPDC is the PDC Owner, but is not responding to DS RPC
             Bind.
             Warning: CADPDC is the PDC Owner, but is not responding to LDAP Bind.
             Warning: CADPDC is the Rid Owner, but is not responding to DS RPC
             Bind.
             Warning: CADPDC is the Rid Owner, but is not responding to LDAP Bind.
             Warning: CADPDC is the Infrastructure Update Owner, but is not
             responding to DS RPC Bind.
             Warning: CADPDC is the Infrastructure Update Owner, but is not
             responding to LDAP Bind.
             ......................... CADPDC1 failed test KnowsOfRoleHolders
          Starting test: MachineAccount
             ......................... CADPDC1 passed test MachineAccount
          Starting test: NCSecDesc
             ......................... CADPDC1 passed test NCSecDesc
          Starting test: NetLogons
             Unable to connect to the NETLOGON share! (\\CADPDC1\netlogon)
             [CADPDC1] An net use or LsaPolicy operation failed with error 67,
             The network name cannot be found..
             ......................... CADPDC1 failed test NetLogons
          Starting test: ObjectsReplicated
             ......................... CADPDC1 passed test ObjectsReplicated
          Starting test: Replications
             [Replications Check,CADPDC1] A recent replication attempt failed:
                From CADPDC to CADPDC1
                Naming Context: DC=ForestDnsZones,DC=engineer,DC=com
                The replication generated an error (-2146893022):
                The target principal name is incorrect.
                The failure occurred at 2014-06-27 17:05:59.
                The last success occurred at 2014-06-27 17:01:21.
                1 failures have occurred since the last success.
             [Replications Check,CADPDC1] A recent replication attempt failed:
                From CADPDC to CADPDC1
                Naming Context: DC=DomainDnsZones,DC=engineer,DC=com
                The replication generated an error (-2146893022):
                The target principal name is incorrect.
                The failure occurred at 2014-06-27 17:05:59.
                The last success occurred at 2014-06-27 17:01:21.
                1 failures have occurred since the last success.
             [Replications Check,CADPDC1] A recent replication attempt failed:
                From CADPDC to CADPDC1
                Naming Context: CN=Schema,CN=Configuration,DC=engineer,DC=com
                The replication generated an error (1727):
                The remote procedure call failed and did not execute.
                The failure occurred at 2014-06-27 17:05:59.
                The last success occurred at 2014-06-27 17:01:06.
                1 failures have occurred since the last success.
             [Replications Check,CADPDC1] A recent replication attempt failed:
                From CADPDC to CADPDC1
                Naming Context: CN=Configuration,DC=engineer,DC=com
                The replication generated an error (-2146893022):
                The target principal name is incorrect.
                The failure occurred at 2014-06-27 17:05:59.
                The last success occurred at 2014-06-27 17:01:07.
                1 failures have occurred since the last success.
             [Replications Check,CADPDC1] A recent replication attempt failed:
                From CADPDC to CADPDC1
                Naming Context: DC=engineer,DC=com
                The replication generated an error (-2146893022):
                The target principal name is incorrect.
                The failure occurred at 2014-06-27 17:05:59.
                The last success occurred at 2014-06-27 17:01:21.
                1 failures have occurred since the last success.
             ......................... CADPDC1 failed test Replications
          Starting test: RidManager
             ......................... CADPDC1 failed test RidManager
          Starting test: Services
             ......................... CADPDC1 passed test Services
          Starting test: SystemLog
             A warning event occurred.  EventID: 0x000727A5
                Time Generated: 06/27/2014   17:01:38
                Event String:
                The WinRM service is not listening for WS-Management requests.
             A warning event occurred.  EventID: 0x80050004
                Time Generated: 06/27/2014   17:05:03
                Event String:
                HP Ethernet 1Gb 2-port 332T Adapter: The network link is down.  Check to make sure the network cable is properly connected.
             A warning event occurred.  EventID: 0xA004001B
                Time Generated: 06/27/2014   17:05:06
                Event String: HP NC112T PCIe Gigabit Server Adapter
             An error event occurred.  EventID: 0x40000004
                Time Generated: 06/27/2014   17:05:39
                Event String:
                The Kerberos client received a KRB_AP_ERR_MODIFIED error from the server cadpdc1$. The target name used was LDAP/cadpdc.engineer.com/[email protected]. This indicates that the target
    server failed to decrypt the ticket provided by the client. This can occur when the target server principal name (SPN) is registered on an account other than the account the target service is using. Ensure that the target SPN is only registered on the account
    used by the server. This error can also happen if the target service account password is different than what is configured on the Kerberos Key Distribution Center for that target service. Ensure that the service on the server and the KDC are both configured
    to use the same password. If the server name is not fully qualified, and the target domain (ENGINEER.COM) is different from the client domain (ENGINEER.COM), check if there are identically named server accounts in these two domains, or use the fully-qualified
    name to identify the server.
             An error event occurred.  EventID: 0x40000004
                Time Generated: 06/27/2014   17:05:39
                Event String:
                The Kerberos client received a KRB_AP_ERR_MODIFIED error from the server cadpdc1$. The target name used was ldap/cadpdc.engineer.com/[email protected]. This indicates that the target
    server failed to decrypt the ticket provided by the client. This can occur when the target server principal name (SPN) is registered on an account other than the account the target service is using. Ensure that the target SPN is only registered on the account
    used by the server. This error can also happen if the target service account password is different than what is configured on the Kerberos Key Distribution Center for that target service. Ensure that the service on the server and the KDC are both configured
    to use the same password. If the server name is not fully qualified, and the target domain (ENGINEER.COM) is different from the client domain (ENGINEER.COM), check if there are identically named server accounts in these two domains, or use the fully-qualified
    name to identify the server.
             An error event occurred.  EventID: 0x40000004
                Time Generated: 06/27/2014   17:05:41
                Event String:
                The Kerberos client received a KRB_AP_ERR_MODIFIED error from the server cadpdc1$. The target name used was cadpdc$. This indicates that the target server failed to decrypt the ticket provided
    by the client. This can occur when the target server principal name (SPN) is registered on an account other than the account the target service is using. Ensure that the target SPN is only registered on the account used by the server. This error can also happen
    if the target service account password is different than what is configured on the Kerberos Key Distribution Center for that target service. Ensure that the service on the server and the KDC are both configured to use the same password. If the server name
    is not fully qualified, and the target domain (ENGINEER.COM) is different from the client domain (ENGINEER.COM), check if there are identically named server accounts in these two domains, or use the fully-qualified name to identify the server.
             An error event occurred.  EventID: 0x40000004
                Time Generated: 06/27/2014   17:05:43
                Event String:
                The Kerberos client received a KRB_AP_ERR_MODIFIED error from the server cadpdc1$. The target name used was GC/cadpdc.engineer.com/engineer.com. This indicates that the target server failed
    to decrypt the ticket provided by the client. This can occur when the target server principal name (SPN) is registered on an account other than the account the target service is using. Ensure that the target SPN is only registered on the account used by the
    server. This error can also happen if the target service account password is different than what is configured on the Kerberos Key Distribution Center for that target service. Ensure that the service on the server and the KDC are both configured to use the
    same password. If the server name is not fully qualified, and the target domain (ENGINEER.COM) is different from the client domain (ENGINEER.COM), check if there are identically named server accounts in these two domains, or use the fully-qualified name to
    identify the server.
             A warning event occurred.  EventID: 0x000727AA
                Time Generated: 06/27/2014   17:05:43
                Event String:
                The WinRM service failed to create the following SPNs: WSMAN/CADPDC1.engineer.com; WSMAN/CADPDC1.
             An error event occurred.  EventID: 0x40000004
                Time Generated: 06/27/2014   17:05:55
                Event String:
                The Kerberos client received a KRB_AP_ERR_MODIFIED error from the server cadpdc1$. The target name used was cifs/cadpdc.engineer.com. This indicates that the target server failed to decrypt
    the ticket provided by the client. This can occur when the target server principal name (SPN) is registered on an account other than the account the target service is using. Ensure that the target SPN is only registered on the account used by the server. This
    error can also happen if the target service account password is different than what is configured on the Kerberos Key Distribution Center for that target service. Ensure that the service on the server and the KDC are both configured to use the same password.
    If the server name is not fully qualified, and the target domain (ENGINEER.COM) is different from the client domain (ENGINEER.COM), check if there are identically named server accounts in these two domains, or use the fully-qualified name to identify the server.
             A warning event occurred.  EventID: 0x84350444
                Time Generated: 06/27/2014   17:05:58
                Event String:
                System Information Agent: Health: Post Errors were detected.  One or more Power-On-Self-Test errors were detected during server startup.
             An error event occurred.  EventID: 0x40000004
                Time Generated: 06/27/2014   17:05:59
                Event String:
                The Kerberos client received a KRB_AP_ERR_MODIFIED error from the server cadpdc1$. The target name used was E3514235-4B06-11D1-AB04-00C04FC2DCD2/5122bd13-c8ac-4265-a879-3a6831224994/[email protected].
    This indicates that the target server failed to decrypt the ticket provided by the client. This can occur when the target server principal name (SPN) is registered on an account other than the account the target service is using. Ensure that the target SPN
    is only registered on the account used by the server. This error can also happen if the target service account password is different than what is configured on the Kerberos Key Distribution Center for that target service. Ensure that the service on the server
    and the KDC are both configured to use the same password. If the server name is not fully qualified, and the target domain (ENGINEER.COM) is different from the client domain (ENGINEER.COM), check if there are identically named server accounts in these two
    domains, or use the fully-qualified name to identify the server.
             An error event occurred.  EventID: 0x40000004
                Time Generated: 06/27/2014   17:05:59
                Event String:
                The Kerberos client received a KRB_AP_ERR_MODIFIED error from the server cadpdc1$. The target name used was ldap/cadpdc.engineer.com. This indicates that the target server failed to decrypt
    the ticket provided by the client. This can occur when the target server principal name (SPN) is registered on an account other than the account the target service is using. Ensure that the target SPN is only registered on the account used by the server. This
    error can also happen if the target service account password is different than what is configured on the Kerberos Key Distribution Center for that target service. Ensure that the service on the server and the KDC are both configured to use the same password.
    If the server name is not fully qualified, and the target domain (ENGINEER.COM) is different from the client domain (ENGINEER.COM), check if there are identically named server accounts in these two domains, or use the fully-qualified name to identify the server.
             An error event occurred.  EventID: 0x0000410B
                Time Generated: 06/27/2014   17:05:59
                Event String:
                The request for a new account-identifier pool failed. The operation will be retried until the request succeeds. The error is
             An error event occurred.  EventID: 0x40000004
                Time Generated: 06/27/2014   17:06:07
                Event String:
                The Kerberos client received a KRB_AP_ERR_MODIFIED error from the server cadpdc1$. The target name used was LDAP/cadpdc.engineer.com. This indicates that the target server failed to decrypt
    the ticket provided by the client. This can occur when the target server principal name (SPN) is registered on an account other than the account the target service is using. Ensure that the target SPN is only registered on the account used by the server. This
    error can also happen if the target service account password is different than what is configured on the Kerberos Key Distribution Center for that target service. Ensure that the service on the server and the KDC are both configured to use the same password.
    If the server name is not fully qualified, and the target domain (ENGINEER.COM) is different from the client domain (ENGINEER.COM), check if there are identically named server accounts in these two domains, or use the fully-qualified name to identify the server.
             An error event occurred.  EventID: 0x0000041F
                Time Generated: 06/27/2014   17:06:30
                Event String:
                The processing of Group Policy failed. Windows could not resolve the computer name. This could be caused by one of more of the following:
             An error event occurred.  EventID: 0x0000041D
                Time Generated: 06/27/2014   17:07:07
                Event String:
                The processing of Group Policy failed. Windows could not resolve the user name. This could be caused by one of more of the following:
             An error event occurred.  EventID: 0x0000041F
                Time Generated: 06/27/2014   17:11:32
                Event String:
                The processing of Group Policy failed. Windows could not resolve the computer name. This could be caused by one of more of the following:
             An error event occurred.  EventID: 0x0000041F
                Time Generated: 06/27/2014   17:16:33
                Event String:
                The processing of Group Policy failed. Windows could not resolve the computer name. This could be caused by one of more of the following:
             An error event occurred.  EventID: 0x40000004
                Time Generated: 06/27/2014   17:16:38
                Event String:
                The Kerberos client received a KRB_AP_ERR_MODIFIED error from the server cadpdc1$. The target name used was LDAP/5122bd13-c8ac-4265-a879-3a6831224994._msdcs.engineer.com. This indicates that
    the target server failed to decrypt the ticket provided by the client. This can occur when the target server principal name (SPN) is registered on an account other than the account the target service is using. Ensure that the target SPN is only registered
    on the account used by the server. This error can also happen if the target service account password is different than what is configured on the Kerberos Key Distribution Center for that target service. Ensure that the service on the server and the KDC are
    both configured to use the same password. If the server name is not fully qualified, and the target domain (ENGINEER.COM) is different from the client domain (ENGINEER.COM), check if there are identically named server accounts in these two domains, or use
    the fully-qualified name to identify the server.
             An error event occurred.  EventID: 0x0000041F
                Time Generated: 06/27/2014   17:21:35
                Event String:
                The processing of Group Policy failed. Windows could not resolve the computer name. This could be caused by one of more of the following:
             ......................... CADPDC1 failed test SystemLog
          Starting test: VerifyReferences
             ......................... CADPDC1 passed test VerifyReferences
       Running partition tests on : ForestDnsZones
          Starting test: CheckSDRefDom
             ......................... ForestDnsZones passed test CheckSDRefDom
          Starting test: CrossRefValidation
             ......................... ForestDnsZones passed test
             CrossRefValidation
       Running partition tests on : DomainDnsZones
          Starting test: CheckSDRefDom
             ......................... DomainDnsZones passed test CheckSDRefDom
          Starting test: CrossRefValidation
             ......................... DomainDnsZones passed test
             CrossRefValidation
       Running partition tests on : Schema
          Starting test: CheckSDRefDom
             ......................... Schema passed test CheckSDRefDom
          Starting test: CrossRefValidation
             ......................... Schema passed test CrossRefValidation
       Running partition tests on : Configuration
          Starting test: CheckSDRefDom
             ......................... Configuration passed test CheckSDRefDom
          Starting test: CrossRefValidation
             ......................... Configuration passed test CrossRefValidation
       Running partition tests on : engineer
          Starting test: CheckSDRefDom
             ......................... engineer passed test CheckSDRefDom
          Starting test: CrossRefValidation
             ......................... engineer passed test CrossRefValidation
       Running enterprise tests on : engineer.com
          Starting test: LocatorCheck
             ......................... engineer.com passed test LocatorCheck
          Starting test: Intersite
             ......................... engineer.com passed test Intersite

    Hi,
    Please check the following : 
    - Confgigure IPv6 in DNS Management
    - Kerberos and LDAP records of dns.
    - Zone transfer from old server to new server.
    Thanks.
    Alper YAZGAN *

  • Error 1719. The Windows Installer Service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact your support personnel for assistance. Getting this error while installing the package in the windows 2012.

    Getting below mentioned error while installing a package  in the windows 2012 server remotely through psexec command
    Error 1718. Windows Installer Service could not be accessed.
    The same msi is getting installed local in through when we are doing through manually
    Please help on the same

    Hi Rahulan,
    Would you please let us know current situation of this issue? If any update, please feel free to let us know.
    Just addition, please refer to following threads and check if can help you.
    The Windows Installer Service could not be accessed.
    error 1719 windows installer service could not be accessed ....
    Hope this helps.
    Best regards,
    Justin Gu

  • Itunes 10 will not load on windows 7 64 bit. Error code 2324. Old Itunes is gone or not working. Cannot play anything although files are still there. What the ??? is error 2324. Seems like alot of people ar ehaving the same problem

    Itunes 10 will not load on windows 7 64 bit. Error code 2324. Old Itunes is gone or not working. Cannot play anything although files are still there. What the ??? is error 2324. Seems like alot of people ar ehaving the same problem

    I have had this problem with Windows 7 and iTunes updates for some time. Each time it takes hours to solve but with the over the air upgrade to IOS6 on my iPhone and iPad, I was determined to solve and remember what I did, So here it is:
    http://www.care4pcs.co.uk/2012/09/pear-shaped-apple-ios-6-for-iphone-ipad.html
    I hope this helps you and any other users.

  • Windows 2012 R2 Active Directory Domain Services and Remote Desktop services Role on the same server.

    Findings: 
    Currently, Windows 2012 R2   AD DS role and RDS With Broker services can only seem to coexist properly in a new domain not an existing domain. Any attempt to add to an existing domain causes internal database user access denied issues and any attempt to
    adjust rights and circumvent is dubious at best.
    The escalation technician said it best. Out of 50 clients that want to do this, they end up not being able to help 5 right off the bat for whatever reason. As for the other 40 they might be able to help by running reports, adjusting rights and trying to add
    the roles until it works.  This can end up being a 20 day process. Basically they are playing whack-a-mole with user rights and permissions until something sticks.
    We tried creating an OU where any other domain policies would not be inherited to see if that was the issue, a fresh install with different sequence of adding the Roles, no effect.
    Given the errors I witnessed when running procmon and then trying to add the roles, the NT System and the Windows Internal database user had access denied issues on 100+ registry keys when trying to add the roles. After that the system is not behaving normally.
    The errors displayed almost mirror the errors that would occur on Windows 2012 when those two roles would be added which of course is officially NOT supported on that system.
    This blog needs serious revision:
    http://blogs.msdn.com/b/rds/archive/2013/07/09/what-s-new-in-remote-desktop-services-for-windows-server-2012-r2.aspx
    This is the excerpt from that blog: Single server RDS deployment including Active Directory. We now support running our RD Connection Broker role service on the same physical instance as an Active Directory Domain Controller.  In addition, we published
    guidelines for how RD Session Host could be used without the RD Connection Broker.
    Microsoft Support was curteous and helpful and they were the ones who advised cutting our losses, which mirrored my hunch after seeing what was transpiring in the system.  They refunded my money for the support call. 
    For me, it was an opportunity to find out if there was any way to configure Windows 2012 R2 in the Same manner that it was setup as Windows 2008 R2 and lay that to rest. The coexistence is poorly implemented. It is as if there was a reaction from all the deprecation
    of bread and butter features such as shadowing in TS and the coexistence of AD DS and RDS to where those features were re-added haphazardly. (I have no complaints on shadowing on Windows 2012 R2 it works, just do not like having to go to server manager to
    use it).
    I opted for virtualizing the Domain controller to eliminate the incompatibility issues and that is what I will be doing from now on. I found free solutions for backing up and reporting for virtual machines as well as the suggested procedures for configruing
    a Domain controller as a virtual machine on a Hyper-V environment and I will be sticking to those. Thus far the setup has been operational.
    I am not allergic to virtualization, but for really small setups it adds additional time and considerations but if that is how it has to be done, so be it. Windows 2008 R2 days are numbered and since we can usually squeeze 5-7 years on quality server equipment,
    buying a Windows 2008 R2 setup now is a borderline disservice in my opinion.
    Hopefully someone finds this useful and saves some time.

    Hi,
    Thank you for posting in Windows Server Forum.
    Do you need any other assistance?
    Based on your description, you are describing your story of successfully implementing RDS server with AD role and more regarding all RDS related scenario. For shadowing feature, you can use with command also. Below is the syntax to shadow a session.
    mstsc /v:<ServerName> /shadow:<SessionID>
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    TechNet Community Support

  • Windows Server 2012 Windows Backup failed with following error code '0x8078006B' (Windows Backup failed to create the shared protection point on the source volumes.).

    The Volume Shadow Copy service initially was running under the context of System, so we thought that ‘System’ doesn’t have permissions to access network shares. 
    When the Volume Shadow Copy service was running under the context of System, this was the error logged:
    “failed with following error code '0x8078014B' (There was a failure in creating a directory on the backup storage location.).”
    Which is likely due to not having permissions to write to the network location. 
     This is a scheduled backup trying to write to a network location, so we changes the service to run under the context of an account that does have permissions to write to the network share.
      Then the error changed to this:
    “failed with following error code '0x8078006B' (Windows Backup failed to create the shared protection point on the source volumes.).”
    HRESULT 0x8078006b
    DetailedHRESULT 0x8004230f
    ErrorMessage %%2155348075
    BackupState 12
    VolumesInfo <VolumeInfo><VolumeInfoItem Name="C:" OriginalAccessPath="C:" State="15" HResult="-2139619228" DetailedHResult="0" PreviousState="0" IsCritical="1" IsIncremental="0"
    BlockLevel="0" HasFiles="1" HasSystemState="0" IsCompacted="0" IsPruned="0" IsRecreateVhd="0" FullBackupReason="0" DataTransferred="0" NumUnreadableBytes="0" TotalSize="0"
    TotalNoOfFiles="0" Flags="1604" BackupTypeDetermined="0" SSBTotalNoOfFiles="0" SSBTotalSizeOnDisk="0" /><VolumeInfoItem Name="D:" OriginalAccessPath="D:" State="15" HResult="-2139619228"
    DetailedHResult="0" PreviousState="0" IsCritical="0" IsIncremental="0" BlockLevel="0" HasFiles="1" HasSystemState="0" IsCompacted="0" IsPruned="0" IsRecreateVhd="0"
    FullBackupReason="0" DataTransferred="0" NumUnreadableBytes="0" TotalSize="0" TotalNoOfFiles="0" Flags="68" BackupTypeDetermined="0" SSBTotalNoOfFiles="0" SSBTotalSizeOnDisk="0"
    /></VolumeInfo>
    We aren’t really seeing anything that gives any hint on what the issue is. 
    Any ideas?  Thanks in advance!

    We are trying to back up folders/files from 2 local drives (C: & D:), both of which have only 10% space used, and 100 GB free. 
    We are attempting to back the files up to a Remote Shared File (and there is 100+ GB free space out there). 
      If we try another network location, we receive the exact same error. 
     This is Windows Server 2012, not running Hyper-V and is a physical server not a VM.
    Thank you for the link. 
    Looking in: 
    Event Viewer / Application and Service Logs / Microsoft / Windows / Backup / Operational
    But it doesn’t seem to give any more details: 
    Log Name:     
    Microsoft-Windows-Backup
    Source:       
    Microsoft-Windows-Backup
    Date:         
    7/8/2013 8:00:12 PM
    Event ID:     
    5
    Task Category: None
    Level:        
    Error
    Keywords:     
    User:         
    SYSTEM
    Computer:     
    servername.edu
    Description:
    The backup operation that started at '‎2013‎-‎07‎-‎09T02:00:06.273000000Z' has failed with following error code '0x8078006B' (Windows Backup failed to create the shared protection point on the source volumes.).
    Please review the event details for a solution, and then rerun the backup operation once the issue is resolved.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
    <Provider Name="Microsoft-Windows-Backup" Guid="{1DB28F2E-8F80-4027-8C5A-A11F7F10F62D}" />
    <EventID>5</EventID>
    <Version>3</Version>
    <Level>2</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x4000000000000000</Keywords>
    <TimeCreated SystemTime="2013-07-09T02:00:12.872602100Z" />
    <EventRecordID>30</EventRecordID>
    <Correlation />
    <Execution ProcessID="3028" ThreadID="3996" />
    <Channel>Microsoft-Windows-Backup</Channel>
    <Computer>servername.edu</Computer>
    <Security UserID="S-1-5-18" />
      </System>
      <EventData>
    <Data Name="BackupTemplateID">{A421E864-A115-4288-8D12-F4878CF8A248}</Data>
    <Data Name="HRESULT">0x8078006b</Data>
    <Data Name="DetailedHRESULT">0x8004230f</Data>
    <Data Name="ErrorMessage">%%2155348075</Data>
    <Data Name="BackupState">12</Data>
    <Data Name="BackupTime">2013-07-09T02:00:06.273000000Z</Data>
    <Data Name="BackupTarget">\\servername\BACKUP</Data>
    <Data Name="NumOfVolumes">2</Data>
    <Data Name="VolumesInfo">&lt;VolumeInfo&gt;&lt;VolumeInfoItem Name="C:" OriginalAccessPath="C:" State="15" HResult="-2139619228" DetailedHResult="0" PreviousState="0" IsCritical="1" IsIncremental="0" BlockLevel="0" HasFiles="1" HasSystemState="0"
    IsCompacted="0" IsPruned="0" IsRecreateVhd="0" FullBackupReason="0" DataTransferred="0" NumUnreadableBytes="0" TotalSize="0" TotalNoOfFiles="0" Flags="1604" BackupTypeDetermined="0" SSBTotalNoOfFiles="0" SSBTotalSizeOnDisk="0" /&gt;&lt;VolumeInfoItem
    Name="D:" OriginalAccessPath="D:" State="15" HResult="-2139619228" DetailedHResult="0" PreviousState="0" IsCritical="0" IsIncremental="0" BlockLevel="0" HasFiles="1" HasSystemState="0" IsCompacted="0" IsPruned="0" IsRecreateVhd="0" FullBackupReason="0" DataTransferred="0"
    NumUnreadableBytes="0" TotalSize="0" TotalNoOfFiles="0" Flags="68" BackupTypeDetermined="0" SSBTotalNoOfFiles="0" SSBTotalSizeOnDisk="0" /&gt;&lt;/VolumeInfo&gt;</Data>
    <Data Name="SourceSnapStartTime">2013-07-09T02:00:06.289250300Z</Data>
    <Data Name="SourceSnapEndTime">1601-01-01T00:00:00.000000000Z</Data>
    <Data Name="PrepareBackupStartTime">&lt;TimesList&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;/TimesList&gt;</Data>
    <Data Name="PrepareBackupEndTime">&lt;TimesList&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;/TimesList&gt;</Data>
    <Data Name="BackupWriteStartTime">&lt;TimesList&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;/TimesList&gt;</Data>
    <Data Name="BackupWriteEndTime">&lt;TimesList&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;/TimesList&gt;</Data>
    <Data Name="TargetSnapStartTime">1601-01-01T00:00:00.000000000Z</Data>
    <Data Name="TargetSnapEndTime">1601-01-01T00:00:00.000000000Z</Data>
    <Data Name="DVDFormatStartTime">&lt;TimesList&gt;&lt;/TimesList&gt;</Data>
    <Data Name="DVDFormatEndTime">&lt;TimesList&gt;&lt;/TimesList&gt;</Data>
    <Data Name="MediaVerifyStartTime">&lt;TimesList&gt;&lt;/TimesList&gt;</Data>
    <Data Name="MediaVerifyEndTime">&lt;TimesList&gt;&lt;/TimesList&gt;</Data>
    <Data Name="BackupPreviousState">2</Data>
    <Data Name="ComponentStatus">&lt;ComponentStatus&gt;&lt;/ComponentStatus&gt;</Data>
    <Data Name="ComponentInfo">&lt;ComponentInfo&gt;&lt;/ComponentInfo&gt;</Data>
    <Data Name="SSBEnumerateStartTime">1601-01-01T00:00:00.000000000Z</Data>
    <Data Name="SSBEnumerateEndTime">1601-01-01T00:00:00.000000000Z</Data>
    <Data Name="SSBVhdCreationStartTime">1601-01-01T00:00:00.000000000Z</Data>
    <Data Name="SSBVhdCreationEndTime">1601-01-01T00:00:00.000000000Z</Data>
    <Data Name="SSBBackupStartTime">1601-01-01T00:00:00.000000000Z</Data>
    <Data Name="SSBBackupEndTime">1601-01-01T00:00:00.000000000Z</Data>
    <Data Name="SystemStateBackup">&lt;SystemState IsPresent="0" HResult="0" DetailedHResult="0" /&gt;</Data>
    <Data Name="BMR">&lt;BMR IsPresent="0" HResult="0" DetailedHResult="0" /&gt;</Data>
    <Data Name="VssFullBackup">false</Data>
    <Data Name="UserInputBMR">false</Data>
    <Data Name="UserInputSSB">false</Data>
    <Data Name="BackupSuccessLogPath">
    </Data>
    <Data Name="BackupFailureLogPath">
    </Data>
    <Data Name="EnumerateBackupStartTime">&lt;TimesList&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;/TimesList&gt;</Data>
    <Data Name="EnumerateBackupEndTime">&lt;TimesList&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;/TimesList&gt;</Data>
    <Data Name="PruneBackupStartTime">&lt;TimesList&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;/TimesList&gt;</Data>
    <Data Name="PruneBackupEndTime">&lt;TimesList&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;/TimesList&gt;</Data>
    <Data Name="BackupFlags">0x9</Data>
    <Data Name="ComponentInfoSummary">&lt;ComponentInfoSummary ComponentInfoArrayPresent="1" TotalComponents="0" SucceededComponents="0" /&gt;</Data>
      </EventData>
    </Event>

  • Unable to generate Pdf report for crystal 9/10  in Windows 2012 (Standard) server with Times New Roman font. With same font, report getting generated in excel, text, csv format in Windows 2012.

    For Times New Roman font in Windows server 2012 R2 (Standard), crystal 9/10 report in pdf format is not getting generated. When we change the font for specific report like Arial, Calibri , Cambria then pdf report getting created.
    In Windows 2008 R2, same application worked fine to generate pdf report for TimesNewRoman font and there is no change done in the application which is being used in Windows 2012 R2 server.

    Ok, thanks for the reply. You need to contact support or a forum for the Crystal software. Third party products don't usually include Adobe technology, they have their own software. When you contact them, you may want to expand "unable to generate" to give any specific symptoms including any error messages.

  • Windows 2012: Error: No computers available in the pool.

    I've got a russian versions of all the components I am talking about. But I got no help on Russian Forum so I translated my question to English to post it here. So, messages from logs are translated back to English from Russian and they may look different
    to what you get in English version (not translated to Russian and then back to English).
    I have got two physical servers with Windows 2012 Server installed on them, one of them is Domain Controller, the other server got Remote Desktop roles: RD Connection Broker, RD Web Access and RD Virtualization Host. I
    use Hyper-V to create Virtual Machines on the second Server (server with RD roles installed). 
    I have created 2 collections: one Personal and one Pooled. Template
    machine used for both collections is a sysprepped clean install of Windows 8.1 Pro. I connect to collections through RDP file I am getting from RD Web Access.
    When I connect to Pooled Collection everything is going fine but when I attempt to connect to Personal Collection
    I am getting Error "There are no computers available in the pool. Try to connect later or contact Administrator."
    At that moment in Server log [translated by me from russian]:
    VDI
    1306
     Error 
    Microsoft-Windows-TerminalServices-SessionBroker-Client
    Microsoft-Windows-TerminalServices-SessionBroker-Client/Operational
    Connection Broker Client failed to redirect user domain\user. 
    Error: NULL
    VDI
    1296 
    Error 
    Microsoft-Windows-TerminalServices-SessionBroker-Client
    Microsoft-Windows-TerminalServices-SessionBroker-Client/Operational
    On getting a redirection packet from Connection Broker an error occured in Connection Broker Client.
    Пользователь: domain\user
    Error: Element not found. 
    VDI
    802
     Error
     Microsoft-Windows-TerminalServices-SessionBroker 
    Microsoft-Windows-TerminalServices-SessionBroker/Admin
    Connection Broker failed to process a connection request for user domain\user. Failed to perform load balancing OR end point not found.
    Error: Access denied.
    VDI
    804
    Error
    Microsoft-Windows-TerminalServices-SessionBroker
     Microsoft-Windows-TerminalServices-SessionBroker/Admin
    Connection Broker failed to find a personal virtual desktop assigned to user domain\user. HRESULT = 0x80070005
    I have tried using different options of AutoAssignPersonalDesktop
    (manual and automatic assignment), reinstalling the RD roles and even reinstalling the server with RD roles. Nothing helps. Errors remain the same.
    I was using official guides when I installed RD roles on the server.

    Hi,
    Thank you for posting in windows Server Forum.
    From the error description it seems that broker connection is not established well and also there might be some permission issue with user and groups. Please verify that RDSH can communicate with RDCB servers well.
    Remote Desktop Connection Broker (RD Connection Broker), formerly Terminal Services Session Broker, is a Remote Desktop Services role service in Windows Server 2008 R2 that supports session load balancing between RD Session Host servers in a farm, connections
    to virtual desktops, and reconnection to an existing session in a load-balanced RD Session Host server farm.
    Event ID 1296 — RD Connection Broker Communication
    http://technet.microsoft.com/en-us/library/ee891061(v=ws.10).aspx
    Also you can check how the connection works from “A user is connected to a personal virtual desktop in the following way” this part from below article.
    Deploying Personal Virtual Desktops by Using Remote Desktop Web Access Step-by-Step Guide
    http://technet.microsoft.com/en-us/library/dd883277(v=ws.10).aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    TechNet Community Support

  • Error: 0x80073701 when trying to add Print Services Role in Windows 2012 Standard

    Hello,
    I'm getting an error when trying to add Print Services role in Windows 2012 Standard. I'm getting the same error whether I use the GUI or from PowerShell.
    This is a new server install.
    The PowerShell error follows:
    add-windowsfeature : The request to add or remove features on the specified server failed.
    Installation of one or more roles, role services, or features failed.
    The referenced assembly could not be found. Error: 0x80073701
    At line:1 char:1
    + add-windowsfeature print-services
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidOperation: (@{Vhd=; Credent...Name=localhost}:PSObject) [Install-WindowsFeature],
        Exception
        + FullyQualifiedErrorId : DISMAPI_Error__Failed_To_Enable_Updates,Microsoft.Windows.ServerManager.Commands.AddWind
       owsFeatureCommand
    Success Restart Needed Exit Code      Feature Result
    False   No             Failed         {}
    Any help with this issue will be greatly appreciated.

    Hi,
    I think you should start with chkdsk C: /F and sfc /scannow.
    Regards.
    Vivian Wang

Maybe you are looking for

  • My MacBook Pro Hard Drive recently gave me the gray folder with the question mark of death. Even as

    My MacBook Pro Hard Drive recently gave me the gray folder with the question mark of death. Even as a Mac Newbie/Novice, I successfully installed a new hard drive and the OS (10.6.8) software from my installation discs. I have, however, lost the abil

  • Download Adobe Flash Player doesn't work

    how can I download new version: youtube video's aren't visible> youtube gives link to Adobe works; when I try I get message that 'schijfkopie bestanden' cant be activated. I hope someone can help Anna

  • HDMI Cable to Mac Cumputer

    I have a Camcorder with HDMI port connection. How can I connect HDMI Cable to a Mac Computer?

  • Connecting iPhone to PC or laptop

    Can I connect an iPHone to my PC or laptop without jailbreaking it. I don't want to nor do I intend to do that. It certainly would be nice to us a large screen when I have either of the computers available to me. Thanks so much.

  • Os error in external tables in oracle 9i

    hi, iam geting the following err when selecting the external table. ORA-29913: error in executing ODCIEXTTABLEOPEN callout ORA-29400: data cartridge error KUP-04063: unable to open log file log.log OS error The system cannot find the file specified.