Unable to send 2304 bytes of print data! (USB write error)

I got this error message when I try to print with either my airport extreme or express printer,
but printing with my other macbook works just fine.
So the problem is not the airport nor the driver. So please tell me what's wrong with my Mac!

Awesome,
Been racking my brain and the internet for days looking for anything that might work. I dont know if my cable was bad but it was a long one.  About 20' long.  I had to rearrange stuff but it is working like a champ now.  Thank you. Much love.
JB

Similar Messages

  • [Solved] CUPS: Unable to write print data: Input/output error

    I'm filling this for the benefit of those poor googlers that can reach here.
    Symptoms: After trying to print a "complex" image the printer made too much breaks, and failed.
    The problem is, it then didn't came up. I mean, I restarted the printer, cupsd, the whole system, and nothing.
    I was unable to print again, it showed "Unable to write print data: Input/output error" and refused to print anything.
    I then saw that in /etc/cups I had printers.conf and printers.conf.O files, which differed (other than in StateTime), that printers.conf.O had
    State Idle
    but printers.conf had:
    State Stopped
    StateMessage Unable to write print data: Input/output error
    Reason paused
    Probably due to the ErrorPolicy being stop-printer.
    So seeing I followed the following steps:
    Stop cups
    Replace printers.conf with printers.conf.O (I could also had manually edited it)
    Start cups
    It then went working flawlessly.
    There was probably an option in the web interface combobox for doing that. The problem is that I didn't realise it was stopped, so didn't know how to make it work. Moreover, some posts in the web recommended reinstalling the printer (which would skip the problem by creating a new printer).

    I think that I had this same problem, and fixed it by reinstalling the printer.  Thank you for your post.

  • Unable to send report output to printer when using RUN_REPORT_OBJECT in 10g

    Hello All,
    When I try to send my report output to a file from my form(10g), I get 'FRM-41213: Unable to connect to report server'. I can sucessfully send my report to printer when I set the REPORT_DESTYPE to 'PRINTER'.Here is the code from my when-button-pressed trigger.
    Am I missing something?
    declare
    repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    rep_status VARCHAR2(20);
    BEGIN                
    repid := find_report_object('PWRR_CTRL_TYP_MAINT');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,'rep_ipkcaf7vm');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_EXECUTION_MODE,BATCH);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,FILE);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'DFLT');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_FILENAME,'C:\TEST1.doc');
    v_rep := RUN_REPORT_OBJECT(repid);
    rep_status := REPORT_OBJECT_STATUS(v_rep);
    WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
         LOOP
         rep_status := report_object_status(v_rep);
    END LOOP;
    IF rep_status = 'FINISHED' THEN
              msg_alert('Report print successfully', 'I', FALSE);
    ELSE
         msg_alert('Error when running report', 'I', FALSE);
    END IF;
    END;
    Thanks,
    Anna

    Hi,
    its because
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_FILENAME,'C:\TEST1.doc');
    references the report rdf pr rep file to run, not the output file. The Reports output file is always specified with DESNAME
    Frank

  • Unable to send a byte to a Servlet

    Hello,
    I am trying to execute a simple example of HTTP communication found in the Carol Hammer's book "Creating Mobile Games". I can send data from the servlet to the midlet, but i cannot send a single byte from the midlet to the servlet.
    I am using WTK version 2.2 for the devlopment and Tomcat 5.5.17 for running the servlet (in localhost)
    Here is the (partial) code of the midlet :
    public void communicationWithServlet() {
    HttpConnection connection = null;
    DataOutputStream dos = null;
    DataInputStream dis = null;
    try {
    connection = (HttpConnection)Connector.open(SERVER_URL);
    ((HttpConnection)connection).setRequestMethod(HttpConnection.POST);
    int rc = connection.getResponseCode();
    if (rc != HttpConnection.HTTP_OK) {
    throw new IOException("HTTP response code: " + rc);
         dos = connection.openDataOutputStream();
         System.out.println("before");
         dos.write((byte)100);
         System.out.println("after");
         dos.flush();
    dis = connection.openDataInputStream();
         byte[] data = new byte[10];
         dis.readFully(data);
         message = new String(data);
         System.out.println(message);
    } catch(Exception e) { }
    finally {
    try {
    if(dis != null) { dis.close();}
    if(connection != null) {connection.close();}
         catch(Exception e) {}
    The midlet is blocked by the instruction : dos.write((byte)100);
    Here is the code of the servlet :
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class SimpleServlet extends HttpServlet {
         public void doPost(HttpServletRequest requete, HttpServletResponse reponse)
              throws ServletException, IOException {
                   InputStream is = requete.getInputStream();
                   int data= is.read();
                   reponse.setContentType("text/html");
                   PrintWriter out = reponse.getWriter();
                   out.println("Hello");
                   out.close();
    Many thanks in advance for your help

    If I delete the following lines :
    int rc = connection.getResponseCode();
    if (rc != HttpConnection.HTTP_OK) {
    throw new IOException("HTTP response code: " + rc);
    my problem is solved : the byte is sent to the servlet
    But I would understand : why the call to the getResponseCode method prevents the midlet to send the byte to the servlet ?
    Thanks for your help

  • I have an HP B210 eprint wireless printer,unable to send from laptop to print

    My HPB210 eprint wirless printer worked great when first purchased, I had it set up so if need be I could send items to be printed to the b210 from my laptop, I have not used it in a while to send from my laptop, however a few days ago I wanted to send a receipe to print from my laptop and nothing happened, the printer is connected to my desktop at all times, any information will be very much appreciated.    
                                                          Thank You, Carol A. McNamara

    Hey olfolks1326!
    Try using the HP Print Diagnostic Utility on your laptop. You can download it here.
    Hope this helps!
    If I have solved your issue, please feel free to provide kudos and make sure you mark this thread as solution provided!
    Although I work for HP, my posts and replies are my own opinion and not those of HP.

  • BizTalk 2013 SFTP Adapter Dynamic SFTP send port exception: Open remote file for write error

    I am using BizTalk 2013 SFTP adapter. I defined a Dynamic One-Way
    send port on BizTalk server administration.
    Below is the error I'm getting on BizTalk while trying to write files to a designated folder on a client's SFTP server.
    When defining the same path and properties on a Static One-Way send port everything works properly and the files are being saved on the SFTP server.
    A message sent to adapter "SFTP" on send port "ComverseSFTP_1.0.0.0_ComverseSFTP.SendFileToSFTP_SendFileToSFTPServer_f6b86b86a22079f8" with URI "SFTP://abc.xyz.com:22/upload/%SourceFileName%"
    is suspended.
    Error details: Microsoft.BizTalk.Adapter.SftpInvoker.SftpException: Open remote file for write error.
     Server stack trace:
       at Microsoft.BizTalk.Adapter.SftpInvoker.SftpInvoker.OpenRemoteFileWrite(String fileName, Int32 fileOffset)
       at Microsoft.BizTalk.Adapter.SftpInvoker.SftpFileWriterStream.Write(Byte[] buffer, Int32 offset, Int32 count)
       at Microsoft.BizTalk.Adapter.Sftp.SftpOutputChannel.Send(Message message, TimeSpan timeOut)
       at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
     Exception rethrown at [0]:
       at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResult result)
       at System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResult result)
       at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result)
     Exception rethrown at [1]:
       at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       at System.ServiceModel.Channels.IOutputChannel.EndSend(IAsyncResult result)
       at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient`2.SendCallback(IAsyncResult result)
    MessageId:  {926F44F2-9180-4B33-96FF-9E4CBC459382}
    InstanceID: {36A50A7F-63C4-48D9-903D-A33C85DDAE36}
    Can you please assist with explaining why are we getting this exception?
    Thank you for your help.

    Below is the error I'm getting on BizTalk while trying to write files to a designated folder on a client's SFTP server.
    When defining the same path and properties on a Static One-Way send port everything works properly and the files are being saved on the SFTP server.
    A message sent to adapter "SFTP" on send port "ComverseSFTP_1.0.0.0_ComverseSFTP.SendFileToSFTP_SendFileToSFTPServer_f6b86b86a22079f8" with URI "SFTP://abc.xyz.com:22/upload/%SourceFileName%"
    is suspended.
    Error details: Microsoft.BizTalk.Adapter.SftpInvoker.SftpException: Open remote file for write error.
    Hi Yaeli1,
    From the error message above,  please check the permission for file writing , it seems that this issue is related to access permission.
    Best regards,
    Angie
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Unable to send spool request to printer through BSP

    Hi Experts,
    We have an application build on BSP and provided a button called print in the application. When I press print, in our client requirement, an adobe with details should create a spool as well it should print the document automatically.
    Currently we some how managed to create a spool after pressing print but spool request is not going print automatically, its showing status as waiting with following error message
    "Frontend unavailable"
    Please help me out
    Thanks in advance
    Regards,
    Sridhar

    Hi,
    this will not work!
    If you print local, the GUI starts a local printing program. The browser is not able to start local programs, because of the restictions of Browsers.
    To use Networkprinter should work.
    Best regards
    Renald

  • I am unable to send the mail thru my GMAIL account.

    i am unable to send the mail thru my GMAIL account
    below error msg is diplyed
    This message could not be sent. It will remain in your Outbox until it can be sent.  This message could not be sent because your account does not have a prefer

    Hey there meera singh,
    I would suggest that you attempt the troubleshooting steps found in the following article to help you address this issue:
    OS X Mail: Troubleshooting sending and receiving email messages
    http://support.apple.com/kb/TS3276
    Thanks for being a part of the Apple Support Communities!
    Cheers,
    Braden

  • Canon lbp5050 - problem printing via USB

    i have un- and re-installed the drivers a couple of times (3.31), and am still not able to print. it seems that the printer doesn't get the data. Following the log:
    D [24/Apr/2011:23:57:51 +0200] [Job 777] Sun Apr 24 23:23:36 powerbook-3.local Canon_LBP5050[2126] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    D [24/Apr/2011:23:57:51 +0200] [Job 777] msgid=9 BGL_env_document_end
    D [24/Apr/2011:23:57:51 +0200] [Job 777] Got USB transaction timeout during read
    D [24/Apr/2011:23:57:51 +0200] [Job 777] Got USB transaction timeout during read
    D [24/Apr/2011:23:57:51 +0200] [Job 777] Got USB transaction timeout during read
    D [24/Apr/2011:23:57:51 +0200] [Job 777] Got USB transaction timeout during write
    D [24/Apr/2011:23:57:51 +0200] [Job 777] Wrote 40 bytes of print data...
    D [24/Apr/2011:23:57:51 +0200] [Job 777] Read 8192 bytes of print data...
    D [24/Apr/2011:23:57:51 +0200] [Job 777] Got USB return aborted during read
    D [24/Apr/2011:23:57:51 +0200] [Job 777] Got USB transaction timeout during read
    D [24/Apr/2011:23:57:51 +0200] [Job 777] Got USB transaction timeout during read
    D [24/Apr/2011:23:57:51 +0200] [Job 777] Got USB transaction timeout during write
    D [24/Apr/2011:23:57:51 +0200] [Job 777] Wrote 8192 bytes of print data...
    D [24/Apr/2011:23:57:51 +0200] [Job 777] Read 8192 bytes of print data...
    D [24/Apr/2011:23:57:51 +0200] [Job 777] Got USB return aborted during read
    D [24/Apr/2011:23:57:51 +0200] [Job 777] Got USB transaction timeout during read
    D [24/Apr/2011:23:57:51 +0200] [Job 777] Got USB transaction timeout during read
    D [24/Apr/2011:23:57:51 +0200] [Job 777] Got USB transaction timeout during write
    D [24/Apr/2011:23:57:51 +0200] [Job 777] Wrote 8192 bytes of print data...
    D [24/Apr/2011:23:57:51 +0200] [Job 777] Read 8192 bytes of print data...
    thanks for help!!
    EC

    If you haven't done so already then I suggest you reset the printing system.
    Open System Preferences > Print & Fax
    Move your mouse over the Printers list
    Hold down the Control button and click the mouse
    Click the "Reset printing system ..." popup
    Restart your Mac
    This will remove your print queues but not your printer drivers. So you will only need to add your printer queues again.
    With regards to adding the printer, ensure you are selecting More Printers then Canon CAPT (USB)

  • Can't open itunes due to data execution prevention error

    I am currently unable to open itunes due to a data execution prevention error.  I have tried to clear temp files, uninstall and reinstall and nothing seems to work.  I tried to disable DEP for itunes but nothing seems to work.  Can anyone help me?

    Try the following, one at a time:
    1. First Repair QuickTime.  START/CONTROL PANEL/ADD OR REMOVE PROGRAMS/highlight QUICKTIME, click REMOVE, then select REPAIR.
    Now test your itunes and see if you still have this problem
    2. If you have Codec installed, please uninstall it and test out your iTunes.
    3.  If all that fail, scan your system for possible Windows system file corruption:
    Go to command prompt (START/ALL PROGRAMS/ACCESSORIES right mouse click "command prompt" and choose "Run as Administrator"  (for Win XP-just click command prompt)
    type in
    sfc /scannow
    let Windows fix any system files that need to be repaired.
    Restart the computer if it did actually repair any files.
    Open iTunes and see if problem resolved.
    Description of Windows XP and Windows Server 2003 System File Checker (Sfc.exe)
    http://support.microsoft.com/kb/310747

  • 'unable to send print data' on HP Laserjet 1536dnf MFP

    Hi there,
    I'm running an iMac with OSX 10.6.8. Via an USB cable I have attached a HP Laserjet 1536dnf MFP to the iMac.
    I also use this printer to print via wifi (i.e. through the iMac) with my MacBook Pro (with OSX 10.7.3).
    Suddenly today the printer stopped working via my MacBook Pro. I get an error message: 'unable to send print data'.
    I have checked my antivirus etc., but that does not appear to be the problem. I have also updated the firmware of the printer, without success.
    Can somebody help me out? Is the OS difference the problem? But until today that hasn't been a problem.
    Thank you very much! Regards, Luc.

    Hi jemenake
    I understand you lost connection with the network for the Laserjet 1536 through ethernet connection.
    Disconnect the routers power cable, wait 10 seconds, then reconnect the power cable. Wait till it's ready. The router might not be finding the printer on the network.
    If this doesn't resolve the issue continue to the next steps.
    Print a  configuration report from the  LaserJet 1536dnf.
    Press the Setup button, (the one with the wrench on it)
    reports, press OK, Config Report, press OK.
    Check to see if the ip address is valid.
    If you have a valid ip address then delete and add the printer on the mac, the driver might have become corrupted.
    Delete printer on mac.
    Click on the Apple, click System & Preferences,then click the Print & Scan icon (on some systems this may be displayed as Print & Fax),highlight your printer name and click the  button on the bottom left corner of the screen.
    Add printer on the mac.
    Click on the Apple, click System & Preferences, and then click the Print & Scan icon (on some systems this may be displayed as Print & Fax),click add a printer, then select the printer from the list, make sure the printer listed beside use or print: shows proper printer name and not airprint, (airprint is a preinstalled apple driver with basic funtionality if on 10.8) add it in.
    If the ip address is not valid please let me know.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Unable to send data to printer

    Help please!I just got my macbook pro with OS X 10.10.3 and no matter what I've tried, incluidng all the the steps in this thread, I haven't been able to get my printer (hp 5610) to work. Am I missing something...simple?Thanks in advance

    Hi , Welcome to the HP Forums! I understand that you are unable to send data to your HP Officejet 5610 printer on Mac OS X 10.10.3. I am happy to look into this for you!  Some questions:  Are you able to make copies with the printer? Making Copies.How is the printer connected? Wireless, or USB?  In the meantime, please try the steps within this guide, 'Printer Offline' or 'Printer Not Responding' Message (OS X). Hope to hear from you soon!  “Please click the Thumbs up icon below to thank me for responding.”

  • Unable to send the data entered in sap portal

    Hi
    All
    i am trying to configure and test  Leave Request  from portal. When, we create the leave request and submit for the first time, it is giving the error/message Unable to send the data entered However, if do a submit for the second time, the same leave request, it sends the leave request.
    Please share your valuable thoughts or solutions.Thanks in advance.
    Tanks
    Rafi Shaik

    Hi Rafi,
    We are also facing similar kind of issue.
    When i select type of leave as annual it is giving an error message as
    " Parameter  missing in call of method BUILD_ACTOR_SELECT_CLAUSE in class CA_PT_REQ_ACTOR "
    But when i select some other leave type and click review it is working fine, again if i click on previous step and change the leave type to annual it is working fine without giving any error message.
    Please let us know how you have solved your issue?
    Thanks.
    -Suresh

  • Sending a byte array of greater length than the APDU data buffer

    Hello again, I am now trying to send a byte array of length 480 from the smart card. I've tried setting the outgoing length to 480 first but as i had expected, this threw an exception. Then i tried setting it to 240 and then copying from the array into the apdu buffer in two halves and calling sendBytes() twice, but this only worked the first time - it send the first 240 bytes and then threw an error. Is it possible to do what i am trying to accomplish? If so, what am I missing?

    the applet:
    H:\java_card_kit-2_2_1-win-dom\java_card_kit-2_2_1\samples\src\com\sun\javacard\samples\photocard
    the client:
    H:\java_card_kit-2_2_1-win-dom\java_card_kit-2_2_1\samples\src_client\com\sun\javacard\clientsamples\photocardclient
    here is the code i have used to store large data on card. maybe it will help you.
    i send a series of apdu, where each contains 128 bytes of data (all apdu must have the same length - except the last).
    public void writeAPDU(APDU apdu)
         byte[] buffer = apdu.getBuffer();
         short lc = (short)(buffer[ISO7816.OFFSET_LC]&0xFF);          
         short p1 = (short)(buffer[ISO7816.OFFSET_P1]&0xFF); // counter
         short p2 = (short)(buffer[ISO7816.OFFSET_P2]&0xFF); // length of send data
         short offset = (short)(p1 * p2); // calculate the offset
         apdu.setIncomingAndReceive();
         // check for first apdu (contains the total size of data)
         if(p1 == 0 && p2 == 0)
              short l = Util.getShort(buffer,ISO7816.OFFSET_CDATA);
              data = new byte[l];
         else
              // store bytes in array
              Util.arrayCopy(buffer, ISO7816.OFFSET_CDATA, data, offset, lc);
    }

  • I'm unable to send and receive email through Apple Mail 4.  I've checked my settings on Preferences, and my password to Gmail is up to date for syncing with IMAP, but it still won't connect.  Suggestions?

    I'm unable to send and receive email through Apple Mail 4.  I've checked my settings on Preferences, and my password to Gmail is up to date for syncing with IMAP, but it still won't connect.  Suggestions?

    I think it's trying to open it in a gMail eMail & is losing your gMail password that it needs log into gMail, but not 100% positive.
    Have you tried Right clicking or Control+click on the eMail link & choose Copy? Works on some, not others.

Maybe you are looking for

  • HD video using Macbook

    Is there any way to edit HD video on a Macbook 2GHZ Intel core 2 duo without it being RIDICULOUSLY slow? I can't even play back a track in the sequence without having to render first, and if i edit that same track, i have to render again for playback

  • SOA - BPEL with Business Rules deployment issue

    I am trying to construct the Purchase Order Processing SOA sample, I am able to deploy and test with mediator, BPEL. When I tried to add business rules to the BPEL I am getting following error. can anyone please help on this? 10:47:54 AM] Creating HT

  • MAP in Project stock

    hi Please confirm whether project stock is considered while calculating MAP. Regards ROC

  • Need to remove vertical quadrant line in bubble graph

    I am using below code to remove vertical quadrant line in bubble chart- <QuadrantLine quadrantLineCountX="1" visible="true" lineColor="000000" lineWidth="1" quadrantLineCountY= "0"> <QuadrantLineValueY lineIndex="0" position="0"/> </QuadrantLine> I t

  • [Solved] Filesystem check failed - manual repair too

    Good Evening. Recently my Arch box hang up and I had to reboot forcefully. I expected to get a filesysem scan. The messages on bootup say, that the filesystem check failed and I have to repair it manually. The exact error message is similar to http:/