Paper does not fit in paper tray

I just received my PIXMA MG7120 and it seems as though my paper tray is too small.  No matter how much i try the width and length is not adequate to fit standard 8.5 x 11 paper.  The measurement of the tray sent to me is: 8" wide from paper guide to guide and 8" long from topof gray guide to bottomof black end/guide.  Do i have the wrong tray?  Obviously if i can't use the tray, i can't use the printer.  Help!

I was just going thru the same issue!!! I read nothing about two trays up front. Thank you for posting this! Problem solved

Similar Messages

  • MP-101 paper for head alignment in MX922 does not fit

    How do I complete the head alignment with MX922 as the specialty paper supplied does not fit?

    Hi cumphries,
    There are two paper trays to load paper in the PIXMA MX922; the upper and lower cassette trays.  The MP-101 paper should be loaded in the lower cassette of the printer as shown below:
    Slide the paper guide (A) in front and (B) on the right to open the guides.  Load the paper stack WITH THE PRINT SIDE FACING DOWN (3), and place it in the center of the lower cassette.
      Note: 
      Align the paper stack with the edge of the lower cassette as shown in the figure below.
    If the paper stack is in contact with the protrusion (C), the paper may not be fed properly.
      If paper has print side (front or back), such as photo paper, load it with the whiter side (or glossy side) facing down.
    Align the paper guide (A) in front with the paper stack.
    For standard sizes, align the paper guide (A) with where it clicks into place.
    Slide the paper guide (B) on the right to align the right and left guides with both sides of the paper stack.
    Do not slide the paper guides too hard against the paper. The paper may not be fed properly.
      Note: 
      Do not load sheets of paper higher than the load limit mark (D).
      Keep the paper stack height below the protrusions (E) of the paper guides.
    Hope this helps!
    This didn't answer your question or issue? Find more help at Contact Us.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • Page does not fit on paper when printed directly to printer

    Hi experts,
    I have developed a form in transaction SFP, using A4 as the paper format for the master pages. If I print to spool and preview and print my form from spool using transaction SP01, the form prints nicely. If I print directly to printer using the generated function module for the form (setting parameter REQIMM to true), the page does not fit on the paper (it is cropped), and also I do not get duplex printing.
    Why do I get different results when printing directly to printer as opposed to printing to spool first? How can I ensure that the form is printed correctly when printing directly to printer?
    thanks!
    Frank

    Did you check the window settings of the Firefox desktop shortcut to see how Firefox opens?
    Did you try to delete the current Firefox desktop shortcut and create a new shortcut?
    Use Restore or Maximize in the right-click context menu of the Taskbar icon to set focus to the Firefox application if you do not see the Firefox window.
    Open the system menu of that Firefox window via Alt+Space and see if you can move and resize that window (use the keyboard cursor keys).<br />
    If that works then first close all other open Firefox windows and then close Firefox via "File > Exit/Quit" to save that setting.

  • "BP Category 1 does not fit the data in category 2"  "Replies Appreciated"

    Hi Gurus,
    When i am trying to create an "Individual Account" in UI, I am getting the error "BP Category 1 does not fit the data in category 2".
    If i try to create a "group" then it says "BP Category 3 does not fit the data in category 2".
    It allows me to create only "Corporate Account" i..e. Category 2.
    What should i do to create "Individual Account" and "Group". (Category1 & Category 3).
    Individual Account (Category 1) - "BP Category 1 does not fit the data in category 2".
    Corporate Account (Category 2) - Able to create only Corporate Account
    Group (Category 3) - "BP Category 3 does not fit the data in category 2".
    Thanks & Regards
    Rohan

    Hi Rohan,
    Hope this SAP Note : 1232459, Solves your problem.
    You might have created a custom configuration for corporate accounts.
    Unfortunately in case of custom configurations exist, they are selected with higher priority.
    So in this case the configuration for corporate accounts is also shown for individual accounts,
    this causes error.
    In order to solve this problem, create a custom configuration for individual account also,
    i.e for view BP_HEAD/AccountDetails. Object type BP_ACCOUNT and object subtype INDIVIDUAL.
    Please make sure that the custom configuration includes the fields firstname and lastname for
    persons instead of name1 and name2 which are only allowed for corporate accounts.
    I hope the above information resolves your problem.
    Best Regards
    Shiven

  • CRM 2007 IC : error "BP category 2 does not fit the data in category 1"

    Hi Guys,
    When I am trying to save the data on the Bupacreate page it gives the error as follows.
    "BP category 2 does not fit the data in category 1".
    Can anyone suggest what is causing this error to happen and how this error can be corrected.
    thanks & regards
    Sandy

    Hi,
    This error usually occrus when you try to set field in without specifing bptype ie person, group etc. In our scenario we were trying to set field in Person which was not present in group. but since do_prepare_output method is same in both, that feild was getting set for group as well. When we placed restriction this error got removed.
    Best regards
    Pankaj Kumar

  • Error: 'BP category 1 does not fit the data in category 2'

    Hi,
                i have written a program to create a contact person and the code for it is pasted below...when i run this program i get nothing but this message in the status bar 'BP category 1 does not fit the data in category 2'...can someone tell me wht the error means and y it is coming.
    thanks:)
    pushpa
    *table for storing the line by line records in the excel file
    TYPES: BEGIN OF TTAB,
            REC(1000) TYPE C,
           END OF TTAB.
    DATA ITAB TYPE TABLE OF TTAB WITH HEADER LINE.
    *variable for storing the name of the excel file to be uploaded
    DATA UP_FILE TYPE STRING.
    *data to be uploaded
    TYPES: BEGIN OF TDAT,
            FLD1 TYPE BAPIBUS1006_CENTRAL_ORGAN-NAME1,
            FLD2 TYPE BAPIBUS1006_ADDRESS-STREET,
            FLD3 TYPE BAPIBUS1006_ADDRESS-CITY,
            FLD4 TYPE BAPIBUS1006_ADDRESS-REGION,
            FLD5 TYPE BAPIBUS1006_ADDRESS-POSTL_COD1,
            FLD6 TYPE BAPIBUS1006_ADDRESS-COUNTRY,
            FLD7 TYPE BAPIBUS1006_CENTRAL-PARTNEREXTERNAL,
           END OF TDAT.
    DATA IDAT TYPE TABLE OF TDAT WITH HEADER LINE.
    DATA: BUSINESSPARTNER TYPE BAPIBUS1006_HEAD-BPARTNER,
          CENTRALDATA TYPE BAPIBUS1006_CENTRAL,
          ORGANIZATION TYPE BAPIBUS1006_CENTRAL_ORGAN,
          ADDRESS TYPE BAPIBUS1006_ADDRESS,
          BAPIRETURN LIKE BAPIRET2 OCCURS 0 WITH HEADER LINE.
    PARAMETERS P_FILE TYPE LOCALFILE.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_FILE.
      CALL FUNCTION 'KD_GET_FILENAME_ON_F4'
        EXPORTING
          STATIC    = 'X'
        CHANGING
          FILE_NAME = P_FILE.
    START-OF-SELECTION.
      UP_FILE = P_FILE.
      CALL FUNCTION 'GUI_UPLOAD'
        EXPORTING
          FILENAME                = UP_FILE
        TABLES
          DATA_TAB                = ITAB
        EXCEPTIONS
          FILE_OPEN_ERROR         = 1
          FILE_READ_ERROR         = 2
          NO_BATCH                = 3
          GUI_REFUSE_FILETRANSFER = 4
          INVALID_TYPE            = 5
          NO_AUTHORITY            = 6
          UNKNOWN_ERROR           = 7
          BAD_DATA_FORMAT         = 8
          HEADER_NOT_ALLOWED      = 9
          SEPARATOR_NOT_ALLOWED   = 10
          HEADER_TOO_LONG         = 11
          UNKNOWN_DP_ERROR        = 12
          ACCESS_DENIED           = 13
          DP_OUT_OF_MEMORY        = 14
          DISK_FULL               = 15
          DP_TIMEOUT              = 16
          OTHERS                  = 17.
    *writing out the contents of the internal table itab
      LOOP AT ITAB.
        WRITE:/ ITAB-REC.
        CLEAR IDAT.
        SPLIT ITAB-REC AT CL_ABAP_CHAR_UTILITIES=>HORIZONTAL_TAB
                    INTO IDAT-FLD1 IDAT-FLD2 IDAT-FLD3 IDAT-FLD4 IDAT-FLD5 IDAT-FLD6 IDAT-FLD7.
        APPEND IDAT.
      ENDLOOP.
      LOOP AT IDAT.
        MOVE: IDAT-FLD1 TO ORGANIZATION-NAME1,
              IDAT-FLD2 TO ADDRESS-STREET,
              IDAT-FLD3 TO ADDRESS-CITY,
              IDAT-FLD4 TO ADDRESS-REGION,
              IDAT-FLD5 TO ADDRESS-POSTL_COD1,
              IDAT-FLD6 TO ADDRESS-COUNTRY,
              IDAT-FLD7 TO CENTRALDATA-PARTNEREXTERNAL,
              '0001' TO CENTRALDATA-PARTNERTYPE.
        CALL FUNCTION 'BAPI_BUPA_CREATE_FROM_DATA'
          EXPORTING
            PARTNERCATEGORY         = '1'
            CENTRALDATA             = CENTRALDATA
            CENTRALDATAORGANIZATION = ORGANIZATION
            ADDRESSDATA             = ADDRESS
          IMPORTING
            BUSINESSPARTNER         = BUSINESSPARTNER
          TABLES
            RETURN                  = BAPIRETURN.
        IF BAPIRETURN IS NOT INITIAL.
          READ TABLE BAPIRETURN INDEX 1.
          MESSAGE
            ID BAPIRETURN-ID
            TYPE BAPIRETURN-TYPE
            NUMBER BAPIRETURN-NUMBER
            WITH BAPIRETURN-MESSAGE_V1
            BAPIRETURN-MESSAGE_V2
            BAPIRETURN-MESSAGE_V3
            BAPIRETURN-MESSAGE_V4.
          EXIT.
        ENDIF.
        REFRESH BAPIRETURN.
        CLEAR BAPIRETURN.
        CALL FUNCTION 'BAPI_BUPA_ROLE_ADD'
          EXPORTING
          BUSINESSPARTNER = BUSINESSPARTNER
          BUSINESSPARTNERROLE = 'BUP001'
          DIFFERENTIATIONTYPEVALUE =
          TABLES
          RETURN = BAPIRETURN.
        IF BAPIRETURN IS NOT INITIAL.
          READ TABLE BAPIRETURN INDEX 1.
          MESSAGE
            ID BAPIRETURN-ID
            TYPE BAPIRETURN-TYPE
            NUMBER BAPIRETURN-NUMBER
            WITH BAPIRETURN-MESSAGE_V1
            BAPIRETURN-MESSAGE_V2
            BAPIRETURN-MESSAGE_V3
            BAPIRETURN-MESSAGE_V4.
          EXIT.
        ENDIF.
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
        WRITE:/ 'Business Partner ID:', BUSINESSPARTNER.
      ENDLOOP.

    Hi Pushpa,
             you can use following code to create relationships using BAPI. In this Business partner is organisatin. contact persion paramenter is person. other information related to relationship details
    CALL FUNCTION 'BAPI_BUPR_CONTP_CREATE'
        EXPORTING
          BUSINESSPARTNER           = SEARCH_PARTNER
          CONTACTPERSON             = CONTACT_SAP
      VALIDFROMDATE             = '00010101'
      VALIDUNTILDATE            = '99991231'
      DEFAULTRELATIONSHIP       =
      ADDRESSGUID               =
          CENTRALDATA             = WA_CENTRAL_DATA
          ADDRESSDATA             = WA_ADDR_DATA
          TABLES
        BAPIADTEL                 = I_TEL_DATA
        BAPIADFAX                 = I_FAX_DATA
      BAPIADTTX                 =
      BAPIADTLX                 =
        BAPIADSMTP                = I_EMAIL_DATA
      BAPIADRML                 =
      BAPIADX400                =
      BAPIADRFC                 =
      BAPIADPRT                 =
      BAPIADSSF                 =
      BAPIADURI                 =
      BAPIADPAG                 =
      BAPIAD_REM                =
      BAPICOMREM                =
         RETURN                    = I_RETURN
    hope this will help you
    Siva

  • I have a macbook 13"screen purchased in 2007; I want to hook it up to my HDTV; I purchased a mini display port to hdmi adaptor but it does not fit.   what kind of adaptor will work for this model?

    I have a Macbook, 13" screen, purchased in 2007.    I want to hook it up to my HDTV; I purchased a mini display port to hdmi adapter but it does not fit.   Any suggestions?

    If you connect yourMacBook using a MiniDVI/HDMI adapter you will need to use external speakers for audio since the pre-2010 MacBooks will only send video through the MiniDVI or MiniDisplay Port . The MiniDVI/HDMI doesn't carry audio and there's no audio plugs on the TV to work with HDMI since it's expecting audio with the HDMI.
    If your TV has a DVI input plug you can use a MiniDisplayPort/DVI adapter. Then a DVI cable to the DVI input plug on the TV. The TV will have RCA audio plugs for use with the DVI. Plus DVI gives a sharper image than HDMI.

  • Result set does not fit; it contains too many rows

    Dear All,
    We are in BI7 and running reports on Excel 2007. Even though number of rows limitation in Excel 2007 is more than  1Million, when I try to execute a report with more than 65k records of output, system is generating output only for 65k rows with message "Result set does not fit; it contains too many rows".
    Our Patch levels:
    GUI - 7.10
    Patch level is 11
    Is there any way to generate more than 65000 rows in Bex?
    Thanks in advance...
    regards,
    Raju
    Dear Gurus,
    Could you please shed some light on this issue?
    thanks and regards,
    Raju
    Edited by: VaraPrasadraju Potturi on Apr 14, 2009 3:13 AM

    Vara Prasad,
    This has been discussed on the forums - for reasons of backward compatibility I do not think BEx supports more that 65000 rows .... I am still not sure about the same since I have not tried out a query with more that 65K rows on excel 2007 but I think this is not possible...

  • I purchased photoshop 9 previously and I now have a new laptop that does not have a 'disk' tray. Where do I download this from to put on my new laptop? I went to the download section and there is no download for English

    I purchased photoshop 9 previously and I now have a new laptop that does not have a 'disk' tray. Where do I download this from to put on my new laptop? I went to the download section and there is no download for English

    I assume you mean Photoshop Elements 9.
    Download from: Download Photoshop Elements products | 9, 8, 7

  • How do I transfer music and photos from my Power Mac G5 to my new iMac. Have an old FireWire but it does not fit the new iMac

    I am trying to transfer photos, music, etc from my Power Mac G5 to my new iMac. The Power Mac is too old for the migration assistant to help. I have an old Firewire but it does not fit the new iMac. Any suggestions? If a Firewire is the best option which one do I need? Thanks.

    You need a Firewire 800 to 400 adapter or cable or a external USB 2/3 drive (self powered) it can default to the old USB the G5 uses 1 or 2.
    Format the drive info here.
    Backup and restore info
    https://discussions.apple.com/message/16276201#16276201

  • My airport card does NOT fit!

    I've been searching and searching for my answer in the forums, so my apologies if the answer is already out there...
    Problem:
    I have a PowerMac G4 (firewire 800 - Mirrored Driver Doors).
    I just bought an Original Airport Card that had said IN THE DESCRIPTION that the card would fit my specific computer.
    However, when I received it, I found it does not fit!
    I've looked at the computer manual and have seen exactly where the airport card should slide into.
    BUT seems that the bracket that the card should slip into, is too small. I've now done search after search for which card that I REALLY do need, but all results say that this "original airport card" IS the one that I need. One result did say that I needed an adapter. But I dont see how an adapter would help me if the bracket is too small even for the card.
    I am baffled and extremely frustrated.
    Can someone be CLEAR about exactly what I need?
    -MandyZ

    If it has a FW800 port on the back, it will use Airport Extreme
    If it does not have a FW800 port (i.e., FW400 only), it will use regular Airport. When the original Airport cards were made and speced, the FW800 MDD G4 models had not yet been produced.
     Cheers, Tom

  • Hi, I have Photoshop CS 6 Extended, but my laptop does not have a disk tray (acer aspire v5-573g) and I have the serial number, is there any way I can download this version of Photoshop I'm not sure what to do...

    Hi, I have Photoshop CS 6 Extended, but my laptop does not have a disk tray (acer aspire v5-573g) and I have the serial number, is there any way I can download this version of Photoshop I'm not sure what to do...

    You can download photoshop cs6 from here:
    http://helpx.adobe.com/x-productkb/policy-pricing/cs6-product-downloads.html

  • Error When creating Broadcastings "Portal theme does not fit output format"

    Hi All,
    When i create a Broadcasting Settings i am getting an Error saying "Portal theme does not fit output format", and below is the detailed that we are getting,
    "Diagnosis
    You used separate portal themes to generate PDF or print formats (PS or PCL). The output format that you selected is not appropriate for the portal theme currently set.
    System Response
    The broadcast setting is not consistent and you cannot save or execute it.
    Procedure
    Change the output format or the portal theme correspondingly. (The portal theme is set to the first valid value for the current output format when you display the corresponding tab page).
    Procedure for System Administration
      Notification Number RSRD 640"
    Can anyone help how to resolve this issue?
    Regards,
    Muruganand.K

    Would you have chance to provide me the sollution...
    We are facing the exactly the same error message
    Thanks a lot in advance
    Regards
    Ivan

  • My igoogle homepage does not fit properly on my screen

    I use igoogle homepage and the layout does not fit. It is minimized currently to get the "firefox tab" at the top but the left side is only half visible.

    My igoogle homepage started loading off-center. I could hit "refresh" and it would then load properly, but I wanted it to load correctly from launch.
    After disabling add-ons (extensions), I discovered that the SKYPE extension was to blame. I uninstalled the extension and now the homepage loads correctly...centered.

  • Window does not fit into page

    Hi all,
    I'm creating a smartform which prints one internal table consists of 36 fields. In table line type i have mentioned the 36 fields. First four are of 4CM and other 32 fields of 2CM width. So in total i have mentioned as 80 CM. 
    But its showing an error like 'Main window does not fit into Page'.  
    What could be the mistake?
    Can anyone help me in this..
    Regards,
    Shanthi

    Hi,
    U have to adjust the 36 fields into 21 cm by Allocating Space accordingly.
    if Your Space is small then data will be displayed in the next line.
    And display The data in Smallest  font possible.
    Regards
    sandipan

  • SAP DSD - geocoding for customers - field format does not fit to examples

    Hello to all,
    We have a customer requirement behind this. We intend to use the DSD-Addon for several issues. One of these issues is to store geocoding information for our customer data within SAP. The SAP-Release is 4.7 with the DSD-Addon active. I checked all threads within the network and also checked SAP-Help and OSS-messages. Now our issue:
    When I look at the fields for storing the geocode (Longitude and Latitude) they do not fit to the testdata I got from our customers. The data look like this:
    customer:       x-Coord           y-Coord_
    10001             744264,3384   6657823,32
    10002             813368,6494   6699051,344
    10003             790475,8379   6702787,298
    10004             862729,1893   6690792,612
    The fields in the DSD-Customerdata have the format "123.123456789012". So I wonder how my data could fit into these fields. Is there anybody who has experience with this? I did not find any information or examples in the SAP-Help for this. What is wrong the format of the fields or the format of the x/y-Coordinates?
    Thanks in advance!
    Best regards,
    Gerlinde von Calle and Thomas Vomhof
    Edited by: Thomas Vomhof on Oct 8, 2008 6:12 PM

    Hi Srinivas ,
    Let me confirm which version of SAP your using
    As per your post -
    1. Table total does not fit into window 
         Check your table is fit in the window or not (window will be main window)
    2.Error occured while sending mail SO_OBJECT_SEND, return code L (message type: warning)
    Check your parameters that passing to the SO_OBJECT_SEND
    3.Page format with orientation unknown (message type: warning)
         Check your styles that are using  in the form 
    4.Form TOTALS has wrong page format (message type: error)
         Chekc your page format that is going to to support printer what your using - check the printer settings.
        I think your are using the u r own z page format
    Let me know if any concerns...

