PIXMA922 issue with no paper message

Printer keeps giving a "no paper" message about upper tray when lower tray is full and is from where I need to print. Is there a way to override the message? Will it always be doing this or can I select the paper tray at when selecting "print"?

Hi
This is the xml file sample I have..
<OutboundPayment>
- <DocumentPayable>
- <DocumentNumber>
<ReferenceNumber>12345</ReferenceNumber>
+ <PaymentReason>
<RemittanceMessage>XXXXXXXXXXXXX</RemittanceMessage>
<RemittanceMessage>XXXXXXXXXXXXX</RemittanceMessage>
<RemittanceMessage>XXXXXXXXXXXXX</RemittanceMessage>
+ <DescriptiveFlexField>
<Attribute4>999</Attribute4>
</DescriptiveFlexField>
</DocumentPayable>
</OutboundPayment>
My output is like
invoice no
attribute4
RemittanceMessage
For eg
inv no     inv_date inv_descrip AMount
12345     3/4/08     abcdef          1000
999
XXXXXXXXXXXXX(dynamic..sometimes it is 1 line and sometimes 10 lines)
5555     3/8/08     def          1000
900
YYYYYYYYY
I am using the same concept of
<xsl:variable name="lpp" select="number(25)"/>
mentioned here...
Can you limit returned rows in a loop?
My issue is that attirbute4 and remittance message combination spoils the count.
If I have only the invoice no then I have no issue..But I am not able to check the count
when I have invoice no,attribute4 and remittance message, I have no clue how to keep te count in check
Can anyone please help me..It is urgent!!!
thanks
prasanna

