Printing from Lion to Linux CUPS server problem

Hi,
Our printing infrastructure is built to use a Linux CUPS server. This server shares about 200 printers, and all the Linux and Mac clients use it to print (with the BROWSEPOLL option set  in the client cups.conf file).
Everything works fine with all Mac OS versions except with Lion.
On the Lion clients, the dialog with the server seems to work : printers are detected, and we can print using command line "lpr -P <printer> <file>".
But we can't print with any application like Safari and Firefox.
In system.log we have :
for Safari
12/01/12 11:26:10,520 Safari: -[__NSCFDictionary setObject:forKey:]: attempt to insert nil value (key: printer-location)
12/01/12 11:26:10,523 Safari: (
0   CoreFoundation                      0x00007fff99683286 __exceptionPreprocess + 198
1   libobjc.A.dylib                     0x00007fff9528dd5e objc_exception_throw + 43
2   CoreFoundation                      0x00007fff996830ba +[NSException raise:format:arguments:] + 106
3   CoreFoundation                      0x00007fff99683044 +[NSException raise:format:] + 116
4   CoreFoundation                      0x00007fff9964029b -[__NSCFDictionary setObject:forKey:] + 219
5   PrintingPrivate                     0x000000010a54e37b -[PKBrowser(private) queueList] + 324
6   PrintingPrivate                     0x000000010a54cc93 -[PKBrowser filteredDeviceList] + 75
7   PrintCocoaUI                        0x000000010aa8a072 CreateDefaultFileName + 6849
8   Foundation                          0x00007fff90d13de2 __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 47
9   CoreFoundation                      0x00007fff9962be0a _CFXNotificationPost + 2634
10  PrintCocoaUI                        0x000000010aa8ac6f CreateDefaultFileName + 9918
11  PrintCocoaUI                        0x000000010aa9712e CreateDefaultFileName + 60285
12  PrintCocoaUI                        0x000000010aa976b5 CreateDefaultFileName + 61700
13  AppKit                              0x00007fff8f7362c3 -[NSWindowController _windowDidLoad] + 566
14  AppKit                              0x00007fff8f72d9a3 -[NSWindowController window] + 109
15  AppKit                              0x00007fff8fa43019 -[NSPrintPanel beginSheetWithPrintInfo:modalForWindow:delegate:didEndSelector:contextInfo:] + 606
16  AppKit                              0x00007fff8fa3f9b9 -[NSConcretePrintOperation runOperationModalForWindow:delegate:didRunSelector:contextInfo:] + 477
17  Safari                              0x00007fff91ec1ed5 -[BrowserDocument printFrame:showingPrintPanel:waitUntilDone:] + 498
18  Safari                              0x00007fff91eac914 _ZN6Safari28BrowserContentViewController9printPageEb + 102
19  AppKit                              0x00007fff8f8df52e __-[NSDocument printDocumentWithSettings:showPrintPanel:delegate:didPrintSelector:contextInfo: ]_block_invoke_2 + 264
20  AppKit                              0x00007fff8f8e70a5 -[NSDocument _commitEditingThenContinue:] + 337
21  AppKit                              0x00007fff8f8e2e0a -[NSDocument _commitEditingWithDelegate:didSomethingSelector:contextInfo:thenContinue:] + 91
22  AppKit                              0x00007fff8f8df39b __-[NSDocument printDocumentWithSettings:showPrintPanel:delegate:didPrintSelector:contextInfo: ]_block_invoke_1 + 232
23  AppKit                              0x00007fff8f8effb4 -[NSDocument performActivityWithSynchronousWaiting:usingBlock:] + 82
24  AppKit                              0x00007fff8f8df2ad -[NSDocument printDocumentWithSettings:showPrintPanel:delegate:didPrintSelector:contextInfo: ] + 103
25  AppKit                              0x00007fff8f8df23f -[NSDocument printDocument:] + 70
26  CoreFoundation                      0x00007fff99672a1d -[NSObject performSelector:withObject:] + 61
27  AppKit                              0x00007fff8f63c710 -[NSApplication sendAction:to:from:] + 139
28  Safari                              0x00007fff91e9d755 -[BrowserApplication sendAction:to:from:] + 80
29  AppKit                              0x00007fff8f729bd7 -[NSMenuItem _corePerformAction] + 399
30  AppKit                              0x00007fff8f72990e -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 125
31  AppKit                              0x00007fff8f6a6c3a -[NSMenu performKeyEquivalent:] + 281
32  AppKit                              0x00007fff8f6a588d -[NSApplication _handleKeyEquivalent:] + 526
33  AppKit                              0x00007fff8f59d170 -[NSApplication sendEvent:] + 4282
34  Safari                              0x00007fff91e9d6f8 -[BrowserApplication sendEvent:] + 822
35  WebKit2                             0x00007fff98aa5e7f -[WKView(Internal) _resendKeyDownEvent:] + 141
36  WebKit2                             0x00007fff98a90b26 _ZN6WebKit12WebPageProxy15didReceiveEventEjb + 2196
37  WebKit2                             0x00007fff98a90220 _ZN7CoreIPC13handleMessageIN8Messages12WebPageProxy15DidReceiveEventEN6WebKit12 WebPageProxyEMS5_FvjbEEEvPNS_15ArgumentDecoderEPT0_T1_ + 53
38  WebKit2                             0x00007fff98a827b3 _ZN6WebKit15WebProcessProxy17didReceiveMessageEPN7CoreIPC10ConnectionENS1_9Mess ageIDEPNS1_15ArgumentDecoderE + 161
39  WebKit2                             0x00007fff98a826ae _ZN7CoreIPC10Connection15dispatchMessageERNS0_7MessageINS_15ArgumentDecoderEEE + 172
40  WebKit2                             0x00007fff98a825c7 _ZN7CoreIPC10Connection16dispatchMessagesEv + 145
41  WebKit2                             0x00007fff98a7ef03 _ZN7RunLoop11performWorkEv + 111
42  WebKit2                             0x00007fff98a7ee74 _ZN7RunLoop11performWorkEPv + 76
43  CoreFoundation                      0x00007fff995f1b51 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
44  CoreFoundation                      0x00007fff995f13bd __CFRunLoopDoSources0 + 253
45  CoreFoundation                      0x00007fff996181a9 __CFRunLoopRun + 905
46  CoreFoundation                      0x00007fff99617ae6 CFRunLoopRunSpecific + 230
47  HIToolbox                           0x00007fff953b63d3 RunCurrentEventLoopInMode + 277
48  HIToolbox                           0x00007fff953bd63d ReceiveNextEventCommon + 355
49  HIToolbox                           0x00007fff953bd4ca BlockUntilNextEventMatchingListInMode + 62
50  AppKit                              0x00007fff8f5373f1 _DPSNextEvent + 659
51  AppKit                              0x00007fff8f536cf5 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
52  Safari                              0x00007fff91e9d3b3 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 171
53  AppKit                              0x00007fff8f53362d -[NSApplication run] + 470
54  AppKit                              0x00007fff8f7b280c NSApplicationMain + 867
55  Safari                              0x00007fff92053a6f SafariMain + 197
56  Safari                              0x0000000106424f24 Safari + 3876
12/01/12 11:26:37,897 netbiosd: name servers down?
for Firefox :
12/01/12 11:25:53,479 firefox: Mozilla has caught an Obj-C exception [NSInvalidArgumentException: -[__NSCFDictionary setObject:forKey:]: attempt to insert nil value (key: printer-location)]
12/01/12 11:25:53,480 [0x0-0x184184].org.mozilla.firefox: 2012-01-12 11:25:53.478 firefox[9718:503] Mozilla has caught an Obj-C exception [NSInvalidArgumentException: -[__NSCFDictionary setObject:forKey:]: attempt to insert nil value (key: printer-location)]
Any idea ?
Regards,
Jean-Francois

[NSInvalidArgumentException: -[__NSCFDictionary setObject:forKey:]: attempt to insert nil value (key: printer-location)]
Apparently the Lion version of CUPS doesn't understand how your server specifies the location of the printer. That's about all I can tell you. You might find more information in the CUPS error log on the client.

Similar Messages

  • Printing landscape pdf to Linux CUPS shared printer

    I'm having a problem printing landscape pdf documents from Preview to printers on my Linux CUPS server. Documents print portrait style, with the right side of the document cut off. This occurs in both 10.4.11 and 10.5.2.
    Using Adobe Reader or printing the pdf from the command line using lpr work correctly to the shared printer.
    Printing directly to the printer (not through the server) is the only way Preview prints it right.
    My CUPS server is:
    Ubuntu 8.04 Hardy
    CUPS 1.3.7

    I'm having the same problem. I have a Lexmark x9350 that is shared through Airport Extreme.

  • I can't print using airprint from my iPhone 4.  Everything with the phone and the printer and router are up to date.  I can print from my iPad 2 with no problems.  What's wrong with the iPhone 4?

    I can't print using airprint from my iPhone 4.  Everything with the phone and the printer and router are up to date.  I can print from my iPad 2 with no problems.  What's wrong with the iPhone 4?

    I just wanted to leave a note that it's working now. I'm not sure if it was the latest iTunes update that got it working or that i decided to start a new library instead of using the one i had backed up on Windows 8 (it didn't occur to me to check using the old library when i re-installed iTunes). But if anyone is having this problem, it might be worth trying again with a new installation of iTunes to see if the latest update works for you, and if not, try using a fresh library instead of a backup (by fresh library i mean discard your old library completely and start a new library, not just restore as new iPhone, a whole new library).

  • Printing from Lion to Xp shared printer

    Under Snow Leopard, I could easily print to printers shared by computers running Windows. This is on my simple home LAN with a Windows workgroup.
    After upgrading to Lion, this capability seems lost...or changed...or broken.
    I have done a lot of googling, and lots of folks seem to have this problem, but I have found no consistent solution.
    I have tried removing printer entires from Key Chain, removing and reinstalling the printer (on both the Mac side and the Windows side), removing special characters from my Windows password, reseting the Mac printing system, and combinations of these approaches and nothing works.
    Anyone have anything else to suggest? Any "guaranteed" solutions?
    I see a couple failure modes...usually Lion reprots the print job has been sent, but nothing actually gets printed, and Lion never reports the job completed. Other times Lion shows the pinter as "paused".
    Thanks,
    Mark

    Rather than use SMB to connect from Lion to the Windows XP printer share, a better method is to enable Print Services for UNIX on Windows XP and then use LPD on the Mac to print via the Windows share.
    To install Print Services for UNIX on Windows XP:
    Log on to the Windows server with an administrative-level account.
    Start the Add/Remove Programs tool in Control Panel.
    Click Add/Remove Windows Components.
    Click Other Network File and Print Services, and then click Details.
    Click to select the Print Services for UNIX check box, and then click OK.
    Follow the instructions on the screen to finish the installation
    If you haven't done so already, share the printer on Windows XP and make the name one word - no spaces or special characters
    With the print services enabled you can then create the printer queue on Lion.
    Open Print & Scan and click + to add a printer
    Select the IP icon and set the protocol to Line Printer Daemon - LPD
    For the Address, enter the IP address of the Windows XP computer
    For the Queue name, enter the share name set for the printer in Windows XP
    Name and Location are free text so you can set this to something meaningful
    For the Print Using menu, select the supporting printer driver. Note that like connections via SMB, the vendors driver for Lion in some cases cannot be used and an alternate like those offered by the Gutenprint suite must be used.
    Click the OK button to complete the queue creation.
    Now you are ready to test the new print queue.   

  • Printing from Lion to internal fax modem at Leopard (PPC)

    Hello ,
    I'am trying to print with a MacBook Air (MacBookAir3,2; Mac OS X 10.7.1) to an internal modem at a Mac Mini (PowerMac10,1; MacOS X 10.5.8) and it failed with following error message at the Mac Mini (PrinterProxy->Printer->Log & History ):
              A fax number was not provided.
    A fax number at Fax Information at priniting dialog at the MacBookAir was given. From the Mac Mini it is possible to send a fax. I tried it with different applications at the MBA.
    Any ideas what is going wrong here?
    Peter

    Yes, I heard about the dropped support for the Apple Fax Modem adapter at Lion, but I send a print job from Lion to a shared internal fax modem at a Mac Mini. I think it is a normal print job with fax supplements at Lion and the remote Leopard has to convert the print job into fax format and calling the efax program with neccessary arguments. At the log at Leopard it looks for me that the Lion printinting dialog indeed ask for fax number, prefix and start banner but never send it to the remote leopard system.
    Any ideas how to check this from the shell with more detailed debugging capabilities at Lion?
    Peter
    The log entries at the Mac Mini with Leopard:
    E [01/Oct/2011:21:28:43 +0200] cupsdReadClient: 20 IPP Read Error!
    I [01/Oct/2011:21:28:43 +0200] [Job ???] Request file type is image/tiff.
    I [01/Oct/2011:21:28:43 +0200] [Job 7] Adding start banner page "none".
    I [01/Oct/2011:21:28:43 +0200] [Job 7] Adding end banner page "none".
    I [01/Oct/2011:21:28:43 +0200] [Job 7] File of type image/tiff queued by "peter".
    I [01/Oct/2011:21:28:43 +0200] [Job 7] Queued on "Internal_Modem" by "peter".
    I [01/Oct/2011:21:28:43 +0200] [Job 7] Started filter /usr/libexec/cups/filter/nsimagetopdf (PID 241)
    I [01/Oct/2011:21:28:43 +0200] [Job 7] Started filter /usr/libexec/cups/filter/cgpdftoraster (PID 242)
    I [01/Oct/2011:21:28:43 +0200] [Job 7] Started filter /usr/libexec/cups/filter/rastertotiff (PID 243)
    I [01/Oct/2011:21:28:43 +0200] [Job 7] Started backend /usr/libexec/cups/backend/fax (PID 244)
    E [01/Oct/2011:21:28:43 +0200] [Job 7] A fax number was not provided.
    I [01/Oct/2011:21:28:43 +0200] [Job 7] Completed successfully.
    The access_log log entries at the MacBookAir with Lion:
    localhost - - [01/Oct/2011:21:28:03 +0200] \
          "POST /printers/Internal_Modem___Bachata__2_ HTTP/1.1" 200 7661 Create-Job successful-ok
    localhost - - [01/Oct/2011:21:28:03 +0200] \
         "POST /printers/Internal_Modem___Bachata__2_ HTTP/1.1" 200 214610 Send-Document successful-ok

  • CE 10 - Slow printing from Report Viewer in Win Server 2K3

    Post Author: JacobK
    CA Forum: General
    I'm not very familiar with Crystal reports, we are having slowness issues when printing from the web through report viewer in Win2K3.  Recently upgraded from Win 2000 to 2K3.  Same crystal version, CE 10.  On the 2000 system this report printed fine.  Now there is a delay in bringing up the report in viewer and then an extreme delay when printing.  This report prints normally when printing directly from Crystal.
    Any ideas?
    Thanks in advance.

    OK so I have updated VS 2010 to SP 1, and installed CR2010. Within my project I have updated the referenced .dlls
    CrystalDecision.CrystalReports.Engine
    CrystalDecision.ReportAppServer.ClientDoc
    CrystalDecision.ReportSource
    CrystalDecision.Shared
    CrystalDecision.Web
    I updated the web.config assembly entries to match the new version # (13.0.2000.0) and the app compiles.
    However, now when I try to run a report I receieve the following error...
    An error of type <System.Web.HttpException> occurred
    Error Details: The 'PageToTreeRatio' property cannot be set declaratively.
    I am sure I need to make some code changes but I cannot find this "PageToTreeRatio" attribute anywhere in my .asp code. Is this something you are familiar with? Is this parameter in the report itself?
    As I mentioned before the reports were built in CR10 Deveoper (not in Studio) is that the source of this problem? Will I have to rebuild all the reports in VS2010?
    Thank you for all the help so far, I am a lot closer than I was yesterday!!
    -C

  • I'm having problems printing from my 15" macbook pro to my HP wireless printer. It works sometimes but not reliably, it can spend hours "seating for printer". I can print from my i pad with no problems

    I'm having problems printing from my 15" macbook pro to my HP wireless printer. It works sometimes but not reliably, it can spend hours "seating for printer". I can print from my i pad with no problems

    Hi,
    Apple's AirPrint only support specific models while using wired or wireless network connection.
    Plugging a printer into a USB port of Apple base is not supported for AirPrint:
    AirPrint printers connected to the USB port of the Apple AirPort Base Station or Time Capsules are not supported with AirPrint.
    As well you must use AirPrint enabled printers for a such, none of your printers are AirPrint enabled:
    http://support.apple.com/kb/ht4356
    There are 3rd party solutions which allow sharing a printer connected to your Mac as AirPrint, Printopia as example provide a such:
    http://www.ecamm.com/mac/printopia/

  • Printing from SAP on Linux

    I am unable to print reports from SAPGUI on linux platform. I am using Fedora 13. I am able to print documents from other applications like Openoffice Writer & all other application. But when I am trying to print reports from SAP, It's showing blank page. I am also unable to see print preview in SAP. The printer I am using is HP 1020 Laserjet.
    Can somebody help me?
    Thanks in advance,
    Srinivas

    Hi,
    Make sure that you have printer has been installed properly on your linux desktop.
    On SAP, using SPAD tcode, you can set output device using access method G : Frontend printing with control technologie. This is easiest way.
    You can also use access method S or U for better printing method. Please refer to my blog posting here (http://sapbasis.wordpress.com/2007/08/23/print-sap-documents-using-linux/)
    ardhian
    http://sapbasis.wordpress.com

  • [solved]printing from Windows 7 to ArchLinux server.

    I have read https://wiki.archlinux.org/index.php/CU … er_sharing
    but cannot recognizing my printer from Windows 7 machine. I have added the workgroup in smb.conf but i don't know if  should i put the password and where, i can go from w7  to archLinuxhost:631 and send a test page to print, but i cannot add to  w7 the  printer.
    Last edited by fpilee (2012-11-14 13:09:01)

    solved follow the steps from https://wiki.archlinux.org/index.php/CU … er_sharing
    then go to localhost:631 and share the printer,
    next go to the w7 machine and browse in the navigator archLinuxMachineIP:631 and copy the URL for the printer in printers tabs,
    then add on w7 this url and select the driver.
    you have to add a address reservation in your router to the machine with the printer,
    Last edited by fpilee (2012-11-14 13:11:17)

  • Air Print to any printer - using linux cups server

    For those folks who may have Linux boxes with a printer configured, you can make this printer available for air print using a tweak to your CUPs config and adding an avahi service. Details are here (no need to download & purchase additional software)
    http://hartlessbydesign.com/blog/view/197-airprint-with-ubuntu-1010
    I tested this procedure myself on a Canon MP140 printer sending a print job from the photos App on an iPad. It took a couple of refresh attempts to find the printer but once it did, print jobs sent just fine.

    I do not have the exact printer model that you have, but have used several HP wireless printers that all work just fine with an AirPort Extreme.
    Your wireless printer will connect to the wireless signal provided by an AirPort Extreme.....or any other wireless router.....just like any wireless device would connect to a network:
    1) Identify the network to be joined during setup
    2) Enter the wireless password to connect to the network

  • Installing 11g on Linux X11 server problem

    Hi,
    when I launche Runinstaller on Linux Xubuntu to install DB 11 g I have :
    Checking swap space: must be greater than 150 MB. Actual 6165 MB Passed
    Checking monitor: must be configured to display at least 256 colors
    >>> Could not execute auto check for display colors using command /usr/X11R6/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<<
    Some requirement checks failed. You must fulfill these requirements before
    continuing with the installation,at which time they will be rechecked.
    Continue? (y/n) [n] Y
    Rechecking installer requirements....
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2007-09-26_04-15-32PM. Please wait ...oracle@us-xubuntu:/mnt/source/labtop/oradata/source_oracle_11g/database$ Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using '192.168.1.87' as the value of the DISPLAY variable.
    at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
    at sun.awt.X11GraphicsEnvironment.access$000(X11GraphicsEnvironment.java:53)
    at sun.awt.X11GraphicsEnvironment$1.run(X11GraphicsEnvironment.java:142)
    Many thanks for your help.

    That's right, but if you are directly on the console, then :0.0 is enough. The xhots + command allows any client to use the display to launch its Xterm clients, such as OUI from oracle.
    ~ Madrid

  • Downgrading from Lion on Intel iMac (2008) problems

    After upgrading to Lion on our iMac (2008) [Intel Core 2 Duo], which had been originally running 10.6.8, we began experiencing lots of strange problems (intermittent crashes, freezing). On Saturday, the whole computer just shutdown and couldn't be restarted.
    I attempted to install a new OS from a Snow Leopard CD purchased when we upgraded from the original software (10.5.2) by first building a new partition (Mac OS Journaled, GUID) and then installing Snow Leopard, but at the very end of the process, got an error message stating the installation failed.
    I then went back to the original installation disks that came with the iMac (10.5.2) and did the same process and have been able to get Leopard running. From that point, I thought I could pop the Snow Leopard install CD in and do the upgrade, but got the same error message stating the installation failed.
    I'm now back to installing the original OS again (10.5.2), but am unsure how to go about getting Snow Leopard to install. Do I need to go through the software updates to get it up to 10.5.8 before installing Snow Leopard, or has Lion just done some irreparable harm to the system.
    At various points during this whole process, I've sometimes been able to boot from the CD from startup by pressing C, but sometimes that fails, and I have to hold down the option key. Sometimes that even fails, and I've had to clear the memory, and restart, going through various iterations just to get the Mac to see the CD.
    Any advice on how to get from Leopard to Snow Leopard would be much appreciated. Before Lion was involved, there were no problems in the upgrade process, but now that I'm trying to rebuild, it seems like things are going massively awry.
    Also, it seems like the specs on Lion indicate it should be stable on this type of machine, but clearly it isn't. I've read about some incompatabilities with graphics cards (we have a NVIDIA GeForce 8800 GS), but I don't know if this was the problem or not. If anyone knows what could have happened with the Lion issue, I would be curious about that too.

    After "successfully" installing a version of 10.5.2 onto the iMac, I ran a Verify Permissions and received a long list of Open Error 5 problems, which could not be fixed using the Disk Utility on the Mac itself, nor with a downloaded copy of DiskWarrior. Also, when verifying the hard drive, there was an invalid sibling link error, and it stopped the verification process - there was no option to repair.
    I'm a little confused because I started the clean install from the Disk Utility via the installation CD by building what I thought was a "clean" partition.
    Is the next step to try and run disk utility from the install CD to try and fix these errors?
    I now have a copy of Disk Warrior (downloaded) sitting on another machine and my Time Machine. I'm not sure how these could be useful in the rebuild process, but if so, please let me know.
    Thanks so much,
    Marie

  • Printing from Acrobat Reader Linux is many time slower than from Windows Reader

    The users are complaining to me that same file is printing one page every couple minute under Linux, while under Windows pages from the same file print one after another very quickly.
    Hardware is not affecting that as they are using dual-boot Fedora 14 and XP on the same machines, printing to the same HP LaserJet printer over JetDirect.

    Also, I am noticing that scrolling page thumbnails and flipping pages is many times slower under Linux than under Windows on the same machine, but CPU utilization is very low.
    Can one of the Linux Acrobat developers look into performance issues please?

  • Printing from JBOSS (on a windows server as system account) on a mapped (shared) printer (installed as administrator)

    Hi,
    I have JBOSS running on a Windows Server. Our applications on JBOSS use network printers which are installed on the server for printing purposes. This works fine so far, except for one case for which I ask you for support:
    If I map a printer, which is (only) conneted via USB with a PC and shared in the network, the printer is available on the server with JBOSS and can be mapped, BUT JBOSS is not able to see this particular printer and print on it, while the other installed
    network printers are available and functional via JBOSS.
    My researchs have led to the conclusion, that JBOSS doesn't see this printer, as JBOSS is running unter the SYSTEM account, while the printer was installed with an administrator account. Strangely network printers don't cause this issue.
    If I start JBOSS with an administrator account, it can see and use the shared printer. But unfortunately this is not an option, as it causes other issues with our applications.
    So the question is: Is there a way to make the printer visible for the SYSTEM account? Or any other suggestions?
    Many thanks in advance and best regards,
    Amir

    simple solution is to install your printers locally rather than connecting to a network resource, locally installed printers have the advantage of being
    visible to every user on your system including system accounts. To install a printer locally rather than connecting to a network printer start the "Add Printer Wizard" and select "Local printer attached to this computer"
    Best,
    Howtodo

  • HT4356 I print from this app frequently with no problem however when I tries to print and configure folded card it is stalled

    How do you get Martha Stewart craft studio to print without hanging up?

    Hello, Iantoj. 
    Thank you for visiting Apple Support Communities. 
    I see you have a Epson SX525WD and this is a Wi-Fi capable printer.  However, I do not see this model listed in the supported AirPrint printers at this time. 
    AirPrint Basics
    http://support.apple.com/kb/ht4356
    Regards,
    Jason H. 

Maybe you are looking for

  • Windows 7 Ultimate 64 Bit

    I can't find an article here in this community, detailing how to intsal Windows 7 64 bit on a Mac Pro 2006 Model 1,1.  It was a detailed (and humorous) article with step by step installation, somewhere in Apple Support Communities.  Just posting this

  • SAP R/3 basics

    Hello All, I am new to Enterprise Resource Planning and SAP R/3 software in particular. Does anyone have a document explaining the basics of how a SAP R/3 system works? e.g. How does R/3 store data, what are tables and why are they used, what are doc

  • MobileMe Galleries orphaned when importing Iphoto library into Aperture 3

    Can anyone advise how I can get my existing MobileMe galleries to be listed into A3. They were uploaded via Iphoto and I imported that library into A3 but the MM galleries are not there. Obviously I have filled in the appropriate boxes etc in prefere

  • Material Ledger Value Flow Monitor CKMVFM question

    Hello, I am researching the Value Flow Monitor report CKMVFM.  On my test material, it is showing a balance in FI, and a red indicator on the FI/ML status.  I assume this means there is a discrepancy between FI and Material Ledger, but I don't know h

  • Format of the JNDI name for lookup in DataSource

    Hi a) I have made a datasource in Weblogic 10.3 called SQL and its JNDI name as jdbc/SQLDS. The driver was BEA'S Type 4 Driver for MS SQL Server Now I am trying to lookup the datasource through an application. I have used the following lines of code: