Printable Intermittently Failing to Print Completely

I have an application that uses the Printable interface to print 2 or 3 PrinterJobs upon an ActionEvent. The PrinterJobs are printed on 2 different networked printers--1 PrinterJob to one networked printer and 1 or 2 PrinterJobs to a different networked printer. The application is running on Windows XP and the printers are spooled with the standard Windows spooler. The JRE is 1.5.
The ActionListener (in outline) looks like this:
pjob1 = PrinterJob.getPrinterJob();
pjob1.setPrintService(printServiceA);
pjob1.setPrintable(printableOne);
pjob1.print();
pjob2 = PrinterJob.getPrinterJob();
pjob2.setPrintService(printServiceB);
pjob2.setPrintable(printableOne);
pjob2.print();
if (condition)
{  pjob3 = PrinterJob.getPrinterJob();
   pjob3.setPrintService(printServiceB);
   pjob3.setPrintable(printableTwo);
   pjob3.print();
}So pjob1 and pjob2 use the same Printable on different printers and pjob3 uses a different Printable on the same printer as pjob2. pjob1, pjob2, and pjob3 are class variables of the main class and the ActionListener is a method of the main class.
My problem is that intermittently, the second PrinterJob (pjob2) fails to print everything that it should. I know that the problem is not with the printers because I've set the spooler to save the spooled jobs and the spooled output is incomplete. The amount of non-printed data varies but it always appears to begin printing and then stop at some point in the order in which the print() method prints it. This leads me to believe that there is some sort of race condition.
Has anyone seen anything like this or have any suggestions as to how to track this down?
Thanks.

Hi Doc,
Based on your description, I understand that you want to set DC as printer server. However, it seems that you
worry about it. On current situation, please refer to following thread, then check if can help you.
Print
server On a Domain Controller
Meanwhile, please also refer to following articles.
Print and Document Services Overview
What's New in Print and Document Services
in Windows Server
à
We still have the same printer issue since deployment.
By the way, I noticed that a same printer issue occurred in the old print server and new print server. Would
you please let me know more details of it? Any error message or relevant event?
If anything I misunderstand, please don’t hesitate to let me know.
Hope this helps.
Best regards,
Justin Gu

