Quantcast
Channel: Remote Desktop Services (Terminal Services) forum
Viewing all 25525 articles
Browse latest View live

The IPMI device driver attempted to communicate with the IPMI BMC device during normal operation.

$
0
0

Hello

I have tried increasing the timeout but still getting the error on my 2012 server, Kindly advice

Log Name:      System
Source:        IPMIDRV
Date:          18/12/2015 12:20:46
Event ID:      1004
Task Category: None
Level:         Warning
Keywords:      Classic
User:          N/A
Computer:      WWSWACPTBO001
Description:
The IPMI device driver attempted to communicate with the IPMI BMC device during normal operation. However the communication failed due to a timeout. You can increase the timeouts associated with the IPMI device driver.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="IPMIDRV" />
    <EventID Qualifiers="32773">1004</EventID>
    <Level>3</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2015-12-18T12:20:46.043024800Z" />
    <EventRecordID>23636</EventRecordID>
    <Channel>System</Channel>
    <Computer>WWSWACPTBO001</Computer>
    <Security />
  </System>
  <EventData>
    <Data>\Device\00000041</Data>
    <Binary>000004000100000000000000EC030580000000000000000000000000000000000000000000000000E50000C0</Binary>
  </EventData>
</Event>


RemoteFX on Windows 10

$
0
0

Hello.  I am trying to see how video graphics look in Windows 10 using RemoteFX, but am running into issues.

I have the Hyper-V role installed on Server 2012 R2 with RemoteFX enabled.  I'm running Windows 10 x64 as a guest.  If i add the RemoteFX 3D Video Adapter to that VM and start it up I can see it start to load windows, but then get a black screen. This isn't just with the Hyper-V console window as i've heard is expected.  I also can't ping the system, remote into it with powershell, or RDP into it.  If i remove RemoteFX 3D Video Adapter and start it up it then boots up fine and ping, RDP, etc work.  So it seems like adding that adapter causes the system to lock up and not complete boot.

Is this expected with Windows 10 on a 2012 R2 Server?  Do i need to use Server 2016 Tech Preview for this to work?  I haven't found updated documentation showing it as required.

My next test will be to try on a Windows 8.1 VM which certainly should work, but just curious if anyone knows more about this.

Thanks

Remote Desktop Application crashing when playing audio

$
0
0
I'm trying to troubleshoot an issue where one of our VB6 applications is crashing when run via Remote Desktop on Win2008 R2 Server as a Remote App. Most everything in the app works perfectly this way, except when the user attempts to play audio. After playing a few audio files it will randomly crash the remote session. The fault module is always TSMF.dll (RDP MF Plug-in) which isn't part of our application. It seems to be part of Remote Desktop itself. I have tested the app on a Citrix server and the audio does not seem to cause any problems there. At first I thought there was possibly some kind of unhandled exception in the app, but I added additional error handling and still it just crashes the remote session with the error in TSMF.dll. I've also tried adding Windows Media Player itself as a published app, and that plays audio files just fine without any crashing. The VB6 app does use the Windows Media Player control to play audio, but it uses the older version 6.4 control (msdxm.ocx). Just wondering if anyone has any suggestions here, or perhaps has solved a similar issue before. Thanks.

Collection could not be created in server 2012

$
0
0

Hi all

I am trying to create a pooled collection from a master vm that has been sysprep'd and it has all the necessary access to the domain.

I get the following error."A new virtual desktop could not be created from the virtual desktop template. Verify that all the hyper-v servers in the deployment have the correct network configuration and available hardware resources, then try again."

At the moment it just a test case as i want to see if we can implement this solution to a specific location.

In this test case i am only trying to create 2 vm's for the collection.In a previous attempt i tested with 6 and it created the 1st vm but the rest failed to create.The deployment was created with the quick start roles.

The server in question has server 2012 datacenter installed.

this is the details of the one log file below:

