How to enable "remote printing" from a .rdp shortcut on OSX

Hi,
I cannot get my .rdp file to open with "forward printing devices" working on OSX (works fine on Windows).
When I create an entry in RDP Client and check "forward printing devices", it works fine, but if I then export the configuration to a test.rdp file and run it, then the forward printing does not work.
If I then import the test.rdp I just exported and open the session params, "forward printing devices" is not checked anymore.
What is the param(s) that I should set in my test.rdp to forward the printers (same as checking the "forward printing devices" in the ui)?
I have already tried the following:
redirectprinters:i:1
but it does not seem to work
Thank you,

Hi,
It seems that the parameters we set in the .rdp file do not work for the app of Mac. You may have to configure this via UI.
I will forward this issue to the product team.
Thanks for your understanding.
Jeremy Wu
TechNet Community Support

Similar Messages

  • How to enable the printer option in print priview screen in script

    Hi All,
    Please tell me how to enable the printer option in script print priview screen.
    Thanks & Regards
    Murali

    hi
    the print option TDNOPRINT has to be intial  (' ').  NOT 'X'
    TDNOPRINT  CHAR  1  0  No printing from print preview
    this will do.
    Gr., Frank

  • How to enable frontend printing using Adobe Print Forms

    Otto Gold at the forum "SAP Interactive Forms by Adobe" gave me the tip that Sandra Rossi in this forum might help me out. Here is the link to my original thread How to enable frontend printing using Adobe Print Forms
    My question was:
    Hi Experts!
    Did anyone of you manage to enable frontend printing using Adobe Print Forms? In order to save administration effort we use frontend printing in our ERP system. We just changed some SMARTFORMS to the new Adobe Forms technology. Now we learned that direct frontend printing does not work with these forms.
    Any help will be very much appreciated.
    Kind Regards,
    Gerald

    I think you'll be disappointed by a rather negative answer but I'll try to explain everything I know (or think I know) the best I can
    The simplest solution is to do a preview, and print from Adobe Reader! (as I could see on one project, users have to display one more dialog than usually to print) It's the best workaround according to me.
    How Adobe form printing works:
    When you print an Adobe form from SAP, a printer language (PCL, PS, ZPL, PDF) is retrieved from TSP0B table according to the device type, ADS (Adobe Document Services, installed in the SAP java stack) is then contacted to generate the form: a file corresponding to the printer language is generated and sent back to SAP (there are also 2 other little files but it's of none interest here). SAP stores it as a file (named SPOOL...) in the global directory (DIR_GLOBAL when you use AL11 transaction).
    When you ask SAP to print it, it sends the file as is to the printer.
    Note: when you ask SAP to display the spool, SAP sends a request to ADS which will send back a PDF (binary stream which is not stored on disk, just displayed on frontend).
    How frontend printing works:
    If you want to print a normal spool via frontend, SAP doesn't know the language of the printer you will choose. SAP sends the spool in a format named SAPWIN to a frontend program named SAPLPD, it converts the SAPWIN format into GDI, a Windows format that is understood by all printer drivers, and it is sent to the printer driver (you have selected) which converts the GDI format into the printer language.
    Any workaround?
    First possibility would be that ADS converts the PDF into SAPWIN format (by creating an Adobe .XDC file at the ADS side). SAP says it's not possible in Note 685571 - Printing PDF-based forms. As I understand, SAPWIN is a very simple language compared to PCL for example, so it is very difficult to convert a PDF to SAPWIN without losing much information. There's a SAP note about the SAPWIN language if you want to check.
    Second possibility is to print directly the PDF through Adobe Reader: you get the PDF from ADS, download it to the frontend (easy), and execute directly Adobe Reader print function. Unfortunately, I don't know if it's possible. Moreover, we should enhance the standard SAP print dialog...
    Third possibility is the one I recommended at the beginning of this post

  • How to set up printer from ipad?

    how to set up printer from ipad?
    Johs.

    iOS AirPrint Printers  http://support.apple.com/kb/HT4356
    How to Print from Your iPad: Summary of Printer and Printing Options
    http://ipadacademy.com/2012/03/how-to-print-from-your-ipad-summary-of-printer-an d-printing-options
    Print from iPad / iPhone without AirPrint
    http://ipadhelp.com/ipad-help/print-from-ipad-iphone-without-airprint/
    How to Enable AirPrint on a Mac and Use Any Printer
    http://ipadhelp.com/ipad-help/how-to-use-airprint-with-any-printer/
     Cheers, Tom

  • How to enable remote connections in SQL Server 2008

    I'm trying to enable remote connections in SQL Server 2008 R2 as described in the following article.  I see the error message at the top of the article. 
    http://blogs.msdn.com/b/walzenbach/archive/2010/04/14/how-to-enable-remote-connections-in-sql-server-2008.aspx
    One step in the article describes how to enable TCP/IP in Configuration Manager.  Specifically it says that
    'SQL Server NETWORK Configuration' should have TCP/IP enabled.
    The issue I've encountered is that my Configuration Manager
    is different than what appears in the article. My Configuration Manager shows the following:
    SQL Server 2005 Services
    SQL Server 2005 Network Configuration (32 bit)
           - Protocols for SQLExpress
    SQL Native Client Configuration (32 bit)
           - Client protocols
           - Aliases
    Note that I see 'SQL Server 2005 Network Configuration'
    rather than that for 2008.  When 'Protocols for SQLExpress'
    is expanded, there is a TCP/IP setting, but it's disabled and I see an
    Access Denied message if I try to enable this. 
    I also see a TCP/IP setting under Client protocols and successfully enabled this.  This uses port 1433 and I configured my firewall to accomodate this port as suggested in the article. 
    I also followed the other steps in the article, but still don't have remote access to SQL Server 2008 R2.  (I can access it from the office.)  I'm wondering if this remote access issue is because SQL Server
    2008 Network Configuration does not appear in Configuration Manager
    and if so, I'm interested in how this might be resolved.  (I'm running Windows 7 - 64 bit.)
    I'd appreciate any ideas on this.  Thanks. 

    Hello,
    Please refer to the following resource.
    http://support.microsoft.com/kb/KbView/914277
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • How to enable remote debugging for a session other than the current one

    Hi all,
    I am trying to figure out how to enable remote debugging for a session other than the one I am currently using.
    More specifically, we have an application that is making database calls to Oracle 11gR2. Something is causing an exception during this invocation. My system is currently not set up to recompile said application, so I can't just add the debug call to the code and recompile. Therefore I would like to be able to log into the database (as sys, if necessary) and invoke dbms_debug_jdwp.connect_tcp on the desired session.
    The docs indicate that I should be able to do so:
    dbms_debug_jdwp.connect_tcp(
    host IN VARCHAR2,
    port IN VARCHAR2,
    session_id IN PLS_INTEGER := NULL,
    session_serial IN PLS_INTEGER := NULL,
    debug_role IN VARCHAR2 := NULL,
    debug_role_pwd IN VARCHAR2 := NULL,
    option_flags IN PLS_INTEGER := 0,
    extensions_cmd_set IN PLS_INTEGER := 128);
    But when I try (even as sys), I get the following:
    exec dbms_debug_jdwp.connect_tcp('1.2.3.4',5678,<session id>,<session serial>);ORA-00022: invalid session ID; access denied
    ORA-06512: at "SYS.DBMS_DEBUG_JDWP", line 68
    ORA-06512: at line 1
    00022. 00000 - "invalid session ID; access denied"
    *Cause:    Either the session specified does not exist or the caller
    does not have the privilege to access it.
    *Action:   Specify a valid session ID that you have privilege to access,
    that is either you own it or you have the CHANGE_USER privilege.
    I've tried granting the 'BECOME USER' privilege for the relevant users, but that didn't help. I read something about having to set some kind of ACL as of 11gR1, but the reference documentation was very confusing.
    Would someone be able to point me in the right direction? Is this even possible, or did I misread the documentation?

    Interesting deduction, that would be very useful indeed. I hate recompiling just to add the debug call, and it can't be done in our production environment. But it seems unlikely to me it would be implemented this way.
    I would cross-post this in the SQL AND PL/SQL forum though, as this is really a database issue, not with the SQL Developer tool. Do add the links to the other posts in each.
    Regards,
    K.

  • How to enable user sets from tools in sales order

    Hi,
    How to enable user sets from tools in sales order..it is greyed out..
    and is there anyway we can do to add shipsets from other place?
    Thanks

    Hi Ruchi
    I hope u had gone to the screen fields which u want them not to be editable. So there u select all the fields contents which u do not want to to be changed and check the boxes with W.content and Display and save it. Once evrything is done u have to activate the particular transcation going in to the standard variants and put the name and click the activate button.
    Hope its clear
    Reward if help ful
    Sri

  • How to Enable Remote services using the GPO for the Client Machines

    How to enable remote Access services on Client machines using the Group Policy. After enable how to access with out switching the users  remote as administrator

    Hi,
    If you use windows server 2003, we can refer to the following link to enable remote access services on Client machines using the Group Policy:
    Enable or disable Remote Desktop
    http://technet.microsoft.com/en-us/library/cc727977(v=WS.10).aspx
    If you use windows server 2008 and later version, we can refer to the following link to enable remote access services on Client machines using the Group Policy:
    How to Enable or Disable Remote Desktop via Group Policy Windows 2008
    http://social.technet.microsoft.com/wiki/contents/articles/4980.how-to-enable-or-disable-remote-desktop-via-group-policy-windows-2008.aspx
    After you enable
    Allow users to connect remotely using Remote Desktop Services policy setting, users who are members of the Remote Desktop Users group on the target computer can connect remotely to the target computer by using Remote Desktop Services.
    So if you want users to access computer remotely, you need add users as members of the Remote Desktop Users group on the target computer.
    About how to add users to the Remote Desktop Users group, please refer to the following link:
    Configure the Remote Desktop Users Group
    http://technet.microsoft.com/en-us/library/cc743161.aspx
    Best Regards,
    Erin

  • How to enable private mode from commandline, with an URL. I am a software dev and I wish to have my application open links in Firefox. Using ShellExecute(), i c

    How to enable private mode from commandline, with an URL.
    I am a software dev and I wish to have my application open links in Firefox.
    Using ShellExecute(), i can do with with commandlines like:
    firefox.exe http://support.mozilla.org
    But I also want the option to open the link in private mode.
    I am able to start firefox in private mode by doing this:
    firefox.exe -private
    However, if I add a link to the command line
    firefox.exe -private http://support.mozilla.org
    I get strange results.
    If firefox is not running, it launches 2 copies of the application.
    One that opens in private mode and the other opens in normal mode and goes to the URL specified.
    If firefox is already running, it just opens the URL in a new tab.
    No private mode instance is launched.
    Am I using the command-line syntax incorrectly?

    It will never work if Firefox is already running as Firefox will use the already opened Firefox instance.<br />
    In that case only using a separate profile will work.
    You can try to specify the -url switch as well.
    *firefox.exe -private -url http://support.mozilla<i></i>.org
    You can also look at the -new-tab switch.
    *firefox.exe -private -new-tab http://support.mozilla<i></i>.org
    *https://developer.mozilla.org/en/Command_Line_Options

  • I am using the hp 3525 model printer , i like to know how to take photo print from the printer

    Hi,
    I am using the hp 3525 model printer , i like to know how to take photo print from the printer .
    Regards
    Mukesh.R

    Hi Mukesh,
    I'd like to help, but can you clarify the issue?  Are you asking how to print a photo from your printer?  Also, can you confirm that your printer is a HP Deskjet Ink Advantage 3525 e-All-in-One Printer?
    Thanks!
    Tara
    **Although I am an HP employee, I am speaking for myself and not for HP.

  • How to enable the print & archive button that appear in the smartform outpu

    How to enable the print & archive button that appear in the smartform output.....

    Hi,
    I agree with the details which has been given above, but still if you want to default option 3 "Print & Archive" in drop down, it is possible.
    All you need to do is to set the value of output_options structure field "TDARMOD" as "3" while passing the parameters to dynamic function module of smartform.
    That will select "Print and Archive" in background and display to user.
    Sumit

  • How to enable Remote Management on multiple Macs using Workgroup Manager?

    Hi
    I want to use workgroup manager to enable remote management on multiple macs I manage.
    How can I do that?
    Regards,
    Omer Barel

    The only way I know to enable remote managment remotely is by running kickstart.
    http://support.apple.com/kb/HT2370
    If you are already using a login script you could run kickstart from there.
    We clone our Macs with remote management turned on.
    Otherwise, lace up your sneakers.   

  • Cannot print from a rdp session on a local printer

    Hi,
    I think it is a stupid issue but I cannot see it...
    So far here is what I have seen:
    - I have a windows server 2008R2 which is used for connect clients using RDP.
    - Clients are not in the same building so they need to be able to print on local printer.
    Problem is: even if I am able to see the redirection of my local printer on the RDP session and click on the "printing test page", well nothing happen. No errors, no trouble, just nothing at all, and still, I do not have my copy.
    However, when I try to print a "Nozzle check" (on a Ricoh printer) for testing print condition, it works...
    Hope you will be able to help me.

    Hi,
    Thank you for posting in Windows Server Forum.
    Does the printer physically connects to your client computer and it can work properly? 
    What is OS version of your client computer?
    Ensure that the spooler service is running on both the client and Server. Please also check the firewall & ports between target server and client.
    Have you try to use Microsoft RDS Universal printing solution and check the result. More information from following link.
    How to configure Microsoft RDS Universal Printing
    http://www.virtualizationadmin.com/articles-tutorials/vdi-articles/microsoft-hyper-v/how-configure-microsoft-rds-universal-printing.html
    Apart from this, there is one hotfix available might resolve your issue.
    Printer redirection is not applied to client computers that connect to a Windows Server 2008 R2 SP1-based Terminal Services server
    http://support.microsoft.com/kb/2662585
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • How to delete/remote printer per computer?

    Hi,
    We are having a problem. 
    Situation : We have a Mac server on 10.6.8 tight to AD.  We have about 1000 Mac clients connected to it.  We push printers to them via that server (bonjour, IP and Windows).
    Problem : when we want to remove/delete a printer from the list of available printers for a specific group, that won't work.  It's deleted on the server, it's not there anymore, but the users still has it.  I made lots of research on that, but the community is so small that I can't find an answer.  I spent lots of hours already on trying to find a solution by myself by tweaking Cups and see with a script how I'll manage that. 
    Question : why when we delete a printersfrom the server that action is not sent to the users.  To me, it's a bug and a good one.
    The only solution right now for us when a printer needs to be remove is to go in each and every single computers.  Which is not acceptable and that's the reason why we bought a Mac Server; to have a much as we can automated and I can tell you guys that Apple left the IT admin behind on many points.  Many of the little feature that should work like : "Allow user to modify the printer list".. not working..
    Thanks for your help!

    Open System Preferences > Print & Scan > Print
    Select the printer on the left then click -    (minus)

  • Installation: HPLIP, and remote printing from ANDROID, & iOS to a static networked HP printer

    I recently installed an HP LaserJet Professional m1212nf MFP Printer on my network and gave it a static IP address.  On my main computer (also statically networked - Ubuntu 12.04) I installed the hplip services and can successfully print to it.  On the same computer I have a Dymo Labelwriter and an HP ColorLaserJet 1215 connected by USB.
    I can print from my iPhone and tablet running Android's ICS to the labelmaker and the color laserjet using Airprint services, but I can't print to the m1212nf with Airprint.  If I print via the CUPS driver using Airprint I get a successsful completion of the printout, but the printer doesn't print.  Now, since the printer m1212nf is NOT connected to the CUPS print server by USB, that makes sense unless I can be told how to set up CUPS to print to the device on the network.
    -or-
    I think, from what I've read so far, that Icould use eprint if there was a way to put a windows driver (Yes, begrudgingly I have access to a Windows laptop that I can put on my network) on the m1212nf as well as the hplip driver that currently lets it communicate with my primary computer.
    I would prefer an Airprint solution as Airprint works with the mobile devices to the other two printers.
    This question was solved.
    View Solution.

    OK, Egg on my face!  
    Turns out iOS worked perfectly fine, but the Android app I had on my tablet didn't.  Upon further pursuit of the Android issue, I found only one free app that did work (at least for text) in the play store, but that one was really a "trial" version as the printout was watermarked, but one could remove the watermark for two separate prices, one for text and another for photos. 
    But, by replying with a solution to this problem myself, I consider it {SOLVED].  Futhermore it leaves no doubt that Airprint and the "airprint-generate" script do work for versions of Ubuntu on the Ubuntu side.

Maybe you are looking for

  • Iphone 4s doesn't sync to itunes

    My iPhone 4S and my son's iPod Touch all of a sudden will not Sync with my Mac.  They have been synced before and the only change that I have made recently is that I installed Snow Leopard.  I went through the process that Apple recommended to troubl

  • Redirecting browser from an applet with POST

    Hi, How can I cause an applet to redirect a browser window using a POST request? Thanx, Yaron

  • Dashcode Widget Plugin?

    Hi all, I'm trying to create a widget with plugin, however, I am getting runtime errors with the following code: function _lolwut(event) var macbot = window.mbot; var spoken = document.getElementById("textfield").value; var speak = macbot.talkToMacbo

  • Buying iPhone 5 in Japan

    i would like to know if i buy iPhone 5 in Japan, can i use it in other countries ?

  • 10.4.8 cross installation

    I recently purchased a MacBook with OS 10.4.8. Is it legal to install that OS in my G5 presently using 10.3.9? If so, how is that done?