Adding printer Error "successful-ok-conflicting-attributes"

Hey
I had to deleat a printer from the printer list because is was so jammed up with stopped printing jobs. When i went to add it again i get this message
"successful-ok-conflicting-attributes" and doesn't add the printer
I have a cannon S330 connected via USB to a PowerBook g4. And have reconnected it and restarted it several times.
I am kinna a newbie and have no idea what this means.
If anyone could help that would be much appreciated.

HELP!
I upgraded the drivers on my HP pcs 2510 all in one printer which had been working well for a couple of years connected wirelessly. After installing the upgrade, the printer is recognized on the network, but I get a "successful-ok-conflicting-attributes" error message and it will not load the printer driver. I've gone to the HP web site and followed the suggested multistep process of removing all files related to the printer (library files, etc) and reinstalling the software - it didn't work. I've reset the permissions a couple of times - it didn't work. I've tried to reinstall the older version of the printer software (that used to work) - it didn't work. I'm currently not able to print. Any suggestions????

Similar Messages

  • Successful-ok-conflicting-attributes error message when adding Canon mp510

    *successful-ok-conflicting-attributes* is the error message i get when i try to add my Canon mp510 to IMAC G4 FLAT PANEL running os x 10.4.11. System worked before an upgrade attempt using canon driver off canon website. Scanner wasnt working, first time attempt, and I downloaded drivers off canon site. Never worked, tried to go back to the good old ways and I cant get computer to add printer...
    thoughts?

    Hi there,
    I have never seen or read about this error appearing so I don't why this is occurring. My guess would be that you may have a conflict between old and new drivers. So the following is a procedure that has worked previously for repairing faulty installations of the Canon PIXMA/MP/MX drivers.
    1. Open Printer Setup Utility, click on Printer Setup Utility and select Reset Printing System.
    2. Close the Printer Setup Utility.
    3. Go to Library > Printers > Canon and delete the contents of the BJPrinters folder.
    4. Go to Library > Receipts and delete the file Canon MP510 xxx.pkg
    5. Empty the Trash
    6. Unplug the Canon USB cable and restart the Mac
    7. Install the latest version of the Canon driver. Check the Canon web site to ensure you have the latest version.
    8. Once the driver installation is complete, go to Applications > Utilities and open Disk Utility. Run the Repair Disk Permissions option.
    9. Plug the MP510 USB cable back into the Mac
    10. Open Printer Setup Utility and wait. Somtimes the printer will automatically add. If nothing happens after a minute, click Add, select the Default Browser view and select the Canon printer connected via the USB port. The Print Using menu should automatically change to Canon IJ Printer.
    11. Click Add to complete the creation of the printer queue.
    PaHu

  • Successful-ok-conflicting-attributes error when trying to add printer

    I had my G5 and printer (Samsung ML1210) disconnected for a few days and reconnected it today. I found that I can no longer print to the existing queues (The Samsung directly connected and a shared C60 on a iMac). It just said "error while printing")
    I deleted both queues and then tried to add the Samsung Printer. I get an error which says "An error occurred while trying to add the seelcted printer. successful-ok-conflicting-sttributes".
    The console appends these two lines when I click "Add":
    Jul 9 09:43:59 Gregs-G5 csregprinter: err=-4205 [line 314, file RegisterPrinterProfiles/csregprinter.c]
    Jul 9 09:43:59 Gregs-G5 csregprinter: CSRegisterPrinter(devID, deviceName, dfltProfID, deviceProfs)=-4205 [line 192, file RegisterPrinterProfiles/csregprinter.c]
    I am able to add the C60 shared printer, but when I try to print I get the "error while printing"
    However, I can print to pdf.
    Anyone have any ideas or what to try next?

    Where is the printer set up file menu? I am having
    the same problem.
    Never mind... I found what I needed!

  • Adding Printer Error on Eprint center

    I have signed up for the eprint services and I have an account. I've use the eprint functionality; however, when I sign in now, it says that it can find my printer settings. However I can print from my phone, I just can't utilize the print center to check on the que status? What can I do? The error I recieve is as follows.
    Couldn't add printer: [Errno 1] _ssl.c:480: error:14094416SL routinesSL3_READ_BYTES:sslv3 alert certificate unknown

    Hello there!
    Thanks for including the error you received.  I'll have the engineers take a look to see if we can determine what's causing the problem you're experiencing.
    I'll make sure to keep you updated here!
    Thanks!
    ePC Helper
    Although I am an HP employee, I am speaking for myself and not for HP

  • Epson Photo R320 - problems adding printer

    I turned on my printer / mac as always this morning and got an error when trying to print. I deleted the printer and tried to add it again and got this error on the printer list / add window:
    An error occurred while trying to add the selected printers.
    Successful-ok-conflicting-attributes.
    Can some PLEASE help!!

    Not that I have that particular model, but here is something to check out.
    On Epson's web site they have provided updated drivers for my model which is a R1800. There were two, one for Intel Macs and another for PPC macs.
    Perhaps they have updated drivers for your R320.
    Hope this helps.
    ekmsmac

  • Printing Error - pstopdffilter/pstocupsraster failed with err number -31000

    Hi All,
    I'm hoping someone could assist me with this. After googling like crazy for a solution I thought I had to post here on the forums. I'm a new Mac user (only a few days now) so please bear with me. I will also post this on the Java Forums because I don't know if this is a problem with my code or with the Mac settings.
    Setup
    I've got a Java Applet running on the mac (written in Eclipse 64 bit) on a Mac with OS X 10.6.4 on. Also, Java 1.6.0_21 (both 32 bit and 64 bit) is installed on the machine. The printer installed is a ZPL Label Printer (Zebra Technologies ZTC GK420d).
    If I use another application such as TextEdit to print, it works fine.
    *Problem Description*
    Whenever I try print from the Applet nothing comes from the printer, my code does not break or catch any exception at all but the printer queue gives the error: *pstopdffilter/pstocupsraster failed with err number -31000.*
    Code
    The code I use with this Java Applet works absolutely fine on Windows XP 32 bit (IE 7.0, Google Chrome and Firefox) as well as on Windows 7 64 bit (I.E 8.0, Google Chrome and Firefox) but never on the Mac. For any developers who might be able to help, the code is below:
    import java.applet.Applet;
    import javax.print.Doc;
    import javax.print.DocFlavor;
    import javax.print.DocPrintJob;
    import javax.print.PrintException;
    import javax.print.PrintService;
    import javax.print.PrintServiceLookup;
    import javax.print.SimpleDoc;
    import javax.print.attribute.PrintServiceAttribute;
    import javax.print.attribute.standard.PrinterName;
    import javax.print.attribute.HashPrintRequestAttributeSet;
    import javax.print.attribute.PrintRequestAttributeSet;
    import javax.print.attribute.standard.Copies;
    public class UKMJavaPrintApplet extends Applet
    public void init()
    System.out.println("Initialising UK Mail Java Printing Applet...");
    public void start()
    System.out.println("Starting UK Mail Java Printing Applet...");
    PrintLabelZPL("^XA^FO100,40^BY3^B3,,30^FD123ABC^XZ","Zebra Technologies ZTC GK420d");
    public void stop()
    System.out.println("Stopping UK Mail Java Printing Applet...");
    public void destroy()
    System.out.println("Preparing unload of UK Mail Java Printing Applet...");
    public int GetPrinterCount()
    PrintService[] services = null;
    int serviceLength = 0;
    try
    services = PrintServiceLookup.lookupPrintServices(null, null);
    if(services != null && services.length > 0)
    serviceLength = services.length;
    catch(Exception z)
    System.out.println("Failed to get printer count: " + z.getMessage());
    z.printStackTrace();
    return serviceLength;
    public String GetPrinterName(int index)
    String sPrinterName = null;
    String printerName = "";
    PrintService[] services = null;
    try
    services = PrintServiceLookup.lookupPrintServices(null, null);
    for (int k=0; k < services.length; k++)
    PrintServiceAttribute attr = services[k].getAttribute(PrinterName.class);
    sPrinterName = ((PrinterName) attr).getValue();
    if(index == k)
    printerName = sPrinterName;
    break;
    catch(Exception r)
    System.out.println("Failed to get printer name: " + r.getMessage());
    r.printStackTrace();
    return printerName;
    public Boolean PrintLabelZPL(String zplString, String printerName)
    String errStr = "";
    Boolean boolSuccess = false;
    try
    if(printerName != null && printerName != "")
    PrintService psZebra = null;
    String sPrinterName = null;
    PrintRequestAttributeSet pras = new HashPrintRequestAttributeSet();
    pras.add(new Copies(1));
    PrintService[] services = PrintServiceLookup.lookupPrintServices(null, null);
    for (int i = 0; i < services.length; i++)
    PrintServiceAttribute attr = services.getAttribute(PrinterName.class);
    sPrinterName = ((PrinterName) attr).getValue();
    if (printerName.equals(sPrinterName))
    psZebra = services;
    break;
    if (psZebra != null)
    DocPrintJob job = psZebra.createPrintJob();
    byte[] by = zplString.getBytes();
    DocFlavor flavor = DocFlavor.BYTE_ARRAY.AUTOSENSE;
    Doc doc = new SimpleDoc(by, flavor, null);
    System.out.println("Printing to: " + printerName);
    job.print(doc, pras);
    boolSuccess = true;
    System.out.println("Printing Successful.");
    else
    errStr = "Zebra printer not found.";
    System.out.println(errStr);
    boolSuccess = false;
    else
    errStr = "No printer name was provided.";
    System.out.println(errStr);
    boolSuccess = false;
    catch (PrintException e)
    System.out.println("Print Failed with PrintException: " + e.getMessage());
    boolSuccess = false;
    e.printStackTrace();
    catch (Exception f)
    System.out.println("Print Failed: " + f.getMessage());
    boolSuccess = false;
    f.printStackTrace();
    return boolSuccess;
    Does anyone have any ideas on how I can resolve this and print to the ZPL printer from my Java Applet on the Mac?
    Any help would be much appreciated.
    Thanks!

    We managed to solve our own problem. This was not directly a Java Problem, but a problem with the setup of the Zebra printer on the Mac. Printing directly to the ZPL Printer never worked and always gave the error Printing Error - pstopdffilter/pstocupsraster failed with err number -31000.
    To solve this, we had to use the CUPS (Common Unix Printing System) interface. CUPS is apparently installed standard with every Mac. Being a new Mac user I didn't even know this a week ago. We had to use CUPS to add the printer, set it to be a "RAW" printer and then add something called a Class. Now when printing from the Java Applet, we DO NOT print to the actual Zebra printer, we print to the Class.
    Here are the steps on how to accomplish all this:
    1. As an Admin user, log onto Cups using the Safari browser by entering *http://localhost:631* into the Address Bar.
    2. Select the Administration tab and click, ‘Add Printer’
    3. Select the required local printer and then ‘Continue’
    4. Enter a Name, Description, Location and uncheck the ‘Share This Printer’ checkbox, where:
    a. Name = Queue Name (e.g. Zebra_RAW)
    b. Description = Human Readable Description (e.g. Zebra1)
    c. Location = Human Readable Location (e.g. My Mac mini)
    5. Click ‘Continue’
    6. Click ‘Select Another Make/Manufacturer’ and select ‘Raw’. Click ‘Continue’
    7. Click ‘Add Printer’
    8. Check that Banners are ‘none’ and Policies are ‘stop-printer’ (Error) and ‘default’ (Operation)
    9. Click ‘Set Default Options’
    10. Under the Administration tab, click Add Class.
    11. Enter a Name, Description, Location and select the Members:
    a. Name = Queue Name (e.g. ZebraRAWClass)
    b. Description = Human Readable Description (e.g. ZebraRaw)
    c. Location = Human Readable Location (e.g. My Mac mini)
    d. Members = the Queue Name of the new raw printer
    12. The only visible printers on the list then will be your non-raw printer/s and the printer class which you just created.
    13. Now when printing from Java Code, you must use the class as the printer in order to print raw ZPL.
    So in my example code in the previous post, I would print like this: PrintLabelZPL("^XA^FO100,40^BY3^B3,,30^FD123ABC^XZ","ZebraRaw");
    And it works! I hope this can help others with the same / similar problem.

  • 'Printing Error' error when trying to print in Safari

    Hello, I am running OSX Mavericks and ran into this problem tonight.  I have been using my new Macbook air for over a month and never had this problem happen at all.  Whenever I try to print something from a webpage Safari gives me the error ' Print error' and no other info.  No printing happens obviously.  I have deleted the printer and added it again, I have deleted the drivers and installed them again.  The only thing that seems to work is that if I restart the computer and try to print it will work 1 time and 1 time only.  Then I get the same print error warning.  Any ideas???  Thanks in advance!

    Linc, thanks for the help.  I have kind of figured it out...maybe.  I have never had this issue at all on any of my Macs (3).  Last night when this started to happen I was attempting to print some reviews off of Amazon (which i had never attempted before either).  So I would print one page of the review on first attempt no problem but then have to shut the computer off to be able to then print the next page of reviews.  I then tried to print off other sites and I had no problem.  I just now printed our convo above and it cabme out no problem and I can print PDF's and word documents no problem.  So it looks like maybe Amazon has something that stops you from printing their reviews maybe???  I had to save the review webpage as a PDF file and then print it, which worked.  So looks like Amazon does not want their reviews printed I guess.  Cheers for the help though!

  • Canon IR-Adv 5045 printing error 'Filter' failed

    I just upgrade our office to include 7 new Mac Pro towers and one iMac. All of the towers had no problems when upgrading the print drivers for our Canon printer.  The iMac (only) returns a print error and will not print to the device. If anyone can read the error code in the consule and direct me how to fix the error I would greatly appreciate it.
    Here is the concole error:
    It first states: mdworker: Unable to talk to lsboxd
    mdworker(443) deny mach-lookup com.apple.ls.boxd
    Process:         mdworker [443]
    Path:            /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker
    Load Address:    0x101f91000
    Identifier:      mdworker
    Version:         ??? (???)
    Code Type:       x86_64 (Native)
    Parent Process:  launchd [202]
    Date/Time:       2013-01-29 10:47:56.599 -0500
    OS Version:      Mac OS X 10.8.2 (12C2037)
    Report Version:  8
    Thread 0:
    0   libsystem_kernel.dylib                  0x00007fff92443686 mach_msg_trap + 10
    1   CoreFoundation                          0x00007fff967a7803 __CFRunLoopServiceMachPort + 195
    2   CoreFoundation                          0x00007fff967acee6 __CFRunLoopRun + 1078
    3   CoreFoundation                          0x00007fff967ac6b2 CFRunLoopRunSpecific + 290
    4   CoreFoundation                          0x00007fff967bb371 CFRunLoopRun + 97
    5   mdworker                                0x0000000101f99ba9
    6   libdyld.dylib                           0x00007fff94afc7e1 start + 0
    Thread 1:
    0   libsystem_kernel.dylib                  0x00007fff92445d16 kevent + 10
    1   libdispatch.dylib                       0x00007fff92a549ee _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff92443686 mach_msg_trap + 10
    1   liblaunch.dylib                         0x00007fff930ba7c4
    2   liblaunch.dylib                         0x00007fff930b94d9 bootstrap_look_up3 + 69
    3   libxpc.dylib                            0x00007fff95652c21 _xpc_connection_bootstrap_look_up_slow + 371
    4   libxpc.dylib                            0x00007fff95651c82 _xpc_connection_init + 1062
    5   libdispatch.dylib                       0x00007fff92a520b6 _dispatch_client_callout + 8
    6   libdispatch.dylib                       0x00007fff92a5347f _dispatch_queue_drain + 235
    7   libdispatch.dylib                       0x00007fff92a532f1 _dispatch_queue_invoke + 52
    8   libdispatch.dylib                       0x00007fff92a53448 _dispatch_queue_drain + 180
    9   libdispatch.dylib                       0x00007fff92a532f1 _dispatch_queue_invoke + 52
    10  libdispatch.dylib                       0x00007fff92a531c3 _dispatch_worker_thread2 + 249
    11  libsystem_c.dylib                       0x00007fff946b7cab _pthread_wqthread + 404
    12  libsystem_c.dylib                       0x00007fff946a2171 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff924436c2 semaphore_wait_trap + 10
    1   libxpc.dylib                            0x00007fff95654e1f xpc_connection_send_message_with_reply_sync + 127
    2   LaunchServices                          0x00007fff94fcf3ce send(LSBoxMessage&, LSBoxMessage&) + 28
    3   LaunchServices                          0x00007fff9504fd4b lsbox_preflightAppLaunch + 84
    4   LaunchServices                          0x00007fff94fda341 _LSFindOrRegisterBundleNode + 857
    5   LaunchServices                          0x00007fff95036b02 _LSRegisterNode + 75
    6   LaunchServices                          0x00007fff94fe2a0f _LSBundleCopyOrCheckNode + 1047
    7   LaunchServices                          0x00007fff94fca5b6 _LSCopyLibraryItemURLs + 486
    8   mdworker                                0x0000000101fc1014
    9   libdispatch.dylib                       0x00007fff92a55f01 _dispatch_call_block_and_release + 15
    10  libdispatch.dylib                       0x00007fff92a520b6 _dispatch_client_callout + 8
    11  libdispatch.dylib                       0x00007fff92a5347f _dispatch_queue_drain + 235
    12  libdispatch.dylib                       0x00007fff92a532f1 _dispatch_queue_invoke + 52
    13  libdispatch.dylib                       0x00007fff92a531c3 _dispatch_worker_thread2 + 249
    14  libsystem_c.dylib                       0x00007fff946b7cab _pthread_wqthread + 404
    15  libsystem_c.dylib                       0x00007fff946a2171 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff924456d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff946b7cb3 _pthread_wqthread + 412
    2   libsystem_c.dylib                       0x00007fff946a2171 start_wqthread + 13
    Thread 5:
    Binary Images:
           0x101f91000 -        0x101feaff7  mdworker (707.3) <16ABDF29-6F80-3D48-8518-2650891685C3> /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker
        0x7fff92433000 -     0x7fff9244eff7  libsystem_kernel.dylib (2050.20.9) <EC0A9F5B-C9F5-336B-A7DD-49A718042F39> /usr/lib/system/libsystem_kernel.dylib
        0x7fff92a50000 -     0x7fff92a65ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff930b7000 -     0x7fff930bffff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff946a1000 -     0x7fff9476dfe7  libsystem_c.dylib (825.25) <3B1FE674-F556-3B3F-922A-FEEF222576D8> /usr/lib/system/libsystem_c.dylib
        0x7fff94afa000 -     0x7fff94afdff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff94fc6000 -     0x7fff95077fff  com.apple.LaunchServices (539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff95649000 -     0x7fff9566bff7  libxpc.dylib (140.41) <FAC04D8B-680E-325F-8F0C-DD69859D0E01> /usr/lib/system/libxpc.dylib
        0x7fff96778000 -     0x7fff96961fff  com.apple.CoreFoundation (6.8 - 744.12) <EF002794-DAEF-31C6-866C-E3E3AC387A9F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    Here is the CUPS error log:
    E [29/Jan/2013:10:48:02 -0500] [Job 2] Job stopped due to filter errors; please consult the error_log file for details.
    D [29/Jan/2013:10:48:02 -0500] [Job 2] The following messages were recorded from 10:47:57 to 10:48:02
    D [29/Jan/2013:10:48:02 -0500] [Job 2] Adding start banner page "none".
    D [29/Jan/2013:10:48:02 -0500] [Job 2] Queued on "Canon_iR_ADV_C5000s_B1_PSV1_0US" by "brian".
    D [29/Jan/2013:10:48:02 -0500] [Job 2] File of type application/postscript queued by "brian".
    D [29/Jan/2013:10:48:02 -0500] [Job 2] Adding end banner page "none".
    D [29/Jan/2013:10:48:02 -0500] [Job 2] time-at-processing=1359474477
    D [29/Jan/2013:10:48:02 -0500] [Job 2] job-sheets=none,none
    D [29/Jan/2013:10:48:02 -0500] [Job 2] argv[0]="Canon_iR_ADV_C5000s_B1_PSV1_0US"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] argv[1]="2"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] argv[2]="brian"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] argv[3]="Option 1.pdf"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] argv[4]="1"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] argv[5]="AP_ColorMatchingMode=AP_ApplicationColorMatching AP_D_InputSlot= collate com.apple.print.DocumentTicket.PMSpoolFormat=application/pdf com.apple.print.JobInfo.PMJobName=Option\ 1.pdf com.apple.print.PrinterInfo.PMColorDeviceID..n.=37710 com.apple.print.PrintSettings.PMColorMatchingMode..n.=0 com.apple.print.PrintSettings.PMCopies..n.=1 com.apple.print.PrintSettings.PMCopyCollate..b. com.apple.print.PrintSettings.PMFirstPage..n.=1 com.apple.print.PrintSettings.PMLastPage..n.=2147483647 com.apple.print.PrintSettings.PMPageRange..a.0..n.=1 com.apple.print.PrintSettings.PMPageRange..a.1..n.=2147483647 media=Tabloid orientation-requested=4 pserrorhandler-requested=standard job-uuid=urn:uuid:eed84498-012e-3160-595d-d100c17e0632 job-originating-host-name=localhost time-at-creation=1359474477 time-at-processing=1359474477 PageSize=Tabloid"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] argv[6]="/private/var/spool/cups/d00002-001"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] envp[0]="<CFProcessPath>"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] envp[1]="CUPS_CACHEDIR=/private/var/spool/cups/cache"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] envp[2]="CUPS_DATADIR=/usr/share/cups"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] envp[3]="CUPS_DOCROOT=/usr/share/doc/cups"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] envp[4]="CUPS_FONTPATH=/usr/share/cups/fonts"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] envp[5]="CUPS_REQUESTROOT=/private/var/spool/cups"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] envp[6]="CUPS_SERVERBIN=/usr/libexec/cups"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] envp[7]="CUPS_SERVERROOT=/private/etc/cups"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] envp[8]="CUPS_STATEDIR=/private/etc/cups"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] envp[9]="HOME=/private/var/spool/cups/tmp"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] envp[10]="PATH=/usr/libexec/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] envp[11]="SERVER_ADMIN=root@localhost"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] envp[12]="SOFTWARE=CUPS/1.6svn"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] envp[13]="TMPDIR=/private/var/spool/cups/tmp"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] envp[14]="USER=root"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] envp[15]="CUPS_MAX_MESSAGE=2047"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] envp[16]="CUPS_SERVER=/private/var/run/cupsd"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] envp[17]="CUPS_ENCRYPTION=IfRequested"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] envp[18]="IPP_PORT=631"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] envp[19]="CHARSET=utf-8"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] envp[20]="LANG=en_US.UTF-8"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] envp[21]="APPLE_LANGUAGE=en-US"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] envp[22]="PPD=/private/etc/cups/ppd/Canon_iR_ADV_C5000s_B1_PSV1_0US.ppd"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] envp[23]="RIP_MAX_CACHE=128m"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] envp[24]="CONTENT_TYPE=application/postscript"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] envp[25]="DEVICE_URI=dnssd://Canon%20iR-ADV%20C5000s-B1%20PSV1.0US._printer._tc p.local./"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] envp[26]="PRINTER_INFO=Canon iR-ADV C5000s-B1 PSV1.0US"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] envp[27]="PRINTER_LOCATION="
    D [29/Jan/2013:10:48:02 -0500] [Job 2] envp[28]="PRINTER=Canon_iR_ADV_C5000s_B1_PSV1_0US"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] envp[29]="PRINTER_STATE_REASONS=none"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] envp[30]="CUPS_FILETYPE=document"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] envp[31]="FINAL_CONTENT_TYPE=printer/Canon_iR_ADV_C5000s_B1_PSV1_0US"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] envp[32]="AUTH_I****"
    D [29/Jan/2013:10:48:02 -0500] [Job 2] Started filter /usr/libexec/cups/filter/pstops (PID 447)
    D [29/Jan/2013:10:48:02 -0500] [Job 2] Started filter /Library/Printers/Canon/PS3/PDEs/EF118958/fierycupsfilter (PID 448)
    D [29/Jan/2013:10:48:02 -0500] [Job 2] Started backend /usr/libexec/cups/backend/dnssd (PID 449)
    D [29/Jan/2013:10:48:02 -0500] [Job 2] execv failed: Permission denied
    D [29/Jan/2013:10:48:02 -0500] [Job 2] PID 448 (/Library/Printers/Canon/PS3/PDEs/EF118958/fierycupsfilter) stopped with status 1.
    D [29/Jan/2013:10:48:02 -0500] [Job 2] Hint: Try setting the LogLevel to "debug" to find out more.
    D [29/Jan/2013:10:48:02 -0500] [Job 2] Resolving "Canon iR-ADV C5000s-B1 PSV1.0US._printer._tcp.local."...
    D [29/Jan/2013:10:48:02 -0500] [Job 2] STATE: +connecting-to-device
    D [29/Jan/2013:10:48:02 -0500] [Job 2] Resolving "Canon iR-ADV C5000s-B1 PSV1.0US", regtype="_printer._tcp", domain="local."...
    D [29/Jan/2013:10:48:02 -0500] [Job 2] Looking for printer.
    D [29/Jan/2013:10:48:02 -0500] [Job 2] Page = 792x1224; 7,11 to 785,1213
    D [29/Jan/2013:10:48:02 -0500] [Job 2] slow_collate=0, slow_duplex=0, slow_order=0
    D [29/Jan/2013:10:48:02 -0500] [Job 2] Before copy_comments - %!PS-Adobe-3.1
    D [29/Jan/2013:10:48:02 -0500] [Job 2] %!PS-Adobe-3.1
    D [29/Jan/2013:10:48:02 -0500] [Job 2] %ADO_DSC_Encoding: UTF8
    D [29/Jan/2013:10:48:02 -0500] [Job 2] %%Title: (Option 1.pdf)
    D [29/Jan/2013:10:48:02 -0500] [Job 2] %%Creator: (Adobe Acrobat 11.0.1)
    D [29/Jan/2013:10:48:02 -0500] [Job 2] %%For: brian
    D [29/Jan/2013:10:48:02 -0500] [Job 2] %%CreationDate: 1/29/13, 10:47 AM
    D [29/Jan/2013:10:48:02 -0500] [Job 2] %%BoundingBox: 11 7 1213 785
    D [29/Jan/2013:10:48:02 -0500] [Job 2] %%HiResBoundingBox: 11.3400 7.3376 1212.6600 784.6624
    D [29/Jan/2013:10:48:02 -0500] [Job 2] %%CropBox: 11.3400 7.3376 1212.6600 784.6624
    D [29/Jan/2013:10:48:02 -0500] [Job 2] %%LanguageLevel: 3
    D [29/Jan/2013:10:48:02 -0500] [Job 2] %%DocumentNeededResources: (atend)
    D [29/Jan/2013:10:48:02 -0500] [Job 2] %%DocumentSuppliedResources: (atend)
    D [29/Jan/2013:10:48:02 -0500] [Job 2] %%DocumentNeededFeatures: (atend)
    D [29/Jan/2013:10:48:02 -0500] [Job 2] %%DocumentSuppliedFeatures: (atend)
    D [29/Jan/2013:10:48:02 -0500] [Job 2] %%DocumentData: Clean7Bit
    D [29/Jan/2013:10:48:02 -0500] [Job 2] %%PageOrder: Ascend
    D [29/Jan/2013:10:48:02 -0500] [Job 2] %%TargetDevice: (Canon iR-ADV C5000s-B1 PSV1.0US) (3017.102) 1
    D [29/Jan/2013:10:48:02 -0500] [Job 2] %%Pages: (atend)
    D [29/Jan/2013:10:48:02 -0500] [Job 2] %%DocumentProcessColors: (atend)
    D [29/Jan/2013:10:48:02 -0500] [Job 2] %%DocumentCustomColors: (atend)
    D [29/Jan/2013:10:48:02 -0500] [Job 2] %%EndComments
    D [29/Jan/2013:10:48:02 -0500] [Job 2] Before copy_prolog - %%BeginDefaults
    D [29/Jan/2013:10:48:02 -0500] [Job 2] Before copy_setup - %%BeginSetup
    D [29/Jan/2013:10:48:02 -0500] [Job 2] Before page loop - %%Page: 1 1
    D [29/Jan/2013:10:48:02 -0500] [Job 2] Copying page 1...
    D [29/Jan/2013:10:48:02 -0500] [Job 2] pagew = 1201.3, pagel = 777.8
    D [29/Jan/2013:10:48:02 -0500] [Job 2] bboxx = 0, bboxy = 0, bboxw = 1224, bboxl = 792
    D [29/Jan/2013:10:48:02 -0500] [Job 2] PageLeft = 11.3, PageRight = 1212.7
    D [29/Jan/2013:10:48:02 -0500] [Job 2] PageTop = 784.9, PageBottom = 7.1
    D [29/Jan/2013:10:48:02 -0500] [Job 2] PageWidth = 1224.0, PageLength = 792.0
    D [29/Jan/2013:10:48:02 -0500] [Job 2] Wrote 1 pages...
    D [29/Jan/2013:10:48:02 -0500] [Job 2] PID 447 (/usr/libexec/cups/filter/pstops) exited with no errors.
    D [29/Jan/2013:10:48:02 -0500] [Job 2] Resolved as "lpd://CanonC5045.local.:515/print"...
    D [29/Jan/2013:10:48:02 -0500] [Job 2] STATE: -connecting-to-device,offline-report
    D [29/Jan/2013:10:48:02 -0500] [Job 2] Executing backend "/usr/libexec/cups/backend/lpd"...
    D [29/Jan/2013:10:48:02 -0500] [Job 2] STATE: +connecting-to-device
    D [29/Jan/2013:10:48:02 -0500] [Job 2] Looking up "CanonC5045.local."...
    D [29/Jan/2013:10:48:02 -0500] [Job 2] backendWaitLoop(snmp_fd=5, addr=0x7f8d70c0dba8, side_cb=0x10bb23a13)
    D [29/Jan/2013:10:48:02 -0500] [Job 2] PID 449 (/usr/libexec/cups/backend/dnssd) exited with no errors.
    D [29/Jan/2013:10:48:02 -0500] [Job 2] End of messages
    D [29/Jan/2013:10:48:02 -0500] [Job 2] printer-state=3(idle)
    D [29/Jan/2013:10:48:02 -0500] [Job 2] printer-state-message="Looking for printer."
    D [29/Jan/2013:10:48:02 -0500] [Job 2] printer-state-reasons=none

  • Hitting error LDAP: error code 20 - mail attribute has duplicate value.

    Hi ,
    Anyone  faced this issue before LDAP: error code 20 - mail attribute has duplicate value. We are getting this error intermittently  in oid logs and 
    and due to that  provisioning stuck . I know that the issue due to the object class mismatch in attributes. But  map profile looks fine . Anything else need to check ?
    SSO verion 10.4.1.3 and DB version 10g .
    javax.naming.directory.AttributeInUseException: [LDAP: error code 20 - mail attribute has duplicate value.]; remaining name 'uid=abc,cn=users,dc=xyz ,dc=com'
            at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:2972)
            at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2934)
            at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2740)
            at com.sun.jndi.ldap.LdapCtx.c_modifyAttributes(LdapCtx.java:1440)
            at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_modifyAttributes(ComponentDirContext.java:255)
            at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.modifyAttributes(PartialCompositeDirContext.java:172)
            at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.modifyAttributes(PartialCompositeDirContext.java:161)
            at javax.naming.directory.InitialDirContext.modifyAttributes(InitialDirContext.java:146)
            at oracle.ldap.odip.gsi.LDAPWriter.modify(LDAPWriter.java:479)
            at oracle.ldap.odip.gsi.LDAPWriter.writeChanges(LDAPWriter.java:318)
            at oracle.ldap.odip.engine.AgentThread.mapExecute(AgentThread.java:656)
            at oracle.ldap.odip.engine.AgentThread.execMapping(AgentThread.java:377)
            at oracle.ldap.odip.engine.AgentThread.run(AgentThread.java:238)
    DIP_LDAPWRITER_ERROR_MODIFY
    Error in executing mapping DIP_LDAPWRITER_ERROR_MODIFY
    DIP_LDAPWRITER_ERROR_MODIFY
            at oracle.ldap.odip.engine.AgentThread.mapExecute(AgentThread.java:830)
            at oracle.ldap.odip.engine.AgentThread.execMapping(AgentThread.java:377)
            at oracle.ldap.odip.engine.AgentThread.run(AgentThread.java:238)
    DIP_LDAPWRITER_ERROR_MODIFY
    Setting Change Success Count : 27682
    Setting Change Failure Count : 11004
    CDSImportProfile:Error in Mapping EngineDIP_LDAPWRITER_ERROR_MODIFY
    DIP_LDAPWRITER_ERROR_MODIFY
            at oracle.ldap.odip.engine.AgentThread.mapExecute(AgentThread.java:851)
            at oracle.ldap.odip.engine.AgentThread.execMapping(AgentThread.java:377)
            at oracle.ldap.odip.engine.AgentThread.run(AgentThread.java:238)
    CDSImportProfile:about to Update exec status

    did you search the LDAP server to see whether the email value you try to use already exist ?  typically LDAP server do not care whether email is duplicated or not, but by default OIM server do not allow duplicated email

  • J4540 "Borderless Printing Error"

    I'm attempting to print a booklet, side-fold brochure.  My paper size setting is Borderless 8.5X11.  I've printed this brochure many times before using the exact same settings with no problems.  However, when I tried to print today, I had only a black ink cartridge installed; I got an error message reading "Borderless Printing Error: Borderless printing cannot occur with only the Black Ink Cartridge installed. To print a Borderless Photo, install either a tri-color print cartridge, or a photo print cartridge."
    Even though the brochure I'm printing is black & white (and it was set on "print in grayscale"), I did have a new Officejet 901 Tri-Color Ink Cartridge handy. So I installed it and received a message that the new cartridge had been detected.  Then I scanned the sheet to align cartridges.  The printer said something like "Installation successful".  However, everytime I try to print this brochure page, I still get the same error message:  "Borderless Printing Error: Borderless printing cannot occur with only the Black Ink Cartridge installed. To print a Borderless Photo, install either a tri-color print cartridge, or a photo print cartridge."        
    I tried re-starting, unplugging, etc., but I can't get it to print -- even though I'm using the same settings I have before. I went online and tried printing a couple of color pages and it printed them out just fine -- so the color cartridge is working. Not sure why I keep getting this message.
    I'm no expert on this stuff, and any help/advice would be appreciated.  Thanks a bunch,
    Jason 

    I wish I could help you, and I'm unhappy to see that you put this message up in April and have no response yet.
    I too get this "cannot print" message - not that the cartridge is missing, but that I cannot do borderless printing with ONLY the black cartridge. I have the color cartridge installed, I've done prints of the same pages before, and I cannot seem to get the printer (HP Photosmart C4780 wireless) printer to work when that message comes up. I'd love to get some help from HP.
         Some things I've tried. On my iMac I shut down all applications that are not necessary, and relaunch my finder. I think that clears out its brain a little. Then I'll try to print again (It just worked - same exact page).
         Also, sometimes I open the HP Utility and ask it to print a test page. That also seems to clear it's brain. After that it worked also.
        I think there's a sometimes "glitch" in the program. Cleaning things out as much as possible, and starting over again seem to help.  GOOD LUCK!

  • Status Code 56; Idoc is added with errors

    file 2 idoc :
    i am getting error 56(idoc is added with errors).
    data was picked successfully from legacy system and sent to xi.. sxmb_moni shows success but in target r/3 weo5 shows error 56......plz anyone give me answer//

    answered

  • I'm getting a "printer error" message when I try to print a document with a lot of scans in it. Any suggestions?

    I'm getting a "printer error" message when I try to print a document with a lot of scans in it. Any suggestions?

    OK, I tried a few things, and I do not understand the results.
    1) I opened the document in Preview, and it would only recognize the three initial pages which I typed using the Pages App. It did not recognize the bulk of the text which I copied from Appleworks 6. It also did not recognize any of the scans.
    2) I tried opening a pdf in Preview, and it would only recognize the scans. (No Text!)
    3) I tried copying everything (select all, and command-c) in Pages, and then opened a blank Pages doc, and typed Command-v. This got me all of the text, but none of the scans!
    4) I was worried that my Pages app might be corrupted, but I successfully converted a similar 78-page document with copied materials from Appleworks 6 and similar scans, ant this worked perfectly.
    My conclusion is that my file must be corrupted. Is there any way to check this? shabda88

  • Printer Error Message using Awesome Screenshots

    I have added the Extension "Awesome Screenshots" to Firefox as I need to capture web pages in my job. But every time I try to Print, either using File Print or the tool bar/menu, I can't print and get this error message: Printer Error ! There was an unexpected problem while printing. I have no problem printing Awesome Screenshots from Chrome or Safari, so it has to be a Firefox issue. Please Help!?

    ''BJSnaz [[#question-1047708|said]]''
    <blockquote>
    I have added the Extension "Awesome Screenshots" to Firefox as I need to capture web pages in my job. But every time I try to Print, either using File Print or the tool bar/menu, I can't print and get this error message: Printer Error ! There was an unexpected problem while printing. I have no problem printing Awesome Screenshots from Chrome or Safari, so it has to be a Firefox issue. Please Help!?
    </blockquote>
    Try using cmnd option 4 instead. That takes screenshots and posts them to your desktop. You can just delete the extension Awesome Screenshots, or disable it while trying out cmnd opt. 4.

  • Envy 5534 on MAC- print error message unable to convert post scrip file

    New printer set up fine prints letter but when I want it to print a page with bar code on get error message :-
    print error message unable to convert post scrip file
    Can any one help please
    This question was solved.
    View Solution.

    Hi @itsalex,
    What type of bar code are you printing, and from what program? Just a thought, what if you print the barcode as an image, if you are not already? Try File>Print> Advanced> Print as Image> print.
    If the issue persists, let's reset the printing system and repair the disk permissions; doing so may resolve the issue.
    Reset Printing System
    Click the Apple icon ( ), and then click System Preferences.
    In the Hardware section, click Print & Fax/Scan. The Print & Fax/Scan dialog box opens.
    Right-click (or Ctrl +click) in the left panel, and then click Reset printing system…
    Click OK to confirm the reset.
    Type the correct Name and Password.
    Click OK to reset the printing system. The Print & Fax dialog box shows no printer selected
    Note: This will remove all printers in the print and Fax/Scan, any printer removed can be re-added later by clicking the plus (+) symbol.
    Repair Disk Permissions
    On the Dock, click Applications, and then click Utilities.
    Double-click Disk Utility.
    Highlight your hard drive/partition on the left (by default this is "Macintosh HD").
    Click the Repair Disk Permissions button at the bottom of the window.
    Once the repair is complete, restart the computer and add the printer back.
    When you add the printer, please ensure you are using the HP driver.
    Select Add other Printer or Scanner 
    Select the printer you are adding and next to 'Use' you can select the printer drive. In the screenshot below, you will see Airprint is auto selected, you can change it to the HP driver though.
    I look forward to hearing back from you.
      Talk to you later alligator 
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • Hyperlinked Pages Generate Unknown Printing Error

    I'm working in a 300+ page catalog that I've never had problems with. Today it decided to give methe following error when trying to print or export to a PDF:
    "Printing Error: The Adobe Print Engine has failed to output your data due to an unknown problem."
    The error shows up when trying to print from seperate computers and from CS4 AND CS5. I've trouble shooted the advice found here: http://kb2.adobe.com/cps/332/332622.html but I think it's something else.
    The odd thing is that I can print and export to PDF pages without hyperlinks or cross-sreferences. It's only when I try to print a hyperlinked page that I get the error. The only change I've made since the last time it printed/exported properly is adding a couple hundred more cross-references.
    I'm on a tight deadline and right now I can't get my file out of InDesign. Anyone have ideas?

    CU Dezigner wrote:
    This is interesting ...
    When I package the file and check everything off to be included it processes everything as it should EXCEPT it doesn't package the linked images. Then when I open the packaged copy of the document with broken image links I'm able to print ...
    So apparently the problem has to do with my images but it's only affecting pages with hyperlinks. This is weird.
    Well if that's the case open the images and do a save-as and see if they come good

Maybe you are looking for

  • How can I move ex a head from one picture to another?

    Hi How can I move ex a head from a picure to another picture? Please help

  • Custom column headers

    How can I get a column header to span 2 columns in my report region? Each data column should have its own heading as well. In addition, this column header should be dynamic (well, not that dynamic, just to_char(sysdate,'yyyy')) Help? Thanks

  • Can I find files in "Originals" folder which aren't showing in iPhoto

    I have found some corrupted photos in some events in my "Originals" folder. I think they came from when I tried to import some files from a corrupted CD, and I have since reimported them from a good copy of the CD. They are corrupted in that they are

  • Borderless printing without cutting image off

    I've been trying to print some borderless 4by6 pictures, on my brand spankin new Photosmart C4480. The problem i'm having is that some of the image always get's cut off. I edit the pictures before i print them so that the aspect ratio matches 4by6 (1

  • Alpha value for image

    the alpha value of all pixels of many images(jpg,gif) is coming out to be same(ie 255).why is it so? does alpha value really represents intensity?