<rdvp:RDVProvisioning xmlns:rdvp="http://www.w3.org/2001/XMLSchema">
  <rdvp:ProvisionPoolReport>
    <rdvp:Job>
      <rdvp:Id>0eb42c43-5b8a-4346-b3f5-e707d6c3af9c</rdvp:Id>
      <rdvp:Action>Create</rdvp:Action>
      <rdvp:Status>Completed</rdvp:Status>
      <rdvp:ErrorCode>0x0</rdvp:ErrorCode>
      <rdvp:ErrorDescription>None</rdvp:ErrorDescription>
      <rdvp:StartTime>06/24/2013 04:11:54 PM</rdvp:StartTime>
      <rdvp:LastModifiedTime>06/24/2013 04:16:20 PM</rdvp:LastModifiedTime>
    </rdvp:Job>
    <rdvp:Pool>
      <rdvp:Name>StudentIT</rdvp:Name>
      <rdvp:Version>1.0</rdvp:Version>
    </rdvp:Pool>
    <rdvp:HyperVHosts>
      <rdvp:HyperVHost>
        <rdvp:Name>***************</rdvp:Name>
        <rdvp:NumberRequested>2</rdvp:NumberRequested>
        <rdvp:NumberCompleted>2</rdvp:NumberCompleted>
        <rdvp:HostInitialization>
          <rdvp:Status>Failed</rdvp:Status>
          <rdvp:ErrorCode>0x8813020c</rdvp:ErrorCode>
          <rdvp:ErrorDescription>Task: To initialize pool creation at VMHostAgent: failed. Result of task [0x8813020c]</rdvp:ErrorDescription>
        </rdvp:HostInitialization>
        <rdvp:Vm>
          <rdvp:Name>STITVM-1</rdvp:Name>
          <rdvp:Status>Failed</rdvp:Status>
          <rdvp:ErrorCode>0x88130106</rdvp:ErrorCode>
          <rdvp:ErrorDescription>Job cancelled</rdvp:ErrorDescription>
          <rdvp:StartTime />
          <rdvp:EndTime>06/24/2013 04:16:20 PM</rdvp:EndTime>
        </rdvp:Vm>
        <rdvp:Vm>
          <rdvp:Name>STITVM-0</rdvp:Name>
          <rdvp:Status>Failed</rdvp:Status>
          <rdvp:ErrorCode>0x88130106</rdvp:ErrorCode>
          <rdvp:ErrorDescription>Job cancelled</rdvp:ErrorDescription>
          <rdvp:StartTime />
          <rdvp:EndTime>06/24/2013 04:16:20 PM</rdvp:EndTime>
        </rdvp:Vm>
      </rdvp:HyperVHost>
    </rdvp:HyperVHosts>
  </rdvp:ProvisionPoolReport>
</rdvp:RDVProvisioning>

regards

Hayden


IT is alive



server certificates

$
0
0

I have a 2008 server and 2008 terminal server. There is a GoDaddy certificate on the 2008 server for mail.domain.com

This has worked over the last year but we just added 2 new programs to TS and I get a remote app error "your remote desktop connection failed because the remote computer cannot be authenticated" on the 2 new apps. The old apps work. when I remove an older app and add back in then it gets the error also. Any ideas?

Terminal server

$
0
0

Hello ,

1)If i call a machine as terminal server , i mean i can have N number of connections over it ?

2)How many terminal servers can i make out of 1 terminal licensing server?

3)Generally what kind of servers are made as terminal servers in production?

Please let me know , Thanks in advance!!


Paramesh KA


RD Web Access

$
0
0

Hello, 

I just upgraded my office of 25 remote users to 2012 r2 from server 2003. Can anyone tell me how I can access local files from the Rd Web remoteapp desktop.  They were using RDP and accessing the 2003 server and had a desktop with shortcuts, favs,  etc. I have the Rd Web setup by going to the website my domain. Com/RdWeb but can't figure out how to give them access to their files that were in their local profile.  I have setup the user profile disk and that appears to be working but can access there local profile files I copied over from.  The 2003 server.  Any help with this would be great because I am not an expert by any means.  Thanks in advance.  

