Cannot Print in IE11 on Terminal Server 2012

I am having an issue with printing with IE11 in Terminal Server 2012.
Issue-
The print preview shows up as blank, and when I hit print, nothing happens(the print window never shows up). I can print from other applications fine. Additionally, this is only affecting one user on my terminal server. Everyone else is able to print out
of Internet Explorer fine. I have tried launching IE with add-ons disabled and the problem exists in both 64/32 bit IE. I have rebooted my terminal server. The user is still unable to print from IE. I have checked that enhanced IE security is off.
Nothing seems to be working here.
Any suggestions?

Hi,
According to your description, this just occurs to particular user profile. Please check if there is a Low folder existed in following path:
"%userprofile%\AppData\Local\Temp
If it does exist, take these steps to apply the integrity level:
1.Open a Command Prompt, and then click Run as administrator.
2.Type following command and press ENTER:
ICACLS "%userprofile%\AppData\Local\Temp\Low" /setintegritylevel (OI)(CI)low
3.Restart the computer.
4.Print or print preview a Web page in Internet Explorer.
Alex Zhao
TechNet Community Support

Similar Messages

  • RDC to MS Terminal Server 2012

    Hi,
    I try to connect to a terminal server 2012.
    Neither with MS RDC nor CoRD are working. Message licencing probs...
    Google gives some solution to modify the registry of the server, this is of course not a very good way. Is there maybe another solution possible?
    Thanks
    //Flo

    Hi,
    I think you should add the new 2012 Windows Server as the Primary DNS, then demote the windows server 2003.
    Please check the following article for detail:
    http://blogs.technet.com/b/canitpro/archive/2013/05/27/step-by-step-active-directory-migration-from-windows-server-2003-to-windows-server-2012.aspx
    Regards.
    Vivian Wang

  • Uninstall application terminal server 2012 r2

    i just want to be sure what is the proper way to uninstall an aplication in terminal server 2012 r2
    It seems that i have installed adobe reader for all user with the proper way using install application in remote desktop
    But i have many error messages from application
    so i need to uninstall it i just want to be sure i do it the right way.
    Thanks

    Hi,
    Did you install the application via
    Install applications on Remote Desktop Services wizard? Just a confirmation, thanks for your understanding.
    Please open Control Panel, navigate to Programs and Features, then select the application and click Uninstall. For more details, please refer to following thread
    and check if can help you.
    uninstalling
    multi user applications in RDS
    Meanwhile, the question seems to be more related to Terminal Services. I suggest that you should post this question in
    Remote Desktop Services (Terminal Services) forum. I believe we will get a better assistance there.
    Hope this helps.
    Best regards,
    Justin Gu
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Slow printing with rdp Terminal server 2012

    Hi,
    we've got some problems with slow printing on a wan link with RDP to server 2012, i tried several solutions like:
    Disable easy print service ( it shoud be to increase performance but it doesn't work)
    option: Send the print job directly to the Printer
    I'm out of my options, there are no connection problems with the remote branch office and before using server 2012 they had terminal server 2003 and printing works fine over rdp.
    Thanks for your advice

    Did you monitor the spooling size of the print jobs?
    Depending from the drivers and the software used there may flow a serious amount of data, since both hardware and software makers no longer care about efficient programming, if it comes to bandwidth and storage occupation sizes. Slow WAN connections do not
    fit in to their picture any more ...
    This was still different in the Server 2003 era.
    Best greetings from Germany
    Olaf

  • Cannot quit Visual FoxPro (Windows Terminal Server 2008 + Citrix XenApp 5 + VMWare vCenter 5.1)

    Hi everybody:
    This is not the typical question about this error, because the problem here is not about how to quit (CLEAR EVENTS then QUIT). The really and weird problem is that our application do no execute the error trapping routines (Try/Catch and ON ERROR) and tries
    to directly Quit.
    I have never seen something like this before, error trapping routines not executed.
    I try to explain the problem better:
    - The user click on the Citrix icon of our App
    - Citrix shows the executed processes (establishing connection, applying user config, loading profile, etc)
    - The Application (VFP 9 SP2) is started and in any moment, while loading, occurs an error that is not handled by error handlers, and it executes a "kind" of a Quit command, that we detect because have a ON SHUTDOWN to catch it, then the App shut
    down and the user must click the Citrix icon and start all over again, up to 7 times, when the App really load and work.
    - I think that it is useful to make clear that no QUIT command is really causing this, just the behaviour of the QUIT when an error occurs, but just while loading. If the App get completely loeaded, then everything works as expected
    Infraestructure:
    - Windows Terminal  Server 2008 + Citrix XenApp 5 + VMWare vCenter 5.1
    - There are up to 50 concurrent users max in every virtualized server
    - More than 10 GB of free disk space / Up to 4 GB ram
    - RAM Memory is never used to the max
    - CPU (Intel Xeon) is never used to the max (up to 90% in some cases)
    - Data (DBFs for temporal work) ar on local drive, not over network (to avoid network known problems with smb2-3)
    - There are connection to a Oracle 11 database for permanently storing the data
    About the errors:
    - They are not always the same or in the same place. In example, in one execution could fail the query of SET("Printer",2), in other execution could fail a SET PROCEDURE TO xxx ADDITIVE (sometimes already loaded), in other could fail a "DO
    WHILE .T." in a init event.... completely crazy, and in all cases the errors are not thrown, not a single error code, the App just try to quit, as if ALT+F4 where pressed.
    - All this does not happen allways to everyone, but happens many times in the day to many many users as to be worried
    - The same user can have this error many times a day, but not allways
    - Some of the problems started when migrating to Windows Terminal Server 2008, but didn't notice nothing special in the beginning, but a year later (last 2014) problems tend to go worse
    Tried solutions:
    - For the "SET PROCEDURE TO xxx ADDITIVE" error, a "IF xxx $ SET('PROCEDURE')" check was added
    - The "SET('Printer',2)" check was moved out of initialization code, so it executes when user want to print the first time. In this case was neccesary to talk with IT guys to map a default printer after the App runs, and not in background, as it
    was.
    - Other checks and modifications was made to minimize posibility of errors
    - Adding a timeout of 5 secs in the start of the program, to force a wait
    - Restart of virtual servers (not the phisical) every 3 weeks
    What I suspect:
    - Some Microsoft optimization (memory?, process execution?) in WTS-2008 may interfere?
    - Some VMWare memory management may interfere with WTS-2008?
    - Some Citrix management may interfere with both?
    - Server degradation because of day to day use
    Results until now:
    - Apparently, adding the timeout to force 5 secs delay and the restart of the server have made a notable enhancement in App start and running
    with far fewer
    errors
    Has
    this happened to anyone?
    Thanks! o_O
    Fernando D. Bozzo / Madrid (Spain)

    I never had this type of problems, but somewhat similar start up problems. I'd say it indicates resource problems. Low RAM can cause many unpredictable things. In my case loading much data at the begin of an application caused out of memory errors, which
    were reported and logged normally, though.
    I made a small tool using Windows API functions GetPerformanceInfo and GetProcessMemoryInfo, you'll find declaration and usage like usual at the News2News site. It's a bit lengthy and cluttered, but pretty much what you find there anyway, so I'll not post
    my utility code.
    I could quite clearly see how many users degraded available memory per session and at some time no further instance of the application was possible on the server. In my case RDP was used to start the app, Citrix will be quite the same, in the end the application
    runs on some server and users see the remote running application.
    Bye, Olaf.
    Olaf Doschke - TMN Systemberatung GmbH
    http://www.tmn-systemberatung.de

  • Adobe Reader 9, No Print context menu on Terminal Server

    Hi,
    I've recently installed Adobe Reader 9 on my Windows 2003 Terminal Server, and even though i've installed it through Add/Remove (user install mode) there is no "print" option when you right click a file in Windows Explorer.
    There used to be on my old terminal server, and is on our desktop machines, so I'm not sure if it's Adobe Reader 9, or some other issue.
    I've looked for how to create it using "File Types" in "Folder Options", but have idea what the command lines need to be.
    Anyone got any help on this one?
    Regards
    Carl

    Hello,
    I, too, installed Adobe Reader 9.0 on 12/28/08, assuming it to be an
    update to Adobe Reader 8.0. What a joke! The print format box is
    completely worthless and above all, it also does not offer a "print"
    option...you are totally unable to print anything.
    What avenue do I use to reinstall Adobe Reader 8.0, which worked very
    well with my system, windows vista home basic, and uninstall Adobe
    Reader 9.0.
    Any help will be much appreciated.
    Bilie_Holmes

  • Cannot create Failover Relationship between to Server 2012 DHCP Servers

    Hello all!
    I am trying to create failover relationships for several scopes on a Server 2012 DHCP server.  This all worked in my test environment, but the production environment keeps giving me errors saying that the scope cannot be added on the target server.
    Does anyone know what Error: 20010 in this case means?
    Thanks.

    Hope this helps
    http://blog.rolpdog.com/2012/11/dhcp-failover-breaks-with-custom-options.html
    http://popravak.wordpress.com/2014/05/31/windows-server-2012-dhcp-failover-with-or-without-custom-dhcp-attributes/
    Rgds
    Milos
    PS: List of errors
    http://msdn.microsoft.com/en-us/library/windows/desktop/aa363378(v=vs.85).aspx

  • Cannot activate HP ROK license on Server 2012 R2 Essentials Evaluation

    Hi!
    Ive bought a HP ProLiant ML310e Gen8 and installed the Server 2012 R2 Essentials
    evaluation, because I couldnt recieve my license in time.
    Ive now recieved my Windows Server 2012 R2 Essentials ROK HP but cannot activate the license.
    Due to my knowledge it should be possible. I dont want to reinstall my server :-
    "(For Windows Server 2012 Essentials: You can convert to the full retail version by entering a retail, volume license, or OEM key in the command slmgr.vbs."
    https://technet.microsoft.com/en-us/library/jj574204.aspx
    Please help!

    There's no way I know to convert from an eval license to a ROK license.  The HP ROK media needs to be installed on the server in order to use the ROK license.  In fact, if the operating system is installed using the ROK media, the installation
    should be pre-activated and no post-installation activation should be required.  I'm afraid a reinstall using the ROK media may be your only option.
     Merv Porter
    =========================

  • SCCM 2012: install applications to terminal server (2012)?

    Hi,
    I'm trying to deploy a hotfix for App-v to a terminal server (Windows 2012). The install of the App-v 5.0 SP2 client worked fine but the install of the hotfix doesn't install silently to RDS-servers (the same install parameter works on a Windows 7 client
    = setup.exe /accepteula /qn).
    Problem: installation starts but then the installation screen pops up.
    Probably related to RDS (I should give some extra installation parameters? But why the App-v 5.0 SP2 client then installated without any issues)?
    Pls advise.
    J.
    Jan Hoedt

    How many servers? In cases like this it can be quicker to install it manually. After all, this is a one-time scenario.
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • I cannot Print with IE11

    I installed IE11 and now I cannot print anything from outlook or any other site I am on using the IE11. The printer window comes up but the printer never activates or shows up on the task bar. It prints in every other program and with Firefox. I am using
    HP Officejet 8600

    Hi,
    Have you referred to this article below:
    http://support.microsoft.com/kb/973479/en-us
    Also, please try to print from IE No Add-on mode.
    Find and Fix Common Printer Problems Using HP Diagnostic Tools for Windows
    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&docname=c02073861&jumpid=ex_r4155/hho/ipg/ccdoc/trailhead_doc
    Andy Altmann
    TechNet Community Support

  • 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

  • Terminal Server 2012 Setup

    Hi, I am going to update one of my terminal servers from 2008 to 2012. The server itself runs only one application so I used the always start the following application when someone logs on from the 2008 terminal server options. does anyone know if
    this is possible in 2012?

    Hi Moe,
    As a workaround, I’d like to know whether the program will be started under the working directory through group policy.
    These Group Policy settings are located in the following locations:
    Computer Configuration\Policies\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Remote Session Environment\Start a program on connection
    User Configuration\Policies\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Remote Session Environment\ Start a program on connection
    For detailed information about this settings, please refer to the following article:
    Specify a Program to Start Automatically When a User Logs On (You can perform for server 2012)
    http://technet.microsoft.com/en-us/library/cc770821.aspx
    Hope it helps!
    Thanks.

  • Terminal Server 2012 Standard Temp user logon

    I have a 2012 r2 server with two virtual servers one is a 2012 standard PDC the other is a 2012 Standard terminal server both are non r2 editions. If I created a new or existing user they get logged on with a temp profile. I have already tried all the
    googled fix/repair options, this is my last effort. I have tried the whole delete regedit profilelist and temp files. I have added the user to the local admin and domain admin for testing purposes. I have tried the hot fix kb
    2896328. Any help or hint would be helpful.

    Hi Matt,
    Does the same issue happen on both virtual machines?
    Are there any related error messages in the Event Logs?
    If there are any, please post them out so that we can better analyze the issue.
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Cannot download the evaluation copy of Server 2012 R2

    Apologies if this is in the wrong place but I don't know where else to put it.
    I am trying to download an evaluation copy of Server 2012 R2 from the TechNet Evaluation Center.  I have tried both ISO and VHD forms but am getting the error below (that shown is for VHD) and so have not been able to access the software.
    Server Error in '/en-us/evalcenter/wizards' Application.
    The remote name could not be resolved: 'emailinterchangeapi.trafficmanager.net'
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Net.WebException: The remote name could not be resolved: 'emailinterchangeapi.trafficmanager.net'
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Stack Trace:
    [WebException: The remote name could not be resolved: 'emailinterchangeapi.trafficmanager.net']
    System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) +1003
    System.Net.HttpWebRequest.GetRequestStream() +23
    System.ServiceModel.Channels.WebRequestHttpOutput.GetOutputStream() +130
    [EndpointNotFoundException: There was no endpoint listening at https://emailinterchangeapi.trafficmanager.net/TriggerRequestNotification.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.]
    System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +10267530
    System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) +539
    MS.Marketing.RegSys.Proxy.EmailInterchangeApi.ITriggerRequestNotification.Send(RequestBase request) +0
    MS.Marketing.RegSys.Proxy.WizardTrigger.Submit(TriggerData triggerData, SubscriberInfo info) +980
    [TriggerException: The wizard contains trigger data, but the trigger could not be submitted]
    MS.Marketing.RegSys.Proxy.WizardTrigger.Submit(TriggerData triggerData, SubscriberInfo info) +1357
    RegSysServices.Clients.MsiMapper.SubmitTrigger(WizardResponse response, TriggerData triggerData, CustomerEmail profileEmail) +473
    RegSysServices.Clients.MsiMapper.Write(WizardResponse response, TriggerData triggerData, Int32 localeId) +2460
    RegSysServices.Clients.AuthenticatedProfileClient.Save(MicrosoftIdentity id, Int32 localeId, WizardResponse response, TriggerData triggerData) +41
    MS.Marketing.RegSys.WebControls.<>c__DisplayClass48.<DoCompleted>b__40() +172
    MS.Marketing.RegSys.WebControls.Wizard.TryAction(Action a) +162
    MS.Marketing.RegSys.WebControls.Wizard.DoCompleted() +1509
    MS.Marketing.RegSys.WebControls.Wizard.PageNext() +749
    System.Web.UI.WebControls.Button.OnClick(EventArgs e) +115
    System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +140
    System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +29
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2981
    Version Information: Microsoft .NET Framework Version:2.0.50727.8009; ASP.NET Version:2.0.50727.8010

    There's no way I know to convert from an eval license to a ROK license.  The HP ROK media needs to be installed on the server in order to use the ROK license.  In fact, if the operating system is installed using the ROK media, the installation
    should be pre-activated and no post-installation activation should be required.  I'm afraid a reinstall using the ROK media may be your only option.
     Merv Porter
    =========================

  • Cannot start virtual machine on Windows Server 2012

    Hello,
    I have a weird problem and have been unable to find a solution to it after two days of searching. I have Windows Server 2012 host on IBM x3500M2 machine. I set up a hyper-v platform (added the role, configured the storage and network) and created two virtual
    machines. Now when I try to start either one of these VMs, using the Hyper-V manager, it throws this error:
    "machine name" could not initialize
    Could not initialize machine remoting system. Error: Element not found. (0x80070490).
    Could not find a usable certificate. Error: Element not found. (0x80070490)
    In the event log there is a similar error with the event IDs: 3040, 12460, 12500.
    I tried clearing up the certificate from vmm/personal folder to recreate it again but to no avail. I found few articles regarding a similar problem on Windows Server 2008R2 but from what I can see this problem mainly occurs with SCVMM...

    Hi,
    Please restart your server or restart VMMS service to check the result.
    In addition, I searched the internet and found that someone with the same issue has solved it by removing a
    certificate from my Trusted Root Certificate Authorities container. The certificate is a self-signed cert generated by Remote Desktop Gateway service.
    Hope it helps.
    Regards,
    Yan Li
    Cataleya Li
    TechNet Community Support

