Server 2012 R2: Publish "Work Folders"

Hi
We want to deploy Work Folders. These folders must be accesibles from Internet (without VPN or DirectAccess).
We've TMG infrastructure. My question are:
1) Could we use TMG to publish these folders? Is there any limitation ?
2) I suppose that only Windows 7 (domain computer), Windows 8.1 (workgroup o domain computer) can use this feature. Any support for iPAD, Android, Windows Mobile, etc...??

Hi,
You can use TMG server to publish Work Folders. Personally, I would like to recommend you to use Web Application Proxy to publish Work Folders instead of using TMG, as
Web Application Proxy is a new feature in Windows server 2012 R2 and the mainstream for TMG will be not supported in 2015.
PCs and devices are supported clients for Work Folders. However, Work Folders apps for devices are not announced.
Best regards.
Susie

Similar Messages

  • Set up Search Service App For SharePoint server 2013 on Windows server 2012 R2 not working

    Hi all,
    I installed SharePoint server 2013 on Windows  server 2012 R2 using VirtualBox.  I created a DC(domain controller) server with a domain set up on one VM and it has SQL server 2012 SP1 installed. Then SharePoint 2013 on another VM was set up to access
    the DC server.  Everything seems working except Search Service App which cannot be sucessfully set up. Creation process for Search service app says Successful and 4 search databases were created and look fine. But when I navigate to search service app
    admin page, it gives error info:
    System status:  The search service is not able to connect to the machine that hosts the administration component. Verify that the administration component '386f2cd6-47ca-4b3a-aeb5-d9116772ef16' in search application 'Search Service Application 1' is in
    a good state and try again.
    Search Application Topology:  Unable to retrieve topology component health states. This may be because the admin component is not up and running.
    From event viewer, I see following errors:
    (1) Error From source: SharePoint Server
    Application Server Administration job failed for service instance  Microsoft.Office.Server.Search.Administration.SearchServiceInstance
    (b7c72eb8-cbaf-435e-b4c9-963cb6e4e745).
    Reason: The object you are trying to create already exists. Try again using a different name.  
    Technical Support Details:
    System.Runtime.InteropServices.COMException (0x80040D02): The object you are trying to create already exists. Try again using a different name.  
       at Microsoft.Office.Server.Search.Administration.SearchServiceInstance.Synchronize()
       at Microsoft.Office.Server.Administration.ApplicationServerJob.ProvisionLocalSharedServiceInstances(Boolean
    isAdministrationServiceJob)
    (2) Error From source: SharePoint Server Search
    Could not access the Search database. A generic error occurred while trying to access the database to obtain the schema version info.
    Context: Application '386f2cd6-47ca-4b3a-aeb5-d9116772ef16'
    (3) Warning from source: SharePoint Server Search
    A database error occurred. Source: .Net SqlClient Data Provider Code: 8169 occurred 0 time(s) Description:  Error ordinal: 1 Message:
    Conversion failed when converting from a character string to uniqueidentifier., Class: 16, Number: 8169, State: 2    at
    System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
    (4) Error From source: SharePoint Server
    Application Server Administration job failed for service instance Microsoft.Office.Server.Search.Administration.SearchServiceInstance
    (b7c72eb8-cbaf-435e-b4c9-963cb6e4e745).
    Reason: The gatherer application could not be mounted because the search administration database schema version does not match the expected backwards compatibility schema version. The database might not have been upgraded.  
    Technical Support Details:
    System.Runtime.InteropServices.COMException (0xC0041235): The gatherer application could not be mounted because the search administration database schema version does not match the expected backwards compatibility schema version. The database might not have
    been upgraded.  
    Since separate DC server and SharePoint server do not work, I installed SharePoint 2013 on DC server ( so DC server has everything on it now ) but it gives exactly same result. Later I installed SharePoint 2013 SP1 and still have the same problem with Search
    Service app. I spent two weeks tried all suggestions available from Web and Google but SharePoint Search Service simply does not work. Config and other databases work but why Search Service has this issue seemingly related to search DB.
    Could anybody please help out? You deserve a top SharePoint consultant award if you could find a solution. I am so frustrated and so tired by this issue.    This seems also to be a SP set up issue.
    Thanks a lot.

    Using new Search Service App wizard to create SSA is always a success. I could delete existing SSA and recreate it and no problem. It says successful but when I open Search Admin page from CA, it gives me errors as mentioned.
    Now I used the following PS script for creating SSA from Max Mercher, but it stays at the last setps in following script:
    Add-PsSnapin Microsoft.SharePoint.PowerShell -ErrorAction SilentlyContinue
    $IndexLocation = "C:\Search"  #Location must be empty, will be deleted during the process!
    $SearchAppPoolName = "SSAPool"
    $SearchAppPoolAccountName = "mydomain\admin"
    $SearchServiceName = "SSA"
    $SearchServiceProxyName = "SSA Proxy"
    $DatabaseServer = "W12R2DC1"
    $DatabaseName = "SSA"
    $spAppPool = Get-SPServiceApplicationPool -Identity $SearchAppPoolName -ErrorAction SilentlyContinue
    if (!$spAppPool)
     $spAppPool = New-SPServiceApplicationPool -Name $SearchAppPoolName -Account $SearchAppPoolAccountName -Verbose
    $ServiceApplication = Get-SPEnterpriseSearchServiceApplication -Identity $SearchServiceName -ErrorAction SilentlyContinue
    if (!$ServiceApplication)
    # process stays at the following step forever, already one hour now.  
    $ServiceApplication = New-SPEnterpriseSearchServiceApplication -Name $SearchServiceName -ApplicationPool $spAppPool.Name -DatabaseServer  $DatabaseServer -DatabaseName $DatabaseName
    Account mydomain\admin is an farm managed account, domain admin account, in WG_ADMIN role, It is in all SQL server roles and is DBO. I see search DBs are already on SQL server. From Event viewer, I got following errors in sequence:
    (1) Crawler:Content Plugin under source Crawler:Content Plugin 
    Content Plugin can not be initialized - list of CSS addresses is not set.
    (2) Warning for SharePoint Server Search
    A database error occurred. Source: .Net SqlClient Data Provider Code: 8169 occurred 0 time(s) Description:  Error ordinal: 1 Message: Conversion failed when converting from a character string to uniqueidentifier., Class: 16, Number: 8169, State: 2   
    at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
    (3) Error for SharePoint Server Search
    Could not access the Search database. A generic error occurred while trying to access the database to obtain the schema version info.
    Context: Application 'cbc5a055-996b-44a7-9cbc-404322f9cfdf'
    (4) Error for SharePoint Server
    Application Server Administration job failed for service instance Microsoft.Office.Server.Search.Administration.SearchServiceInstance (b7c72eb8-cbaf-435e-b4c9-963cb6e4e745).
    Reason: The gatherer application could not be mounted because the search administration database schema version does not match the expected backwards compatibility schema version. The database might not have been upgraded. 
    (5) Error Shared Services for SharePoint Server Search 
    Application Server Administration job failed for service instance Microsoft.Office.Server.Search.Administration.SearchServiceInstance (b7c72eb8-cbaf-435e-b4c9-963cb6e4e745).
    Reason: The object you are trying to create already exists. Try again using a different name. 
    Technical Support Details:
    System.Runtime.InteropServices.COMException (0x80040D02): The object you are trying to create already exists. Try again using a different name. 
       at Microsoft.Office.Server.Search.Administration.SearchServiceInstance.Synchronize()
       at Microsoft.Office.Server.Administration.ApplicationServerJob.ProvisionLocalSharedServiceInstances(Boolean isAdministrationServiceJob
    Above errors keep being generated. Last step for SSA creation stay there forever.  Any clue what is really going on?  Thanks.

  • SharePoint server 2013 Search Service App on Windows server 2012 R2 not working

    Hi all,
    I installed SharePoint server 2013 on Windows  server 2012 R2 using VirtualBox.  I created a DC(domain controller) server with a domain set up on one VM and it has SQL server 2012 SP1 installed. Then SharePoint 2013 on another VM
    was set up to access the DC server.  Everything seems working except Search Service App which cannot be sucessfully set up. Creation process for Search service app says Successful and 4 search databases were created and look fine. But when I navigate
    to search service app admin page, it gives error info:
    System status:  The search service is not able to connect to the machine that hosts the administration component. Verify that the administration component '386f2cd6-47ca-4b3a-aeb5-d9116772ef16' in search application 'Search Service Application 1' is
    in a good state and try again.
    Search Application Topology:  Unable to retrieve topology component health states. This may be because the admin component is not up and running.
    From event viewer, I see following errors:
    (1) Error From source: SharePoint Server
    Application Server Administration job failed for service instance Microsoft.Office.Server.Search.Administration.SearchServiceInstance (b7c72eb8-cbaf-435e-b4c9-963cb6e4e745).
    Reason: The object you are trying to create already exists. Try again using a different name. 
    Technical Support Details:
    System.Runtime.InteropServices.COMException (0x80040D02): The object you are trying to create already exists. Try again using a different name. 
       at Microsoft.Office.Server.Search.Administration.SearchServiceInstance.Synchronize()
       at Microsoft.Office.Server.Administration.ApplicationServerJob.ProvisionLocalSharedServiceInstances(Boolean isAdministrationServiceJob)
    (2) Error From source: SharePoint Server Search
    Could not access the Search database. A generic error occurred while trying to access the database to obtain the schema version info.
    Context: Application '386f2cd6-47ca-4b3a-aeb5-d9116772ef16'
    (3) Warning from source: SharePoint Server Search
    A database error occurred. Source: .Net SqlClient Data Provider Code: 8169 occurred 0 time(s) Description:  Error ordinal: 1 Message: Conversion failed when converting from a character string to uniqueidentifier., Class: 16, Number: 8169, State: 2   
    at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
    (4) Error From source: SharePoint Server
    Application Server Administration job failed for service instance Microsoft.Office.Server.Search.Administration.SearchServiceInstance (b7c72eb8-cbaf-435e-b4c9-963cb6e4e745).
    Reason: The gatherer application could not be mounted because the search administration database schema version does not match the expected backwards compatibility schema version. The database might not have been upgraded. 
    Technical Support Details:
    System.Runtime.InteropServices.COMException (0xC0041235): The gatherer application could not be mounted because the search administration database schema version does not match the expected backwards compatibility schema version. The database might not have
    been upgraded. 
    Since separate DC server and SharePoint server do not work, I installed SharePoint 2013 on DC server ( so DC server has everything on it now ) but it gives exactly same result. Later I installed SharePoint 2013 SP1 and still have the same problem
    with Search Service app. I spent two weeks tried all suggestions available from Web and Google but SharePoint Search Service simply does not work. Config and other databases work but why Search Service has this issue seemingly related to search DB.
    Could anybody please help out? You deserve a top SharePoint consultant award if you could find a solution. I am so frustrated and so tired by this issue.    
    Thanks a lot.

    Hi,
    According to your post, my understanding is that  SharePoint server 2013 Search Service App did not work on Windows server 2012 R2.
    Please make sure you configure Search Service Application correctly. You can refer to:Create and configure a Search service application in SharePoint Server 2013
    I recommend to created new Search Service Application, and made a full crawl. Then assigned the new SSA as the default SSA for webapplications. Finnlay checked  the issue doesnt occur now,
    If all search related components now are online, to keep the enviroonment clean, you can delete the old SSA.
    Thank you for your understanding.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Utterly and totally LOST and CONFUSED getting IE10 in Server 2012 x64 to work

    I am at my wits end, I believe I posted in here before but am still having tons of problems with IE10 and Server 2012 x64. Can someone shed some light on ANY of the following:
    1)Is IE10 embedded with flash player by default or not? If so what version?
    2)If IE10 is embedded with flash player how do I get it to consistently work and show the flash player test movie from Adobe's site instead of a gray box (following steps on site does NOTHING to fix issue)?
    2b) I have had some success simply changing the following security settings for the Internet Zone in Security:
    Settings>Internet Options>Security>Internet Zone, click custom level> Active X Controls and Plugins> Script ActiveX controls marked safe for scripting: enable
    Settings>Internet Options>Security>Internet Zone, click custom level> Scripting> Active Scripting: enable
    on some machines the above works and I see a flash movie, other machines not.
    3)What is the shockwave flash object in my add-ons for IE? Some machines have this and some don't. Was it installed by default or installed manually? I cannot install this on non working machines where it is missing as the install page from adobe (get.adobe.com/flashplayer) says there is nothing to install since IE 10 should have flash player embeded by default. (it says flash player is integrated with Windows Explorer in Windows8. You do not need to install Flash Player and the bottom of IE says an add-on for this website failed to run).
    This is a NIGHTMARE process that doesn't work and is pathetic. Can someone please steer me in the direction to get this simple POS to work? Something that should work by default doesn't, and then should take no more than 10 minutes is wasting hours of my time.

    Hi,
    The RoboHelp 10 API should work for WebHelp created with RoboHelp 9. Since the RH10 API will now support Multiscreen HTML5 (introduced with RoboHelp 10), I imagine it will work with VS 2012. But I’ve not tried that. You can try the RH10 API, but Adobe won’t support it
    Alternatively: A colleague of mine created a custom C# API some time ago. That might work for you: http://www.wvanweelden.eu/blog/2012/08/03/custom-webhelp-apis
    Greet,
    Willam

  • RemoteFX Server 2012 R2 (Not Working?)

    Hi Guys,
    I have a 2012 server r2 for testing, trying to get a smooth connection. We have fixed one issue by enabling UDP, and I can now confirm this is working. However, the connection locally (100mbit) when playing youtube videos still seems to be laggy.
    Am I missing something? RemoteFX is on by default in 2012.
    The only thing I can find is in the Event Log I have the following:
    "The connection is not using advanced RemoteFX RemoteApp Graphics"
    Is there anyway I can work out if it's working correctly?

    Hi,
    Firstly, I would like you to check the version of graphics card you are using for RemoteFX feature. To get full benefits of RemoteFX on server 2012 R2, you must requires a compatible graphics card. At a minimum, the requirements for graphics cards to be used
    with RemoteFX are: 
    -  DirectX 11.0 or later
    -  WDDM 1.2 driver or later
    More information:
    GPU Requirements for RemoteFX on Windows Server 2012 R2
    In addition, there are policy settings with which you can try to configure RemoteFX graphics with server scalability or bandwidth usage. You can change for “Configure RemoteFX Adaptive Graphics” under below mention
    path:
    ComputerConfiguration\AdministrativeTemplates\WindowsComponents\Remote Desktop Services\Remote Desktop Session Host\Remote Session Environment
    Additional Information:
    RemoteFX Adaptive Graphics in Windows Server 2012 and Windows 8
    Hope it helps!
    Thanks.

  • Windows Terminal Server 2012 wont publish any more remote apps!

    I have a weird problem with our new Windows 2012 Terminal Server. We have already published one application through a session collection via Remote Desktop Services. We now have the need to publish another application. When I click on the "Tasks"
    drop down menu and select "Publish RemoteApp Programs" I get an error of "Server.domain.local is not available on the network. Verify that the server is available on the network or remove the server from the collection"
    Does anyone have any ideas why I am seeing this?
    Thanks

    Hi,
    Thank you for your posting in Windows Server Forum.
    First of all please check that you have enough permission or performing with admin account. 
    I have installed many RemoteApp in my environment and can’t find this error until now. 
    Have you recently made any changes in your environment before facing this issue? 
    Did you tried to restart the server and then try to launch new Remote App?
    By the way, can you let us know which program you want to publish as Remote App, so if possible then we can try to install and let you know the result.
    In meantime, please try to publish new RemoteApp with PowerShell command as Administrator and let us know the result. You can try below command. In this example, we create a RemoteApp to deliver WordPad. We use the following command;
    new-rdremoteapp -Alias Wordpad -DisplayName WordPad -FilePath "C:\Program Files\Windows NT\Accessories\wordpad.exe" -ShowInWebAccess 1 -collectionname MySessionCollection -ConnectionBroker LS01.CRFB.Local
    For more information, refer beneath article.
    Managing Remote Apps using PowerShell on Windows Server 2012
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • Microsoft // Winlogon 4005 (The Windows logon process has unexpectedly terminated) on one Windows Server 2012 VM with working RDS roles installed

    Hello experts,
    I have deployed all essential RDS roles and features on one Windows Server 2012 Virtual Machine
    a few months ago and I recently ran into issues with users not being able to access it through RDP all of a sudden after entering credentials successfully.
    Every time that happens I get an event ID Winlogon 4005 (The Windows logon process has unexpectedly
    terminated). I am also receiving but not all the time event ID 6000 and 6003 referring to being unable to handle critical or normal events from AUinstallAgent.
    Any help on this problem would be greatly appreciated.
    Thank you in advance for your support.
    Massimiliano

    Hello experts,
    I have deployed all essential RDS roles and features on one Windows Server 2012 Virtual Machine
    a few months ago and I recently ran into issues with users not being able to access it through RDP all of a sudden after entering credentials successfully.
    Every time that happens I get an event ID Winlogon 4005 (The Windows logon process has unexpectedly
    terminated). I am also receiving but not all the time event ID 6000 and 6003 referring to being unable to handle critical or normal events from AUinstallAgent.
    Any help on this problem would be greatly appreciated.
    Thank you in advance for your support.
    Massimiliano

  • Not working properly Computer Browser service in Windows Server 2012

    Good afternoon.
    Migrated from 2003 to 2012 Active Directory, all is good, but the service Computer Browser in Windows Server 2012 is not working properly.
    Online, there are several hundred computers, one network, no segments. PDC is the Master Browser, it is in my list of all the computers, but gives customers or Backup Browser computers only part, and in alphabetical order, giving the first 70 computers and
    all.
    Looked packet sniffer:
    Microsoft Windows Lanman Remote API Protocol 
    Entry Count: 70 
    Available Entries: 251
    So on Master Browser shows 251 computer, and the client 70.
    If disabled on Windows Server 2012 Service Computer Browser, Master Browser is a computer running Windows Server 2003. He gives all computers.
    What is the problem, how to get Windows Server 2012 to work correctly as a Master Browser?

    More info. I have high lighted in bold where the issue is. This is a massive headache for me at the moment
      Frame: Number = 377, Captured Frame Length = 182, MediaType = ETHERNET
    - Ethernet: Etype = Internet IP (IPv4),DestinationAddress:[00-13-72-52-6E-A1],SourceAddress:[00-1E-0B-2B-68-DD]
      - DestinationAddress: Dell Inc. 526EA1 [00-13-72-52-6E-A1]
         Rsv: (000000..)
         UL:  (......0.) Universally Administered Address
         IG:  (.......0) Individual address (unicast)
      - SourceAddress: 001E0B 2B68DD [00-1E-0B-2B-68-DD]
         Rsv: (000000..)
         UL:  (......0.) Universally Administered Address
         IG:  (.......0) Individual address (unicast)
        EthernetType: Internet IP (IPv4), 2048(0x800)
    - Ipv4: Src = 10.44.46.101, Dest = 10.44.44.14, Next Protocol = TCP, Packet ID = 14025, Total IP Length = 168
      - Versions: IPv4, Internet Protocol; Header Length = 20
         Version:      (0100....) IPv4, Internet Protocol
         HeaderLength: (....0101) 20 bytes (0x5)
      - DifferentiatedServicesField: DSCP: 0, ECN: 0
         DSCP: (000000..) Differentiated services codepoint 0
         ECT:  (......0.) ECN-Capable Transport not set
         CE:   (.......0) ECN-CE not set
        TotalLength: 168 (0xA8)
        Identification: 14025 (0x36C9)
      - FragmentFlags: 16384 (0x4000)
         Reserved: (0...............)
         DF:       (.1..............) Do not fragment
         MF:       (..0.............) This is the last fragment
         Offset:   (...0000000000000) 0
        TimeToLive: 128 (0x80)
        NextProtocol: TCP, 6(0x6)
        Checksum: 0 (0x0)
        SourceAddress: 10.44.46.101
        DestinationAddress: 10.44.44.14
    - Tcp: Flags=...AP..., SrcPort=65372, DstPort=NETBIOS Session Service(139), PayloadLen=128, Seq=1910965363 - 1910965491, Ack=580319796, Win=252 (scale factor 0x8) = 64512
        SrcPort: 65372
        DstPort: NETBIOS Session Service(139)
        SequenceNumber: 1910965363 (0x71E70473)
        AcknowledgementNumber: 580319796 (0x2296FA34)
      - DataOffset: 80 (0x50)
         DataOffset: (0101....) 20 bytes
         Reserved:   (....000.)
         NS:         (.......0) Nonce Sum not significant
      - Flags: ...AP...
         CWR:    (0.......) CWR not significant
         ECE:    (.0......) ECN-Echo not significant
         Urgent: (..0.....) Not Urgent Data
         Ack:    (...1....) Acknowledgement field significant
         Push:   (....1...) Push Function
         Reset:  (.....0..) No Reset
         Syn:    (......0.) Not Synchronize sequence numbers
         Fin:    (.......0) Not End of data
        Window: 252 (scale factor 0x8) = 64512
        Checksum: 0x6F65, Disregarded
        UrgentPointer: 0 (0x0)
        TCPPayload: SourcePort = 65372, DestinationPort = 139
    - Nbtss: SESSION MESSAGE, Length =124
        PacketType: SESSION MESSAGE, 0(0x00)
      - Flags: Add 0 to Length
         Reserved: (0000000.)
         Extension: (.......0)Add 0 to Length
        Length: 124(0x7C)
    - SMB: C; Transaction, Remote Administration Protocol, FileName = \PIPE\LANMAN
        Protocol: SMB
        Command: Transaction 37(0x25)
      - NTStatus: 0x0, Facility = FACILITY_SYSTEM, Severity = STATUS_SEVERITY_SUCCESS, Code = (0) STATUS_SUCCESS
         Code:     (................0000000000000000) (0) STATUS_SUCCESS
         Facility: (...0000000000000................) FACILITY_SYSTEM
         Customer: (..0.............................) NOT Customer Defined
         Severity: (00..............................) STATUS_SEVERITY_SUCCESS
      - SMBHeader: Command, TID: 0x2001, PID: 0x276C, UID: 0x3801, MID: 0x0140
       - Flags: 24 (0x18)
          LockAndRead:     (.......0) LOCK_AND_READ and WRITE_AND_UNLOCK NOT supported (Obsolete) (SMB_FLAGS_LOCK_AND_READ_OK)
          NoAck:           (......0.) An ACK response is needed (SMB_FLAGS_SEND_NO_ACK[only applicable when SMB transport is NetBIOS over IPX])
          Reserved_bit2:   (.....0..) Reserved (Must Be Zero)
          CaseInsensitive: (....1...) SMB paths are case-insensitive (SMB_FLAGS_CASE_INSENSITIVE)
          Canonicalized:   (...1....) Canonicalized File and pathnames (Obsolete) (SMB_FLAGS_CANONICALIZED_PATHS)
          Oplock:          (..0.....) Oplocks NOT supported for OPEN, CREATE & CREATE_NEW (Obsolete) (SMB_FLAGS_OPLOCK)
          OplockNotify:    (.0......) Notifications NOT supported for OPEN, CREATE & CREATE_NEW (Obsolete) (SMB_FLAGS_OPLOCK_NOTIFY_ANY)
          FromServer:      (0.......) Command - SMB is being sent from the client (SMB_FLAGS_SERVER_TO_REDIR)
       - Flags2: 51207 (0xC807)
          KnowsLongFiles:            (...............1) Understands Long File Names (SMB_FLAGS2_KNOWS_LONG_NAMES)
          KnowsEas:                  (..............1.) Understands extended attributes (SMB_FLAGS2_KNOWS_EAS)
          SmbSecuritySignature:      (.............1..) Security signatures enabled (SMB_FLAGS2_SMB_SECURITY_SIGNATURE)
          Compressed:                (............0...) Compression Disabled for REQ_NT_WRITE_ANDX and RESP_READ_ANDX (SMB_FLAGS2_COMPRESSED)
          SecuritySignatureRequired: (...........0....) Security Signatures are NOT required (SMB_FLAGS2_SMB_SECURITY_SIGNATURE_REQUIRED)
          Reserved_bit5:             (..........0.....) Reserved (Must Be Zero)
          IsLongName:                (.........0......) DO NOT use Long File Names (SMB_FLAGS2_IS_LONG_NAME)
          Reserved_bits7_9:          (......000.......) Reserved (Must Be Zero)
          ReparsePath:               (.....0..........) NOT a Reparse path (SMB_FLAGS2_REPARSE_PATH)
          ExtendedSecurity:          (....1...........) Aware of extended security (SMB_FLAGS2_EXTENDED_SECURITY)
          Dfs:                       (...0............) NO DFS namespace (SMB_FLAGS2_DFS)
          Paging:                    (..0.............) Read operation will NOT be permitted unless user has permission (NO Paging IO) (SMB_FLAGS2_PAGING_IO)
          NTStatus:                  (.1..............) Using 32-bit NT status error codes (SMB_FLAGS2_NT_STATUS)
          Unicode:                   (1...............) Using UNICODE strings (SMB_FLAGS2_UNICODE)
         PIDHigh: 0 (0x0)
         SecuritySignature: 0x0
         Unused: 0 (0x0)
         TreeID: 8193 (0x2001)
         ProcessID: 10092 (0x276C)
         UserID: 14337 (0x3801)
         MultiplexID: 320 (0x140)
      - CTransaction:
         WordCount: 14 (0xE)
         TotalParameterCount: 32 (0x20)
         TotalDataCount: 0 (0x0)
         MaxParameterCount: 8 (0x8)
         MaxDataCount: 4200 (0x1068)
         MaxSetupCount: 0 (0x0)
         Reserved: 0 (0x0)
       - Flags: Do NOT disconnect TID
          Disconnect: (...............0) Do NOT disconnect TID
          NoResponse: (..............0.) Server response to the client
          Reserved:   (00000000000000..) Reserved
         Timeout: 5000 milli sec(s)
         Reserved2: 0 (0x0)
         ParameterCount: 32 (0x20)
         ParameterOffset: 92 (0x5C)
         DataCount: 0 (0x0)
         DataOffset: 0 (0x0)
         SetupCount: 0 (0x0)
         Reserved3: 0 (0x0)
         ByteCount: 61 (0x3D)
       - RemoteAPIBuffer:
        - FileName: \PIPE\LANMAN
         - Align: 1 Bytes
            AlignBytes: Binary Large Object (1 Bytes)
           Name: \PIPE\LANMAN
          Pad1: Binary Large Object (2 Bytes)
    - RAPRequest: NetServerEnum2 Request, InfoLevel = 1, SV_TYPE_ALL: All in NSNET
        RAPOpcode: NetServerEnum2
      - ParameterDescriptor: WrLehDz; 4 send, 1 receive parameter
         Param: (W) WORD (send parameter, 16 bit integer)
         Param: (r) Receive buffer (format in data descriptor) (receive data, 0 bit integer)
         Param: (L) Receive buffer length (send/receive parameter, 16/16 bit integer)
         Param: (e) Entries read (receive data, 0 bit integer)
         Param: (h) WORD (receive parameter, 16 bit integer)
         Param: (D) DWORD (send parameter, 32 bit integer)
         Param: (z) ASCIIZ (send parameter, 8 bit integer)
         Param: ASCII NUL (string terminator)
      - DataDescriptor: B16BBDz; data bytes send: 0, receive: 34
       - Datum: (B) BYTE[16] (receive data, 8 bit integer)
          Datum: (B) BYTE (receive data, 8 bit integer)
          Digit: 1
          Digit: 6
         Datum: (B) BYTE (receive data, 8 bit integer)
         Datum: (B) BYTE (receive data, 8 bit integer)
         Datum: (D) DWORD (receive data, 32 bit integer)
         Datum: (z) ASCIIZ* (receive data offset, 32 bit integer)
         Datum: ASCII NUL (string terminator)
      - NetServerEnum2: SV_TYPE_ALL: All in NSNET
         InfoLevel: (1) SERVER_INFO_1
         ReceiveBufferSize: 4200 (0x1068)
       - ServerType: SV_TYPE_ALL: All
          Workstation:      (...............................1) All workstations
          Server:           (..............................1.) All computers with the server service running
          Sqlserver:        (.............................1..) All running Microsoft SQL Server
          DomainCtrl:       (............................1...) All primary domain controllers
          DomainBakctrl:    (...........................1....) All backup domain controllers
          TimeSource:       (..........................1.....) All Time servers
          AFP:              (.........................1......) All Apple File Protocol servers
          Novell:           (........................1.......) All Novell servers
          DomainMember:     (.......................1........) All LAN Manager 2.x domain members
          PrintqServer:     (......................1.........) All print servers
          DialinServer:     (.....................1..........) All dial-in servers
          ServerUnix:       (....................1...........) All Unix/Xenix servers
          NT:               (...................1............) All Windows NT workstations or servers
          WFW:              (..................1.............) All Windows for Workgroups servers
          ServerMFPN:       (.................1..............) All Microsoft File and Print for NetWare servers
          ServerNT:         (................1...............) All non-domain controller servers
          PotentialBrowser: (...............1................) All servers that can run the browser service
          BackupBrowser:    (..............1.................) All backup browsers
          MasterBrowser:    (.............1..................) All master browsers
          DomainMaster:     (............1...................)  All domain master browsers
          Reserved1:        (..........11....................)
          Windows:          (.........1......................) All Windows 95 or later
          DFS:              (........1.......................) All DFS root servers
          ClusterNT:        (.......1........................) All NT Clusters
          Terminalserver:   (......1.........................) All Terminal Servers
          ClusterVSNT:      (.....1..........................) All NT Cluster Virtual Server Names
          DCE:              (....1...........................) AllIBM DSS (Directory & Security Services)
          Reserved2:        (...1............................)
          AlternateXport:   (..1.............................) Return list for alternate transport
          LocalListOnly:    (.1..............................) Return local list only
          DomainEnum:       (1...............................) Enumerate primary domain
         Domain: NSNET
    Then the reply;
        Frame: Number = 378, Captured Frame Length = 1514, MediaType = ETHERNET
    + Ethernet: Etype = Internet IP (IPv4),DestinationAddress:[00-1E-0B-2B-68-DD],SourceAddress:[00-13-72-52-6E-A1]
    + Ipv4: Src = 10.44.44.14, Dest = 10.44.46.101, Next Protocol = TCP, Packet ID = 27036, Total IP Length = 1500
    + Tcp: Flags=...A...., SrcPort=NETBIOS Session Service(139), DstPort=65372, PayloadLen=1460, Seq=580319796 - 580321256, Ack=1910965491, Win=253 (scale factor 0x8) = 64768
    + Nbtss: SESSION MESSAGE, Length =2013
    + SMB: R; Transaction, Remote Administration Protocol
    - RAPResponse: NetServerEnum2 Response, Count = 31
        Win32ErrorCode: 0x00000000 - ERROR_SUCCESS - The operation completed successfully.
        Converter: 2251 (0x8CB)
      - NetServerEnum2: Count = 31
         EntriesReturned: 31 (0x1F)
         EntriesAvailable: 31 (0x1F)
       + NetServerInfo1: APOLLO
       + NetServerInfo1: ARTEMIS
       + NetServerInfo1: ASKLEPIOS
       + NetServerInfo1: CASTOR
       + NetServerInfo1: DCC4503-131L
       + NetServerInfo1: DCC4503-155L
       + NetServerInfo1: DCC4503-157L
       + NetServerInfo1: DCC4503-161L
       + NetServerInfo1: DCC4503-171L
       + NetServerInfo1: DCC4503-172L
       + NetServerInfo1: DCC4503-175L
       + NetServerInfo1: DCC4503-177L
       + NetServerInfo1: DCC4503-183L
       + NetServerInfo1: DCC4503-184L
       + NetServerInfo1: DCC4503-185L
       + NetServerInfo1: DCC4503-188L
       + NetServerInfo1: DCC4503-196L
       + NetServerInfo1: DCC4503-197L
       + NetServerInfo1: DCC4503-199L
       + NetServerInfo1: DCC4503-202L
       + NetServerInfo1: DCC4503-203L
       + NetServerInfo1: DCC4503-205L
       + NetServerInfo1: DCC4503-210L
       + NetServerInfo1: DCC4503-213L
       + NetServerInfo1: DCC4503-219L
       + NetServerInfo1: DCC4503-220L
       + NetServerInfo1: DCC4503-228L
       + NetServerInfo1: DCC4503-233L
       + NetServerInfo1: DCC4503-234L
       + NetServerInfo1: DCC4503-236L
       + NetServerInfo1: DCC4503-241L
        StringData: Binary Large Object (586 Bytes)

  • Windows Server 2012 R2 with Exchange Server 2013 SP1 Completely fresh install giving errors signing into EAC

    Hi,
    I am struggling with a completely clean installation of Server 2012 R2 and Exchange 2013 SP1.  I followed these steps:
    Installed Server OS
    Windows Updates
    Added Active Directory Role (This is a single standalone server that would have been SBS until it was dropped)
    Added DHCP & DNS
    Added Certificate Services
    Added Windows Server Update Services (WID Database & WSUS Services)
    Windows Updates
    Added Media Foundation
    Added File Server Resource Manager and Work Folders
    Added Windows Server Backup
    Windows Updates
    Checked all running without errors in Server Manager and performed a full bare bones backup.
    Ran Setup.exe from Exchange 2013 SP1 disc.
    Installed Pre-requisites and then rebooted
    Windows Updates
    Ran Setup.exe from Exchange 2013 SP1 disc.
    Installation completed without errors
    Rebooted
    Checked all running without errors in Server Manager.
    I Launch Exchange Administrative Center and get "problem with website's server certificate error" (normal on machine with self-assigned certificates).  Click Continue to Website and get:
    Windows Security dialog box:
    iexplore - "The server localhost is asking for your username and password.  The server reports that it is from Digest"
    however no username and password combination will work:  have tried [Administrator]; [Domain\Administrator] even created a user to no avail.
    I believe the issue is somewhere in the IIS configuration because I also get the same error when trying to log into the server website from either the server or another machine on the network.
    I have tried the complete installation three times now:  (full disclosure not all of the same features/roles each time).  On the first attempt I got this error immediately and on try number 2 was able to get into the EAC and created the mailboxes
    but then it started giving the same error.  The above steps are try number 3.
    Any ideas?
    Thanks in advance.
    Andy Halford
    P.S. A Follow up which might be significant:  The Default Web Site is not running and will not start (it was previously running before the Exchange installation) and when I try I get the message that Another Website may be using the same port however none
    of the others (Exchange Back End or WSUS Administration) are using ports 80 or 443 and I still get the error when they are both stopped.

    Could you post the list of sites:
    appcmd list site
    The ones listening on port 80:
    appcmd list site /bindings:http/*:80:
    And on port 443:
    appcmd list site /bindings:https/*:443:
    Step by Step Screencasts and Video Tutorials

  • Server 2012 r2 only boots to command prompt

    Hello All, I have been trying to get SharePoint 2013 Foundation on a fresh server. (This is not a SharePoint question) Server 2012 R2 was working fine. However problems getting all the prerequisites installed and configured properly. When I was making
    changes I was required to restart server. When I did I was able to get to the login screen. Then login seemed to work except that all I was able to get was command prompt after login. I am able to run SCONFIG. However the "restore gui" selection
    is missing. Also powershell.exe will not run stating it is an unknown command. I checked through folders and those folders appear to be missing. At this point I have no idea how to much of anything. I was able to download and install updates. Ha thanks MS.
    Otherwise any help is greatly appreciated.

    The same scenario described occurred here: ServerManager would not launch, PowerShell was missing from the expected location in the system drive, explorer.exe was missing, and msconfig.exe was missing, etc.
    Interestingly enough, the server seemed intact in other ways, such as the administrative share worked (\\servername\c$), and it would reboot normally enough, but to a black screen with a command prompt.
    A small syntactical correct to step 5. above should be noted: '/wimfile'... not '/winfile' 
    dism /get-wiminfo /wimfile:d:\sources\install.wim
    Other than that, R.Derickson, the fix worked to bring back the expected graphical state.
    Thank you.

  • Error while creating a sync share with Work Folders

    Hi,
    While testing with the new Windows 2012 R2 feature, Work folders, I've come across a config error.
    In the new sync share wizard, I select the home folder path in the test domain. I select none of the options in the Device Policies page. In the resulting pane, the following error is thrown under the task, Create Device Policies. 
    "The WS-Management service cannot process the request. The service cannot find the resource identified by the resource URI and selectors."
    Is there an additional step before performing the sync share?
    regards,
    Ayca

    Hi,
    Have you tried to use Sync Share via PowerShell? For details, please try to refer to the following article.
    Sync Share Cmdlets in Windows PowerShell
    http://technet.microsoft.com/en-us/library/dn296644(v=wps.630).aspx
    Hope this helps.
    Best Regards,
    Andy Qi
    Andy Qi
    TechNet Community Support

  • Query on text file using Openrowset in Sql server 2012

    Hi,
    I am using below query on Sql server 2008 and sql server 2012.It is working find in 2008 but giving error in 2012.
    below is query and error on sql 2012
    select * from OpenRowset('MSDASQL', 'Driver={Microsoft Access Text Driver (*.txt, *.csv)};DefaultDir=D:\MSSQL;',
     'select * from employee1.txt')
    OLE DB provider "MSDASQL" for linked server "(null)" returned message "[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified".
    Msg 7303, Level 16, State 1, Line 1
    Cannot initialize the data source object of OLE DB provider "MSDASQL" for linked server "(null)".
    I have read some document on msdn and install microsoft access database engine 2010, but still it not working.
    Can anyone suggest resolution of this problem.
    Thanks
    Shitalkumar kasliwal

    Read this link
    http://calyansql.blogspot.co.il/2013/02/fix-cannot-initialize-data-source.html
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Access 2007 ADP to SQL Server 2012 with extended protection

    Hello,
    I have a Access 2007 ADP client connecting to an sql server 2012. This works fine with standard security configuration, but when I activate extended protection on the SQL server, the Access client cannot connect to the server. I am using integrated security
    with a domain user and get the error message
    "Login failed. The login is from an untrusted domain and cannot be used with Windows authentication."
    In sql server logfile I find:
    "SSPI handshake failed with error code 0x80090346, state 46 while establishing a connection with integrated security; the connection has been closed. Reason: The Channel Bindings from this client are missing or do not match the established Transport
    Layer Security (TLS) Channel".
    Is there any "easy" solution other than developing a new client based on an up to date Office version or Dot.Net?
    Regards,
      charles-f

    Well, I have no problem connecting to the sql server from my pc using ssms with my domain account. I have also sucessfully create a odbc connection using the "SQL Server Native Client 11.0" driver and my domain account. My account is in a trusted
    domain, so this seems not to be the problem. 
    To me it rather looks like if Access is using an old driver which does not support the tls encryption required by the extended protection settings.
    regards, charles-f 

  • Strange errors regarding RPC and WMI after migrating Hyper-V from Windows Server 2008 R2 to Windows Server 2012 cluster...

    Hi all;
    Suppose I have created a two-node Hyper-V cluster with a fibre channel shared storage in Windows Server 2012. Everything work fine except some issues. One of the is that when I want to configure the cluster to add a VM as its cluster resource, the following
    error message appears:
    An error occurred while determining the state of this clustered role in the cluster. The remote procedure call failed with error 800706BE.
    Any ideas?
    Thanks
    Please VOTE as HELPFUL if the post helps you and remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.

    Thanks for your reply…
    I have tested many possible solutions without any success. The actions that I have done so far are mentioned in the following and the results of them have been said, too.
    When I restart the servers, everything are good but after some times when I reopen Failover Cluster Manager on one of the servers, the snap-in related to my cluster name does not load. Please look at the following figure:
    And when I want to connect to my cluster name, the following error message appears:
    Note: The above problem appears randomly regarding to servers. In the other hand, after the restart, one of the servers acts as the above statement.
    The following error message is the result of the DTCPing utility:
    ++++++++++++hosts     
    ++++++++++++
    06-11, 10:02:15.346-->Error(0x424) at clutil.cpp @256
    06-11, 10:02:15.346-->-->OpenCluster
    06-11, 10:02:15.356-->-->1060(The specified service does not exist as an installed service.)
    ++++++++++++++++++++++++++++++++++++++++++++++
         DTCping 1.9 Report for ADMINISTRATOR1 
    ++++++++++++++++++++++++++++++++++++++++++++++
    RPC server is ready
    ++++++++++++Validating Remote Computer Name++++++++++++
    06-11, 10:02:20.428-->Start DTC connection test
    Name Resolution:
    SRV04-->172.16.140.11-->SRV04
    06-11, 10:02:32.448-->Start RPC test (ADMINISTRATOR1-->SRV04)
    Problem:fail to invoke remote RPC method
    Error(0x6D9) at dtcping.cpp @303
    -->RPC pinging exception
    -->1753(There are no more endpoints available from the endpoint mapper.)
    RPC test failed
    And
    06-11, 10:26:10.837-->Error(0x424) at clutil.cpp @256
    06-11, 10:26:10.837-->-->OpenCluster
    06-11, 10:26:10.837-->-->1060(The specified service does not exist as an installed service.)
    ++++++++++++++++++++++++++++++++++++++++++++++
         DTCping 1.9 Report for ADMINISTRATOR1 
    ++++++++++++++++++++++++++++++++++++++++++++++
    RPC server is ready
    ++++++++++++Validating Remote Computer Name++++++++++++
    06-11, 10:26:14.947-->Start DTC connection test
    Name Resolution:
    SRV04-->172.16.140.11-->SRV04
    06-11, 10:26:26.967-->Start RPC test (ADMINISTRATOR1-->SRV04)
    Problem:fail to invoke remote RPC method
    Error(0x6D9) at dtcping.cpp @303
    -->RPC pinging exception
    -->1753(There are no more endpoints available from the endpoint mapper.)
    RPC test failed
    And
    ++++++++++++hosts     
    ++++++++++++
    06-11, 10:47:51.510-->Error(0x424) at clutil.cpp @256
    06-11, 10:47:51.510-->-->OpenCluster
    06-11, 10:47:51.510-->-->1060(The specified service does not exist as an installed service.)
    ++++++++++++++++++++++++++++++++++++++++++++++
         DTCping 1.9 Report for ADMINISTRATOR1 
    ++++++++++++++++++++++++++++++++++++++++++++++
    RPC server is ready
    ++++++++++++Validating Remote Computer Name++++++++++++
    06-11, 10:47:55.020-->Start DTC connection test
    Name Resolution:
    SRV03-->172.16.140.10-->SRV03
    06-11, 10:48:06.830-->Start RPC test (ADMINISTRATOR1-->SRV03)
    Problem:fail to invoke remote RPC method
    Error(0x6D9) at dtcping.cpp @303
    -->RPC pinging exception
    -->1753(There are no more endpoints available from the endpoint mapper.)
    RPC test failed
    The following output is the result of running PortQuery on port 135 on both servers:
    =============================================
     Starting portqry.exe -n srv03 -e 135 -p TCP ...
    Querying target system called:
     srv03
    Attempting to resolve name to IP address...
    Name resolved to 172.16.140.10
    querying...
    TCP port 135 (epmap service): LISTENING
    Using ephemeral source port
    Querying Endpoint Mapper Database...
    Server's response:
    UUID: d95afe70-a6d5-4259-822e-2c84da1ddb0d
    ncacn_ip_tcp:srv03[49152]
    UUID: 906b0ce0-c70b-1067-b317-00dd010662da
    ncacn_ip_tcp:srv03[49285]
    UUID: 906b0ce0-c70b-1067-b317-00dd010662da
    ncacn_ip_tcp:srv03[49285]
    UUID: 906b0ce0-c70b-1067-b317-00dd010662da
    ncacn_ip_tcp:srv03[49285]
    UUID: 367abb81-9844-35f1-ad32-98f038001003
    ncacn_ip_tcp:srv03[49159]
    UUID: b97db8b2-4c63-11cf-bff6-08002be23f2f Microsoft Cluster Server API
    ncacn_ip_tcp:srv03[49156]
    UUID: 0b1c2170-5732-4e0e-8cd3-d9b16f3b84d7 RemoteAccessCheck
    ncacn_np:srv03[\\pipe\\lsass]
    UUID: 0b1c2170-5732-4e0e-8cd3-d9b16f3b84d7 RemoteAccessCheck
    ncacn_ip_tcp:srv03[49155]
    UUID: 0b1c2170-5732-4e0e-8cd3-d9b16f3b84d7 RemoteAccessCheck
    ncacn_np:srv03[\\pipe\\lsass]
    UUID: 0b1c2170-5732-4e0e-8cd3-d9b16f3b84d7 RemoteAccessCheck
    ncacn_ip_tcp:srv03[49155]
    UUID: 12345778-1234-abcd-ef00-0123456789ac
    ncacn_np:srv03[\\pipe\\lsass]
    UUID: 12345778-1234-abcd-ef00-0123456789ac
    ncacn_ip_tcp:srv03[49155]
    UUID: 12345778-1234-abcd-ef00-0123456789ac
    ncacn_ip_tcp:srv03[49157]
    UUID: 7f1343fe-50a9-4927-a778-0c5859517bac DfsDs service
    ncacn_np:srv03[\\PIPE\\wkssvc]
    UUID: 3473dd4d-2e88-4006-9cba-22570909dd10 WinHttp Auto-Proxy Service
    ncacn_np:srv03[\\PIPE\\W32TIME_ALT]
    UUID: 1ff70682-0a51-30e8-076d-740be8cee98b
    ncacn_np:srv03[\\PIPE\\atsvc]
    UUID: 378e52b0-c0a9-11cf-822d-00aa0051e40f
    ncacn_np:srv03[\\PIPE\\atsvc]
    UUID: 86d35949-83c9-4044-b424-db363231fd0c
    ncacn_np:srv03[\\PIPE\\atsvc]
    UUID: 86d35949-83c9-4044-b424-db363231fd0c
    ncacn_ip_tcp:srv03[49154]
    UUID: 3a9ef155-691d-4449-8d05-09ad57031823
    ncacn_np:srv03[\\PIPE\\atsvc]
    UUID: 3a9ef155-691d-4449-8d05-09ad57031823
    ncacn_ip_tcp:srv03[49154]
    UUID: a398e520-d59a-4bdd-aa7a-3c1e0303a511 IKE/Authip API
    ncacn_np:srv03[\\PIPE\\atsvc]
    UUID: a398e520-d59a-4bdd-aa7a-3c1e0303a511 IKE/Authip API
    ncacn_ip_tcp:srv03[49154]
    UUID: 552d076a-cb29-4e44-8b6a-d15e59e2c0af IP Transition Configuration endpoint
    ncacn_np:srv03[\\PIPE\\atsvc]
    UUID: 552d076a-cb29-4e44-8b6a-d15e59e2c0af IP Transition Configuration endpoint
    ncacn_ip_tcp:srv03[49154]
    UUID: 2e6035b2-e8f1-41a7-a044-656b439c4c34 Proxy Manager provider server endpoint
    ncacn_np:srv03[\\PIPE\\atsvc]
    UUID: 2e6035b2-e8f1-41a7-a044-656b439c4c34 Proxy Manager provider server endpoint
    ncacn_ip_tcp:srv03[49154]
    UUID: c36be077-e14b-4fe9-8abc-e856ef4f048b Proxy Manager client server endpoint
    ncacn_np:srv03[\\PIPE\\atsvc]
    UUID: c36be077-e14b-4fe9-8abc-e856ef4f048b Proxy Manager client server endpoint
    ncacn_ip_tcp:srv03[49154]
    UUID: c49a5a70-8a7f-4e70-ba16-1e8f1f193ef1 Adh APIs
    ncacn_np:srv03[\\PIPE\\atsvc]
    UUID: c49a5a70-8a7f-4e70-ba16-1e8f1f193ef1 Adh APIs
    ncacn_ip_tcp:srv03[49154]
    UUID: 98716d03-89ac-44c7-bb8c-285824e51c4a XactSrv service
    ncacn_np:srv03[\\PIPE\\atsvc]
    UUID: 98716d03-89ac-44c7-bb8c-285824e51c4a XactSrv service
    ncacn_ip_tcp:srv03[49154]
    UUID: 1a0d010f-1c33-432c-b0f5-8cf4e8053099 IdSegSrv service
    ncacn_np:srv03[\\PIPE\\atsvc]
    UUID: 1a0d010f-1c33-432c-b0f5-8cf4e8053099 IdSegSrv service
    ncacn_ip_tcp:srv03[49154]
    UUID: c9ac6db5-82b7-4e55-ae8a-e464ed7b4277 Impl friendly name
    ncacn_np:srv03[\\PIPE\\atsvc]
    UUID: c9ac6db5-82b7-4e55-ae8a-e464ed7b4277 Impl friendly name
    ncacn_ip_tcp:srv03[49154]
    UUID: c9ac6db5-82b7-4e55-ae8a-e464ed7b4277 Impl friendly name
    ncacn_np:srv03[\\PIPE\\srvsvc]
    UUID: 30b044a5-a225-43f0-b3a4-e060df91f9c1
    ncacn_np:srv03[\\PIPE\\atsvc]
    UUID: 30b044a5-a225-43f0-b3a4-e060df91f9c1
    ncacn_ip_tcp:srv03[49154]
    UUID: 30b044a5-a225-43f0-b3a4-e060df91f9c1
    ncacn_np:srv03[\\PIPE\\srvsvc]
    UUID: f6beaff7-1e19-4fbb-9f8f-b89e2018337c Event log TCPIP
    ncacn_np:srv03[\\pipe\\eventlog]
    UUID: f6beaff7-1e19-4fbb-9f8f-b89e2018337c Event log TCPIP
    ncacn_ip_tcp:srv03[49153]
    UUID: 30adc50c-5cbc-46ce-9a0e-91914789e23c NRP server endpoint
    ncacn_np:srv03[\\pipe\\eventlog]
    UUID: 30adc50c-5cbc-46ce-9a0e-91914789e23c NRP server endpoint
    ncacn_ip_tcp:srv03[49153]
    UUID: 3c4728c5-f0ab-448b-bda1-6ce01eb0a6d5 DHCP Client LRPC Endpoint
    ncacn_np:srv03[\\pipe\\eventlog]
    UUID: 3c4728c5-f0ab-448b-bda1-6ce01eb0a6d5 DHCP Client LRPC Endpoint
    ncacn_ip_tcp:srv03[49153]
    UUID: 3c4728c5-f0ab-448b-bda1-6ce01eb0a6d6 DHCPv6 Client LRPC Endpoint
    ncacn_np:srv03[\\pipe\\eventlog]
    UUID: 3c4728c5-f0ab-448b-bda1-6ce01eb0a6d6 DHCPv6 Client LRPC Endpoint
    ncacn_ip_tcp:srv03[49153]
    UUID: 76f226c3-ec14-4325-8a99-6a46348418af
    ncacn_np:srv03[\\PIPE\\InitShutdown]
    UUID: d95afe70-a6d5-4259-822e-2c84da1ddb0d
    ncacn_np:srv03[\\PIPE\\InitShutdown]
    Total endpoints found: 51
    ==== End of RPC Endpoint Mapper query response ====
    portqry.exe -n srv03 -e 135 -p TCP exits with return code 0x00000000.
    And
    =============================================
     Starting portqry.exe -n srv04 -e 135 -p TCP ...
    Querying target system called:
     srv04
    Attempting to resolve name to IP address...
    Name resolved to 172.16.140.11
    querying...
    TCP port 135 (epmap service): LISTENING
    Using ephemeral source port
    Querying Endpoint Mapper Database...
    Server's response:
    UUID: d95afe70-a6d5-4259-822e-2c84da1ddb0d
    ncacn_ip_tcp:srv04[1025]
    UUID: 906b0ce0-c70b-1067-b317-00dd010662da
    ncacn_ip_tcp:srv04[1143]
    UUID: 906b0ce0-c70b-1067-b317-00dd010662da
    ncacn_ip_tcp:srv04[1143]
    UUID: 906b0ce0-c70b-1067-b317-00dd010662da
    ncacn_ip_tcp:srv04[1143]
    UUID: 367abb81-9844-35f1-ad32-98f038001003
    ncacn_ip_tcp:srv04[1065]
    UUID: b97db8b2-4c63-11cf-bff6-08002be23f2f Microsoft Cluster Server API
    ncacn_ip_tcp:srv04[1057]
    UUID: 0b1c2170-5732-4e0e-8cd3-d9b16f3b84d7 RemoteAccessCheck
    ncacn_np:srv04[\\pipe\\lsass]
    UUID: 0b1c2170-5732-4e0e-8cd3-d9b16f3b84d7 RemoteAccessCheck
    ncacn_ip_tcp:srv04[1028]
    UUID: 0b1c2170-5732-4e0e-8cd3-d9b16f3b84d7 RemoteAccessCheck
    ncacn_np:srv04[\\pipe\\lsass]
    UUID: 0b1c2170-5732-4e0e-8cd3-d9b16f3b84d7 RemoteAccessCheck
    ncacn_ip_tcp:srv04[1028]
    UUID: 12345778-1234-abcd-ef00-0123456789ac
    ncacn_np:srv04[\\pipe\\lsass]
    UUID: 12345778-1234-abcd-ef00-0123456789ac
    ncacn_ip_tcp:srv04[1028]
    UUID: 12345778-1234-abcd-ef00-0123456789ac
    ncacn_ip_tcp:srv04[1084]
    UUID: 7f1343fe-50a9-4927-a778-0c5859517bac DfsDs service
    ncacn_np:srv04[\\PIPE\\wkssvc]
    UUID: 1ff70682-0a51-30e8-076d-740be8cee98b
    ncacn_np:srv04[\\PIPE\\atsvc]
    UUID: 378e52b0-c0a9-11cf-822d-00aa0051e40f
    ncacn_np:srv04[\\PIPE\\atsvc]
    UUID: 86d35949-83c9-4044-b424-db363231fd0c
    ncacn_np:srv04[\\PIPE\\atsvc]
    UUID: 86d35949-83c9-4044-b424-db363231fd0c
    ncacn_ip_tcp:srv04[1027]
    UUID: 3a9ef155-691d-4449-8d05-09ad57031823
    ncacn_np:srv04[\\PIPE\\atsvc]
    UUID: 3a9ef155-691d-4449-8d05-09ad57031823
    ncacn_ip_tcp:srv04[1027]
    UUID: a398e520-d59a-4bdd-aa7a-3c1e0303a511 IKE/Authip API
    ncacn_np:srv04[\\PIPE\\atsvc]
    UUID: a398e520-d59a-4bdd-aa7a-3c1e0303a511 IKE/Authip API
    ncacn_ip_tcp:srv04[1027]
    UUID: 552d076a-cb29-4e44-8b6a-d15e59e2c0af IP Transition Configuration endpoint
    ncacn_np:srv04[\\PIPE\\atsvc]
    UUID: 552d076a-cb29-4e44-8b6a-d15e59e2c0af IP Transition Configuration endpoint
    ncacn_ip_tcp:srv04[1027]
    UUID: 2e6035b2-e8f1-41a7-a044-656b439c4c34 Proxy Manager provider server endpoint
    ncacn_np:srv04[\\PIPE\\atsvc]
    UUID: 2e6035b2-e8f1-41a7-a044-656b439c4c34 Proxy Manager provider server endpoint
    ncacn_ip_tcp:srv04[1027]
    UUID: c36be077-e14b-4fe9-8abc-e856ef4f048b Proxy Manager client server endpoint
    ncacn_np:srv04[\\PIPE\\atsvc]
    UUID: c36be077-e14b-4fe9-8abc-e856ef4f048b Proxy Manager client server endpoint
    ncacn_ip_tcp:srv04[1027]
    UUID: c49a5a70-8a7f-4e70-ba16-1e8f1f193ef1 Adh APIs
    ncacn_np:srv04[\\PIPE\\atsvc]
    UUID: c49a5a70-8a7f-4e70-ba16-1e8f1f193ef1 Adh APIs
    ncacn_ip_tcp:srv04[1027]
    UUID: 98716d03-89ac-44c7-bb8c-285824e51c4a XactSrv service
    ncacn_np:srv04[\\PIPE\\atsvc]
    UUID: 98716d03-89ac-44c7-bb8c-285824e51c4a XactSrv service
    ncacn_ip_tcp:srv04[1027]
    UUID: 1a0d010f-1c33-432c-b0f5-8cf4e8053099 IdSegSrv service
    ncacn_np:srv04[\\PIPE\\atsvc]
    UUID: 1a0d010f-1c33-432c-b0f5-8cf4e8053099 IdSegSrv service
    ncacn_ip_tcp:srv04[1027]
    UUID: c9ac6db5-82b7-4e55-ae8a-e464ed7b4277 Impl friendly name
    ncacn_np:srv04[\\PIPE\\atsvc]
    UUID: c9ac6db5-82b7-4e55-ae8a-e464ed7b4277 Impl friendly name
    ncacn_ip_tcp:srv04[1027]
    UUID: c9ac6db5-82b7-4e55-ae8a-e464ed7b4277 Impl friendly name
    ncacn_np:srv04[\\PIPE\\srvsvc]
    UUID: 30b044a5-a225-43f0-b3a4-e060df91f9c1
    ncacn_np:srv04[\\PIPE\\atsvc]
    UUID: 30b044a5-a225-43f0-b3a4-e060df91f9c1
    ncacn_ip_tcp:srv04[1027]
    UUID: 30b044a5-a225-43f0-b3a4-e060df91f9c1
    ncacn_np:srv04[\\PIPE\\srvsvc]
    UUID: f6beaff7-1e19-4fbb-9f8f-b89e2018337c Event log TCPIP
    ncacn_np:srv04[\\pipe\\eventlog]
    UUID: f6beaff7-1e19-4fbb-9f8f-b89e2018337c Event log TCPIP
    ncacn_ip_tcp:srv04[1026]
    UUID: 30adc50c-5cbc-46ce-9a0e-91914789e23c NRP server endpoint
    ncacn_np:srv04[\\pipe\\eventlog]
    UUID: 30adc50c-5cbc-46ce-9a0e-91914789e23c NRP server endpoint
    ncacn_ip_tcp:srv04[1026]
    UUID: 3c4728c5-f0ab-448b-bda1-6ce01eb0a6d5 DHCP Client LRPC Endpoint
    ncacn_np:srv04[\\pipe\\eventlog]
    UUID: 3c4728c5-f0ab-448b-bda1-6ce01eb0a6d5 DHCP Client LRPC Endpoint
    ncacn_ip_tcp:srv04[1026]
    UUID: 3c4728c5-f0ab-448b-bda1-6ce01eb0a6d6 DHCPv6 Client LRPC Endpoint
    ncacn_np:srv04[\\pipe\\eventlog]
    UUID: 3c4728c5-f0ab-448b-bda1-6ce01eb0a6d6 DHCPv6 Client LRPC Endpoint
    ncacn_ip_tcp:srv04[1026]
    UUID: 76f226c3-ec14-4325-8a99-6a46348418af
    ncacn_np:srv04[\\PIPE\\InitShutdown]
    UUID: d95afe70-a6d5-4259-822e-2c84da1ddb0d
    ncacn_np:srv04[\\PIPE\\InitShutdown]
    Total endpoints found: 50
    ==== End of RPC Endpoint Mapper query response ====
    portqry.exe -n srv04 -e 135 -p TCP exits with return code 0x00000000.
    I have read the KB197814 and did the steps in it, restarted both servers, but the problem did not resolved.
    I have check both servers for RPC Service status and in both servers it has started.
    The both servers are alive and can ping each other by their IP address and name.
    The firewall of both servers is off and I stopped the Windows Firewall service COMPLETELY.
    Any services and applications that are depending on RPC have problems. For example when I want o remotely manages the services on these servers by using Services.msc console, the following error message appears:
    Error 1726: The remote procedure call failed.
    Please VOTE as HELPFUL if the post helps you and remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.

  • Windows Server 2012R2 network start working very slow?

    The is no problem with excel. Network is slow. All other network applications are opening and working slow as well.
    So far I have checked physically connection between server and PC through switches, routers and servers.  All seems to be OK.

    After a few months our network, based on Server 2012 R2, start working very slow.
    When you want open for e.g. excel 2013 file from network drive its take ages and also any changing within spreadsheet making excel not responding.
    Any idea how to speed up network again? 
    This topic first appeared in the Spiceworks Community

Maybe you are looking for

  • Bookmarks in pages

    I am trying to set up some bookmarks in a pages document, and I have made the boookmarks but they dont appear in the inspector toolbox list of bookmarks when i open it up, so i am then unable to link them to anything. Any assistance on how to get the

  • Problem in transaction "sxmb_moni"

    Hi, when I sent a message from R/3 to XI I get following error that is shwon in transaction "sxmb_moni". <<Error when reading from the secure store: ERROR_UN: No service user password found <<for Adapter Engine Can anybody help me please?? Thanks. Re

  • How to custom install Acrobat XI via Adobe App Manager (I don't want Office integration)

    Hi I am a Creative Cloud paid member with access to the Adobe App Manger. When I download and install Acrobat XI (also happened with older versions) it just installs the full version of the software, so it messes with my Microsoft Office program sepc

  • 'insufficient privileges' to back up mail

    I cloned my hard drive to 3 external disks a couple of weeks ago, using Superduper. Everything seemed to go well - but today I tried to back up my mail by copying the folder across to one of the externals (~/User/Home/Library) and got the following m

  • Plz help .....no sound from my iPod touch 4

    Plz help...I have no sound from my iPod touch 4th gen........I asked google and it said maybe my headphone jack is stuck.....huh