Similar Messages

  • Is anyone else having issues with sending / receiving messages since ios7 upgrade

    Is anyone else having issues with sending / receiving messages since ios7 upgrade

    I found this link, and am trying it right now to see if it helps.
    http://forums.macrumors.com/showthread.php?t=1647944&highlight=ios7+imessage+tro uble

  • Issue with "timing" in Message output of Change PO

    Dear Experts,
    For change PO, We are facing issue with the Timing in message output of PO.
    i.e, For example when we create a PO - the timing in message output is "1"
    after executing ME9F, the message turns GREEN - and still the timing is 1.
    Change PO : NOW WHEN WE CHANGE A PO, a new entry of Message output appears in "YELLOW"
    Here is the issue - Now when we manually change the timing from "3" to "4", initially it appear's "4",
    but if u refer the below screenshot - once we save the application i turns back to 3.
    any idea - why this is happening.
    Thanks in advance.
    Regards,
    Rohit

    Hi,
    1st  make sure  which Dispatch time you want for your PO layout and restrict changing dispatch time manually in PO.
    Now use t.code:NACE, with application EF for your PO message type, Keep Dispatch time 4 in ‘Default values’ TAB  and select check of “CannotBeChanged” in Basis Data TAB and save.
    Maintain message condition record in t.code:MN04 with PO message type and keep Dispatch time 4.
    Now create PO , try to change Dispatch time  and see how system behave!
    Regards,
    Biju K

  • Mar-2015 firmware for hp 8620 solves my issue with 6x4 paper not being picked up

    I had continual problems with my hp 8620 not picking up 6x4 photo paper.
    I tried a number of fixes as suggested elsewhere on forums. I had the most success with the "scan and copy 99 blank a4 pages" workaround, but half the time the printer would still fail to feed the 6x4 on the first go.
    Good news though, the latest firmware dated Mar 17 2015 has resolved this for me, and maybe it will improve it for others with the same problem.
    The firmware says:
    "This firmware upgrade is for HP Officejet Pro 8620/8625 e-All-in-One Printers.
    File name: OJP8620_R1502A.zip
    Release details
    Released: Mar 17, 2015
    Version FDP1CN1502AR
    Fix and enhancements
    Improvement to connectivity robustness
    Improvement to paper-path reliability"
    The link is here: http://support.hp.com/us-en/drivers/selfservice/HP-Officejet-Pro-8620-e-All-in-One-Printer-series/53...

    I just spent several hours troubleshooting this printer. My rollers were all clean. I then used a bright flashlight and monitored thru the front what it was doing when trying to load paper.. There is a grey wheel that is lowered to the paper and rotates pulling the sheet in. It simply just isn't getting lowered enough because its just spinning on top of the paper. I've tried a dozen different types of paper from heavy/thick to thin. I've tried fanning the paper and I've tried not fanning the paper. I've tried a full stack of paper down to a few sheets and everywhere in between. This is just a flawed printer and based on the hundreds of people I see having the exact same issues with this printer so soon afte purchase is an eye opener. {Content Removed: no legal discussion permitted} I'm simply this fed up with my last several HP printer purchases. Anyone else that is as fed up with me please {Personal Information Removed}. I'm going to start tracking down as many people as I can. I'll likely move this discussion to a third party forum, hopefully one with a very high volume of traffic so if this post mysteriously disappears google search for it.

  • Issues with passing boot messages to Plymouth - absolutely no results!

    Lately I've made it my little project to fancy up my box with a nice Plymouth boot screen with scrolling boot messages.  I've found the following two pages that give a guide to setting up such a Plymouth theme:
    Plymouth: Create your own splash screen with scrolling boot messages
    Plymouth pulsating crunchbang logo with boot messages and progress bar
    I quickly realized when I tried to make the system changes needed to send boot messages to Plymouth that my system doesn't have either  /usr/share/initramfs-tools/scripts/functions (which I believe is very outdated) or /lib/lsb/init-functions which is brought up in the #! forums.  I'm assuming that #! uses Linux Standard Base and Arch does not - so I went looking for the files I needed.
    The two most likely candidates to me seem to be /lib/initcpio/init_functions and /lib/initcpio/functions.  However, changing either one of these files to contain
    if [ -x /bin/plymouth ]; then
    /bin/plymouth update --status="$@"
    fi
    or its equivalent produces absolutely no results on reboot, even after running
    mkinitcpio -p linux
    Are these the correct files?  Or am I barking up the wrong tree?  I've already tested my Plymouth theme by running the Plymouth daemon and opening up a splash screen in X and using Plymouth's --update=<string> option, and everything works great.  I'm kind of at my wit's end, and would rather not have to install LSB to get this working.  Has anyone else been successful with this, or perhaps knows which direction to point me in?
    Thanks in advance for any advice!!

    Bump.
    ^  No, only joking! 
    I'm posting again to say that I have found /etc/rc.d/functions - and this seems to be the file I'm looking for.  Maybe someone could confirm that before I start mucking around with a file that looks a little to easy to mess up?  And maybe perhaps someone knows and easier way to edit this for sending messages to Plymouth other then putting something similar to
    if [ -x /bin/plymouth ]; then
    /bin/plymouth update --status="$@"
    fi
    into every function (such as status(), stat_fail(), stat_done(), etc.)  I see that /etc/rc.d/functions is called by /etc/rc.sysinit.  Could I possibly change rc.sysinit to be
    #!/bin/bash
    # /etc/rc.sysinit
    . /etc/rc.conf
    # Call functions for Plymouth
    . /etc/rc.d/plymouth_functions
    . /etc/rc.d/functions
    ## Truncated ##
    And then create a /etc/rc.d/plymouth_functions file very similar to /etc/rc.d/functions, except running "plymouth update --status=$@" instead of echo commands?  Then it would be a simple matter of using gEdit's Replace tool (i.e.  "status() ==> status() & plymouth_status()") to edit /etc/rc.sysinit.
    Any ideas on whether or not this would work?

  • Anyone having issues with custom paper sizes?

    I've narrowed down my printing problems to be primarily when using custom paper sizes. I still get regular crashes with standard sizes, but cannot print at all if I set up a custom size in A3. I am able to print custom sizes in Lightroom so it must be related to Aperture. I much prefer the way my prints look from Aperture, don't know why but when I export jpg or tiff files from A3 and import into LR the prints are very dull and color is off.
    Anyone?

    I have exact same issue after in my Iphone 4s. This started after upgrading to IOS 6.0.1
    Has anybody got a solution?

  • Some SBS 2011 users having issues with s/mime messages containing attachments

    We have a contact from the outside world who is obligated to send emails that have attachments as S/mime. Whenever he sends the Executive Staff here an email containing (let's say) a Microsoft Office file, they instead get an attachment named smime.p7m that
    contains a winmail.dat file or instead just get a winmail.dat file attached instead.
    As someone with administrative rights (and I think that's what the deciding factor is), if he sends me the same email and I open it in my client of choice (Eudora in this case), I get the attachment he wants received and also a smime.p7m file with certificate
    information in it. However, if he sends the email with me as a cc: to one of the other users, instead of recipient, I only see what the other user sees.
    If I go into OWA as any of the affected users, it takes a bit of maneuvering (in that I have to click on a dialog that reads "This type of message isn't fully supported in Conversation mode.
    Click here to open the full version, which may show you more details or features"), but I can eventually get to the attachment once the full version pane opens.
    If get into Outlook 2010 as the user "Journaling", I can open the copy that Journaling's mailbox receives and see the attachment just fine too.
    I honestly have no clue what the problem might be, and would be very grateful for any help.

    Hi ,
    Thank you for posting your issue in the forum.
    I am trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.
    Thank you for your understanding and support.
    Best Regards,
    Andy Qi
    Andy Qi
    TechNet Community Support

  • Having an issue with itunes purchase, message shows "could not complete itunes store request, requested resource not found." My account has been debited for the price of the download, but I dont have the download.

    Need some help, I was downloading an album when the message "could not complete itunes store request, requested resource not found."  "Error in the itunes store please try again later." My account has been deducted for the amount of the album, but I dont have it downloaded on my computer. Please help!!! Thank you!!!

    Does the purchases show in your Purchased list?
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    Have you looked at the previous discussions listed on the right side of this page under the heading "More Like This"? Ones with a green checkmark are solved.
    Next contact iTunes by:
    Contact iTunes

  • How do you resolve the issue with an error message on the Mac mini server stating Unable to get users

    How do you resolve an issue when creating groups on a Mac Mini Server when this error message appears.
    "Unable to get Users & Groups State, The Open Directory master was created, but a problem was encountered trying to refresh the state of the server. Check log files for more info."

    Most likely, the Server was not configured correctly - DNS is a common issue, If DNS is not configured properly, OD will not be happy. You can run
    sudo changeip -checkhostname
    in Terminal to see of DNS is up and running.
    Here's a great tutorial (not mine) for setting up OS X Servers. The page says it's for a typical school environment, but it can be applied in many other environments.
    http://www.wazmac.com/servers_network/fileservers/osxserver_setup/index.htm
    hth
    Jeff

  • Issues with sending text messages after updating to 8.1

    I having problems sending text messages after updating to 8.1, get a message saying Message Send Failure. I have an Iphone 5s.

    Hi CWH52,
    Thanks for visiting Apple Support Communities.
    If you have not been able to send text messages after updating to iOS 8.1, you can find some helpful troubleshooting steps in the "If you can't send and receive SMS" section of this article:
    iOS: Troubleshooting Messages
    The steps found here can help resolve many issues that affect your ability to send text messages.
    All the best,
    Jeremy

  • An issue with DAQmx Error messages

    Greetings,
    I'm using a 6602 counter board with DAQmx 7.4, ANSI C API.  A strange issue concerning the errors due to faulty attribute values keeps occuring, that being no error is reported when the (faulty) attribute value is set but only when it is read back afterwards.  Shouldn't the faulty value be reported by the Set function?
    To be specific, I'm creating a period measurement counter input channel with implicit timing, sample mode = finite, then setting the number of samples per channel to 0 (bear with me, I know the 0 value makes no sense here, the point is how the errors are being reported so that they can be handled in a reliable and consistent way).  While DAQmxSetSampQuantSampPerChan(taskHandle, 0) does not produce an error, calling DAQmxGetSampQuantSampPerChan(taskHandle, &SampPerChan) for verification on the very next line returns Error -200077 : "Requested value is not a supported value for this property".  So, my question is why the error is reported by the Getter instead of the Setter?  Is this normal behavior (if so why?) or is something amiss here?
    Jeff

    This is the expected behavior. Validating attributes is tricky when attributes are dependent upon other attributes. There are two main approaches that can be taken by NI-DAQmx.
    One, when every attribute is set, NI-DAQmx could verify the value of that attribute in the context of the task (i.e., in the context of all other attributes). This is problematic for at least a couple of reasons. One, validating the task after every attribute is set is time consuming and not efficient. Two, validating the task after every attribute is set requires that customers set attributes in a specific order such that dependent attributes are set after their dependencies. This would dramatically decrease the usability of NI-DAQmx. In fact, if attributes are mutually dependent, this approach is impossible.
    The second approach is that NI-DAQmx doesn't verify the task until it is forced to do so. Starting a task forces it to be validated. Querying an attribute also forces the task to be verified since the value of an attribute may be dependent upon the value of another attribute.
    As you've noticed, we've taken the second approach with NI-DAQmx. This approach leads to a more efficient execution as well as allow customers to set attributes in an arbitrary order. If you want to force the task to be verified in order to check for errors, you can do so explicitly at the desired time. However, the need to check attributes for errors is most often needed when the application is under development and the NI-DAQmx error reporting features makes it easy to determine which attribute has been set to an invalid value even when that error is not reported immediately.
    Now, in reality, the way NI-DAQmx handles attributes is a bit more complicated than what I just described. Since some attributes are not dependent on other attributes or, since some attribute values can never be valid regardless of the values of other attributes, these attributes are verified when they are set and errors are returned immediately. We refer to this as coarse attribute verification. For example, if you set the sample rate to 100 MHz on an E-Series device you will immediately get an error.
    Hope this helps clarify the behavior.
    geoff
    Geoffrey Schmit
    Fermi National Accelerator Laborary

  • Have an issue with iMail error message

    Every now and then, there doesn't seem to be a reason for it, but it is frequent, I get an error message as follows:
    "mail can't connect to account "Noel Arnold"
    Enter password for "[email protected]"
    Password and a box already has the proper password entered, although it is indicated with asterisks
    I just have to hit ok, and it will download new messages.
    I'd like to eliminate this message from popping up, but I don't know how to do it.
    I know the proper password is entered in the box, because when I click on ok, it allows the program to continue, any suggestions are appreciated.

    Its odd, I tried this on another Arch Linux box, and it builds fine!

  • Issue with load more messages feature

    Hi, I'm new to the Iphone 3Gs and I have notice a strange behavior the the "load more messages" feature.
    I've setup my mail account with Gmail and everythings works fine. My mail setting is set to show the 25 more recent messages.
    When I go to my inbox and press "load more messages", it loads 25 more messages so thats makes it 50. I've notice that my inbox will now show 50 messages until a power off/on cycle, than it shows the 25 more recent messages again as stated in the mail settings.
    Here's my problem. The imap folder "All Mail" from Gmail does not work like this. Everytime I hit "load more messages" in that folder it loads more messages but never reset to 25 after power off. Now that folder shows over 100 messages.
    Is there a way to reapply the show settings to that folder ? Only thing that works that I found is to delete the account.
    thanks for your help.

    Hey man, your problem sounds similar to the one I'm having. I can't load more messages on both of my email accounts. But I think I might have figured out the problem. I recently re-installed my hotmail account and when I was looking through my,"Unread" inbox the, "Load more messages" command was working just fine. So I was continuing to go through my messages to make them read (because if your like me, I don't like to have any messages, "Unread." So when all my messages were read there was about 80 in total, and my setting was set to show the 25 most recent. So I backed out of the mail app, did a few more things and came back hoping that there would only be 25 showing with 0 unread and the ability to load more if i wished. Well, there was 25 showing but the box with the load more messages command was gone and no matter how many times I tried to refresh it would not come back.
    So my theory is this; there always has to be an unread message in your inbox for the load more messages to work. Sorry about the long post. I'm going to test this theory out, knowing my luck, it won't work at all. Good luck bro!
    Peace.

  • Issues with google cloud messaging

    Hello,
    I'm developing an android application with the google cloud messaging api (google play services are up to date). when i want to register my phone via mobile connection, there is always a "SERVICE_NOT_AVAILABLE" exception. if i try it via wireless lan it works.
    My phone is a xperia z (C3306) with firmware 10.4.B.0.569
    if you want more information please ask.
    patrick1991

    Is there no solution?

  • Issues with printing all picture formats to the a4 paper tray via eprint

    A little mystery which i am unable to work out.
    I have recently purchased the hp photosmart plus all in one printer b210 model. The printer has eprint which is enabled and working, the printer has two trays, a standard a4 paper tray and a photo tray.
    When i send a letter or standard written email it prints fine to the a4 paper tray. however if i wish to print a picture of any size or type (as i have tried different sizes and file types etc) to the a4 paper tray, it always defaults this to the photo tray and of course as there is no paper in the photo tray it displays an out of paper message.
    I have been into the printer prefereneces and changed the tray type both to a4 and to auto - ask me first and both still try to print to the photo tray, looking at the demo for e print it does discuss only photo sized images and standard letters but the demo video shows an actual eprint send to the a4 tray of a different type eprinter for hp.
    As a summary i really think that you can be able to send images to the a4 tray via eprint but do not know how. i have changed the tray type on the printer options and also looked at the eprint options on line. the paper default is set to a4 and nothing smaller? what else could be done and is it actually possible for this model i have?
    just as an additional note i can print pictures from wireless via laptops and pcs to the a4 paper tray so the issue lies with eprint????
     any help is appriciated many thanks
    AMD64legend

    Currently, if you attach a photo, it will default to the photo tray.  The ability to specify photo tray vs. main tray w/attached images is not available yet. 
    A work-around that provides some fliexibility in this area, is that if you embed your photo into the body of the email, it will print from the main tray...don't put any text into the email and embed the image (so you can see the picture in the email body) and send it to your printer's email. 
    A limitation of this approach is that images will not automatically fill the page - see my crude "drawing" below of a page w/an image in the upper part of the page as an example of how a print out of an embedded image might appear.  Give this a try yourself if you'd like to see how the output looks to determine if you want to make use of this option.  You can embed multiple images as long as you stay below the 5MB size limit for each email.  
    | ___________ |                   
    | |                  | |
    | |   image      | |
    | |                  | |
    | ----------------  |
    |                      |
    |____________|
    I am an HP employee.

Maybe you are looking for

  • How can i get all elements from a arraylist

    Hello everyone I have an arraylist with 40 elemets inside it. I want to be able to get the first 10 elements of the arraylist and put them into a sql statement (I can do this ok) but the problem is when i want to get the next 10 elements (from 10 to

  • FORGOT MY REMOTE FOR APPLE TV

    how do i connect to apple tv without my remote I have my I PHONE with me with no Remote I need to be able to configure my Apple TV to work with my I PHONE Remote app

  • Linking PDF and Excel File

    Is there a way to link a PDF to an excel file so when the end user types in information it will auto populate what they are looking for? I would like for the end users to be able to search for their contact information by inputting their zip code and

  • Understanding the data storage

    Hello, In order to understand very well what happens regarding the data in the cube and in the relational database, here is a little scenario. Clould you please tell me whether my understanding is correct or not. Further precisions are welcome : If I

  • Setting up a Time Capsule and dealing with security

    Here's an interesting problem/question. I had very little trouble setting up my TC on my MPB wirelessly. However, my old PB G4 800Mhz with the original airport card couldn't connect. It would keep timing out. Finally, I called Tech Support and think