Maybe you are looking for

  • How Do I Create a Screen Saver That Uses Shared Photos??

    I have a pretty simple request here, or at least I think it should be pretty simple. My family uses a shared photo stream so that we can all see what everybody is up to without sending a bunch of individual messages. I'm going to use a screen saver t

  • Account Determination Error When Posting Goods Issue Against Sales Order

    Hello SAP Experts, We are currently experiencing a problem during goods issueance against sales order (VL02N). The system terminates the issueance and gives error: "Account XXXXXX requires an assignment to a CO object". We have tried maintaining the

  • Fetch data from two tables and insert into one table

    I have similar to the following data in two tables (@Plant, @PlantDirector) and need to consolidate into one table (@PlantNew) as follows. DECLARE @Plant TABLE (PlantID INT, PlantName VARCHAR(100)) INSERT INTO @Plant (PlantID, PlantName) VALUES (1, '

  • Connect using HOSTNAME adapter with DNSalias

    Hi everyone I am trying to test hostname naming method with Instant Client and DNS aliases. According to docs I should be able to: - on database TEST: add 'testdb.domain.com' to SERVICE_NAMES parameter - in DNS: create an Alias named "testdb.domain.c

  • Ibook monitor hook-up

    Many people here seem to need help using an external screen with their ibook, I however need help the other way around! Is it possible to use my ibook G4's 1024x768 screen as a monitor for a computer that's currently monitor-less?