Errors installing the Remote Desktop Services Role - Server 2012 R2

$
0
0

I am trying to install Remote Desktop Services on a Server 2012 R2 and hitting a wall.

  1. There are no restarts pending on the machine. There are no pending updates on the machine and the pending restart registry key does not exist on the machine ("HKLM\System\CurrentControlSet\Control\Session Manager\PendingFileRenameOperations")
  2. This machine is NOT a domain controller. It is a member server in the domain.
  3. This is a Hyper-V Machine and I am trying to do a session based deployment.
  4. I have tried to do a Quick Start deployment and also a Standard Deployment.

I am at a loss and also in a time crunch to get this done. Here is the ERROR I am getting:

Remote Desktop Services role services - Failed

Unable to install the role services

Session Collection - Cancelled

RemoteApp programs - Cancelled


WAN connection to RDS load balanced cluster fails at Initiating Remote Connection

$
0
0

I have 2 RDS (2012 R2) servers and am attempting to setup load balancing.

RDS1 is the GW, WEB, CB and Session Host
RDS2 is just a session host

Server manager -> remote desktop services overview appears to be indicating that all (but licensing) is setup properly.

I have certificates installed, all DNS records created.  The cluster appears to be configured properly (pending licensing).  When connecting internally, I am not running into any issues.  I have multiple test accounts that when connecting internally are randomly directed to 1 or the other session host for their session.

When attempting to connect from outside of the network (WAN), if the session is directed to RDS1, the connection is fine.  It appears that when the connection is being redirected to RDS2, the connection and authentication process is proceeding, I see"redirecting to..." then it will hang for a moment at "Initiating Connection" and then present the error: Remote Desktop can't connect to the remote computer for one of these reasons:......

I am guessing this has something to do with my firewall rules, but I can't figure out exactly what needs to be done.

I have 3389 TCP forwarding form WAN -> RDS1 (connection broker and gateway)
I have 3391 UDP forwarding from WAN -> RDS1 (connection broker and gateway)
Do I need any rule allowing connectivity to RDS2, or is that supposed to be handled by the gateway/CB?
I have 2 deployments with this same issue, one through a Sonicwall and the other through a Watchguard.

Is this something other than the firewall rules?

I have the RD client set to automatically detect gateway settings.  I would like to not have to have all of our users specify this if possible.

Any assistance is greatly appreciated.

Remote Desktop Services Slow Response

$
0
0

When I navigate to Servers under Remote Desktop Services in server manager it takes a long time to populate. It states it is connecting to the connection broker.  When I am in the Collections RemoteApps, I can add new remoteapp programs but it takes a very long time to save a new app. When I use the Get-RDRemoteApp command in PowerShell with eleveate privileges, it takes a very long time to respond and just hangs there. I am not seeing any errors in the system logs. 

Has anyone had this issue before or any insight on what could be the issue?

Platform: Server 2012 r2

Mapped DFS share shown with red X on network drive in Windows Server 2012R2 with RDS role installed

$
0
0

Hello everybody, 

Faced with strange situation. I have DFS namespace based on Windows Server 2012R2 and same RDS server. Issue is very simple: if you map DFS share to network drive, no matter how, via logon script or via group policy, the first user which logs in get this drive ok, second logged in user gets red X on this drive but still able to access it. 

If I map this drive via GPO, after second user log in I can see warning in Event Viewer

The user 'R:' preference item in the 'Test DFS mapped drive {7CDE4506-692E-422B-9299-D12CB15F7CC6}' Group Policy Object did not apply because it failed with error code '0x80070055 The local device name is already in use.' This error was suppressed.

No matter if checkbox "Run in logged-on user's security contest" were marked or not. 

After some tests I recognised following:

