Regarding Printer Connector and Driver

Hi
Actually i am working on Mobile Infrastructure.I ahve done some examples
which are working on Printer Emulator,but i want to connect to my Printer using Window Driver.For that i dnt have idea how to connect to Printer connector and Driver
Thanks

Hi Chirag,
Take a look at the https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/c078b0fd-1282-2910-b5b3-89f677ec30d1 [original link is broken] [original link is broken] right here on SDN Mobile. There is a guide at the bottom of the page that explains how to connect printers and peripherals in general to mobile devices.
Let me know if that helps.
Thanks,
Ted

Similar Messages

  • Regarding Printer Connectors and drivers

    Hi all
    i have deployed required connector and driver for printer.
    Now i am getting this exception
    com.sap.ip.me.api.pios.PIOSException: No implementations found.
         at com.sap.ip.me.api.pios.connection.Connector.getInstance
    Can anyone tell me how i should get the instance of connector and driver required  for printer in my code.
    Thanks

    Hi Chirag,
    This forum is about xMII - Which stands for xApp for Manufacturing Integration and Intelligence, and thus related to Manufacturing.
    I think you'll need to post this in the Mobile Infrastructure forum or you might not get an answer here
    Happy hunting
    Cheers
    Abesh

  • Printing Banners and Driver Issues

    I have recently updated some family tree stuff and wanted to print this off on a multi page banner.  I have 2 HP printers a Photosmart 5520 and a P1102W laser printer and neither appear to give the option to print a multipage banner.
    After a search it was suggested by someone that the driver for the Deskjet 6980 would work on the 5520 however I cant find it to downoad anywhere.
    I have a macbook running osx 10.8 and all the option say to upgrade drivers via the software update feature but given I dont currently have a deskjet 6980 then I cant get the upgrade (even the HP site for the driver doesnt seem to have a driver to download)
    Is there a way to get an updated software for any of the printers I have that would let me print a banner or get a compatible driver that will?
    Seems a bit weird that the printer I had 15 years ago let me print banners but these new ones won't
    Anyway, I hope someone can help
    Best reagrds
    Scott
    This question was solved.
    View Solution.

    Hello scm256. I understand you are having banner printing and driver upgrade issues.
    In terms of banner printing, only our higher-end printers are almost guaranteed to possess that capability. I will post the specifications of both the printers, so you can review the supported paper sizes and types:
    Photosmart 5520: http://h20565.www2.hp.com/portal/site/hpsc/template.PAGE/public/kb/docDisplay/?sp4ts.oid=5157533&spf...
    Laserjet P1102W: http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&dlc=en&docname=c01999607
    In terms of updating the drivers, you are probably experiencing that the printers you own do not possess any driver updates at this time, especially an older printer like the Deskjet 6980. Also, there likely will not be a driver update for banner printing, for any printers that do not originally support it.
    Please let me know if you have any other questions or concerns. I'm only here to help!
    Mario
    I worked on behalf of HP.

  • Issue regarding Thin Installer and driver packages

    Hello everybody,
    I have recently started to work for a new company and have been tasked with creating a new Windows deployment solution.
    My company are using Lenovo desktop and laptop and my installation image use Thin Installer to deploy drivers to our workstations during Windows deployment.
    I have been having some difficulties getting everything to work and I want to write about it here to hopefully help someone in the same situation as me and call out for better quality control at Lenovo.
    Here are the command line I call to start Thin Installer from the local computer:
    START /WAIT thininstaller.exe /CM -search A -action INSTALL -repository \\wds\lenovo -noicon -showprogress -IncludeRebootPackages 1,3,4  -noreboot
    Hers the issues I have expirienced:
    1. Sometimes packages downloaded with Update Retriever will be set to "Reboot type: Forces a reboot" as default. This causes the Thin Installer to reboot reguardless of the -noreboot switch.
    Its possible to change reboot type "Requires a reboot" in Update Retriever and than the updates installs fine.
    This causes problem with scripted installs where you cannot have the system reboot "out of order".
    Updates should never be default "forces a reboot".
    2. On my Thinkcenter e93z (10B8) the Intel Displaydriver (v 9.18.10.3220) wont install because the PnPID is not listed in the XML file. (my PnPID is VEN_8086&DEV_041E&SUBSYS_309C17AA (309D17AA is listed tho)). Manualy editing the XML files to include my PnPID solves the problem.
    Lenovo should really have better qualitycontrol here.
    3. On a t440s machine i have the Synaptics UltraNav Driver (v. 17.0.12.60) wont install automatically with Thin Installer.
    This is because the machine i installed failed the "BIOS test" in the XML file of the update package. I manually edited the XML file and replaced the "BIOS TEST" with one from another update that worked on that system and now everything installs automatically and works fine.
    Its possible that Lenovo has detected some kind of problem with my BIOS version and the Synaptics driver but everything seems to work fine for me.
    I hope this post will help someone in the future
    EDIT: Other people have called out some problems with the information provied in this post. You should read the whole thread before making any changes to your systems.
    Kind Regards,
    2bi

    2bi,
    Thanks for posting your findings.  I will investigate and escalate the missing PnP id issue for the Display Driver issue.  We absolutely need to avoid these kinds of escapes.
    For you ThinInstaller command line I would recommend not using the -showprogress parameter if you are using in a scripted deployment scenario with something like MDT and/or SCCM.  These solutions typically will not allow TI to interact with the desktop during deployment which is what -showprogress will cause.
    Also, you are telling TI to include packages that will automatically reboot your system (type 1), requires a reboot which can be delayed (type 3), will shutdown the machine automatically (type 4).  We have very few type 4 packages anymore; however we definitely have type 1 and type 3.  As sclexman mentioned, the -noreboot will only apply to the type 3 packages which leave the execution of the reboot up to TI.  So -noreboot tells TI that even if it installs updates of type 3, it should not reboot when finished.
    Changing the Reboot Type value in Update Retriever only changes how TI sees the package and does not alter how the package itself executes.  So if a package is designed to always automatically reboot, changing it to type 3 in UR will have no affect.  We have recently had a display driver released by Intel that will automatically reboot if the driver installer detects that it is upgrading an older version of the driver.  In a clean deployment scenario, the automatic reboot will not happen so in this case it is safe to change the type to type 3.
    This leads to another point.  All of our content that is available through Update Retriever is also intended for consumption by System Update which is the utility aimed at individual consumers to help them keep their drivers up to date.  Therefore this becomes our lowest common denominator that we have to support.  This leads to situations that may not be ideal for the deployment scenario.  If we had an army of resources we might be able to manage all of our content for both consumers and enterprise deployments; in effect doubling our efforts.  Unfortunately this is not the case and we are trying to do the best we can.
    Regarding the UltraNav update for T440s, I see that the XML has a _BIOS section under the Dependencies.  However it is defined such that any BIOS level will work because the first level listed is a wildcard asterisk (*).  This BIOS section is actually included for a completely different solution which also uses the XML.  It is not intended to control the targeting of the update for System Update or Thin Installer.  Perhaps there was a mistake made initially and the XML was released without the * and has since been fixed.
    (from the current UltraNav driver package:  )
    <_Bios>
    <Level>*</Level>
    <Level>GGET*</Level>
    <Level>GFET*</Level>
    <Level>GHET*</Level>
    <Level>GIET*</Level>
    <Level>GJET*</Level>
    <Level>GLET*</Level>
    <Level>GMET*</Level>
    <Level>GNET*</Level>
    <Level>GRET*</Level>
    </_Bios>

  • Print a file to printer wirelessly and without need to use CD drive to install driver?

    I have a HP-P1006 printer in my conference room and sometimes my guest want to send print to my printer and I have to connect their laptop with USB cable to my printer and install printer driver thought CD Drive. I want to know if there is a way to print a file to printer wirelessly and without need to use CD drive to install driver? (I don't have a wireless network in my conference room) 

    Is it possible to automate Adobe Reader to load files, then set the staple property and location, then print them out? I've seen in .NET 3.0 that there is a Enumeration for Stapling in the System.Printing Namespace. I need to figure out how to automate the printing in adobe but right before it prints, have .NET assign the printer and whether it should be stapled or not.

  • Error while installing connector and printer drivers for MDSD

    Hi experts,
    When installing printer drivers and connector on my handheld i am getting errors.
    I am usind MDSD21 application.
    here are the components i am installing.
    CONNECTOR_WM50_XSL_CRM_1_2_8
    PIPRONEMF8I_WM50_XSL_CRM
    Also pasting the trace file..
    [20100124 12:14:12:856] I [MI/API/Logging           ] ***** LOG / TRACE SWITCHED ON
    [20100124 12:14:12:856] I [MI/API/Logging           ] ***** Mobile Infrastructure version: MI 70 SP 16 Patch 0 Build 200806100346
    [20100124 12:14:12:856] I [MI/API/Logging           ] ***** Current timezone: PST[20100124 12:14:12:856] I [MI/API/Logging           ] ***** Current Trace Level: 50
    [20100124 13:59:13:250] E [MI/CCMS                  ] Config Info: /Windows/Start Menu/MIServer.lnk
    [20100124 13:59:13:253] E [MI/CCMS                  ] java.io.FileNotFoundException: /Windows/Start Menu/MIServer.lnk
    java.io.FileNotFoundException: /Windows/Start Menu/MIServer.lnk
         at java.io.FileInputStream.<init>()
         at java.io.FileInputStream.<init>()
         at java.io.FileReader.<init>()
         at com.sap.ip.me.ccms.configinfo.ConfigInfoCollector.addMobileEngineLnk()
         at com.sap.ip.me.ccms.configinfo.ConfigInfoCollector.addConfigInfoToContainer()
         at com.sap.ip.me.ccms.configinfo.ConfigInfoCollector.createConfigInfoContainer()
         at com.sap.ip.me.ccms.configinfo.ConfigInfoCheckerInboundProcessor.process()
         at com.sap.ip.me.sync.SyncManagerImpl.processSingleContainer()
         at com.sap.ip.me.sync.SyncManagerMerger.processInboundContainers()
         at com.sap.ip.me.sync.SyncManagerImpl.processSyncCycle()
         at com.sap.ip.me.sync.SyncManagerImpl.syncForUser()
         at com.sap.ip.me.sync.SyncManagerImpl.processSynchronization()
         at com.sap.ip.me.sync.SyncManagerImpl.synchronizeWithBackend()
         at com.sap.ip.me.sync.SyncManagerImpl.synchronizeWithBackend()
         at com.sap.ip.me.api.sync.SyncManager.synchronizeWithBackend()
         at com.sap.ip.me.awtapps.home.Home.doSync()
         at com.sap.ip.me.awtapps.home.HomeFrame.doUserActionSync()
         at com.sap.ip.me.awtapps.home.HomeFrame.userActionSync()
         at com.sap.ip.me.awtapps.home.HomeFrame.access$000()
         at com.sap.ip.me.awtapps.home.HomeFrame$SyncThread.run()
         at java.lang.Thread.run()
    [20100124 13:59:49:323] I [MI/API/Logging           ] ***** LOG / TRACE SWITCHED ON
    [20100124 13:59:49:323] I [MI/API/Logging           ] ***** Mobile Infrastructure version: MI 70 SP 16 Patch 0 Build 200806100346
    [20100124 13:59:49:323] I [MI/API/Logging           ] ***** Current timezone: PST[20100124 13:59:49:323] I [MI/API/Logging           ] ***** Current Trace Level: 50
    [20100124 14:00:51:184] E [MI/Core                  ] Exception while reading installation log file (root cause: /MI/bin/ci/archives/DB2E912/9/install.log [java.io.FileNotFoundException])
    [20100124 14:06:58:283] I [MI/API/Logging           ] ***** LOG / TRACE SWITCHED ON
    [20100124 14:06:58:283] I [MI/API/Logging           ] ***** Mobile Infrastructure version: MI 70 SP 16 Patch 0 Build 200806100346
    [20100124 14:06:58:283] I [MI/API/Logging           ] ***** Current timezone: PST[20100124 14:06:58:283] I [MI/API/Logging           ] ***** Current Trace Level: 50
    [20100124 14:24:05:789] E [MI/Sync                  ] Exception while synchronizing via http
    com.sap.ip.me.api.services.HttpConnectionException: Exception while synchronizing (java.io.FileNotFoundException: http://x.x.x.x:8000/sap/bc/MJC/mi_host?sysid=miq&client=300&~language=en&ACKNOWLEDGE=X&)
         at com.sap.ip.me.sync.HTTPSynchronizer.synchronize()
         at com.sap.ip.me.sync.HTTPSynchronizer.synchronize()
         at com.sap.ip.me.sync.HTTPSynchronizer.exchangeData()
         at com.sap.ip.me.sync.SyncManagerImpl.processSyncCycle()
         at com.sap.ip.me.sync.SyncManagerImpl.syncForUser()
         at com.sap.ip.me.sync.SyncManagerImpl.processSynchronization()
         at com.sap.ip.me.sync.SyncManagerImpl.synchronizeWithBackend()
         at com.sap.ip.me.sync.SyncManagerImpl.synchronizeWithBackend()
         at com.sap.ip.me.api.sync.SyncManager.synchronizeWithBackend()
         at com.sap.ip.me.awtapps.home.Home.doSync()
         at com.sap.ip.me.awtapps.home.HomeFrame.doUserActionSync()
         at com.sap.ip.me.awtapps.home.HomeFrame.userActionSync()
         at com.sap.ip.me.awtapps.home.HomeFrame.action()
         at java.awt.Component.handleEvent()
         at com.sap.ip.me.awtapps.home.HomeFrame.handleEvent()
         at java.awt.Window.postEvent()
         at java.awt.Component.postEvent()
         at java.awt.Component.postEvent()
         at java.awt.Component.postEvent()
         at java.awt.Component.dispatchEventImpl()
         at java.awt.Component.dispatchEvent()
         at java.awt.EventDispatchThread.run()
    [20100124 14:44:29:303] I [MI/API/Logging           ] ***** LOG / TRACE SWITCHED ON
    [20100124 14:44:29:303] I [MI/API/Logging           ] ***** Mobile Infrastructure version: MI 70 SP 16 Patch 0 Build 200806100346
    [20100124 14:44:29:303] I [MI/API/Logging           ] ***** Current timezone: PST[20100124 14:44:29:303] I [MI/API/Logging           ] ***** Current Trace Level: 50
    [20100124 14:45:31:739] E [MI/Core                  ] Exception while reading installation log file (root cause: /MI/bin/ci/archives/XMDSD21_SR01_HOTFIX14/1/install.log [java.io.FileNotFoundException])
    [20100124 14:50:53:165] I [MI/API/Logging           ] ***** LOG / TRACE SWITCHED ON
    [20100124 14:50:53:165] I [MI/API/Logging           ] ***** Mobile Infrastructure version: MI 70 SP 16 Patch 0 Build 200806100346
    [20100124 14:50:53:165] I [MI/API/Logging           ] ***** Current timezone: PST[20100124 14:50:53:165] I [MI/API/Logging           ] ***** Current Trace Level: 50
    [20100124 14:55:57:120] E [Unknown                  ] java.lang.NullPointerException
         at com.sap.dsd.init.HHDataInitiator.isEmptyMaterial()
         at com.sap.dsd.init.HHDataInitiator.copyDataFromCheckOut()
         at com.sap.dsd.init.HHDataInitiator.run()
         at com.sap.dsd.init.TaskRunner.runTask()
         at com.sap.dsd.init.TaskRunner.runTasks()
         at com.sap.dsd.ui.tour.Init.display()
         at com.sap.dsd.ui.adapterAWT.ScreenManagerAWT.switchScreen()
         at com.sap.dsd.appctrl.ControllerImpl.nextState()
         at com.sap.dsd.appctrl.ControllerImpl.startup()
         at com.sap.dsd.appctrl.DSDMain.activate()
         at com.sap.dsd.appctrl.DSDMain.activateApplication()
         at com.sap.ip.me.core.ApplicationManager.activateApplication()
         at com.sap.ip.me.core.ApplicationManager.startApplication()
         at com.sap.ip.me.awtapps.home.HomeFrame.startApp()
         at com.sap.ip.me.awtapps.home.HomeFrame.action()
         at java.awt.Component.handleEvent()
         at com.sap.ip.me.awtapps.home.HomeFrame.handleEvent()
         at java.awt.Window.postEvent()
         at java.awt.Component.postEvent()
         at java.awt.Component.postEvent()
         at java.awt.Component.postEvent()
         at java.awt.Component.dispatchEventImpl()
         at java.awt.Component.dispatchEvent()
         at java.awt.EventDispatchThread.run()
    [20100124 14:55:57:233] E [Unknown                  ] java.lang.Exception: INI????#HHDataInitiator#run#Inventory could not be initialized from Check-Out data
         at com.sap.dsd.init.HHDataInitiator.run()
         at com.sap.dsd.init.TaskRunner.runTask()
         at com.sap.dsd.init.TaskRunner.runTasks()
         at com.sap.dsd.ui.tour.Init.display()
         at com.sap.dsd.ui.adapterAWT.ScreenManagerAWT.switchScreen()
         at com.sap.dsd.appctrl.ControllerImpl.nextState()
         at com.sap.dsd.appctrl.ControllerImpl.startup()
         at com.sap.dsd.appctrl.DSDMain.activate()
         at com.sap.dsd.appctrl.DSDMain.activateApplication()
         at com.sap.ip.me.core.ApplicationManager.activateApplication()
         at com.sap.ip.me.core.ApplicationManager.startApplication()
         at com.sap.ip.me.awtapps.home.HomeFrame.startApp()
         at com.sap.ip.me.awtapps.home.HomeFrame.action()
         at java.awt.Component.handleEvent()
         at com.sap.ip.me.awtapps.home.HomeFrame.handleEvent()
         at java.awt.Window.postEvent()
         at java.awt.Component.postEvent()
         at java.awt.Component.postEvent()
         at java.awt.Component.postEvent()
         at java.awt.Component.dispatchEventImpl()
         at java.awt.Component.dispatchEvent()
         at java.awt.EventDispatchThread.run()
    [20100124 14:56:03:820] E [Unknown                  ] Use single thread pricing
    [20100125 08:19:10:792] I [MI/API/Logging           ] ***** LOG / TRACE SWITCHED ON
    [20100125 08:19:10:792] I [MI/API/Logging           ] ***** Mobile Infrastructure version: MI 70 SP 16 Patch 0 Build 200806100346
    [20100125 08:19:10:792] I [MI/API/Logging           ] ***** Current timezone: PST[20100125 08:19:10:792] I [MI/API/Logging           ] ***** Current Trace Level: 50
    [20100125 08:24:26:188] E [Unknown                  ] java.lang.NullPointerException
         at com.sap.dsd.init.HHDataInitiator.isEmptyMaterial()
         at com.sap.dsd.init.HHDataInitiator.copyDataFromCheckOut()
         at com.sap.dsd.init.HHDataInitiator.run()
         at com.sap.dsd.init.TaskRunner.runTask()
         at com.sap.dsd.init.TaskRunner.runTasks()
         at com.sap.dsd.ui.tour.Init.display()
         at com.sap.dsd.ui.adapterAWT.ScreenManagerAWT.switchScreen()
         at com.sap.dsd.appctrl.ControllerImpl.nextState()
         at com.sap.dsd.appctrl.ControllerImpl.startup()
         at com.sap.dsd.appctrl.DSDMain.activate()
         at com.sap.dsd.appctrl.DSDMain.activateApplication()
         at com.sap.ip.me.core.ApplicationManager.activateApplication()
         at com.sap.ip.me.core.ApplicationManager.startApplication()
         at com.sap.ip.me.awtapps.home.HomeFrame.startApp()
         at com.sap.ip.me.awtapps.home.HomeFrame.action()
         at java.awt.Component.handleEvent()
         at com.sap.ip.me.awtapps.home.HomeFrame.handleEvent()
         at java.awt.Window.postEvent()
         at java.awt.Component.postEvent()
         at java.awt.Component.postEvent()
         at java.awt.Component.postEvent()
         at java.awt.Component.dispatchEventImpl()
         at java.awt.Component.dispatchEvent()
         at java.awt.EventDispatchThread.run()
    [20100125 08:24:26:296] E [Unknown                  ] java.lang.Exception: INI????#HHDataInitiator#run#Inventory could not be initialized from Check-Out data
         at com.sap.dsd.init.HHDataInitiator.run()
         at com.sap.dsd.init.TaskRunner.runTask()
         at com.sap.dsd.init.TaskRunner.runTasks()
         at com.sap.dsd.ui.tour.Init.display()
         at com.sap.dsd.ui.adapterAWT.ScreenManagerAWT.switchScreen()
         at com.sap.dsd.appctrl.ControllerImpl.nextState()
         at com.sap.dsd.appctrl.ControllerImpl.startup()
         at com.sap.dsd.appctrl.DSDMain.activate()
         at com.sap.dsd.appctrl.DSDMain.activateApplication()
         at com.sap.ip.me.core.ApplicationManager.activateApplication()
         at com.sap.ip.me.core.ApplicationManager.startApplication()
         at com.sap.ip.me.awtapps.home.HomeFrame.startApp()
         at com.sap.ip.me.awtapps.home.HomeFrame.action()
         at java.awt.Component.handleEvent()
         at com.sap.ip.me.awtapps.home.HomeFrame.handleEvent()
         at java.awt.Window.postEvent()
         at java.awt.Component.postEvent()
         at java.awt.Component.postEvent()
         at java.awt.Component.postEvent()
         at java.awt.Component.dispatchEventImpl()
         at java.awt.Component.dispatchEvent()
         at java.awt.EventDispatchThread.run()
    [20100125 08:24:33:057] E [Unknown                  ] Use single thread pricing
    [20100125 08:27:38:462] E [Unknown                  ] Use single thread pricing
    [20100125 08:28:29:726] E [MI/DSDSYNC               ] Response size=3369541, Actual response size=3369541
    [20100125 08:32:31:003] E [Unknown                  ] Use single thread pricing
    [20100125 09:27:14:483] I [MI/API/Logging           ] ***** LOG / TRACE SWITCHED ON
    [20100125 09:27:14:483] I [MI/API/Logging           ] ***** Mobile Infrastructure version: MI 70 SP 16 Patch 0 Build 200806100346
    [20100125 09:27:14:483] I [MI/API/Logging           ] ***** Current timezone: PST[20100125 09:27:14:483] I [MI/API/Logging           ] ***** Current Trace Level: 50
    [20100125 09:28:24:993] E [Unknown                  ] Customer 0060005626 in tour S0000001224 visit 6 not downloaded; check customer IDoc and middleware.
    [20100125 09:28:24:998] E [Unknown                  ] Customer 0060005460 in tour S0000001224 visit 12 not downloaded;

    applied hotfix

  • I upgraded to 10.9.2 and now my Canon MX870 won't print.  Their driver site only listed drivers for 10.6.  How do I make this work?

    I upgraded to 10.9.2 and now my Canon MX870 won't print.  Their driver site only listed drivers for 10.6.  How do I make this work?

    I just looked at the Canon site and it has Mavericks drivers.
    http://www.usa.canon.com/cusa/macosx_lion/multifunction_printers/pixma_mx_series /pixma_mx870?selectedName=DriversAndSoftware

  • Epson printer and driver, all jobs "stopped due to filter errors"

    My printer broke, so I'm trying to use my roommate's Epson WorkForce 520 with my Arch64 system. I grabbed the 64-bit driver rpm from Epson, extracted and copied everything to /opt (no readme for a manual installation, but the paths in the PPD point to having the files installed there). The driver came with some libraries, so I added their path to ld.so.conf and ran ldconfig. Successfully added the printer in CUPS, but trying to print anything gives me "/opt/..../epson_inkjet_printer_filter failed". I checked the permissions on the filter, they're 755 and it's executable. The CUPS error log shows "Job stopped due to filter errors; please consult the error_log file for details" followed by debug spew which doesn't clarify the issue for me, attached below.
    I searched on the problem, found some people blaming it on issues with the update to CUPS 1.4 which have since been addressed, and others who were told to switch to using opensource drivers. Unfortunately that doesn't seem to be an option for me; Gutenprint and foomatic have drivers for the 500 but they don't support the 520; the only driver I can find that does is the one from Epson.
    Anyway, I'm really hoping this is an issue with my CUPS/printer config, or that I missed some critical step in manually installing the printer drivers, and not that Epson's driver is just broken. If anyone has any ideas I'd be much obliged, let me know if you need more information.
    Here's the complete error log from when I try to print. Sorry if it's obnoxiously long, I'm not sure which parts are relevant:
    E [06/Oct/2010:11:45:04 -0400] [Job 17] Job stopped due to filter errors; please consult the error_log file for details.
    D [06/Oct/2010:11:45:04 -0400] [Job 17] The following messages were recorded from 11:45:04 to 11:45:04
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -mark-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -mark-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] Constructing.
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -mark-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -mark-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] Putting.
    D [06/Oct/2010:11:45:04 -0400] [Job 17] [612.0 792.0]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] /.MediaSize
    D [06/Oct/2010:11:45:04 -0400] [Job 17] 0
    D [06/Oct/2010:11:45:04 -0400] [Job 17] /%MediaDestination
    D [06/Oct/2010:11:45:04 -0400] [Job 17] 0
    D [06/Oct/2010:11:45:04 -0400] [Job 17] /%MediaSource
    D [06/Oct/2010:11:45:04 -0400] [Job 17] 8
    D [06/Oct/2010:11:45:04 -0400] [Job 17] /cupsBitsPerColor
    D [06/Oct/2010:11:45:04 -0400] [Job 17] 0
    D [06/Oct/2010:11:45:04 -0400] [Job 17] /cupsColorOrder
    D [06/Oct/2010:11:45:04 -0400] [Job 17] 1
    D [06/Oct/2010:11:45:04 -0400] [Job 17] /cupsColorSpace
    D [06/Oct/2010:11:45:04 -0400] [Job 17] 1
    D [06/Oct/2010:11:45:04 -0400] [Job 17] /cupsCompression
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -mark-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] true
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -device-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -mark-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -mark-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cups_put_params(0x1348128, 0x7fff0ad38010)
    D [06/Oct/2010:11:45:04 -0400] [Job 17] Setting cupsBitsPerColor to 8...
    D [06/Oct/2010:11:45:04 -0400] [Job 17] Setting cupsColorOrder to 0...
    D [06/Oct/2010:11:45:04 -0400] [Job 17] Setting cupsColorSpace to 1...
    D [06/Oct/2010:11:45:04 -0400] [Job 17] Setting cupsCompression to 1...
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cups_set_color_info(0x1348128)
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cupsEncodeLUT[0] = 0
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cupsEncodeLUT[65535] = 255
    D [06/Oct/2010:11:45:04 -0400] [Job 17] num_components = 3, depth = 24
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cupsColorSpace = 1, cupsColorOrder = 0
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cupsBitsPerPixel = 24, cupsBitsPerColor = 8
    D [06/Oct/2010:11:45:04 -0400] [Job 17] max_gray = 0, dither_grays = 0
    D [06/Oct/2010:11:45:04 -0400] [Job 17] max_color = 255, dither_colors = 256
    D [06/Oct/2010:11:45:04 -0400] [Job 17] Updating PageSize to [612 792]...
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cups->header.Duplex = 0
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cups->header.Tumble = 0
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cups->page = 1
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cupsPPD = 0x1515170
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cupsPPD->flip_duplex = 0
    D [06/Oct/2010:11:45:04 -0400] [Job 17] (4) Flip: X=0 Y=0
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cups->header.cupsPageSizeName =
    D [06/Oct/2010:11:45:04 -0400] [Job 17] size = Letter
    D [06/Oct/2010:11:45:04 -0400] [Job 17] margins[] = [ 0.116667 0.116667 0.116667 0.116667 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] Reallocating memory, [612 792] = 2976x3876 pixels, color space: 1, bits per color: 8...
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cups_get_space_params(0x1348128, 0x7fff0ad37d10)
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cache_size = 8388608
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cups_get_matrix(0x1348128, 0x7fff0ad37ad0)
    D [06/Oct/2010:11:45:04 -0400] [Job 17] Portrait matrix: XX=+1 XY=0 YX=0 YY=-1
    D [06/Oct/2010:11:45:04 -0400] [Job 17] width = 2976, height = 3876
    D [06/Oct/2010:11:45:04 -0400] [Job 17] PageSize = [ 612 792 ], HWResolution = [ 360 360 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] HWMargins = [ 8.400 8.400 8.400 8.400 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] matrix = [ 5.000 0.000 0.000 -5.000 -42.000 3918.000 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cups_get_matrix(0x1348128, 0x7fff0ad37a90)
    D [06/Oct/2010:11:45:04 -0400] [Job 17] Portrait matrix: XX=+1 XY=0 YX=0 YY=-1
    D [06/Oct/2010:11:45:04 -0400] [Job 17] width = 2976, height = 3876
    D [06/Oct/2010:11:45:04 -0400] [Job 17] PageSize = [ 612 792 ], HWResolution = [ 360 360 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] HWMargins = [ 8.400 8.400 8.400 8.400 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] matrix = [ 5.000 0.000 0.000 -5.000 -42.000 3918.000 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] ppd = 0x1515170
    D [06/Oct/2010:11:45:04 -0400] [Job 17] PageSize = [ 612.000 792.000 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] margins = [ 0.117 0.117 0.117 0.117 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] HWResolution = [ 360.000 360.000 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] width = 2976, height = 3876
    D [06/Oct/2010:11:45:04 -0400] [Job 17] HWMargins = [ 8.400 8.400 8.400 8.400 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] Result of putting.
    D [06/Oct/2010:11:45:04 -0400] [Job 17] false
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -device-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -mark-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -mark-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] Installing.
    D [06/Oct/2010:11:45:04 -0400] [Job 17] false
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -device-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -mark-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -mark-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cups_get_matrix(0x1348128, 0x7fff0ad38050)
    D [06/Oct/2010:11:45:04 -0400] [Job 17] Portrait matrix: XX=+1 XY=0 YX=0 YY=-1
    D [06/Oct/2010:11:45:04 -0400] [Job 17] width = 2976, height = 3876
    D [06/Oct/2010:11:45:04 -0400] [Job 17] PageSize = [ 612 792 ], HWResolution = [ 360 360 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] HWMargins = [ 8.400 8.400 8.400 8.400 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] matrix = [ 5.000 0.000 0.000 -5.000 -42.000 3918.000 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cups_get_matrix(0x1348128, 0x7fff0ad38000)
    D [06/Oct/2010:11:45:04 -0400] [Job 17] Portrait matrix: XX=+1 XY=0 YX=0 YY=-1
    D [06/Oct/2010:11:45:04 -0400] [Job 17] width = 2976, height = 3876
    D [06/Oct/2010:11:45:04 -0400] [Job 17] PageSize = [ 612 792 ], HWResolution = [ 360 360 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] HWMargins = [ 8.400 8.400 8.400 8.400 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] matrix = [ 5.000 0.000 0.000 -5.000 -42.000 3918.000 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cups_get_params(0x1348128, 0x7fff0ad38010)
    D [06/Oct/2010:11:45:04 -0400] [Job 17] before gdev_prn_get_params()
    D [06/Oct/2010:11:45:04 -0400] [Job 17] after gdev_prn_get_params()
    D [06/Oct/2010:11:45:04 -0400] [Job 17] Leaving cups_get_params()
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cups_get_matrix(0x1348128, 0x7fff0ad38090)
    D [06/Oct/2010:11:45:04 -0400] [Job 17] Portrait matrix: XX=+1 XY=0 YX=0 YY=-1
    D [06/Oct/2010:11:45:04 -0400] [Job 17] width = 2976, height = 3876
    D [06/Oct/2010:11:45:04 -0400] [Job 17] PageSize = [ 612 792 ], HWResolution = [ 360 360 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] HWMargins = [ 8.400 8.400 8.400 8.400 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] matrix = [ 5.000 0.000 0.000 -5.000 -42.000 3918.000 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cups_get_params(0x1348128, 0x7fff0ad38010)
    D [06/Oct/2010:11:45:04 -0400] [Job 17] before gdev_prn_get_params()
    D [06/Oct/2010:11:45:04 -0400] [Job 17] after gdev_prn_get_params()
    D [06/Oct/2010:11:45:04 -0400] [Job 17] Leaving cups_get_params()
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cups_get_matrix(0x1348128, 0x7fff0ad38080)
    D [06/Oct/2010:11:45:04 -0400] [Job 17] Portrait matrix: XX=+1 XY=0 YX=0 YY=-1
    D [06/Oct/2010:11:45:04 -0400] [Job 17] width = 2976, height = 3876
    D [06/Oct/2010:11:45:04 -0400] [Job 17] PageSize = [ 612 792 ], HWResolution = [ 360 360 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] HWMargins = [ 8.400 8.400 8.400 8.400 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] matrix = [ 5.000 0.000 0.000 -5.000 -42.000 3918.000 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cups_get_params(0x1348128, 0x7fff0ad38010)
    D [06/Oct/2010:11:45:04 -0400] [Job 17] before gdev_prn_get_params()
    D [06/Oct/2010:11:45:04 -0400] [Job 17] after gdev_prn_get_params()
    D [06/Oct/2010:11:45:04 -0400] [Job 17] Leaving cups_get_params()
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cups_get_matrix(0x1348128, 0x7fff0ad37f40)
    D [06/Oct/2010:11:45:04 -0400] [Job 17] Portrait matrix: XX=+1 XY=0 YX=0 YY=-1
    D [06/Oct/2010:11:45:04 -0400] [Job 17] width = 2976, height = 3876
    D [06/Oct/2010:11:45:04 -0400] [Job 17] PageSize = [ 612 792 ], HWResolution = [ 360 360 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] HWMargins = [ 8.400 8.400 8.400 8.400 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] matrix = [ 5.000 0.000 0.000 -5.000 -42.000 3918.000 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cups_get_matrix(0x1348128, 0x7fff0ad38030)
    D [06/Oct/2010:11:45:04 -0400] [Job 17] Portrait matrix: XX=+1 XY=0 YX=0 YY=-1
    D [06/Oct/2010:11:45:04 -0400] [Job 17] width = 2976, height = 3876
    D [06/Oct/2010:11:45:04 -0400] [Job 17] PageSize = [ 612 792 ], HWResolution = [ 360 360 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] HWMargins = [ 8.400 8.400 8.400 8.400 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] matrix = [ 5.000 0.000 0.000 -5.000 -42.000 3918.000 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] Finishing.
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -mark-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] -mark-
    D [06/Oct/2010:11:45:04 -0400] [Job 17] **** DSC comment: /Page
    D [06/Oct/2010:11:45:04 -0400] [Job 17] << /DSC_struct -dsc_data_struct- /PageNum 1 >>
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cups_put_params(0x1348128, 0x7fff0ad38010)
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cups_set_color_info(0x1348128)
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cupsEncodeLUT[0] = 0
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cupsEncodeLUT[65535] = 255
    D [06/Oct/2010:11:45:04 -0400] [Job 17] num_components = 3, depth = 24
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cupsColorSpace = 1, cupsColorOrder = 0
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cupsBitsPerPixel = 24, cupsBitsPerColor = 8
    D [06/Oct/2010:11:45:04 -0400] [Job 17] max_gray = 0, dither_grays = 0
    D [06/Oct/2010:11:45:04 -0400] [Job 17] max_color = 255, dither_colors = 256
    D [06/Oct/2010:11:45:04 -0400] [Job 17] ppd = 0x1515170
    D [06/Oct/2010:11:45:04 -0400] [Job 17] PageSize = [ 612.000 792.000 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] margins = [ 0.000 0.000 0.000 0.000 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] HWResolution = [ 360.000 360.000 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] width = 2976, height = 3876
    D [06/Oct/2010:11:45:04 -0400] [Job 17] HWMargins = [ 8.400 8.400 8.400 8.400 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] **** DSC comment: /PageBoundingBox
    D [06/Oct/2010:11:45:04 -0400] [Job 17] << /DSC_struct -dsc_data_struct- >>
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cups_put_params(0x1348128, 0x7fff0ad38010)
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cups_set_color_info(0x1348128)
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cupsEncodeLUT[0] = 0
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cupsEncodeLUT[65535] = 255
    D [06/Oct/2010:11:45:04 -0400] [Job 17] num_components = 3, depth = 24
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cupsColorSpace = 1, cupsColorOrder = 0
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cupsBitsPerPixel = 24, cupsBitsPerColor = 8
    D [06/Oct/2010:11:45:04 -0400] [Job 17] max_gray = 0, dither_grays = 0
    D [06/Oct/2010:11:45:04 -0400] [Job 17] max_color = 255, dither_colors = 256
    D [06/Oct/2010:11:45:04 -0400] [Job 17] ppd = 0x1515170
    D [06/Oct/2010:11:45:04 -0400] [Job 17] PageSize = [ 612.000 792.000 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] margins = [ 0.000 0.000 0.000 0.000 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] HWResolution = [ 360.000 360.000 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] width = 2976, height = 3876
    D [06/Oct/2010:11:45:04 -0400] [Job 17] HWMargins = [ 8.400 8.400 8.400 8.400 ]
    D [06/Oct/2010:11:45:04 -0400] [Job 17] Wrote 1 pages...
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cups_get_params(0x1348128, 0x7fff0ad38010)
    D [06/Oct/2010:11:45:04 -0400] [Job 17] before gdev_prn_get_params()
    D [06/Oct/2010:11:45:04 -0400] [Job 17] after gdev_prn_get_params()
    D [06/Oct/2010:11:45:04 -0400] [Job 17] Leaving cups_get_params()
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cups_print_pages(0x1348128, 0x7fd9faf08780, 1)
    D [06/Oct/2010:11:45:04 -0400] [Job 17] cupsBitsPerPixel = 24, cupsWidth = 2976, cupsBytesPerLine = 8928, srcbytes = 8928
    D [06/Oct/2010:11:45:04 -0400] [Job 17] End of messages
    D [06/Oct/2010:11:45:04 -0400] [Job 17] printer-state=3(idle)
    D [06/Oct/2010:11:45:04 -0400] [Job 17] printer-state-message="Processing page 1..."
    D [06/Oct/2010:11:45:04 -0400] [Job 17] printer-state-reasons=none
    E [06/Oct/2010:11:48:16 -0400] [Job 17] Job stopped due to filter errors; please consult the error_log file for details.
    D [06/Oct/2010:11:48:16 -0400] [Job 17] The following messages were recorded from 11:48:16 to 11:48:16
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -mark-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -mark-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] Constructing.
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -mark-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -mark-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] Putting.
    D [06/Oct/2010:11:48:16 -0400] [Job 17] [612.0 792.0]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] /.MediaSize
    D [06/Oct/2010:11:48:16 -0400] [Job 17] 0
    D [06/Oct/2010:11:48:16 -0400] [Job 17] /%MediaDestination
    D [06/Oct/2010:11:48:16 -0400] [Job 17] 0
    D [06/Oct/2010:11:48:16 -0400] [Job 17] /%MediaSource
    D [06/Oct/2010:11:48:16 -0400] [Job 17] 8
    D [06/Oct/2010:11:48:16 -0400] [Job 17] /cupsBitsPerColor
    D [06/Oct/2010:11:48:16 -0400] [Job 17] 0
    D [06/Oct/2010:11:48:16 -0400] [Job 17] /cupsColorOrder
    D [06/Oct/2010:11:48:16 -0400] [Job 17] 1
    D [06/Oct/2010:11:48:16 -0400] [Job 17] /cupsColorSpace
    D [06/Oct/2010:11:48:16 -0400] [Job 17] 1
    D [06/Oct/2010:11:48:16 -0400] [Job 17] /cupsCompression
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -mark-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] true
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -device-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -mark-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -mark-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cups_put_params(0x2623128, 0x7fff41eea720)
    D [06/Oct/2010:11:48:16 -0400] [Job 17] Setting cupsBitsPerColor to 8...
    D [06/Oct/2010:11:48:16 -0400] [Job 17] Setting cupsColorOrder to 0...
    D [06/Oct/2010:11:48:16 -0400] [Job 17] Setting cupsColorSpace to 1...
    D [06/Oct/2010:11:48:16 -0400] [Job 17] Setting cupsCompression to 1...
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cups_set_color_info(0x2623128)
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cupsEncodeLUT[0] = 0
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cupsEncodeLUT[65535] = 255
    D [06/Oct/2010:11:48:16 -0400] [Job 17] num_components = 3, depth = 24
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cupsColorSpace = 1, cupsColorOrder = 0
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cupsBitsPerPixel = 24, cupsBitsPerColor = 8
    D [06/Oct/2010:11:48:16 -0400] [Job 17] max_gray = 0, dither_grays = 0
    D [06/Oct/2010:11:48:16 -0400] [Job 17] max_color = 255, dither_colors = 256
    D [06/Oct/2010:11:48:16 -0400] [Job 17] Updating PageSize to [612 792]...
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cups->header.Duplex = 0
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cups->header.Tumble = 0
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cups->page = 1
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cupsPPD = 0x27f0170
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cupsPPD->flip_duplex = 0
    D [06/Oct/2010:11:48:16 -0400] [Job 17] (4) Flip: X=0 Y=0
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cups->header.cupsPageSizeName =
    D [06/Oct/2010:11:48:16 -0400] [Job 17] size = Letter
    D [06/Oct/2010:11:48:16 -0400] [Job 17] margins[] = [ 0.116667 0.116667 0.116667 0.116667 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] Reallocating memory, [612 792] = 2976x3876 pixels, color space: 1, bits per color: 8...
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cups_get_space_params(0x2623128, 0x7fff41eea420)
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cache_size = 8388608
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cups_get_matrix(0x2623128, 0x7fff41eea1e0)
    D [06/Oct/2010:11:48:16 -0400] [Job 17] Portrait matrix: XX=+1 XY=0 YX=0 YY=-1
    D [06/Oct/2010:11:48:16 -0400] [Job 17] width = 2976, height = 3876
    D [06/Oct/2010:11:48:16 -0400] [Job 17] PageSize = [ 612 792 ], HWResolution = [ 360 360 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] HWMargins = [ 8.400 8.400 8.400 8.400 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] matrix = [ 5.000 0.000 0.000 -5.000 -42.000 3918.000 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cups_get_matrix(0x2623128, 0x7fff41eea1a0)
    D [06/Oct/2010:11:48:16 -0400] [Job 17] Portrait matrix: XX=+1 XY=0 YX=0 YY=-1
    D [06/Oct/2010:11:48:16 -0400] [Job 17] width = 2976, height = 3876
    D [06/Oct/2010:11:48:16 -0400] [Job 17] PageSize = [ 612 792 ], HWResolution = [ 360 360 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] HWMargins = [ 8.400 8.400 8.400 8.400 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] matrix = [ 5.000 0.000 0.000 -5.000 -42.000 3918.000 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] ppd = 0x27f0170
    D [06/Oct/2010:11:48:16 -0400] [Job 17] PageSize = [ 612.000 792.000 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] margins = [ 0.117 0.117 0.117 0.117 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] HWResolution = [ 360.000 360.000 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] width = 2976, height = 3876
    D [06/Oct/2010:11:48:16 -0400] [Job 17] HWMargins = [ 8.400 8.400 8.400 8.400 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] Result of putting.
    D [06/Oct/2010:11:48:16 -0400] [Job 17] false
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -device-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -mark-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -mark-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] Installing.
    D [06/Oct/2010:11:48:16 -0400] [Job 17] false
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -device-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -mark-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -mark-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cups_get_matrix(0x2623128, 0x7fff41eea760)
    D [06/Oct/2010:11:48:16 -0400] [Job 17] Portrait matrix: XX=+1 XY=0 YX=0 YY=-1
    D [06/Oct/2010:11:48:16 -0400] [Job 17] width = 2976, height = 3876
    D [06/Oct/2010:11:48:16 -0400] [Job 17] PageSize = [ 612 792 ], HWResolution = [ 360 360 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] HWMargins = [ 8.400 8.400 8.400 8.400 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] matrix = [ 5.000 0.000 0.000 -5.000 -42.000 3918.000 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cups_get_matrix(0x2623128, 0x7fff41eea710)
    D [06/Oct/2010:11:48:16 -0400] [Job 17] Portrait matrix: XX=+1 XY=0 YX=0 YY=-1
    D [06/Oct/2010:11:48:16 -0400] [Job 17] width = 2976, height = 3876
    D [06/Oct/2010:11:48:16 -0400] [Job 17] PageSize = [ 612 792 ], HWResolution = [ 360 360 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] HWMargins = [ 8.400 8.400 8.400 8.400 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] matrix = [ 5.000 0.000 0.000 -5.000 -42.000 3918.000 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cups_get_params(0x2623128, 0x7fff41eea720)
    D [06/Oct/2010:11:48:16 -0400] [Job 17] before gdev_prn_get_params()
    D [06/Oct/2010:11:48:16 -0400] [Job 17] after gdev_prn_get_params()
    D [06/Oct/2010:11:48:16 -0400] [Job 17] Leaving cups_get_params()
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cups_get_matrix(0x2623128, 0x7fff41eea7a0)
    D [06/Oct/2010:11:48:16 -0400] [Job 17] Portrait matrix: XX=+1 XY=0 YX=0 YY=-1
    D [06/Oct/2010:11:48:16 -0400] [Job 17] width = 2976, height = 3876
    D [06/Oct/2010:11:48:16 -0400] [Job 17] PageSize = [ 612 792 ], HWResolution = [ 360 360 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] HWMargins = [ 8.400 8.400 8.400 8.400 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] matrix = [ 5.000 0.000 0.000 -5.000 -42.000 3918.000 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cups_get_params(0x2623128, 0x7fff41eea720)
    D [06/Oct/2010:11:48:16 -0400] [Job 17] before gdev_prn_get_params()
    D [06/Oct/2010:11:48:16 -0400] [Job 17] after gdev_prn_get_params()
    D [06/Oct/2010:11:48:16 -0400] [Job 17] Leaving cups_get_params()
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cups_get_matrix(0x2623128, 0x7fff41eea790)
    D [06/Oct/2010:11:48:16 -0400] [Job 17] Portrait matrix: XX=+1 XY=0 YX=0 YY=-1
    D [06/Oct/2010:11:48:16 -0400] [Job 17] width = 2976, height = 3876
    D [06/Oct/2010:11:48:16 -0400] [Job 17] PageSize = [ 612 792 ], HWResolution = [ 360 360 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] HWMargins = [ 8.400 8.400 8.400 8.400 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] matrix = [ 5.000 0.000 0.000 -5.000 -42.000 3918.000 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cups_get_params(0x2623128, 0x7fff41eea720)
    D [06/Oct/2010:11:48:16 -0400] [Job 17] before gdev_prn_get_params()
    D [06/Oct/2010:11:48:16 -0400] [Job 17] after gdev_prn_get_params()
    D [06/Oct/2010:11:48:16 -0400] [Job 17] Leaving cups_get_params()
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cups_get_matrix(0x2623128, 0x7fff41eea650)
    D [06/Oct/2010:11:48:16 -0400] [Job 17] Portrait matrix: XX=+1 XY=0 YX=0 YY=-1
    D [06/Oct/2010:11:48:16 -0400] [Job 17] width = 2976, height = 3876
    D [06/Oct/2010:11:48:16 -0400] [Job 17] PageSize = [ 612 792 ], HWResolution = [ 360 360 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] HWMargins = [ 8.400 8.400 8.400 8.400 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] matrix = [ 5.000 0.000 0.000 -5.000 -42.000 3918.000 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cups_get_matrix(0x2623128, 0x7fff41eea740)
    D [06/Oct/2010:11:48:16 -0400] [Job 17] Portrait matrix: XX=+1 XY=0 YX=0 YY=-1
    D [06/Oct/2010:11:48:16 -0400] [Job 17] width = 2976, height = 3876
    D [06/Oct/2010:11:48:16 -0400] [Job 17] PageSize = [ 612 792 ], HWResolution = [ 360 360 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] HWMargins = [ 8.400 8.400 8.400 8.400 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] matrix = [ 5.000 0.000 0.000 -5.000 -42.000 3918.000 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] Finishing.
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -mark-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -dict-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] -mark-
    D [06/Oct/2010:11:48:16 -0400] [Job 17] **** DSC comment: /Page
    D [06/Oct/2010:11:48:16 -0400] [Job 17] << /DSC_struct -dsc_data_struct- /PageNum 1 >>
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cups_put_params(0x2623128, 0x7fff41eea720)
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cups_set_color_info(0x2623128)
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cupsEncodeLUT[0] = 0
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cupsEncodeLUT[65535] = 255
    D [06/Oct/2010:11:48:16 -0400] [Job 17] num_components = 3, depth = 24
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cupsColorSpace = 1, cupsColorOrder = 0
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cupsBitsPerPixel = 24, cupsBitsPerColor = 8
    D [06/Oct/2010:11:48:16 -0400] [Job 17] max_gray = 0, dither_grays = 0
    D [06/Oct/2010:11:48:16 -0400] [Job 17] max_color = 255, dither_colors = 256
    D [06/Oct/2010:11:48:16 -0400] [Job 17] ppd = 0x27f0170
    D [06/Oct/2010:11:48:16 -0400] [Job 17] PageSize = [ 612.000 792.000 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] margins = [ 0.000 0.000 0.000 0.000 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] HWResolution = [ 360.000 360.000 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] width = 2976, height = 3876
    D [06/Oct/2010:11:48:16 -0400] [Job 17] HWMargins = [ 8.400 8.400 8.400 8.400 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] **** DSC comment: /PageBoundingBox
    D [06/Oct/2010:11:48:16 -0400] [Job 17] << /DSC_struct -dsc_data_struct- >>
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cups_put_params(0x2623128, 0x7fff41eea720)
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cups_set_color_info(0x2623128)
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cupsEncodeLUT[0] = 0
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cupsEncodeLUT[65535] = 255
    D [06/Oct/2010:11:48:16 -0400] [Job 17] num_components = 3, depth = 24
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cupsColorSpace = 1, cupsColorOrder = 0
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cupsBitsPerPixel = 24, cupsBitsPerColor = 8
    D [06/Oct/2010:11:48:16 -0400] [Job 17] max_gray = 0, dither_grays = 0
    D [06/Oct/2010:11:48:16 -0400] [Job 17] max_color = 255, dither_colors = 256
    D [06/Oct/2010:11:48:16 -0400] [Job 17] ppd = 0x27f0170
    D [06/Oct/2010:11:48:16 -0400] [Job 17] PageSize = [ 612.000 792.000 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] margins = [ 0.000 0.000 0.000 0.000 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] HWResolution = [ 360.000 360.000 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] width = 2976, height = 3876
    D [06/Oct/2010:11:48:16 -0400] [Job 17] HWMargins = [ 8.400 8.400 8.400 8.400 ]
    D [06/Oct/2010:11:48:16 -0400] [Job 17] Wrote 1 pages...
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cups_get_params(0x2623128, 0x7fff41eea720)
    D [06/Oct/2010:11:48:16 -0400] [Job 17] before gdev_prn_get_params()
    D [06/Oct/2010:11:48:16 -0400] [Job 17] after gdev_prn_get_params()
    D [06/Oct/2010:11:48:16 -0400] [Job 17] Leaving cups_get_params()
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cups_print_pages(0x2623128, 0x7f485d7e3780, 1)
    D [06/Oct/2010:11:48:16 -0400] [Job 17] cupsBitsPerPixel = 24, cupsWidth = 2976, cupsBytesPerLine = 8928, srcbytes = 8928
    D [06/Oct/2010:11:48:16 -0400] [Job 17] End of messages
    D [06/Oct/2010:11:48:16 -0400] [Job 17] printer-state=3(idle)
    D [06/Oct/2010:11:48:16 -0400] [Job 17] printer-state-message="Processing page 1..."
    D [06/Oct/2010:11:48:16 -0400] [Job 17] printer-state-reasons=none
    Thanks in advance

    @kusmar
    You could recompile the filter with --enable-debug. It will create the file "/tmp/epson-inkjet-printer-filter.txt" if you call the filter...
    I installed the driver from epson-inkjet-printer-workforce-635-nx625-series-1.0.0-1lsb3.2.src.rpm and compiled the filter by myself. But I get an error if the filter will load the closed source core library of epson.
    $ sudo cat /tmp/epson-inkjet-printer-filter.txt
    [printJob:483] TRACE IN
    [load_core_library:164] TRACE IN
    [get_ppd_attr:139] PPD Attribute epcgCoreLibrary -> libEpson_WorkForce_635_60_NX625.so.1.0.0
    [load_core_library:181] Failed to dlopen(libEpson_WorkForce_635_60_NX625.so.1.0.0)->/usr/lib/libEpson_WorkForce_635_60_NX625.so.1.0.0: undefined symbol: _ZTVN10__cxxabiv117__class_type_infoE
    [load_core_library:242] TRACE OUT=1
    [printJob:526] TRACE OUT=1
    [eps_heap_usage_end:42] =============================================================
    [eps_heap_usage_end:43] HEAP USAGE : max(0 bytes) leak(0 bytes)
    [eps_heap_usage_end:44] =============================================================
    _ZTVN10__cxxabiv117__class_type_infoE looks like libstdc++ - but I already have that library in /usr/lib
    Does someone knows what library does he miss?
    Edited:
      It was no missing library. It is a really strange problem here. If I build it with my PKGBUILD it will give the error above.
      If you go into the $srcdir, compile and overwrite it manually it will work properly.
    cd "$srcdir/$_pkgname_filter-$pkgver"
    make clean
    ./configure --prefix=/opt/epson-inkjet-printer-workforce-635-nx625-series
    make
    cp src/epson_inkjet_printer_filter /opt/epson-inkjet-printer-workforce-635-nx625-series/cups/lib/filter/epson_inkjet_printer_filter
    pkgname=epson-inkjet-printer-workforce-635-nx625-series
    _pkgname_filter=epson-inkjet-printer-filter
    pkgver=1.0.0
    pkgrel=1
    pkgdesc="Linux printer driver for Epson AIO"
    arch=('i686' 'x86_64')
    url="http://avasys.jp/eng/linux_driver/download/lsb/epson-inkjet/escp/"
    license=('GPL, LGPL, custom:AVASYS Public Licence')
    depends=('cups')
    makedepends=('rpmextract' 'libtool')
    source=(http://linux.avasys.jp/drivers/lsb/epson-inkjet/stable/RPMS/x86_64/$pkgname-$pkgver-1lsb3.2.src.rpm)
    md5sums=('e2240acfbad8f965b167f312aeefbfe7')
    build() {
    cd "$startdir/src"
    rpmextract.sh $pkgname-$pkgver-1lsb3.2.src.rpm || return 1
    tar xzf $pkgname-$pkgver.tar.gz || return 1
    tar xzf $_pkgname_filter-$pkgver.tar.gz || return 1
    cd $_pkgname_filter-$pkgver
    aclocal
    libtoolize
    chmod +x configure
    ./configure --prefix=/opt/$pkgname --enable-debug || return 1
    make || return 1
    package() {
    cd "$srcdir/$pkgname-$pkgver"
    install -d "$pkgdir/opt/$pkgname/"
    cp -r lib "$pkgdir/opt/$pkgname/"
    cp -r resource "$pkgdir/opt/$pkgname/"
    cp -r watermark "$pkgdir/opt/$pkgname/"
    install -d "$pkgdir/usr/share/cups/model/$pkgname"
    install -m 644 ppds/* "$pkgdir/usr/share/cups/model/$pkgname"
    cd "$srcdir/$_pkgname_filter-$pkgver"
    install -d "$pkgdir/opt/$pkgname/cups/lib/filter/"
    install -m 755 src/epson_inkjet_printer_filter "$pkgdir/opt/$pkgname/cups/lib/filter/epson_inkjet_printer_filter"
    Edited 2:
      Ok, I found the problem. Arch's makepkg will add an "--as-needed" to LDFLAGS and the binary won't be linked to libstdc++.so.6 and libgcc_s.so because the binary does not need it but the core library of epson. I overwrite that with "--as-no-needed" and now it works. Added the package: http://aur.archlinux.org/packages.php?ID=42294
    Last edited by Misery (2010-10-29 10:51:02)

  • I want to reinstall CS4 as it has been doing some strange things regarding printing, etc. However, when I did this before, it created a major problem and I ended up buying a new computer because no one could figure out why it kept hanging up during the in

    I want to reinstall CS4 as it has been doing some strange things regarding printing, etc. However, when I did this before, it created a major problem and I ended up buying a new computer because no one could figure out why it kept hanging up during the installation. Hours on the phone, no results. I'm scared to do it on this computer. Should I try? Not even the Adobe support could get it resolved. I believe it was somehow reading a product number that could not be deleted or something, and nothing worked.
    Message was edited by: Doug Doug

    Hello, as an addition:
    In your case I would download a really new trial version of your program(s) in question and change it/them into a "real" version later, BUT because you said, that you "re-installed" already, so it will become a little bit more complicated. It would be necessary that you have to use "Adobe Creative Suite Cleaner Tool" as Keith wrote.
    Here an advice for that (The order varies depending on your individual needs. Please read all my proposals first, so you can better choose the first step:)
    1. Maybe you have to activate/deactivate, so please have a look there:
    http://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html
    2. Sometimes, we know in the meantime, the "opm.db file" is the culprit. In this case you should delete it.
    3. Be careful with (de)installing aso. by (de)installing by your own resources. As much as I regret it and as strange as it may seem I fear it's a challenge for Adobe's Creative Cloud Cleaner Tool. Sometimes - for whatever reasons - CC doesn't "want" to work. In this case you should CC completely delete and reinstall by help of Adobe Creative Cloud Cleaner Tool. (A try to uninstall by own resources is not enough!)
    I quote: Adobe Creative Suite Cleaner Tool helps resolve installation problems for Adobe Creative Cloud and Adobe Creative Suite (CS3-CS6) applications. The tool removes installation records for prerelease installations of Creative Cloud or Creative Suite applications. It does not affect existing installations of previous versions of Creative Cloud or Creative Suite applications.
    Please use: http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html   and follow the prescribed sequence of operations
    4. If necessary and for further questions click through http://helpx.adobe.com/contact.html and if "open" please use the chat, I for may part - as it seems unlike you - had the best experiences. I quote from Adobe's employee Preran: The chat button is activated as soon as there is an agent available to help.
    Hans-Günter

  • Restore printer and driver using time machine?

    First, I looked at the TM forum and didn't see an answer.
    I inadvertently uninstalled a printer from SysPrefs>Printers and Faxes dialog box. The printer worked great and the particular driver I was using was very hard to find (not sure if I could find it again).
    1. Is there a way to restore the printer and driver using Time Machine.
    2. If not, could I manually reinstall the driver from a backup and if so, where would I find the driver?

    You should be able to readd it to the prefPane without restoring any drivers.

  • Officejet 6500a printer and driver installation's

    I am having problems printing from my printer. I have been using my printer for several months without a problem but now it sees the printer but cannot connect to it  (wireless). I have tried to reinstal the printer and driver but none of this seems to be working. Any help out there as I am getting desperate!?

    I have used a few types of printers, mainly inkjets and I have had this problem before too. I found that unplugging the printer and router and turning off the computer, all at the same time for a minutes or two.. then restarting up the router first and pritner then pc all helped. gl

  • Laserjet 1200 wont print after reinstalling driver and icon is checked as default printer

    laserjet 1200 won't print after reinstalling driver.  Icon is checked as defult printer

    This seems to be a commercial product. For the best chance at finding a solution I would suggest posting in the forum for HP Business Support!
    You can find the Commercial Laserjet board here:
    http://h30499.www3.hp.com/t5/Printers-LaserJet/bd-p/bsc-413
    Best of Luck!
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

  • Problem with HP Printer Utility and Mac OSX 10.5.4

    I have a problem with HP printer Utility. When a standard user adds a new paper profile HP Printer Utility asks to type an administrator's name and password to allow HP printer Utility to make changes. Is it possible to avoid this? Otherwise I have to give admin rights to every user because they have to be able to add new papers. HP printer Utility sharing and permisssions are set to read and write to everyone.
    HP designjet Z3200
    MacOSX 10.5.4 (Mac pro intel)
    HP printer utility 3.6.0.

    Just found an email HP Support sent to me back in January 2008, about this issue
    "Hello Hunter,
    Thank you for contacting HP Total Care.
    There currently is not proper driver for 10.5, so it is surprising that the printer is printing correctly on your Mac from any application.
    Your issue cannot be resolved until the 10.5 driver is developed and released.
    To sign up for an update as soon as it is available ...click on the link below:
    HP's subscriber's choice is a free service where you can select to receive timely email notifications ranging from software and driver updates to creative ways to do more with your HP products.
    http://h71036.www7.hp.com/hho/html/3618-0-0-225-121.html
    If you need further assistance, please reply to this message and we will be happy to assist you further.
    You may receive an e-mail survey regarding your e-mail support experience. We would appreciate your feedback.
    For information on keeping your HP and Compaq products up and running, please visit our Web site
    at:
    http://www.hp.com/go/totalcare
    Sincerely,
    Dave
    HP Total Care"
    I just sent them an email today on any updates regarding a release date on the Leopard driver for P1005, i'll post any info i receive.

  • Print, Export and Page Navigation Buttons in the Report

    When I view a report through CR4E, the generated report has 3 buttons namely Print, Export and Page Navigation buttons. But when I click on either of the buttons I get a &#39;null pointer exception&#39;. This is a critical error as I am unable to navigate past the first page. Do I have to add code to these buttons? If not, why am I getting an error? Kindly solve my problem as soon as possible.

    <p>Looking at your code it appears that you are storing the ReportSource in session prior to passing in the ResultSet. This will create a problem when a postback is made on  the viewer page (which all of the viewer actions do). If you look at the sample code which is generated when you use the JSP Page Wizard you will notice that the ResultSet is passed to the ReportClientDocument object prior to it being stored in session. Then, when the page is called again this object is retrieved and the ReportSource is used by the viewer. You can quickly run the test using one of our sample reports to see what I am talking about. The code below was generated using the Consolidated Balance Sheet.rpt and did not experience any problems doing any of the viewer actions.</p><%@page import="com.businessobjects.samples.JRCHelperSample,<br />com.crystaldecisions.report.web.viewer.CrystalReportViewer,<br />com.crystaldecisions.reports.sdk.ReportClientDocument,<br />com.crystaldecisions.sdk.occa.report.application.OpenReportOptions,<br />com.crystaldecisions.sdk.occa.report.lib.ReportSDKExceptionBase,<br />com.crystaldecisions.sdk.occa.report.reportsource.IReportSource,<br />java.sql.Connection,<br />java.sql.DriverManager,<br />java.sql.ResultSet,<br />java.sql.SQLException,<br />java.sql.Statement"%><%<br /><br /><br />    try {<br /><br />        String reportName = "Sample Reports/Consolidated Balance Sheet.rpt";<br />        ReportClientDocument clientDoc = (ReportClientDocument) session.getAttribute(reportName);<br /><br />        if (clientDoc == null) {<br /><br />            clientDoc = new ReportClientDocument();<br />            <br />            // Open report<br />            clientDoc.open(reportName, OpenReportOptions._openAsReadOnly);<br /><br />  <br />            {<br />                // **** POPULATE MAIN REPORT ****<br />                {<br />                     // Connection Info for fetching the resultSet<br />                    String connectStr = "jdbc:derby:classpath:/Xtreme";<br />                    String driverName = "org.apache.derby.jdbc.EmbeddedDriver";<br />                    String userName = "dbuser";        // TODO: Fill in database user<br />                    String password = "dbpassword";    // TODO: Fill in valid password<br /><br />                    String query = "SELECT CUSTOMER_NAME FROM APP.CUSTOMER WHERE COUNTRY = &#39;Australia&#39;";<br /><br />                    <br />                    String tableAlias = "FINANCIALS";        // TODO: Change to correct table alias<br /><br />                     <br />                    JRCHelperSample.passResultSet(clientDoc, fetchResultSet(driverName, connectStr, userName, password, query),<br />                        tableAlias, "");<br />                }<br /><br /><br />            }<br />        <br />            // Store the report document in session<br />            session.setAttribute(reportName, clientDoc);<br /><br />        }<br /><br /><br />            {<br />                // Create the CrystalReportViewer object<br />                CrystalReportViewer crystalReportPageViewer = new CrystalReportViewer();<br /><br />                //    set the reportsource property of the viewer<br />                IReportSource reportSource = clientDoc.getReportSource();                <br />                crystalReportPageViewer.setReportSource(reportSource);<br /><br />                // set viewer attributes<br />                crystalReportPageViewer.setOwnPage(true);<br />                crystalReportPageViewer.setOwnForm(true);<br /><br />                // Process the report<br />                crystalReportPageViewer.processHttpRequest(request, response, application, null); <br /><br />            }<br />            <br /><br />    } catch (ReportSDKExceptionBase e) {<br />        out.println(e);<br />    } <br />    <br />%><%!<br />// Simple utility function for obtaining result sets that will be pushed into the report.  <br />// This is just standard querying of a Java result set and does NOT involve any <br />// Crystal JRC SDK functions. <br /><br />    private static ResultSet fetchResultSet(String driverName,<br />            String connectStr, String userName, String password, String query) throws SQLException, ClassNotFoundException {<br /><br />        //Load JDBC driver for the database that will be queried    <br />        Class.forName(driverName);<br /><br />        Connection connection = DriverManager.getConnection(connectStr, userName, password);<br />        Statement statement = connection.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_READ_ONLY);<br /><br />        //Execute query and return result sets<br />        return statement.executeQuery(query);<br /><br />}%><p>Try using the code generated from the wizard to see if it works for you as well. </p><p>Regards,<br />Sean Johnson (CR4E Product Manager) </p>

  • How to set up Print Specs and Profiles in CS5 Suite

    I am no color management expert but I do want to get my printer to print the same colors as my monitor displays in PSD, AI and InD applications.
    My Intel iMac and Cinema Display running OS10.5.8 are both color calibrated with Spyder 3 Elite to achieve correct color reproduction.
    After days of searching and testing, this is my solution which I offer to help those new to CS5.
    1. Start: PHOTOSHOP:
         Set colour settings (Edit>Color Settings) as follows:
              RGB - Adobe RGB 1998
              CMYK - US Web Coated (SWOP) v2 (This setting does not effect printer).
              Leave Grey and Spot as default 20%
         Color Management Policys:
              RGB, CMYK, Gray; all set to Preserve embedded Profiles
         Conversions Options:
              Engine - Adobe ACE
              Intent - Relative colourimetric ( my choice for AI artwork. Choose Perceptual for photos in PSD).
         Go to Save, give profile a name, and note the Conversion intent so you can create another profile for Perceptual and PSD. 
         (I called mine Epson R2400 and noted the Relative Colorimetric intent).
         Finally, Go to Settings at the top of the Color Settings dialogue and select the color profile you have just named and saved. Click OK
    2. Go to Bridge>Edit>Creative Suite Color Settings. Find your saved profile and select it and click Apply.
         Now AI and ID have the same colour preferences.
         Users without Bridge will have to set these items in Color Settings for each Adobe application.
    3.   Photoshop>File>Print: Color Management
              Color Handling - Photoshop Manages Color
              Printer Profile - Choose the ICC Profile to suite your printer and paper stock. I used Epson canned ICC SPR2400 Premium Glossy with great results.
              Rendering Intent - Relative Colorimetric for artwork or Perceptual for photos.
    4.  At top of Print dialogue box, select Printer (Epson Stylus Photo 2400 in my case).
         Below, Click and open Print Settings;
         Layout - select  Paper Size and number of pages (copies). Layout is one of several items in a drop down menu.
         Open the next drop down item, Color Matching. Check that he two options, Color Sync and Epson should be grayed out.
         Move to Print Settings.
              Media Type - depends on your paper. (mine is Photo Quality InkJet).
              Color - select Color or Black
              Color Settings - OFF, This turns off color management in Epson Driver leaving Photoshop in charge!
              Mode - I chose Advanced to get fine quality print. Automatic OK for general use.
          Click Save. Click Print and you should get a print matching your Monitor.
    ILLUSTRATOR CS5
    Bridge will ensure that Color Settings match Photoshop as 1. above. If you don’t have Bridge Go to Edit>Color Settings and specify the same as      Photoshop. Note Settings, at top of Color settings dialogue box requires the profile you created in Photoshop.
         Go to File >Print. There are 3 steps to check.
         In the  window at left are headings General, Marks and Bleed, Output, Graphics, Color Management, Advanced and Summary.
         These are self explanatory. If you do not use Bridge, check Color Management as below:
    1. Printer: your printer. Color Handling: Let Illustrator determine colors. Printer Profile: select your monitor RGB icc profile.
       Unlike Photoshop, do NOT use printer/paper ICC. Rendering intent: to suit your image.
    2. Bottom left of Print dialogue box is Page Setup. Set your size etc.
    3. Bottom Left is Printer. MOST IMPORTANT. Here are the similar setting options as PSD 4 above which require different handling.
         Select Layout, go down to Color Matching>select COLORSYNC not Epson. This ensures Apple ColorSync does color conversion.
         Profile - Automatic should appear with name of your preferred Printer/paper ICC below. ( be careful here as I have found AI sometimes finds the wrong      paper icc. Close Print and start again).
         Move down list to Print Settings - Basic:
              Page Set up - Standard; Media type - Your choice, (Photo Quality InkJet for me).
              Color - Color
              Color Settings OFF to ensure Epson printer driver does not try to manage color.
              Mode - Advanced if you want fine quality print. Automatic is OK for general use.
    4. Click Print to close Printer dialogue box. Click Print to close the Print dialogue box and you should get a print to match your on screen image.
    INDESIGN and General Comments.
    Always select your Printer first as settings vary according to printer type.
    InDesign Print set up is very similar to AI. Select Color Management at left and the Printer, Printer Profile and Rendering Intent require identical settings.
    Go to bottom left, Page Setup. Specify Printer and paper size. Select Printer and the settings required are the same as AI.
    If you switch between these apps there is considerable danger that the different Profile choices will trip you up. Photoshop color management requires the Printer/paper ICC, AI and InDesign require Monitor ICC. My primary error was to select my professionally scanned printer/paper ICC profile which resulted in weird colours on AI and ID. The clue that led me to choose my Monitor ICC profile instead was the ColorSync option in Color matching in AI. I hope you will find printing runs a lot smoother for you and I heartily invite better informed users than I, can add to, or qualify this post.
    May the Force be with you!

    Regarding print brightness at output. The Settings of monitor calibration determine white point and black point. At the time you run Spyder 3 or whatever your monitor calibrator is, the software sets a white point of your choosing. current iMacs are far too bright and prints resulting from unmodified Mac monitors will appear too dark because of the excessive screen brightness. My iMac at lowest reading is 139 candelas. To get prints which match the screen I specify 80 candelas. The Spyder software also reads ambient light in the room and makes a calculation which effects the white and black points registered for both viewing and printing. Since paper reflects a light level according to lighting conditions, we each view prints in different conditions according to illumination source. This effects also effects screen viewing so conditions determine what we see.
    In simple terms, ambient light reading also modifies the software calculations for colour output. If it is too high, prints are pale, too low and prints are too dark. If the Monitor calibration has been done properly there should be no problem. The point here is to make certain your calibration process is accurate. Personally I have calibrated in a dark room at night-time and I have calibrated In a shaded room at midday. Hugely different conditions. Under both circumstances I have found the calibration has resulted in good prints. So I suspect it is user white point settings or calibration error which results in prints being too dark or too light. I understand the data used by the calibration software applies to the ambient light reading to the monitor for reading conditions and uses other color gamut data for the printing process. So printing error must surely originate with the user.
    I welcome comment from more experienced people in this matter.
    Cheers,

Maybe you are looking for

  • How can I submit the page from javascript in html header?

    I followed http://www.oracle.com/technology/products/database/htmldb/howtos/htmldb_javascript_howto2.html#client It says "doSubmit('Delete');" to submit the delete action. If I do the same in the java script that is embededed in html header, it does

  • Matching the output of a query and its Infoset

    Hi gurus, in SQ02 I have added a field to my infoset, in a middle position. When I execute the query it appears at the right end and not at the same position of the infoset. What can I do to make them match? Thanks, Christian

  • Problems adding to a JList

    in my filter panel i have a text field, and a search button. when i enter some text and click search, the text should appear in the JList. but all that happens is the test field clears (which should happen) but doesnt appear in the JList. here is my

  • Primary Canvas restrictions ???

    Hi All, It's mentioned in Forms Documentaion (R 6i):- Primary Canvas restrictions The specified view must be a content view (Canvas Type property set to Content), and must be assigned to the indicated window (by setting the Window canvas property). B

  • Edit in PS CS4 problem

    When I try to edit a photo from LR 2.0 in PS CS4 PS starts up but nothing further happens. This is the case in all cases except when I choose "edit original". Then everything works fine. Help!! thnx, Saam