User unable to print in SAP 4.6

Hi Friends,
A user is not able to print in SAP 4.6 but able to print in SAP 6.0 and from other applications like Word, Excel etc. When trying to print he's getting the following error:
Please let me know what could be causing this and how I can help him in fixing this issue.
Thanks,
Asad

Hi Asad,
you just have to do what it explains. You are printing with LOCL. You need to set the default printer to the specific you want to have your papers printed by SAP.
Additional to that, make sure, that the Printername (System and Devices) in Windows does not contain any spaces because that ends in  problems sometimes.
I think your issue is that the name of the printer is too long and contains spaces, maximum is 40 characters
This is your name:
JSAP4169 ON JSAP2APRINT (FROM CNU3439MD9) IN SESSION 139
56 Characters and spaces. Double ouch
~Florian

Similar Messages

  • Unable to print in SAP

    Hi all,
    We are facing a problem with a printer HP LaserJet 1505.When we try printing in SAP,it is not printing.We have also added a device type in SAP for that particular printer downloading it from the vendor's site.Spool request and out request shows in completed status.But the print did not come.Below are the few lines of the SAPLPD.If anyone knows any clue.Please help.
    (3:45:05 AM) send_status called
    (3:45:05 AM) Job 000zUDWm.WE3 for user SKOPP queued.
    (3:45:05 AM) Job 000zUDWm.WE3 (raw) started on printer HP LASERJET P1505
    (3:45:05 AM) Error: The printer HP LASERJET P1505 is unknown to Windows Print Manager.
    (3:45:05 AM) The following printers are currently defined:
    (3:45:05 AM) Printer = HP LASERJET 4050 SERIES PCL6
    (3:45:05 AM) Warning: Printer name contains spaces.
    (3:45:05 AM) Please rename printer, before using it from R/3 or UNIX!
    (3:45:05 AM) Printer = MICROSOFT OFFICE LIVE MEETING 2007 DOCUMENT WRITER
    (3:45:05 AM) Warning: Printer name contains spaces.
    (3:45:05 AM) Please rename printer, before using it from R/3 or UNIX!
    (3:45:05 AM) Printer = MICROSOFT OFFICE LIVE MEETING DOCUMENT WRITER
    (3:45:05 AM) Warning: Printer name contains spaces.
    (3:45:05 AM) Please rename printer, before using it from R/3 or UNIX!
    (3:45:05 AM) Printer = MICROSOFT OFFICE DOCUMENT IMAGE WRITER
    (3:45:05 AM) Warning: Printer name contains spaces.
    (3:45:05 AM) Please rename printer, before using it from R/3 or UNIX!
    (3:45:05 AM) Printer = HP LASERJET 4100 SERIES PS
    (3:45:05 AM) Warning: Printer name contains spaces.
    (3:45:05 AM) Please rename printer, before using it from R/3 or UNIX!
    (3:45:05 AM) Printer = AMYUNI PDF CONVERTER
    (3:45:05 AM) Warning: Printer name contains spaces.
    (3:45:05 AM) Please rename printer, before using it from R/3 or UNIX!
    (3:45:05 AM) Printer =
    D-705445-0\CP LASERJET 1100
    (3:45:05 AM) Warning: Printer name contains spaces.
    (3:45:05 AM) Please rename printer, before using it from R/3 or UNIX!
    (3:45:05 AM) Cannot do OpenPrinter HP LASERJET P1505. Text = Overlapped I/O operation is in progress.
    (3:45:05 AM) Error: BG: printfile failed, msg = 808 SAPLPD:Windows Problem, siehe SAPLPD Protokoll
    Regards,
    Sudheer.

    Hi Sudheer,
    I hope you have already visited -
    http://h71028.www7.hp.com/enterprise/cache/37011-0-0-225-121.html
    And also make sure you have added the right device type & code pages for the printer -
    Following are the programs to do the upload.
    RSTXCPAG For Code Page
    RSTXSCRP For Device Type
    Best of luck..
    Nishikant

  • User unable to print  apps 11.5.9

    One of our user is unable to print
    apps: 11.5.9
    platform:AIX
    the printer was running fine before i dont know what happend we are unable to print..
    i have run the oracle diagnostic tool it says the printer is not define at os level
    can anyone guide me to sort out this problem ??
    Thanks
    masti

    but after a week again the same problem
    user is unable to print
    i issued the command lpstat -a
    it shows the printer but the status is down with 5 queues
    so i removed print jobs using lprm command
    after that i issued enable printer
    now the status is READY but the moment the user give print it gets added in printer queues lpstat -pXXXXX afte this the printer status is DOWN
    the print job is in the queue and printer status is DOWN.This is something to do with the printer setup at the OS level, so please troubleshoot the issue with your System/Network team to find out why the printer status shows DOWN after printing from the OS.
    Another issue:
    i need to add to printer to EBS
    so please explain me what do we mean by saying "Configure the printer at os level' client have windows and the printer is attached ti client system through USB and it on sharing with name say 'APPSSHARING' ..It means, set up the printer from the OS and make sure the lp command works properly then proceed and define the printer from the application (use the same queue name when you define the printer from the application).
    http://forums.oracle.com/forums/search.jspa?threadID=&q=Printer&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Unable to print multiple line items in Z-SAP SCRIPT

    Hi ALL,
    We have a scenario where in we are calling the Driver program (RFKORD50) for Document Extract(F.64), Where in we have attached the Z-Script to the program(RFKORD50),
    Unable to print multiple items.
    1) Checked with all the elements in STD program for printing multiple items in main window but unable to get all the items we are able to fetch only 1 item .
    (&BSEG-BUZEI&,,     &BSEG-SGTXT&,,,,&BSEG-DMBTR&)
    2) I have also tried with external subroutine but it also didnot work.it is fetching the latest value.
    Ex: if we have 3 items say 1,2,3 first 2 items are not getting fetched it is taking 3rd item and printing it straight away(Problem is it is not going to script for fetching the first item).
    see the perform which i have used
    /: PERFORM ITEMS IN PROGRAM ZTFI_ZNV20296
    /:USING &BSEG-BUKRS&
    /:USING &BKPF-BELNR&
    /:USING &BSEG-GJAHR&
    /:CHANGING &V_BUZEI&
    /:CHANGING &V_SGTXT&
    /:CHANGING &V_DMBTR&
    /: ENDPERFORM
    IL  &V_BUZEI&,,     &V_SGTXT&,,,,&V_DMBTR&
    Please suggest me whetther we can call write_form from external subroutine. or is there any loop commands in SAP SCRIPT Form.
    Regards,
    Jana

    Hi!
    The LOOP is always within the printer program. In this case also.
    Just check out the RFKORI35 include, the LOOP begins in the 215th line (in 4.6C).
    SORT HBSEG BY BUKRS SORTP1 SORTP2 SORTP3 SORTP4 SORTP5
                          BELNR GJAHR BUZEI.
            LOOP AT HBSEG.
    *         WHERE BUKRS = SAVE_BUKRS.
              SAVE_BUKRS  = HBSEG-BUKRS.
              IF  ( HBSEG-KUNNR = SAVE_KUNNR
              AND   NOT SAVE_KUNNR IS INITIAL )
              OR  ( HBSEG-LIFNR = SAVE_LIFNR
              AND   NOT SAVE_LIFNR IS INITIAL ).
                CLEAR RF140-ELEMENT.
                RF140-ELEMENT = '521'.
                CALL FUNCTION 'WRITE_FORM'
                         EXPORTING  WINDOW    = 'MAIN'
                                    ELEMENT   = '521'
                         EXCEPTIONS WINDOW    = 1
                                    ELEMENT   = 2.
    You might try out to write your code within the 521 elemnt in the sapscript.
    Regards
    Tamás
    Edited by: Tamás Nyisztor on Jun 12, 2008 3:34 PM

  • User not able to print from SAP

    Hi guys,
                 User is not able to print from SAP. The printer is directly connected to his PC. It is not a network printer. The user is able to print at OS level perfectly. IN SP01, it shows in green and the print job has been completed successfully. I can see the output request. Its all fine in SAP. I am not sure why it is not printing from SAP. Please help ?
    Thanks

    hi venkata,
    did you already defined your printer on SAP Server using tcode SPAD ?
    What kind of printing you're using ?
    My suggest for simplest one is create new output devices.
    Type tcode SPAD
    Give simple name
    Choose SAPWIN for device type (if you're using WIndows clients)
    On Access Method tab
    Choose Host Spool Access Method F : Front end Printing or G :
    For Host Printer fill with __DEFAULT (remember double underscore)
    save and test it.
    ardhian
    http://sapbasis.wordpress.com

  • Users are unable to print from Adobe Reader X

    Hi,
    Multiple users in our environment report that they are unable to print from Adobe Reader X. They receive the following error messages (translated from Dutch) Document cannot be printed. There are no pages selected.
    We are using Reader version 10.1.3
    What we have tried to resolve the issue (without any positive results):
    - Repair the installation of Adobe Reader.
    - Update Adobe Reader to the latest version for Vista (x86) (10.1.7)
    - Created new user profile for the affected users.
    The documents can be printed without any errors from Foxit Reader.
    At the moment we use the following workaround:
    Open the document in Internet Explorer, and then print the document from there.
    Does anyone have any idea how we can resolve this?
    Best regards,
    Duncan

    James,
    I'm sorry to hear that you were having the same problem under 9.5.  I had recently updated to Adobe Reader 10 under Windows 7 and yesterday my "default printer" simply disappeared from the options on my control panel.  I re-installed my printer, but today whenever I would open a PDF document and try to print it, the document would simply close with no further ado.  After a bit of trial and error, I ended up uninstalling Adobe Reader 10 and going back to Adobe Reader 9.5.  Now everything is working just fine. 
    nlncmjd

  • Unable to print BSEG-SGTXT in Main window - SAP Script

    Hi
    I have an issue in Scripts.
    I want to print BSEG-SGTXT in my Main Window and below is my code but i am unable to print the text. while debugging, i am getting value in zsgtxt field, but i am unable to get/print in script.
    can any one help me why it's not printing? and plese suggest where it's wrong.
    In Main window:
    /:   PERFORM TEXT IN PROGRAM ZFIGS_CHECK_PRINTING     
    /:   USING &REGUP-BELNR&                              
    /:   CHANGING &ZSGTXT&                                
    /:   ENDPERFORM                                       
    CH   &ZSGTXT&           
    In Subroutine pool:
    FORM text TABLES intab STRUCTURE itcsy
                             outtab STRUCTURE itcsy.
      DATA: zbelnr(10),
            zsgtxt LIKE bseg-sgtxt.
      READ TABLE intab WITH KEY name = 'REGUP-BELNR' .
      IF sy-subrc = 0.
        MOVE intab-value TO zbelnr.
        SELECT SINGLE sgtxt INTO zsgtxt FROM bseg
              WHERE bukrs = '8140' AND
                    belnr = zbelnr.
        IF sy-subrc = 0.
          MOVE zsgtxt TO outtab-value.
          MODIFY outtab INDEX sy-tabix.
        ENDIF.
      ENDIF.
    ENDFORM.
    Thanks,
    Siva

    Hi,
    Can any one tell how to write loop statement in Main window to display BSEG-SGTXT. As i am getting text (BSEG-SGTXT) from subroutine pool and calling into Main window using Perform statement and printing duplicate text in multiple times insted of different text.
    Thanks,
    Siva

  • Unable to Print MSDS's with WWI

    Hi,
    I have a problem that SAP printing is working fine, however users are unable to print MSDS's, The prints are showing up as completed in the SAPLPD however in the spool requests for the printers these are not showing up (normal SAP printing to these printers are working fine).  I have checked the rfc connection to the WWI server and this is working fine.
    Are there any other things I should check for this problem?
    Any ideas would be a big help
    Thanks
    Jay

    Within the WWI monitor I had to reactivate the server.
    MSDS's printing now.
    Thanks for your help

  • BO 4.0 - Database error: Unable to connect to SAP BW Incomplete logon data

    Hello Experts,
    I have enabled a 'SSO to database' between SAP BW and Business objects by referencing to the documents related to below link.
    [http://wiki.sdn.sap.com/wiki/display/BOBJ/HowtosetupSSOagainstSAPBWinSBOBI4.0forLDAPusers]
    I have created a universe connection with option 'use single sign on when refreshing reports at view time' and have created a universe on top of my BEx query by log-in to the universe designer tools using my LDAP account.
    Now when I run the report with either SAP account or LDAP - I am able to run a adhoc webi report on this universe and get data either through the webi rich client or via BO 4.0 Info-view/Launch Pad.
    But the issue is that when other users are trying to run webi queries on this universe either through Info-view/launch pad or rich client by log-in via LDAP Authentication - they get the below error: I have given SAP_ALL to this user for time being and also have done the necessary configuration for 'simple user format' in CMC so these user has 1 account with 3 alias definitions: Enterprise, SAP, R/3.
    Database error: Unable to connect to SAP BW server Incomplete logon data -
    If the user logs on into the BO 4.0 Info-view/launch pad or webi rich client using his SAP authentication than he is able to run and retrieve data.
    I also get a dump in the SAP BW system - I analyzed the dump in SAP BW using st22 tcode and it gives the error short text as - Incomplete logon data and run-time error -  CALL_FUNCTION_SIGNON_INCOMPL
    Desired outcome:
    I want the users to log-in to webi rich client or BO 4.0 Launch pad/Info-view using their 'LDAP'  authentication and run reports against the universe on SAP BW/BEx query without any errors or additional username/password requirements.
    Can someone please tell me if I am missing any steps/configuration and guide me to achieve the above mentioned desired result ?
    Any help in this matter would be greatly appreciated.
    Thanks & regards,
    CD.

    Hi Simone,
    Thank you for the reply.
    Here are the things done by me.
    1. Generated the keystore file and imported it in BI 4.0 CMC on  SAP Authentication Option tab
        ([http://wiki.sdn.sap.com/wiki/display/BOBJ/GeneratekeystoreandcertificateforSAPBO+BI4.0])
        ([http://wiki.sdn.sap.com/wiki/display/BOBJ/SetupofSAPSSOServiceinSAPBOBI4.0+CMC])
    2. Generate the certificate file cert.der and this cert is imported in SAP BW with STRUSTSSO2 transaction.
        ([http://wiki.sdn.sap.com/wiki/display/BOBJ/ImportSAPBOBI4.0certificateintoSAP+BW])
    3. BW Roles/Users have been imported into CMC.
    4. SAP Users and LDAP users are mapped/aliased with each other using the registry key method
        ([http://wiki.sdn.sap.com/wiki/display/BOBJ/HowtomapSAPusersandLDAPusersinSBOBI4.0+CMC])
    I haven't explicitly configured STS (Security token service) as STS is a part of Adaptive processing server (APS) and I have verified that by going to servers in CMC and then to analysis services.
    I have searched for SAP OSS notes related to my issue but couldn't find any note related to SAP BW SSO with Business objects 4.0. Most of the notes are relevant for BO XI 3.1 environments.
    Thanks & regards,
    CD.

  • BO 4.0: Database error:Unable to connect to SAP BW server Incomplete logon

    Hello Experts,
    I have enabled a 'SSO to database' between SAP BW and Business objects by referencing to the documents related to below link.
    http://wiki.sdn.sap.com/wiki/display/BOBJ/HowtosetupSSOagainstSAPBWinSBOBI4.0forLDAPusers
    I have created a universe connection with option 'use single sign on when refreshing reports at view time' and have created a universe on top of my BEx query by log-in to the universe designer tools using my LDAP account.
    Now when I run the report with either SAP account or LDAP - I am able to run a adhoc webi report on this universe and get data either through the webi rich client or via BO 4.0 Info-view/Launch Pad.
    But the issue is that when other users are trying to run webi queries on this universe either through Info-view/launch pad or rich client by log-in via LDAP Authentication - they get the below error: I have given SAP_ALL to this user for time being and also have done the necessary configuration for 'simple user format' in CMC so these user has 1 account with 3 alias definitions: Enterprise, SAP, R/3.
    Database error: Unable to connect to SAP BW server Incomplete logon data -
    If the user logs on into the BO 4.0 Info-view/launch pad or webi rich client using his SAP authentication than he is able to run and retrieve data.
    I also get a dump in the SAP BW system - I analyzed the dump in SAP BW using st22 tcode and it gives the error short text as - Incomplete logon data and run-time error - CALL_FUNCTION_SIGNON_INCOMPL
    Desired outcome:
    I want the users to log-in to webi rich client or BO 4.0 Launch pad/Info-view using their 'LDAP' authentication and run reports against the universe on SAP BW/BEx query without any errors or additional username/password requirements.
    Can someone please tell me if I am missing any steps/configuration and guide me to achieve the above mentioned desired result ?
    Any help in this matter would be greatly appreciated.
    Thanks & regards,
    CD.

    Whether your problem is solved?
    We have the same problem in BO Mobile.
    Two users from one BW-role, BO-groups; one user report is executed, another user - error incomplete logon data. In Web Intelligence both users reports succeeds.

  • Unable to print from HP Deskjet 1510

    Scan and photocopy are working fine.HP print and scan doctor shows everthing is fine but I am unable to print test document. 

    Hi deepakgupta, Please try the following: Uninstall the software. Uninstalling the Printer Software.Unplug the USB printer cable.Clean boot the computer. How to perform a clean boot in Windows.Disable any Antivirus programs. Disable Antivirus software.Disable any firewall programs. Turn Windows Firewall on or off.Create a new user account. Managing User Accounts and Logins (Windows 7).Reinstall using the Full Feature Software And Drivers. (Wait for the software to tell you to plug in the USB printer cable.) Hope this helps!  “Please click the Thumbs up icon below to thank me for responding.”

  • Unable to print the report after SP2 (CR 2008 / VS 2008)?

    I'm developing an ASP.NET application using VS 2008 (Framework 3.5). I have installed CR 2008 with SP (0, 1, and 2).
    I created an invoice report and I printed it as test for the report and it works okay. I needed to change the page size of the report to a user defined size and reset all of the margins to zero.
    After I did that I was unable to print the report again and every time I tried to print the report nothing gets printed.
    I checked my environment to find the cause of this problem but I found nothing except that I'm using CR runtime for SP1 and I'm currently using SP2. So I did remove CR runtime for SP1 and install CR runtime for SP2.
    The problem didn't go away and I faced one more problem.
    Usually I'm using a dataset as a data source for my reports. After installing the CR runtime for SP2 I couldn't see any date column in my report data source (Dataset). All other types of columns appear except date fields! Why I have no Idea?
    After I do some more testing regarding my issue I found out the following
    1.     When I add a new report to my web application and I don't change the page setting the report work fine.
    2.     When I change the page setup settings (Page Margins, horizontal width and vertical height) the report show up okay but never gets printed.
    Why I don't know?
    Addition to that the report dataset (Data Source) showing in the field explorer never shows any date type field?
    All of the above issues happened with me after installing SP2.
    OS: WindowsXP Pro SP3
    CR 2008 (SP 0, 1, 2)
    VS 2008 SP1
    Please I need your help.
    Edited by: Sami Aljafer on Oct 12, 2009 8:35 PM
    Edited by: Sami Aljafer on Oct 12, 2009 8:38 PM

    Hi, Sami;
    Are you printing from the Crystal preview window, or in code?
    If you are printing from the preview window, try printing via code, such as:
    An example of print to printer:
    crReportDocument = New ReportDocument
    crReportDocument.Load("h:\labels2.rpt")
    ''Use error handling in case an error occurs
    Try
    ''Set the printer name to print the report to. By default the sample
    ''report does not have a defult printer specified. This will tell the
    ''engine to use the specified printer to print the report. Print out
    ''a test page (from Printer properties) to get the correct value.
    crReportDocument.PrintOptions.PrinterName = "
    dwcb12003\ZDesigner ZM400 200 dpi (ZPL)"
    ''Start the printing process. Provide details of the print job
    ''using the arguments.
    crReportDocument.PrintToPrinter(1, True, 1, 1)
    Please post your question about the dataset as a new post.
    Regards,
    Jonathan
    Edited by: Jonathan Parminter on Oct 12, 2009 2:28 PM

  • I have Microsoft Office 2004 on my MacBook (2.4 GHz Intel Core 2 Duo).  It is currently up to date with Microsoft updates.  I am running Mac OS 10.6.8.  I just updated my Mac software with "Security Update 2012-001".  I am now unable to print (Epson NX510

    I have Microsoft Office 2004 on my MacBook (2.4 GHz Intel Core 2 Duo).  It is currently up to date with Microsoft updates.  I am running Mac OS 10.6.8.  I just updated my Mac software with "Security Update 2012-001".  I am now unable to print (Epson NX510 printer) from Excel or Word.  When I click on the Print menu item in Excel, there is a flash in the background like it is trying to open the print window, but nothing else.  I am able to print from other programs like TextEdit, Mail or KakeidaGraph.  As far as I know I have the latest Epson print driver.
    Also, I am also unable to open an existing Excel or Word file from the open menu - both programs lock up and do not respond.  I have to force quit.  After I restart Excel or Word I can open an existing file by double clicking on the file, but if I again try to open another file from the open menu, Excel or Word lock up.
    Any similar problems?

    Howdy,
    Apparently some are reporting that this causes the older PowerPC (PPC) applications that are supported in 10.6 via 'Rosetta' to crash upon attempting to open/save/print using any dialog box, or fail in other similar ways such as simply not printing or quitting, or freezing/hanging/crashing of the application.
    I have read of some companies that have indeed submitted proper bug reports to Apple, but that is not a guarantee of a bug-fix being issued.
    You might wish to read:
    http://www.macintouch.com/readerreports/snowleopard/index.html#d02feb2012
    If you are unsure if you are still using PowerPC apps, if the application is currently running, look under the 'Activity Monitior' (in Applications -> Utilities), or alternatively you could check in the System Profiler, Applications. Check the column "Type".
    Here is a fairly simple way you can restore you system and restore you applications functionality again, if you don't have a recent clone or good Time Machine backup that you can restore from. If you do, restore from your backup prior to having installed the Security Update 2012-001.
    Time Machine restore: http://support.apple.com/kb/ht1427
    If you are restoring a backup made by a Mac to the same Mac
    With your backup drive connected, start up your Mac from the Lion recovery partition (Command-R at startup) or Mac OS X v10.6 installation disc. Then use the "Restore From Time Machine Backup" utility. Select the backup prior to your issues, and it will be restored back to the state it was in at that time.
    If you can't easily restore from a backup, you can instead do the following:
    - You first start by reinstalling your OS X 10.6.x, this will preserve all your user data, your applications, no worries there.
    - Then install the Mac OS X 10.6.8 Update Combo v1.1 (links provided below)
    - Make sure you're printers are showing up correctly in your system preferences, if not, re-add the printers
    - Then finally, run the Apple Software Update (by pulling down the Apple Menu), and install any and all remaining updates, except do not then re-install the Security Update 2012-001. It is possible that you may have to reboot after installing some of the updates, and you may even need to run it a 2nd time to make sure that you've got all updates, except NOT the Security Update 2012-001.
    Links for 10.6.8 Update Combo v1.1:
    http://support.apple.com/kb/DL1399
    or the link to directly download this 1.09GB combo updater:
    http://support.apple.com/downloads/DL1399/en_US/MacOSXUpdCombo10.6.8.dmg
    Cheers,
    Daniel Feldman
    =======================
      MacMind
      Certified Member of the
      Apple Consultants Network
      Apple Certified (ACHDS)
      E-mail:  [email protected] 
      Phone:   1-408-454-6649
      URL : www.MacMind.com
    =======================

  • Unable to print from 11.5.9 on laserjet 2600n on Redhat Linux 4.0 AS

    Dear Experts,
    We recently purchased HP LaserJet Color 2600n. After we bought and installed it in the office network, I was supposed to add this printer in our Redhat Linux 4.0 AS server. While adding this printer, we realized that it is not present in the standard list of printer drivers. And none was available on HP.com for Linux OS!
    After some research, I downloaded and installed driver from the following site - http://foo2hp.rkkda.com/
    The test printout came but in black and white.
    I went and registered this printer in my 11.5.9 apps
    All details same as another working HP Laserjet 4050 printer.
    I cannot print anything from my application!
    I get the following error:
    Printing output file.
    Request ID : 1157149      
    Number of copies : 1      
    Printer : Laserjet2600N
    lp: unable to print file: client-error-not-found
    APP-FND-00500: AFPPRN received a return code of failure from routine FDUPRN. An error occurred while AOL tried to spawn the print process
    Cause: AFPPRN received a return code of failure from the OSD routine FDUPRN. An error occurred while AOL tried to spawn the print process.
    Action: Review your concurrent request log file for more detailed information.
    Finished executing request completion options.
    Kindly help ASAP as the users are waiting for more than a week for this!
    Also, I checked that the name of the printer in the application is same as the one in OS - no problems there.
    Thanks in advance

    Add printer via something like:
    /usr/sbin/lpadmin -p printername -E -v socket://printername -m laserjet.ppd
    Gareth

  • Unable to print to Adobe printer in any program including Office 2010

    My sustem is a Windows 7 64 bit.  I have Office 2010 installed as well as Adobe Acrobat Pro X ver 10.1.3.  I am unable to print to the Adobe PDF printer.  If I select it in Notepad it is Greyed out.  If I select it in an Office product like Word or Excel it shows that it is READY.  However if I select it so I can print to PDF I get an error message "Word cannot print.  There is no printer installed."
    If I got to Devices and Printers Adobe PDF is listed.  If I right click on it and select "Printing Preferences"  I get an error message "Operation could not be completed."
    If I select Printer Properties I get an error message "The "Adobe PDF Converter" printer driver is not installed on this computer.  Some printer properties will not be accessible unless you install the printer driver.  Do you want to install the driver now?"
    If I click YES a wizard pops up, the Add Printer Driver Wizard.  I select Next, choose either any of the Adobe PDF Converter Versions or HAVE DISK, the NEXT.  If I select have disk I go to the proper place "C:\Program Files (x86)\Adobe\Acrobat 10\Acrobat\Xtras\AdobePDF" and select the file AdobePDF.inf.  I then select the top Adobe PDF Converter and select Next.  It says You have successfully completed the Add Printer Driver Wizard.  You are about to add "Adobe PDF Converter, x64, Type - User Mode.  I click Finish and get another error.
    This error says "Unable to install Adobe PDF Converter, Type - User Mode, x64 driver.  Operation could not be completed (error 0x00000002)."  I select OK and Adobe PDF Properties pops up.  It has tabs like General, Sharing, Ports, Advanced, Color Management & Security. I can click on any of them and make any changes but once I click on OK and close the window and then Right Click on Adobe PDF there is no change to my results.  I still get all of the above errors.
    I have tried deleting the Adobe PDF printer and then selecting in Programs & Featues (Old ADD/REMOVE) the Adobe Acrobat X Pro item and right clicking on it and the selecting Change.  It goes through almost a reinstall, it adds the Adobe Printer back but NO CHANGE.  I still can't print to Adobe PDF.
    Can someone help?

    Can you try 'Print as Image' (Advanced button on Print panel).

Maybe you are looking for

  • CF 9.0.1 with Java 1.6 on Mac OS X Won't Start

    Any suggestions? It works perfectly with a plain-jane install of 9,0,0,251028.. but if I update to 9.0.1, here's what I get: [Local (virtualtmo)]:Starting Macromedia JRun 4.0 (Build 108858), cfusion server [Local (virtualtmo)]:03/15 19:09:24 info JRu

  • Help with recurring paper jam on psc 2410

    My printer is an HP psc 2410 all in one photosmart and I get a recurring paper jam.  The paper stops feeding half way through and I get a message that the printer is out of paper.  When I open the back, I see that the paper is half way through and I

  • Corner Button with only a Vertical Scroll Bar

    I would like to have a corner button but the ScrollPane only requires a Vertical ScrollBar, and thus there is no room for the button. I understand it is possible to have a Heading which will then create the corner space required for a button, could s

  • What is the best quality headphone adapter out there?

    I use a pair of ultimate ears 5 eb pros and I dont want it all to go to waste because i have to go through a low quality headphone adapter. i know the long belkin one sold at the apple store is the only popular one, but is there a high end model wort

  • CS6 PS Cloud fails to open

    First time having an issue since purchasing monthly access for PS CC 3 weeks ago. Used daily without issue until now. Open application, within 15sec there is a white empty pop up rectangular box on screen and my hour glass ticks away. Can not start t