1. If you map drive manually from Windows Explorer, second logged in user gets same red X on that drive

2. If you map drive manually and use "connect using different credentials" options and even enter credentials of logged on user, then the problem goes away.

3. So I created script which do it in following way:

net use Z: /delete

net user Z: \\dfsnamespace\root /user:domain\%username%

This works fine but I'm wonder that this bug a bit well known on Google and there is no any reaction from MS as well about this point. Could please hint me anything about this issue? I don't like this workaround and I think there has to be another way to solve this issue.

Windows Server 2012 R2 - RDWeb - MSTSC to hosts farm

$
0
0

Hello :)

I have deployed a Standard W2012 R2 RDS collection, in a testing enviroment.

Right now the collection has 3 servers - 1 Broker / Gateway - 2 Sessions hosts.

My questions are as follow:

When publishing a Remote Desktop connection (mstsc.exe /v hosts.domain.dk), what should i insert in the "hosts.domain.dk" to make sure load balancing will work between to 2 session hosts?? I believe a DNS round robin should work, but is that the correct way to do this or????

When connecting directly to S1TS01.domain.dk from the published remote app, my keystrokes are not "forwarded" to the session host?

If i connect directly to the session host (RDP) or from the Tab "Connect to a remote PC" on the RDweb the keystrokes are forwarded ?

I hope you can help, because the RDS solution looks like a Citrix killer - and it works really good :)

Thanks in advance :)


Datatechnician

Cannot access Windows 2012 R2 Server (DC) through remote destop after 120 days

$
0
0

I am facing some issues. Pease help me

I installed Windows 2012 R2 Server in HP DL 380 server and promoted as domain controller. Up to 20 days I could access server remotely from any member clients using remote desktop. But after 20 days getting a message that your grace periode of 120 days  expired. Give me a solution for continuing access from Local networks and from remote locations.

I need to purchase any licence. If so give me the details


Printer problems: Some users can't print most of the time. PrintService Errors 372 / 808

$
0
0

We have printer problems on a Windows Server 2012 R2 RDS server. It comes and goes for this user or that user, and then it suddenly works, and then it doesn't and so forth. This has been going on for a week or so.

When some users try to print some of the time, nothing simply happens at the "client side" (no message, for instance). In Event Viwer, under PrintService, there arePrintService 372 errors (error code 122) when this happens. Log out and log in sometimes makes it work.

If I disable Easy Print the 372 seems to vanish, but instead there arePrintService 808 errors (error code 0xC1), "could not found plugin module C:\Windows\system32\spool\DRIVERS\x64\3\tsprint.dll" (translated from original language).

We've updated drivers, tried different settings regarding redirection, and so forth, but it just feel fleeting or ambiguous, so to speak, so it is very difficult to nail down what exactly the problem is.

Also, and I don't know if this is related, and in any case minor, butdefault printer changes on and off for some but not all of the users.

There are several printers used, both local and network printers. Users have different Windows clients. They log in with domain accounts, but some of the clients are not members of the domain.

ETA: The problem seems to be connected with printers redirected via the RDP session.

ETA 2: I've found something that might be interesting. When I logged in I could print with redirected printer. When I logged out and in again, I could not and the standard printer had changed. But also, in Application Log, there was anUser Profile Service information event 1530, that said that a process has opened key [my area]\Printers\DevModePerUser. Google hits seem to indicate that this event and my problem is connected.

ETA 3: It seems that it is the logging off that mess things up. First time a user logs in on the RDS server, he or she may print fine. Log off, log on, and the user cannot print with redirected printers, and above events are logged. If a user changes some printers settings locally, such as printing processor, it works. Until the user logs off, and on. Also, if the user is given administrator priviliges, he or she can print after first login, but not the next. (Default printer is changed after every logoff.)



RDPSign in Windows 10 not working

$
0
0

Hey

When using RDPSign.exe /sha1 "HASH" C:\MYRDP.RDP.