Similar Messages

  • Acrobat intermittently fails to print PDF from itself!

    This has happened multiple times today.  When printing a single page PDF from a multiple page Acrobat document the program has been hanging when it needs to ask for a file name.  Failure is intermettent and cannot be duplicated by happens often and requires a computer re-boot to fix.

    And if you are just using it to make a 1-page PDF...don't do it that way! Use Extract Pages or other techniques. Printing PDF to PDF is not recommended.

  • Why should Adobe Reader fail to print because of settings in the Edit/Preferences?

    AdobeReaderDocumentCouldNotPrint.txt
    Glyn Price Tue 17 March 2015
    Why should Adobe Reader fail to print because of settings
    in the Edit/Preference?
    Adobe Reader XI Version 11.0.10
    MS Window 7
    File > Print > Print
    I got the error message:
    The document could not be printed
    I googled this error message and used the following
    solution that worked i.e. it then printed successfully.
    Edit >  Preferences
    Category: Security(Enhancement)   'Enable Protected  Mode at Startup'
    It was checked, changed it to unchecked.
    Category: Documents    'View documents in PDF/Mode'
    It was set to 'Only for PDF/A'
    Set it to 'Never'
    Exited Adobe Reader and restart it. Then it printed.
    I had a look on another computer system (Adobe Reader XI Version 11.0.10
    and MS Window 7) and on this different computer I could print
    without doing the above two changes.
    I'm a bit puzzled. Why preferences on one system were not
    needed on a different system?

    Here is an elaborate method of troubleshooting this problem. There may be a simpler method if anybody wants to suggest one.
    There is a general technique that is helpful in this situation. I can't give you complete instructions here, and I haven't tested this with regard to bluetooth devices, but here's the gist of it.
    Create a second log-on account for your music projects. Configure it so that when you log in to the new music account, the drivers needed for the Bluetooth devices don't load. You do this in System Preferences: Accounts.
    When it's time to do music, log out of your usual account and onto the new one.
    When you install drivers for any peripheral, you have the option of installing them "for all users" or only for the user account that is active during the installation.
    This governs whether the drivers go in root/library or root/Users/your name/library.
    If drivers are in root/library, they will load whenever the Mac is booted up and will run for all users.
    But if drivers are loaded in root/Users/your name/library, they will only load if you log in as "your name". If you have a second account called root/Users/music account/, and you log in under that, the drivers in "your name" will not load. Get it?
    To get this working right you need to be knowledgeable about moving or deleting files in the /library/ directory and subdirectories, and you need to be careful because you can unwittingly cause some damage if you are not careful.
    There is also the root/System/library directory, and in general you should never mess around with anything in there or you might hose your system.
    In summary, I would start by using the installer programs for your BlueTooth devices and DE-installing all drivers. Reboot. Log back in as your usual user account. Then RE-install each driver and see if the installer program gives you the OPTION to installl for all users or just for this user. Choose the latter. Then log on to your new Music account and see if the problems go away.

  • App-V apps intermittantly fail to install via SCCM

    Hi,
    I have a few sequenced apps deployed using SCCM to our work computers.  These apps are deployed to User collections.  When a new computer is brought online they intermittently fail to install, however if you manually 'retry' the installation in
    Software Center, after the 4th or 5th attempt of retrying they install successfully.  Some apps fail to automatically install far more than others with one app failing to install consistently.
    When the apps fail to install the streaming-transport debug log shows errors for Auto-Proxy detection and failure to send or receive HTTP responses to the distribution point full path to the .appv package file.  Send failures return an HResult of 0x80190193. 
    Receive failures return an HResult of 0x80190193 or 0x80072f0c.
    The AppEnforce.log file returns an HResult of 80190193 and "The provided URL could not be resolved.  Please check that the URL is valid."  I assumed this to be the FQDN part of the command line that points at the DP package location. 
    The bit that puzzles me the most is that if it was a problem with the DP then surely none of the apps would install, and certainly a persisting with a manual 'retry' wouldn't produce a successful install result.
    We use a proxy server.  AutoDetect proxy settings in IE is disabled and the FQDN of the Site Server/Distribution Point has been added to the Intranet Zone in IE.  If I tell IE not to use a proxy at all I still get the same errors (including the
    auto proxy detection error) in the Streaming-transport debug log for the apps that have failed to install.
    The App-V 5 deployment types are all configured to stream rather than download and run.  If I switch them to 'download and run' they all consistently install without errors.
    App-V clients are configured to use 'shared cache mode' and 'package scripts' is enabled.
    Our environment is as follows: SCCM 2012 SP1 running on Server 2012.  App-V 5 SP1 clients installed on Windows 7 Enterprise with SP1. 
    Any ideas as to what is going on would be welcomed as I've been tearing my hair out with this for a week!
    Event logs - server and domain names have been changed - Streaming-Transport debug log:
    Event ID 85
    Log Name:      Microsoft-AppV-Streaming-Transport/Debug
    Source:        Microsoft-AppV-Streaming-Transport
    Date:          28/08/2013 10:07:42
    Event ID:      85
    Task Category: Transport request operation
    Level:         Error
    Keywords:     
    User:          SYSTEM
    Computer:      SCH-UEVGEN02.webfarm.local
    Description:
    Auto proxy detection for URL
    https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv failed with status Unknown HResult Error code: 0x80072f94
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-AppV-Streaming-Transport" Guid="{15936a6f-bea1-479e-9ab1-1815802d2205}" />
        <EventID>85</EventID>
        <Version>1</Version>
        <Level>2</Level>
        <Task>5</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2013-08-28T09:07:42.223458300Z" />
        <EventRecordID>472</EventRecordID>
        <Correlation />
        <Execution ProcessID="3948" ThreadID="4012" ProcessorID="0" KernelTime="2" UserTime="1" />
        <Channel>Microsoft-AppV-Streaming-Transport/Debug</Channel>
        <Computer>SCH-UEVGEN02.webfarm.local</Computer>
        <Security UserID="S-1-5-18" />
      </System>
      <EventData>
        <Data Name="StringValue">https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv</Data>
        <Data Name="Status">-2147012716</Data>
      </EventData>
    </Event>
    Event ID 66
    Log Name:      Microsoft-AppV-Streaming-Transport/Debug
    Source:        Microsoft-AppV-Streaming-Transport
    Date:          28/08/2013 10:07:42
    Event ID:      66
    Task Category: Transport request operation
    Level:         Error
    Keywords:     
    User:          SYSTEM
    Computer:      SCH-UEVGEN02.webfarm.local
    Description:
    HTTP response receipt from
    https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv failed.  Status: Unknown HResult Error code: 0x80072f0c
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-AppV-Streaming-Transport" Guid="{15936a6f-bea1-479e-9ab1-1815802d2205}" />
        <EventID>66</EventID>
        <Version>1</Version>
        <Level>2</Level>
        <Task>5</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2013-08-28T09:07:42.312531300Z" />
        <EventRecordID>476</EventRecordID>
        <Correlation />
        <Execution ProcessID="3948" ThreadID="4012" ProcessorID="0" KernelTime="2" UserTime="1" />
        <Channel>Microsoft-AppV-Streaming-Transport/Debug</Channel>
        <Computer>SCH-UEVGEN02.webfarm.local</Computer>
        <Security UserID="S-1-5-18" />
      </System>
      <EventData>
        <Data Name="Status">-2147012852</Data>
        <Data Name="URL">https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv</Data>
      </EventData>
    </Event>
    Event ID 67
    Log Name:      Microsoft-AppV-Streaming-Transport/Debug
    Source:        Microsoft-AppV-Streaming-Transport
    Date:          28/08/2013 10:07:42
    Event ID:      67
    Task Category: Transport request operation
    Level:         Error
    Keywords:     
    User:          SYSTEM
    Computer:      SCH-UEVGEN02.webfarm.local
    Description:
    HTTP request from
    https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv failed.  Status: Unknown HResult Error code: 0x80190193
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-AppV-Streaming-Transport" Guid="{15936a6f-bea1-479e-9ab1-1815802d2205}" />
        <EventID>67</EventID>
        <Version>1</Version>
        <Level>2</Level>
        <Task>5</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2013-08-28T09:07:42.325397400Z" />
        <EventRecordID>478</EventRecordID>
        <Correlation />
        <Execution ProcessID="3948" ThreadID="4012" ProcessorID="0" KernelTime="2" UserTime="1" />
        <Channel>Microsoft-AppV-Streaming-Transport/Debug</Channel>
        <Computer>SCH-UEVGEN02.webfarm.local</Computer>
        <Security UserID="S-1-5-18" />
      </System>
      <EventData>
        <Data Name="Status">-2145844845</Data>
        <Data Name="URL">https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv</Data>
      </EventData>
    </Event>
    Event ID 110
    Log Name:      Microsoft-AppV-Streaming-Transport/Debug
    Source:        Microsoft-AppV-Streaming-Transport
    Date:          28/08/2013 10:07:42
    Event ID:      110
    Task Category: Transport stream request operation
    Level:         Error
    Keywords:     
    User:          SYSTEM
    Computer:      SCH-UEVGEN02.webfarm.local
    Description:
    Http Send request on URI
    https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv with header  failed with status Unknown HResult Error code: 0x80190193.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-AppV-Streaming-Transport" Guid="{15936a6f-bea1-479e-9ab1-1815802d2205}" />
        <EventID>110</EventID>
        <Version>1</Version>
        <Level>2</Level>
        <Task>4</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2013-08-28T09:07:42.325397400Z" />
        <EventRecordID>479</EventRecordID>
        <Correlation />
        <Execution ProcessID="3948" ThreadID="4012" ProcessorID="0" KernelTime="2" UserTime="1" />
        <Channel>Microsoft-AppV-Streaming-Transport/Debug</Channel>
        <Computer>SCH-UEVGEN02.webfarm.local</Computer>
        <Security UserID="S-1-5-18" />
      </System>
      <EventData>
        <Data Name="URI">https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv</Data>
        <Data Name="Header">
        </Data>
        <Data Name="Status">-2145844845</Data>
      </EventData>
    </Event>
    Error in AppEnforce.log
    <![LOG[The AppV 5X client is configured for use with ConfigMgr.]LOG]!><time="10:07:38.954-60" date="08-28-2013" component="AppEnforce" context="" type="1" thread="2552" file="appvclientconfig5x.cpp:64">
    <![LOG[The package with GUID efaa1d42-dc70-4fc0-8976-fb692e83c395 is not installed on this machine yet]LOG]!><time="10:07:38.964-60" date="08-28-2013" component="AppEnforce" context="" type="1" thread="2552"
    file="appvpackagequery5x.cpp:177">
    <![LOG[Package: WinRAR 4.20 Win7 x64 with version GUID 6d7400fc-169b-4fa1-b292-29fdac24cae4 is not installed. Will install it]LOG]!><time="10:07:38.965-60" date="08-28-2013" component="AppEnforce" context=""
    type="1" thread="2552" file="appv5xhandler.cpp:459">
    <![LOG[Configure the package WinRAR 4.20 Win7 x64 as streaming. Use content ID Content_5f364464-dd13-4bb2-8142-3c41850f5e49 and content version 1]LOG]!><time="10:07:38.965-60" date="08-28-2013" component="AppEnforce" context=""
    type="1" thread="2552" file="appv5xhandler.cpp:475">
    <![LOG[Using content path <a href="https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv]LOG]!><time="10:07:39.206-60">https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv]LOG]!><time="10:07:39.206-60"
    date="08-28-2013" component="AppEnforce" context="" type="1" thread="2552" file="appv5xhandler.cpp:494">
    <![LOG[Running App-V command ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe" -ExecutionPolicy Bypass import-module 'C:\Program Files\Microsoft Application Virtualization\Client\AppvClient\AppvClient.psd1';  Add-AppvClientPackage
    -Path 'https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv'  -DynamicDeploymentConfiguration 'C:\Windows\ccmcache\4\WinRAR_420_Win7x64_DeploymentConfig.xml'] for the  machine]LOG]!><time="10:07:39.211-60"
    date="08-28-2013" component="AppEnforce" context="" type="1" thread="2552" file="appvcommandutil.cpp:117">
    <![LOG[    Executing Command line: "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe" -ExecutionPolicy Bypass import-module 'C:\Program Files\Microsoft Application Virtualization\Client\AppvClient\AppvClient.psd1'; 
    Add-AppvClientPackage -Path 'https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv'  -DynamicDeploymentConfiguration 'C:\Windows\ccmcache\4\WinRAR_420_Win7x64_DeploymentConfig.xml' with system
    context]LOG]!><time="10:07:39.211-60" date="08-28-2013" component="AppEnforce" context="" type="1" thread="2552" file="appexcnlib.cpp:345">
    <![LOG[    Process 3948 terminated with exitcode: 1]LOG]!><time="10:07:42.823-60" date="08-28-2013" component="AppEnforce" context="" type="1" thread="2552" file="appexcnlib.cpp:431">
    <![LOG[Here is the error message generated by the process:
    Add-AppvClientPackage : The provided URL could not be resolved. Please check
    that the URL is valid. HRESULT: 80190193.
    At line:1 char:106
    + import-module 'C:\Program Files\Microsoft Application
    Virtualization\Client\Appv ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~
        + CategoryInfo          : NotSpecified: (:) [Add-AppvClientPackage], COMEx
       ception
        + FullyQualifiedErrorId : System.Runtime.InteropServices.COMException,Micr
       osoft.AppV.AppvClientPowerShell.AddAppvPackage
    ]LOG]!><time="10:07:42.823-60" date="08-28-2013" component="AppEnforce" context="" type="3" thread="2552" file="appexcnlib.cpp:441">
    <![LOG[AppV command ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe" -ExecutionPolicy Bypass import-module 'C:\Program Files\Microsoft Application Virtualization\Client\AppvClient\AppvClient.psd1';  Add-AppvClientPackage -Path
    'https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv'  -DynamicDeploymentConfiguration 'C:\Windows\ccmcache\4\WinRAR_420_Win7x64_DeploymentConfig.xml'] failed with return code 1.]LOG]!><time="10:07:42.823-60"
    date="08-28-2013" component="AppEnforce" context="" type="3" thread="2552" file="appvcommandutil.cpp:128">
    <![LOG[AppVCommandUtil::RunAppVCommand() failed. (0x87d0128f)]LOG]!><time="10:07:42.824-60" date="08-28-2013" component="AppEnforce" context="" type="3" thread="2552" file="appvcommandutil.cpp:154">
    <![LOG[AppVManageClient5X::InstallAppVPackage() failed. (0x87d0128f)]LOG]!><time="10:07:42.824-60" date="08-28-2013" component="AppEnforce" context="" type="3" thread="2552" file="appvmanage5x.cpp:86">
    <![LOG[    CAppV5XHandler::InstallApp() failed. (0x87d0128f)]LOG]!><time="10:07:42.824-60" date="08-28-2013" component="AppEnforce" context="" type="3" thread="2552" file="appv5xhandler.cpp:646">
    <![LOG[++++++ App enforcement completed (4 seconds) for App DT "WinRAR 4.20 Win7 x64" [ScopeId_86A33434-E76B-408D-8910-C2EADC8E3BA0/DeploymentType_93e3e297-e10c-421e-a178-fe43212b1bde], Revision: 2, User SID: S-1-5-21-3578899820-3203048151-3782333795-4928]
    ++++++]LOG]!><time="10:07:42.826-60" date="08-28-2013" component="AppEnforce" context="" type="1" thread="2552" file="appprovider.cpp:2366">

    Hey Tim,
    Since we're targeting  vmware view machines in floating pools with roaming profiles we can't really go live with download and execute as the users will stab away at the dead shortcuts and raise calls with service desk until their apps finish downloading.
    Going to try and resolve the intermittent Add-AppvClientPackage
    and
    Publish-AppvClientPackage
    and return to the SSL issue later.

  • JSP page fails to load completely ....

    Hey guys,
    I am working on a webapps on J2EE and Struts, and we use Oracle application server 10g to deploy the webapps.
    The problem of a page fails to load completely (loaded probably 10% and stopped) comes from one of the users which implements a config. on their apps server such that it has the ability to jump from one server to another should one of them fails or taking too much time to process.. Not sure whether this might be the problem but i think it's better to lay out the scenarios clearly. The rest to my knowledge is common settings..
    I am having trouble identifying them problem, because other users which has deployed the same webapps, also on oracle AS 10g is not faced with the same problem.
    The error printed in the log is not giving me much clue, Could anyone of you take a look to see if it makes any sense to you as in what is causing the problem. Pls see below (file/resource names renamed for confidentiality purpose):
    03:28:21,947 - ERROR xx.jsp - display.yy._jspService(_yy.java:614)
    03:28:21,947 - ERROR xx.jsp - com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    03:28:21,948 - ERROR xx.jsp - oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:347)
    03:28:21,949 - ERROR xx.jsp - oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
    03:28:21,950 - ERROR xx.jsp - oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
    03:28:21,950 - ERROR xx.jsp - javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    03:28:21,951 - ERROR xx.jsp - com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:810)
    03:28:21,952 - ERROR xx.jsp - com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)
    03:28:21,952 - ERROR xx.jsp - com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
    03:28:21,953 - ERROR xx.jsp - com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
    03:28:21,954 - ERROR xx.jsp - com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
    03:28:21,954 - ERROR xx.jsp - com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    03:28:21,955 - ERROR xx.jsp - java.lang.Thread.run(Thread.java:534)
    I would really appreciate any ideas...anything :)
    Thanks a lot in advance!!!

    From the Safari menu bar, select
    Safari ▹ Preferences ▹ Extensions
    If any extensions are installed, disable them and test.

  • Photos fail to print after editing with clone stamp tool and layers

    After editing using the clone stamp tool and using layers the photos fail to print.  I even tried a simple crop edit and the photo failed to print.
    Photos print without editing.

    Im working on a Mac OX 10.9.4 and Photoshop Elements 12 for Mac
    I tried printing from Organizer and editor and I have the image saved on my desktop
    I don't receive an error when I try to print. The message usually reads: Printing, 2% complete or 13% complete.
    I have left it sit overnight but it never produced a photo.
    The printer is new: HP Envy 5400 and I have no problem printing photos from I Photo.

  • Error message: "Document Failed to Print"

    Every time I print to the Adobe PDF Printer, I get this error message: "Document Failed to Print". 
    Problem is that the PDF is created just fine.  So it's a ghost error.
    I have Windows XP Professional SP3, Acrobat X Pro 10.1.0.
    I've repaired Acrobat and still get the same error.  Any ideas?
    J.R.

    Here's what I get in the temp directory after the "failed" print
    The swtag.log file below
    2011-08-22 21:36:52 [1596] SWTAG: _info_: __SWTAG_LOG_FILE__
    2011-08-22 21:36:52 [1596] SWTAG: _info_: Get privilege info for "C:\DOCUME~1\JR\LOCALS~1\Temp\swtag.log" returned 0
    2011-08-22 21:36:52 [1596] SWTAG: _info_: Set privilege info for "C:\DOCUME~1\JR\LOCALS~1\Temp\swtag.log" returned 0
    2011-08-22 21:36:52 [1596] SWTAG: _info_: ==========================================
    2011-08-22 21:36:52 [1596] SWTAG: _info_: Start SWTAGGING productName=Acrobat X Pro; licensingCode=AcrobatPro-AS1-Win-GM; locale=MUL; caller=1
    2011-08-22 21:36:52 [1596] SWTAG: _info_: Get privilege info for "C:\Documents and Settings\All Users\Application Data\regid.1986-12.com.adobe" returned 0
    2011-08-22 21:36:52 [1596] SWTAG: _info_: Set privilege info for "C:\Documents and Settings\All Users\Application Data\regid.1986-12.com.adobe" returned 0
    2011-08-22 21:36:52 [1596] SWTAG: _info_: Reading existing C:\Documents and Settings\All Users\Application Data\regid.1986-12.com.adobe\regid.1986-12.com.adobe_AcrobatPro-AS1-Win-GM-MUL.swidtag file
    2011-08-22 21:36:52 [1596] SWTAG: _info_: End SWTAGGING
    2011-08-22 21:36:52 [1596] SWTAG: _info_: ==========================================
    The amt3.log file below
    2011-08-22 21:36:52 [1596]  AMT: START SESSION, library version 3.5.0.34,3.5
    2011-08-22 21:36:52 [1596]  AMT: Initializing C:\Program Files\Adobe\Acrobat 10.0\Acrobat
    2011-08-22 21:36:52 [1596]  AMT: Adobe License Manager version 3.5 (build 2.0) RELEASE
    2011-08-22 21:36:52 [1596]  AMT: Failed to disable Virtualization SetTokenInformation Failed
    2011-08-22 21:36:52 [1596]  ServiceLoader: looking for library C:\Program Files\Adobe\Acrobat 10.0\Acrobat\adobe_caps.dll
    2011-08-22 21:36:52 [1596]  ServiceLoader: Found library C:\Program Files\Adobe\Acrobat 10.0\Acrobat\adobe_caps.dll
    2011-08-22 21:36:52 [1596]  PCD thread: PCD thread started
    2011-08-22 21:36:52 [1596]  PCDService: PCD Service in threaded mode
    2011-08-22 21:36:52 [1596]  performance: AMTPreObtainProductLicense took 18.970846 ms
    2011-08-22 21:36:52 [1596]  ServiceLoader: looking for library C:\Program Files\Adobe\Acrobat 10.0\Acrobat\Adobe_OOBE_Launcher.dll
    2011-08-22 21:36:52 [1596]  ServiceLoader: Found library C:\Program Files\Adobe\Acrobat 10.0\Acrobat\Adobe_OOBE_Launcher.dll
    2011-08-22 21:36:52 [1596]  AMT: App Product Locale [0] = en_US
    2011-08-22 21:36:52 [1596]  config: Loading configuration for C:\Program Files\Adobe\Acrobat 10.0\Acrobat\AMT\application.xml
    2011-08-22 21:36:52 [1596]  config: Found payload code {AC76BA86-1033-F400-7760-000000000005}
    2011-08-22 21:36:52 [1596]  PCDService: found driver code {AC76BA86-1033-F400-7760-000000000005}
    2011-08-22 21:36:52 [1596]  config: config: Host app was installed, using installed license configuration.
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [FLMap] in hive [AcrobatPro-AS1-Win-GM{|}ALL] in cache.
    2011-08-22 21:36:52 [1596]  config: Setting current license to the driver at startup because no mapping was found.
    2011-08-22 21:36:52 [1596]  config: Setting current license to AcrobatPro-AS1-Win-GM [ALL]
    2011-08-22 21:36:52 [1596]  config: payload code: {AC76BA86-1033-F400-7760-000000000005}
    2011-08-22 21:36:52 [1596]  config: driver payload code: {AC76BA86-1033-F400-7760-000000000005}
    2011-08-22 21:36:52 [1596]  config: driver licensing code: AcrobatPro-AS1-Win-GM
    2011-08-22 21:36:52 [1596]  config: current licensing code: AcrobatPro-AS1-Win-GM
    2011-08-22 21:36:52 [1596]  config: current locale code: ALL
    2011-08-22 21:36:52 [1596]  config: Done loading configuration
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [installedLanguages] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  AMT: installedLanguages against the app payloadcode not found
    2011-08-22 21:36:52 [1596]  AMT: No locales found from Master PCD, hence defaulting to inPreferredLocales
    2011-08-22 21:36:52 [1596]  config: Setting insalled locales
    2011-08-22 21:36:52 [1596]  config: Changing locale to "en_US" because old locale "" is not in the new list of installed languages
    2011-08-22 21:36:52 [1596]  ServiceLoader: looking for library C:\Program Files\Adobe\Acrobat 10.0\Acrobat\asneu.dll
    2011-08-22 21:36:52 [1596]  ServiceLoader: Found library C:\Program Files\Adobe\Acrobat 10.0\Acrobat\asneu.dll
    2011-08-22 21:36:52 [1596]  AMT: config: Finding license info for payload: {AC76BA86-1033-F400-7760-000000000005}
    2011-08-22 21:36:52 [1596]  AMT: config: PayloadCode: {AC76BA86-1033-F400-7760-000000000005}
    2011-08-22 21:36:52 [1596]  AMT: config: Driver PayloadCode: {AC76BA86-1033-F400-7760-000000000005}
    2011-08-22 21:36:52 [1596]  AMT: config: Installed LicensingCode: AcrobatPro-AS1-Win-GM
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [BridgeTalkCode] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [BridgeTalkCode] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [ISO_TAGGING_DISABLED] in hive [AcrobatPro-AS1-Win-GM] in master.
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [EULA] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [Registration] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [Registration] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [Growl] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [Growl] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [Updates] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [Updates] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  AMT: config: No BridgeTalkCode found in configuration; Bridgetalk will be disabled.
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [SuiteFeatureCount] in hive [AcrobatPro-AS1-Win-GM] in master.
    2011-08-22 21:36:52 [1596]  AMT: Application can be serialized (sif file found).
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [SN] in hive [AcrobatPro-AS1-Win-GM{|}en_US] in cache.
    2011-08-22 21:36:52 [1596]  config: No en_US licensed serial number found in AcrobatPro-AS1-Win-GM
    2011-08-22 21:36:52 [1596]  config: Setting current license to AcrobatPro-AS1-Win-GM [ALL]
    2011-08-22 21:36:52 [1596]  AMT: Subsequent launch (serial [97078272311393882603]).
    2011-08-22 21:36:52 [1596]  AMT: Application state initialized.  Obtaining Product License.
    2011-08-22 21:36:52 [1596]  AMT: Obtaining client features from cache.
    2011-08-22 21:36:52 [1596]  AMT: Obtaining client product info from cache.
    2011-08-22 21:36:52 [1596]  AMT: Running in PROV_APP
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [EULADelay] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [EULADelay] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [MediaTag] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  config: No media tag found for payload {AC76BA86-1033-F400-7760-000000000005}
    2011-08-22 21:36:52 [1596]  config: Using default media policy RET
    2011-08-22 21:36:52 [1596]  uiswitch: EULA has already been accepted.
    2011-08-22 21:36:52 [1596]  AMT: This is a subsequent launch. Deferring services.
    2011-08-22 21:36:52 [1596]  performance: AMTObtainProductLicense took 77.208977 ms
    2011-08-22 21:36:52 [1596]  AMT: AMT: Validating Product License.
    2011-08-22 21:36:52 [1596]  AMT: Launch Workflow not yet done in foreground in this session.
    2011-08-22 21:36:52 [1596]  AMT: Starting Foreground Subsequent Launch Workflow
    2011-08-22 21:36:52 [1596]  AMT: Running in PROV_APP
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [EULADelay] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [EULADelay] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [MediaTag] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  config: No media tag found for payload {AC76BA86-1033-F400-7760-000000000005}
    2011-08-22 21:36:52 [1596]  config: Using default media policy RET
    2011-08-22 21:36:52 [1596]  uiswitch: EULA has already been accepted.
    2011-08-22 21:36:52 [1596]  AMT: Starting ALM workflow.
    2011-08-22 21:36:52 [1596]  AMT: Initializing ALM for serialized activation.
    2011-08-22 21:36:52 [1596]  ALMService: Initializing as licensed app
    2011-08-22 21:36:52 [1596]  ALM: _info_: Start ALM 3.5 Release (build 3.5.2.0)
    2011-08-22 21:36:52 [1596]  SLCoreService: Starting up SLCore 1.5 Release (build 1.5.21.224873).
    2011-08-22 21:36:52 [1596]  SLCoreService: Service construction took 0.2 ms and succeed.
    2011-08-22 21:36:52 [1596]  ALM: _info_: LEID passed AcrobatPro-AS1-Win-GM is used to configure SLCore = 0
    2011-08-22 21:36:52 [1596]  ALM: _info_: Host app is Licensable App
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [AcrobatPro-AS1-Win-GM{|}0] in hive [SSC-AS1-LE-Dominance] in master.
    2011-08-22 21:36:52 [1596]  ALM: _info_: Found LEID AcrobatPro-AS1-Win-GM with AMT Path C:\Program Files\Adobe\Acrobat 10.0\Acrobat\AMT
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [MediaTag] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  config: No media tag found for payload {AC76BA86-1033-F400-7760-000000000005}
    2011-08-22 21:36:52 [1596]  config: Using default media policy RET
    2011-08-22 21:36:52 [1596]  ALM: _info_: MediaTagPolicy is RET
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [NTL_WO_SN] in hive [AcrobatPro-AS1-Win-GM] in master.
    2011-08-22 21:36:52 [1596]  ALM: _info_: Canonical LEID is AcrobatPro-AS1-Win-GM
    2011-08-22 21:36:52 [1596]  ALM: _info_: Driver LEID is AcrobatPro-AS1-Win-GM
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [970787076197273632833643] in hive [RejectedSNDomain_CS5] in cache.
    2011-08-22 21:36:52 [1596]  SLCoreService: Reading product config [C:\Program Files\Adobe\Acrobat 10.0\Acrobat\AMT\SLConfig.xml]
    2011-08-22 21:36:52 [1596]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for ALL
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [installedLanguages] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [installedLanguages] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  ALM: _info_: Set Running Locale to en_US
    2011-08-22 21:36:52 [1596]  ALM: _time_: (func: ALM_Initialize, duration: 0.015 sec)
    2011-08-22 21:36:52 [1596]  AMT: Performing ALM silent license verification.
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [EncryptedSerial] in hive [{AC76BA86-1033-F400-7760-000000000005}] in cache.
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [Serial] in hive [{AC76BA86-1033-F400-7760-000000000005}] in cache.
    2011-08-22 21:36:52 [1596]  config: No pre-serial number found in {AC76BA86-1033-F400-7760-000000000005}
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [PSN] in hive [AcrobatPro-AS1-Win-GM{|}en_US] in cache.
    2011-08-22 21:36:52 [1596]  config: No en_US provisional serial number found in AcrobatPro-AS1-Win-GM
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [PSN] in hive [AcrobatPro-AS1-Win-GM{|}ALL] in cache.
    2011-08-22 21:36:52 [1596]  config: No ALL provisional serial number found in AcrobatPro-AS1-Win-GM
    2011-08-22 21:36:52 [1596]  ALM: _info_: Validate license at Post-Chrome time, running locale is en_US
    2011-08-22 21:36:52 [1596]  ALM: _info_: Searching license for locale en_US ...
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [SN] in hive [AcrobatPro-AS1-Win-GM{|}en_US] in cache.
    2011-08-22 21:36:52 [1596]  config: No en_US licensed serial number found in AcrobatPro-AS1-Win-GM
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [970782723113938826035378] in hive [RejectedSNDomain_CS5] in cache.
    2011-08-22 21:36:52 [1596]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for ALL
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [installedLanguages] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [installedLanguages] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for ALL
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [installedLanguages] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [installedLanguages] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  ALM: _info_: Found existing serialization under LEID AcrobatPro-AS1-Win-GM, the serial number locale is ALL
    2011-08-22 21:36:52 [1596]  ALM: _info_: This is the running locale, stop the search
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [SN] in hive [AcrobatPro-AS1-Win-GM{|}en_US] in cache.
    2011-08-22 21:36:52 [1596]  config: No en_US licensed serial number found in AcrobatPro-AS1-Win-GM
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [970782723113938826035378] in hive [RejectedSNDomain_CS5] in cache.
    2011-08-22 21:36:52 [1596]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for ALL
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [installedLanguages] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [installedLanguages] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for ALL
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [installedLanguages] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [installedLanguages] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [970782723113938826035378] in hive [RejectedSNDomain_CS5] in cache.
    2011-08-22 21:36:52 [1596]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for ALL
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [installedLanguages] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [installedLanguages] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [970782723113938826035378] in hive [RejectedSNDomain_CS5] in cache.
    2011-08-22 21:36:52 [1596]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for ALL
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [installedLanguages] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [installedLanguages] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  config: Setting current license to AcrobatPro-AS1-Win-GM [ALL]
    2011-08-22 21:36:52 [1596]  SLCoreService: Syncing to license store...
    2011-08-22 21:36:52 [1596]  SLCoreService: Found server mkey.
    2011-08-22 21:36:52 [1596]  SLCoreService: Loading license references...
    2011-08-22 21:36:52 [1596]  SLCoreService: Found 3 license file(s)
    2011-08-22 21:36:52 [1596]  SLCoreService: Parsing license file [184302669.lic] succeed.
    2011-08-22 21:36:52 [1596]  SLCoreService: Parsing license file [44436013.lic] succeed.
    2011-08-22 21:36:52 [1596]  SLCoreService: Parsing license file [95983277.lic] succeed.
    2011-08-22 21:36:52 [1596]  SLCoreService: License store synchronization took 153.1 ms and succeed.
    2011-08-22 21:36:52 [1596]  SLCoreService: Query license: type = 3, duration = permanent, remaining = permanent.
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [PDApp_WF] in hive [AcrobatPro-AS1-Win-GM] in cache.
    2011-08-22 21:36:52 [1596]  ALM: _info_: Performing Disabled Check
    2011-08-22 21:36:52 [1596]  SLCoreService: Feature ALM_AcrobatProfessionalGM_10.0 is enabled.
    2011-08-22 21:36:52 [1596]  SLCoreService: Feature Acrobat_10.0 is enabled.
    2011-08-22 21:36:52 [1596]  SLCoreService: Feature Acrobat_Base_10.0 is enabled.
    2011-08-22 21:36:52 [1596]  SLCoreService: Feature Acrobat_Distiller_10.0 is enabled.
    2011-08-22 21:36:52 [1596]  SLCoreService: Feature Acrobat_Professional_10.0 is enabled.
    2011-08-22 21:36:52 [1596]  SLCoreService: Feature ALM_AcrobatProfessionalGM_10.0 is enabled.
    2011-08-22 21:36:52 [1596]  SLCoreService: Feature Acrobat_10.0 is enabled.
    2011-08-22 21:36:52 [1596]  SLCoreService: Feature Acrobat_Base_10.0 is enabled.
    2011-08-22 21:36:52 [1596]  SLCoreService: Feature Acrobat_Distiller_10.0 is enabled.
    2011-08-22 21:36:52 [1596]  SLCoreService: Feature Acrobat_Professional_10.0 is enabled.
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [ALM_Info_S1] in hive [AcrobatPro-AS1-Win-GM{|}ALL] in cache.
    2011-08-22 21:36:52 [1596]  ALM: _info_: Performing Block Check
    2011-08-22 21:36:52 [1596]  SLCoreService: Query license: type = 3, duration = permanent, remaining = permanent.
    2011-08-22 21:36:52 [1596]  ALM: _info_: Block Check ByPassed
    2011-08-22 21:36:52 [1596]  SLCoreService: Query license: type = 3, duration = permanent, remaining = permanent.
    2011-08-22 21:36:52 [1596]  ALM: _time_: (func: ALM_License_SilentValidate, duration: 0.172 sec)
    2011-08-22 21:36:52 [1596]  ALM: _info_: ALM_License_SilentValidate return license status: Valid And Activated
    2011-08-22 21:36:52 [1596]  AMT: License check shows serialized product is already activated.
    2011-08-22 21:36:52 [1596]  ALM: _info_: Entered ALM_NeedANAG
    2011-08-22 21:36:52 [1596]  ALM: _info_: Exiting ALM_NeedANAG
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [Updates] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  PCDService: No value for key [Updates] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:36:52 [1596]  AUMService: config: No AdobeUpdaterCode found in configuration; AUM will be disabled.
    2011-08-22 21:36:52 [1596]  ServiceLoader: looking for library C:\Program Files\Adobe\Acrobat 10.0\Acrobat\updaternotifications.dll
    2011-08-22 21:36:52 [1596]  ServiceLoader: Failed to find updaternotifications.dll
    2011-08-22 21:36:52 [1596]  AUMService: IsUpdaterEnabled call
    2011-08-22 21:36:52 [1596]  ServiceLoader: Symbol UpdaterNotificationsIsUpdaterEnabled can't be found in library updaternotifications.dll because the library has not been added to the loader
    2011-08-22 21:36:52 [1596]  AUMService: Could not load function UpdaterNotificationsIsUpdaterEnabled
    2011-08-22 21:36:52 [1596]  ALM: _info_: Deactivation menu is enabled
    2011-08-22 21:36:52 [1596]  AMT: Completed Launch Workflow successfully.
    2011-08-22 21:36:52 [1596]  AMT: Checking client features against cache.
    2011-08-22 21:36:52 [1596]  AMT: Feature Acrobat 10.0 is licensed (was licensed).
    2011-08-22 21:36:52 [1596]  AMT: Feature Acrobat_Viewer 10.0 is unlicensed (was unlicensed).
    2011-08-22 21:36:52 [1596]  AMT: Feature Acrobat_Distiller 10.0 is licensed (was licensed).
    2011-08-22 21:36:52 [1596]  AMT: Feature Shared_Designer 10.0 is unlicensed (was unlicensed).
    2011-08-22 21:36:52 [1596]  AMT: Feature Acrobat_DeepExploration 10.0 is unlicensed (was unlicensed).
    2011-08-22 21:36:52 [1596]  AMT: Feature AMT_ALLOW_DRAGDROP_INSTALL 3.0 is unlicensed (was unlicensed).
    2011-08-22 21:36:52 [1596]  AMT: Validating client product info against cache.
    2011-08-22 21:36:52 [1596]  AMT: Starting Data Collection for SWTag_Init()
    2011-08-22 21:36:52 [1596]  AMT: DoISOTagging() productCanonicalLEID = AcrobatPro-AS1-Win-GM;outMappedLEID =  AcrobatPro-AS1-Win-GM, unused = AcrobatPro-AS1-Win-GM
    2011-08-22 21:36:52 [1596]  AMT: DoISOTagging() productPayloadCode = {AC76BA86-1033-F400-7760-000000000005};driverPayloadCode =  {AC76BA86-1033-F400-7760-000000000005}
    2011-08-22 21:36:52 [1596]  AMT: SWTag_Init() Tags Arguments Acrobat X Pro; AcrobatPro-AS1-Win-GM; MUL
    2011-08-22 21:36:52 [1596]  AMT: DoISOTagging() License Status = activated
    2011-08-22 21:36:52 [1596]  AMT: DoISOTagging() Tags 970782723113938826035378; 10.0; RETAIL
    2011-08-22 21:36:52 [1596]  AMT: DoISOTagging() Product Version 10; 0
    2011-08-22 21:36:52 [1596]  AMT: AMT: Product License Validated.
    2011-08-22 21:36:52 [1596]  performance: AMTValidateProductLicense took 222.976379 ms
    2011-08-22 21:36:59 [368]  AMT: START SESSION, library version 3.5.0.34,3.5
    2011-08-22 21:36:59 [368]  AMT: Initializing C:\Program Files\Adobe\Acrobat 10.0\Acrobat\
    2011-08-22 21:36:59 [368]  AMT: Adobe License Manager version 3.5 (build 2.0) RELEASE
    2011-08-22 21:36:59 [368]  AMT: Failed to disable Virtualization SetTokenInformation Failed
    2011-08-22 21:36:59 [368]  ServiceLoader: looking for library C:\Program Files\Adobe\Acrobat 10.0\Acrobat\adobe_caps.dll
    2011-08-22 21:36:59 [368]  ServiceLoader: Found library C:\Program Files\Adobe\Acrobat 10.0\Acrobat\adobe_caps.dll
    2011-08-22 21:36:59 [368]  PCDService: PCD Service in threaded mode
    2011-08-22 21:36:59 [368]  performance: AMTPreObtainProductLicense took 8.492141 ms
    2011-08-22 21:36:59 [368]  PCD thread: PCD thread started
    2011-08-22 21:37:04 [368]  ServiceLoader: looking for library C:\Program Files\Adobe\Acrobat 10.0\Acrobat\Adobe_OOBE_Launcher.dll
    2011-08-22 21:37:04 [368]  ServiceLoader: Found library C:\Program Files\Adobe\Acrobat 10.0\Acrobat\Adobe_OOBE_Launcher.dll
    2011-08-22 21:37:04 [368]  AMT: App Product Locale [0] = en_US
    2011-08-22 21:37:04 [368]  config: Loading configuration for C:\Program Files\Adobe\Acrobat 10.0\Acrobat\AMT\application.xml
    2011-08-22 21:37:04 [368]  config: Found payload code {AC76BA86-1033-F400-7760-000000000005}
    2011-08-22 21:37:04 [368]  PCDService: found driver code {AC76BA86-1033-F400-7760-000000000005}
    2011-08-22 21:37:04 [368]  config: config: Host app was installed, using installed license configuration.
    2011-08-22 21:37:04 [368]  PCDService: No value for key [FLMap] in hive [AcrobatPro-AS1-Win-GM{|}ALL] in cache.
    2011-08-22 21:37:04 [368]  config: Setting current license to the driver at startup because no mapping was found.
    2011-08-22 21:37:04 [368]  config: Setting current license to AcrobatPro-AS1-Win-GM [ALL]
    2011-08-22 21:37:04 [368]  config: payload code: {AC76BA86-1033-F400-7760-000000000005}
    2011-08-22 21:37:04 [368]  config: driver payload code: {AC76BA86-1033-F400-7760-000000000005}
    2011-08-22 21:37:04 [368]  config: driver licensing code: AcrobatPro-AS1-Win-GM
    2011-08-22 21:37:04 [368]  config: current licensing code: AcrobatPro-AS1-Win-GM
    2011-08-22 21:37:04 [368]  config: current locale code: ALL
    2011-08-22 21:37:04 [368]  config: Done loading configuration
    2011-08-22 21:37:04 [368]  PCDService: No value for key [installedLanguages] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:37:04 [368]  AMT: installedLanguages against the app payloadcode not found
    2011-08-22 21:37:04 [368]  AMT: No locales found from Master PCD, hence defaulting to inPreferredLocales
    2011-08-22 21:37:04 [368]  config: Setting insalled locales
    2011-08-22 21:37:04 [368]  config: Changing locale to "en_US" because old locale "" is not in the new list of installed languages
    2011-08-22 21:37:04 [368]  ServiceLoader: looking for library C:\Program Files\Adobe\Acrobat 10.0\Acrobat\asneu.dll
    2011-08-22 21:37:04 [368]  ServiceLoader: Found library C:\Program Files\Adobe\Acrobat 10.0\Acrobat\asneu.dll
    2011-08-22 21:37:04 [368]  AMT: config: Finding license info for payload: {AC76BA86-1033-F400-7760-000000000005}
    2011-08-22 21:37:04 [368]  AMT: config: PayloadCode: {AC76BA86-1033-F400-7760-000000000005}
    2011-08-22 21:37:04 [368]  AMT: config: Driver PayloadCode: {AC76BA86-1033-F400-7760-000000000005}
    2011-08-22 21:37:04 [368]  AMT: config: Installed LicensingCode: AcrobatPro-AS1-Win-GM
    2011-08-22 21:37:04 [368]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:37:04 [368]  PCDService: No value for key [BridgeTalkCode] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:37:04 [368]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:37:04 [368]  PCDService: No value for key [BridgeTalkCode] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:37:04 [368]  PCDService: No value for key [ISO_TAGGING_DISABLED] in hive [AcrobatPro-AS1-Win-GM] in master.
    2011-08-22 21:37:04 [368]  PCDService: No value for key [EULA] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:37:04 [368]  PCDService: No value for key [Registration] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:37:04 [368]  PCDService: No value for key [Registration] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:37:04 [368]  PCDService: No value for key [Growl] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:37:04 [368]  PCDService: No value for key [Growl] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:37:04 [368]  PCDService: No value for key [Updates] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:37:04 [368]  PCDService: No value for key [Updates] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:37:04 [368]  AMT: config: No BridgeTalkCode found in configuration; Bridgetalk will be disabled.
    2011-08-22 21:37:04 [368]  PCDService: No value for key [SuiteFeatureCount] in hive [AcrobatPro-AS1-Win-GM] in master.
    2011-08-22 21:37:04 [368]  AMT: Application can be serialized (sif file found).
    2011-08-22 21:37:04 [368]  PCDService: No value for key [SN] in hive [AcrobatPro-AS1-Win-GM{|}en_US] in cache.
    2011-08-22 21:37:04 [368]  config: No en_US licensed serial number found in AcrobatPro-AS1-Win-GM
    2011-08-22 21:37:04 [368]  config: Setting current license to AcrobatPro-AS1-Win-GM [ALL]
    2011-08-22 21:37:04 [368]  AMT: Subsequent launch (serial [97078272311393882603]).
    2011-08-22 21:37:04 [368]  AMT: Application state initialized.  Obtaining Product License.
    2011-08-22 21:37:04 [368]  AMT: Obtaining client features from cache.
    2011-08-22 21:37:04 [368]  AMT: Obtaining client product info from cache.
    2011-08-22 21:37:04 [368]  AMT: Running in PROV_APP
    2011-08-22 21:37:04 [368]  PCDService: No value for key [EULADelay] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:37:04 [368]  PCDService: No value for key [EULADelay] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:37:04 [368]  PCDService: No value for key [MediaTag] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:37:04 [368]  config: No media tag found for payload {AC76BA86-1033-F400-7760-000000000005}
    2011-08-22 21:37:04 [368]  config: Using default media policy RET
    2011-08-22 21:37:04 [368]  uiswitch: EULA has already been accepted.
    2011-08-22 21:37:04 [368]  AMT: This is a subsequent launch. Deferring services.
    2011-08-22 21:37:04 [368]  performance: AMTObtainProductLicense took 32.694099 ms
    2011-08-22 21:37:07 [368]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:37:07 [368]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:37:07 [368]  PCDService: No value for key [Updates] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:37:07 [368]  PCDService: No value for key [Updates] in hive [{AC76BA86-1033-F400-7760-000000000005}] in master.
    2011-08-22 21:37:07 [368]  AUMService: config: No AdobeUpdaterCode found in configuration; AUM will be disabled.
    2011-08-22 21:37:07 [368]  ServiceLoader: looking for library C:\Program Files\Adobe\Acrobat 10.0\Acrobat\updaternotifications.dll
    2011-08-22 21:37:07 [368]  ServiceLoader: Failed to find updaternotifications.dll
    2011-08-22 21:37:07 [368]  performance: AMTReleaseProductLicense took 7.449550 ms
    2011-08-22 21:37:07 [368]  AMT: END SESSION.
    Personally, I can't make hide nor hair out of either one of these reports.
    J.R.

  • REP-1849: Failed while printing : Problem while printing on network printer

    I am getting this error message while printing the report on Network Printer.
    "REP-1849: Failed while printing"
    Reports Server is not installed on my machine.
    On shared printer, it has no problems.
    Platform is Win2000. Report Builder 6.0.8.11.3
    Plz help !
    Thanks in advance !

    Try the following if your printer is a network printer
    1. Add Printers - select Local Printer
    2. In the Add Printer wizard, select "create a new port" option and select "TCP/IP" as type
    3. Write the IP address of the network printer in the "Add standard TCP/IP Printer Port wizard". The port name becomes IP_<ip addr>. Click Next.
    4. Select the printer and printer type in "Add Printer" wizard.
    5. Select a driver and Write a printer name. This completes the setup. Use this printer name to print from Oracle reports.
    Hope this helps..
    Yogesh
    I am getting this error message while printing the report on Network Printer.
    "REP-1849: Failed while printing"
    Reports Server is not installed on my machine.
    On shared printer, it has no problems.
    Platform is Win2000. Report Builder 6.0.8.11.3
    Plz help !
    Thanks in advance !

  • Canon Pixma MP610 fails to print and returns a " Stopped - 'Filter' failed" error message.

    Hi, I have updated to latest OS and now my Canon Pixma MP610 fails to print and returns a " Stopped - 'Filter' failed" error message.
    I am running OS X 10.9.3 (13D65) on a 3.4 GHz Intel Core i5 iMac with  8 GB 1600 MHz DDR3
    I've done a complete system re-install and also performed a targetted install of just the Canon Drivers - but all to no avail.
    The printer is OK with regard ink-levels and is/was working fine. It will print out 'photocopies' independantly of the iMac. Additionally, from within the Print Queue I can view the ink-levels so there are comms between the iMac and the Canon - it's just that 'Print' seems to be off topic.
    Can anyone help as I have to get a document out tonight
    Many thanks in advance
    S

    Is that device desSystem Preferences - Print & Scan - Right click the printer and select Reset Printing System. DO NOT use any Canon software.
    You did not advise how it is connected (USB- Wi-Fi- etc..) so it's a little difficult to assist with so little information.

  • Error message "test page failed to print" in windows 7 ultimate 32 bits

    I have installed printer a hp deskjet 1515 in windows 7 ultimate 32 bits and it is successfully installed, however  when I tried to test print out there showed message "test page failed to print. Would you like to view the print troubleshooter
    for assistance?". I tried to clicked Yes and running the troubleshooter until completed but the result still the same showed the same message above when test print again.
    Please need assistance how to solve this problem
    Thanks
    Sopyan

    Hi Sopyan,
    On current situation, please refer to following steps and check if help us to troubleshoot this issue.
    1. Please check if use the correct printer driver and also check if need to update it.
    2. Please check if firewall was enabled or third-party security application ran. Please temporarily disable them and monitor the result.
    3. Please use another administrator account to logon and print again, then check if this issue still exist.
    4. Please open Event Viewer and check if find some relevant events or errors.
    If any update, please feel free to let us know.
    Best regards,
    Justin Gu
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Adobe Acrobat Pro failed to print pdf file

    I downloaded adobe acrobat pro and started the 30 trial version just a few minutes ago.
    I could open files through adobe acrobat and convert word files to pdf, but when i tried converting a publisher file it could not go through. An error popped up which read "Adobe PDF printer failed to print pdf file".
    The publisher file I am hoping to convert to pdf is a 21 page panorama article. It contains lots of images and a variety of font types.
    I do not know other alternatives for solving this issue.
    Your help will be very much appreciated.
    Thank you!
    Erik

    It seems to be that Adobe Acrobat virtual printer is not properly installed on your PC or you are not selecting Adobe PDF printer to print PDF document. Checkout the below screen shot to see proper printer.
    After trying this if you have same problem you may trt some other virtual printer that easily convert or print any file as PDF, you may checkout here.

  • SSIS 2012 is intermittently failing with below "Invalid date format" while importing data from a source table into a Destination table with same exact schema.

    We migrated Packages from SSIS 2008 to 2012. The Package is working fine in all the environments except in one of our environment.
    SSIS 2012 is intermittently failing with below error while importing data from a source table into a Destination table with same exact schema.
    Error: 2014-01-28 15:52:05.19
       Code: 0x80004005
       Source: xxxxxxxx SSIS.Pipeline
       Description: Unspecified error
    End Error
    Error: 2014-01-28 15:52:05.19
       Code: 0xC0202009
       Source: Process xxxxxx Load TableName [48]
       Description: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
    An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 11.0"  Hresult: 0x80004005  Description: "Invalid date format".
    End Error
    Error: 2014-01-28 15:52:05.19
       Code: 0xC020901C
       Source: Process xxxxxxxx Load TableName [48]
       Description: There was an error with Load TableName.Inputs[OLE DB Destination Input].Columns[Updated] on Load TableName.Inputs[OLE DB Destination Input]. The column status returned was: "Conversion failed because the data value overflowed
    the specified type.".
    End Error
    But when we reorder the column in "Updated" in Destination table, the package is importing data successfully.
    This looks like bug to me, Any suggestion?

    Hi Mohideen,
    Based on my research, the issue might be related to one of the following factors:
    Memory pressure. Check there is a memory challenge when the issue occurs. In addition, if the package runs in 32-bit runtime on the specific server, use the 64-bit runtime instead.
    A known issue with SQL Native Client. As a workaround, use .NET data provider instead of SNAC.
    Hope this helps.
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • Installation fails at 76% complete.

    I have been trying to install Adobe reader, after having to uninstall the program, to rectify an updating problem. The attempts to install Reader fail at 76% complete and the error code is "null". I have tried the recommend fixes that come from the Adobe site, but have had no luck. Is there a solution? I am using windows XP SP3.

    You can try using this tool to first remove all traces of Reader:
    http://labs.adobe.com/downloads/acrobatcleaner.html
    Then, you may download the full offline Reader installer from
    http://get.adobe.com/reader/enterprise/
    After downloading, restart your computer and run the installer before doing anything else.

  • HP Laserjet 6MP fails to print with parallel-to-USB converter cable

    I have a LaserJet 6 MP parallel printer which I was using in 10.3.9 with a parallel-to-USB converter cable. The Printer Utility saw it natively as a USB device and it printed just fine most of the time, although it would occasionally fail to print, so I installed a different driver called usbtb 1.0.15, and after that it printed very reliably.
    Now I've upgraded to 10.4.9, and the Printer Utility still detects the HP printer natively as a USB device, and I also installed the formerly-reliable usbtb driver again, but the printer now fails to print with either driver. It acts like it's going to, but then it quits.
    When I choose Print, all the features of the printer are shown, and I can select which tray to take paper from etc., and the printer dialogue box says "Printing," the activity light on the printer flashes just as it always does when printing is in progress, but then, instead of printing, the activity light stops flashing and the print job disappears from the dialogue box.
    Can anyone tell my why this printer is failing to print now, and how I might be able to get it working again?
    Thanks,
    Tom

    Wait a minute! It's only certain Indesign documents that won't print.
    All TextEdit docs will print.
    I created a few scribbles in Photoshop and they print.
    But with InDesign, there is no predicting which documents will print or will not print. On some that will not print, if I remove all but one text box, then they will print. On other documents that do print, if I copy some text off of one that won't print and paste it in, then that one stops printing too.
    On some that won't print, if I erase everything on the page and create a new text box and type a few words into it, the page will print. If I revert to the previously saved version, once again the page won't print.
    What kind of craziness is this, anyway? It seems random. I can't figure it out.
    Even on the documents that won't print, when I try to print them the printer's activity light blinks as though it is just about to print, but then the light goes out without printing.
    Anybody got any ideas what this problem is and how to fix it?
    All I know is that EVERYTHING printed before I upgraded from 10.3.9 to 10.4.9.
    Tom

  • HP LaserJet Pro 400 Printer M401a (CF270A) is not printing complete statement on letterhead

    Dear
    i have supplied printer HP LaserJet Pro 400 Printer M401a (CF270A)Qty 10 to my customer but its not printing complete statement there is missing ink in the words and also spots are coming on the page.
    the page is letterhead of the company.
    could you please advise what will be reason.
    Waiting for your reply.
    Regards
    Faisal Farooq

    VII,
    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.