Maybe you are looking for

  • How to output PDF files in a crystal Report

    Hello, I've some data stored in a database, they are PDFs files data. How can I include them in a report For example I've a Table MyTABLE with 2 Cols (Name STRING, data byte[]) (in fact it's a .NET/DataSet) I would like to display the content of my t

  • Is it possible to download a mail(.eml) from outlook 365 using exchange service and store in database using c#

    Hi All, I have a outlook mail account ex:- my mail account id is [email protected] , using c# code and Microsoft.Exchange.WebServices ,  I want to download entair email and want to save this email in database , is it possible suggest me how can I go

  • SDDM 4 EA3: Unable to launch the Java Virtual Machine (Win 7 64bit)

    SQL Developer v4 EA3 is working fine, but I decided to download the stand-alone SQL Developer Data Modeler because I had seen people recommending using it in favor of the one bundled with SQLDEV. Windows 7 64-bit Java (64 bit) installed into C:\Progr

  • Cisco ISE and WLC Timeout Best Practices

    I am fairly new to ISE. Our Cisco WLC is using 802.1x and ISE is configured for PEAP with all inner methods enabled. I am looking for some guidance around where I should be configuring timeouts. There is a PEAP Session timeout in ISE, a session timeo

  • Superscript Key Command Doesn't Work

    I can get the subscript key command to work, but I can't get the superscript key command to work. I'm using the key command Apple provides under the Keyboard Shorcuts help file in Pages (Control-Command–plus sign (+)). I could just use the menu comma