I get no error - and nothing is added to the RDP-file (signing)

Why? bug in Windows 10?

Best regards

Mike


2012R2 RDS Server accepts new connections after reboot

$
0
0

Hi,

When we need to do maintenance on a Server 2012R2 RDS server we change the Allow New Connections to "False" in Server Manager.
After the server reboots new connections are allowed on the server before the Allow New Connections is set to "True".
Is this reset after a reboot, because it looks like it?

Is this a known issue?

Kind regards,

Matthijs

Hanging UPD profiles in 2012 R2 RDS environment

$
0
0
Hi everybody,
We have a full 2012 R2 environment in Azure consisting of the following RD servers:
1 Broker/Licensing
1 Gateway/Web Access
8 RDSH
The users have User Profile Disks connected to a share on the Fileserver.

From time to time the UPD's will hang on one of the RDSH, causing the users to experience "strange" behaviour in applications on the server like being unable to print from Office applications.

When investigating we'll see Disconnected sessions for users which have logged out of the server:

All users have to log out of the RDSH and we have to close the open UPDs on the Fileserver (they get "stuck"), otherwise they will logon to a new RDSH with a TEMP profile.

After this we need to Shutdown the server in Azure (Restarting or Shutting down the server in Windows won't work) and Start it afterwards.

All will be fine after deleting the User Profiles (which remain in C:\Users).
After a day or so, another or the same server will experience this issue again.

We've implementing rebooting the servers at night hoping this would solve this issue.
It has gotten better since, but still several time a week we'll come across this issue.

Any thoughts?

Kind regards,

Matthijs

Unable to login as Domain User when no connectivity to Domain

$
0
0

We have a Server 2008 R2 RDS Session Host which also has the Licensing Server on it. It is AD joined as a Member Server. Everything works fine when there is connectivity to the domain and it can see the DC's. 

The issue we have is that we need it to operate if there is no Domain connectivity or the DC's are down. We can use the console session fine with cached credentials, but if we attempt an RDS (TS) session then we get an 'Unable to contact the domain message' and it fails to connect.

We have 50 cached accounts allowed on the box so no issues here. There are no event's being logged to flag any issues when it fails that I can see.

Really stuck with this one anyone had similar?

MS CAL licesnes

$
0
0
can we use 6VC-02073 (WinRmtDsktpSrvcsCAL 2012 SNGL OLP NL UsrCAL ) for windows 2003 server ?

WPF performance via Remote Desktop - increased performance after installing Visual Studio?

$
0
0

Hi,

We have developed a WPF application which we want to host on Remote Desktop (Windows Server 2012 R2) for several of our clients. While testing performance we found that it was very poor in comparison to running the application on a desktop computer.

We know this is due to the lack of a GPU on the server, so Remote FX might be a (albeit expensive) solution to our problem.

However, while further testing, we found a surprising and significant improvement in performance after installing Visual Studio 2015 on our Windows Server. So much of an improvement in fact, that we wouldn't need any further GPU hardware to offer a good performing solution to our clients. I'm talking 5-10 times faster loading and response times for our application.

The problem is, we don't want to go installing Visual Studio on the terminal servers of all our clients, but just the package necessary for the performance gain. After installing Visual Studio, we started uninstalling every component it installs through 'Programs & Features', to pinpoint the one responsible for the gain in performance, but even when the last component was uninstalled, the performance was still improved. If we reverted to a snapshot before installing Visual Studio on the server, the performance gain was lost again.

In other words, we have no idea what caused the improvement gain, but we would like to find out so it would make our installations easier. It could be a package, or a registry change, or ...

If anyone has any idea, please help us out :)

PS: I've already used our Silver Partner benefits to ask the same question, opened up a support incident, but they just send me from Technical Support, to General Support, to Technical PreSales Support and back to Technical Support... Noone seems to be able to give me an answer to this question.


Viewing all 25525 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>