Maybe you are looking for

  • How do you failover the web server?

    I have 2 servers running the web server on them. If one of them fails how do I reroute the users requests to the other one, seamlessly to the user? I am new to using the web server so any help, even remedial would help!! Thanks!

  • How to Get current month of the Calendar

    Hey everyone , Starting to understand a bit APEX now , but i'm still missing some more accurante knowledges such as methods i could call Here is my problem : I have a drag and drop APEX Calendar , and everything is working just fine , under this cale

  • Print out streaked even after the 3 steps cleansing of printhead

    Hi, I keep on doing the 3 steps printheads cleansing since the print out remains streaked or the red is missing. What if anything can be done before taking to 'a repair' and after the 3 steps printheads cleansing?? Thanks for help Goradana

  • Can someone decipher this panic log

    Mon Jun  3 17:23:55 2013 panic(cpu 1 caller 0xffffff802fb9d383): "soreceive: sb 0xffffff8040293070 so 0xffffff8040293000 cc 68 mbcnt 2304 mb 0xffffff80aa1acd00 mbtail 0xffffff80aa1acd00 " "lastrecord 0xffffff80aa1acd00\n"@/SourceCache/xnu/xnu-2050.22

  • IPhoto crashes when I try to enter a name in Faces

    iPhoto crashes when I try to enter a name in Faces