Download the .csv file display output white

Hi all

We are facing problem when we try to download the output from one page to the .csv format or any other format. After downloading, we not get any data in .csv file.

Action - Download-> .csv file displays only not all data

Please help me how to solve this problem.

Kind regards

Sushant

What is the relevant SQL? Do you have any bind variables? They are included in session state?

Tags: Database

Similar Questions

  • How to download the Csv file with column headers

    Hi all

    This is pavan, using Apex version 4.2.3


    I am trying to download the csv file I followed this link , and I'm able to download excel with headers, when I try to download with headers of this error "'ORA-01858: a non-digit character was found here where was waiting for a digital" I searched in google but could not find the right solution, "


    can anyone help on this please.

    Thanks in advance,


    Kind regards

    Pavan

    This article is 6 years old.

    You should study the solutions that are available for APEX 4.2: data loader or the 'Excel2Collection' plugin (which also manages the CSV files).

    Data Loader

    It is a wizard that generates an Assistant for your application.

    Excel2Collection

    You will use the Excel2Collection (in a single process) to convert the BLOB in a Collection

    Then, in a 2nd address), you just do a "INSERT...". SELECT statement.  Add ' where seq_id > 1 "for files with a header.

    MK

    PS - Use the "EXECUTE IMMEDIATE" article is not necessary.

  • ADF: How to manage the value zero when downloading the csv file

    Dear all,

    I'm new in the ADF and use 12.2.1. I am downloading of data in the database using af table: inputfile and CSVParser class. Data download correctly in the database where all columns are met, but whenever the csv file has value null (empty) in his column, then CSVParser class does not recognize it and get the next value of columns and assign the previous column. I also tried another one that uses a different class to download date but not get success.

    For Ex:

    ID name Dept

    1 abc Dept1

    2 cde Dept2

    3 Dept3

    In example above two first line are perfectly inserted in the table while the third line Id goes to ID column, due to the value of the column name is null class CSVParser does not recognize it and put Dept3 in the name column.

    Please help how to handle this.

    Thanks in advance.

    Kind regards

    Hello

    Try with this

    UploadedFile file = (UploadedFile)valueChangeEvent.getNewValue();
    InputStream is = null;
    BufferedReader br = null;
    try {
        is = file.getInputStream();
        br = new BufferedReader(new InputStreamReader(is, "UTF-8"));
        String line = "";
        while ((line = br.readLine()) != null) {
             String[] csvCols = line.split(",");
             // do somethinig smart with csvCols
        }
    }finally{
        if (br != null) try{br.close();}catch(Exception ex){br = null;}
        if (is != null) try {is.close();} catch(Exception exxx){is = null;}
    }
    
  • Performance problem when downloading the CSV files into Oracle tables

    We have implemented the Vikas solution ([http://htmldb.oracle.com/pls/otn/f?p=38131:1]) to download CSV files into tables Oracle permanent and it works fine. However, whenever we try to send more than 5,000 records, it takes a lot of time and often wait times. What can we do to improve performance? We are running HTMLDB 2.0.

    For example, a CSV file with 12000 documents and 40 columns takes 40 minutes to load (while a recording of CSV 2000 file takes 2 minutes to load).

    For large external files, copy us our CSV files to the Oracle server and then make reference to the file in an Oracle external table. Once the external table defined you then load your APEX table via a stored procedure by using:

    INSERT INTO your_tbl (columns)
    SELECT (columns)
    Of external_tbl

    Hope that gives you another option to consider.

    Jeff

  • I'm looking for a Script that can list all virtual machines with type of NIC E1000 via the output of the CSV file.

    Hi gurrus and LucD

    I'm looking for a Script that can list all virtual machines with type of NIC E1000 via the output of the CSV file.

    The script should search for information in a multiple Vcenter servers and multiple clusters and list all the VMs name, status (two powers on or off) with type card NETWORK Type E1000 only no other.

    Concerning

    Nauman

    Try like this

    $report = @)

    {foreach ($cluster Get-cluster)

    foreach ($rp in Get-ResourcePool-location $cluster) {}

    foreach ($vm in (Get-VM-location the $rp |)) Where {Get-NetworkAdapter - VM $_______ | where {$_.}} Type - eq "e1000"}})) {}

    $report += $vm. Select @{N = "VM"; E={$_. Name}},

    @{N = 'vCenter'; E={$_. Uid.Split('@') [1]. "Split(':') [0]}},"

    @{N = "Cluster"; E = {$cluster. Name}},

    @{N = "ResourcePool"; E = {$rp. Name}}

    }

    }

    }

    $report | Export Csv C:\temp\report.csv - NoTypeInformation - UseCulture

  • ColdFusion does not recognize the CSV files

    I have a local version of ColdFusion developer 10 on my local machine.

    I use ColdFusion to create a CSV file and save it on the server and create a link by using the following code.

    Browsers open the CSV file in a text file and I use link right click to save target, my Windows Explorer save a html file.

    It works on the other server, using the same code.

    I want to know are there any which configuration to set ColdFusion recognize the format of CSV file when saving the target and he lets browsers know how to use Excel to open CSV files.

    Your information and help is much appreciated,

    Kind regards

    Mouses,

    < Cfset thisPath = ExpandPath("*.*") >

    < cfset f_dir = GetDirectoryFromPath (thisPath) >

    < cfset what = "#dateformat (now (), 'mmddyy') ##timeformat (now (), 'hhmm') # .csv" >

    < cffile action = "WRITE" line = "" f_dir # # how # ""

    output = "MtField1, MyField2" addnewline = "Yes" >

    < cfloop query = "#myQuery #" >

    < cffile action = "APPEND" file = "" f_dir # # how # ""

    output = "Field1 # #, #Field2 # ' addnewline ="Yes">

    < / cfloop >

    < cfset lelien = "MyServer/report /" & what > »»

    < cfoutput > < a href = "#theLink #" > here is the file < /a > < / cfoutput >

    < br >

    There are several different themes play. I have them separate to make the code more manageable and scalable.

    Using your code, I've implemented the following quick test. It uses the embedded, cfartgallery data source, you have also.

    I placed the 3 files in the same directory. But this is usually unnecessary because you can pass the path of the directory as a variable.

    fileWrter.cfm

    Select the city, email

    artists

    Here is the file

    fileDownload.cfm

    You must first create the download file.

    File.CFC

  • Publish everything by downloading a CSV file in a form

    We have a master (M) and detail (D) registration form. The main block and can display 5 files at once (multi block)

    The recordings will be filled by downloading a CSV file from the hard drive.

    Question

    If there are 5 records in the csv file, the download works correctly. If this isn't the case, it won't be very good.

    We were wondering if there is a few BLOCKS / WEB of property should be defined, which will allow more than 5 documents to download

    Please provide your valuable suggestions

    Thank you

    "Error in the filling of the block" isn't an oracle error message. When the error appears, like her "FRM - 12345 Text". Please post the 3 initial letters and the number 5-digits of the error. Also you said nothing about your version of forms or code that you use to fill the block.

  • list box given to the .csv file using write on the worksheet File.vi

    Hi, I use the write on the worksheet File.vi to write data multicolumn ListBox to the .csv file. If I do record from Excel, the pop-up window shows as an attachment. And data listbox are too different.  I want the data displayed in the first line not the second row (third photo).

    Thank you for your help.

    Before making your Save As in Excel, change the cell formatting of number. This should avoid the scientific notation conversion before you re-register.

    Or just use Notepad to display the file instead of Excel.

  • Unwittingly, I asked for a way to watch the CSV files.

    I was sent to a program that is downloaded into my computer. With Vista, how can I quickly find this program and delete it. I have done nothing else in the computer, but write to you guru. Thank you very much.

    Hello DaveF1953,

    Thank you for your message.  The. The extension is CSV refers to "Comma Separated Values".  Usually (not always), it is a format that can be used for the transfer of personal and other address books.  As stated Michael Murphy, we would need to know more information before we can give you sound advice.  If you need to view the information contained in the .csv file, try to open the file with Excel if you have Office on your computer.
    We can't wait to hear back on your part.
    See you soon

    Engineer Jason Microsoft Support answers visit our Microsoft answers feedback Forum and let us know what you think.

  • How to download the CSV from Server?

    Hello

    We have an obligation where the user must download a (.csv) file from the server by clicking a button in the OPS.

    Thank you

    Palacin

    Please see the update below of Oracle Technology Mukul Blog: download option giving the user of a file at a particular location on the application server

    ============================

    When you run this code in jdeveloper, jdev has its own local as application server OC4J server, so your local machine acts as a server and the way that you MENTION it, it will search in the path to your local office itself, that's why you get this error, since this file and the path that you MENTION is there on the server of real applications Oracle apps and not on your local desktop.

    Therefore, once you deploy this code on the server and run try to access this page from there, it works perfectly.

    =============================

    You must run after you deploy the code on the server.

    -Coco

  • How to write the char value as it is in the CSV file

    Hello world

    I create a csv files containing details of the inventory of all products. I am able to create the CSV file utl concepts. My problem starts after the csv file is being created.
    some of the product numbers (although I mean the product number, it is varchar2 data type in the table) is like this 3rd-12, 3rd-54 and so on. I have totally 23 numbers of product like this.
    When the user opens the csv file, it evolves to numbers like this 3.00E - 12, 3.00E - 54. I want to keep the product number because it is like the char value. I tried many methods of submissions and concat.
    But none of them works for me.

    I use oracle 9i.

    Oracle9i Enterprise Edition Release 9.2.0.7.0 - Production
    With partitioning, OLAP and Oracle Data Mining options
    Release 9.2.0.7.0 - Production jserver

    Please help me solve this problem.

    Thanks in advance,

    Vimal...

    >
    When the user opens the csv file, it evolves to numbers like this 3.00E - 12, 3.00E - 54. I want to keep the product number because it is like the char value. I tried many methods of submissions and concat.
    But none of them works for me.
    >
    This is because in Excel, the default format for all cells is "Général" and this format is this:
    >
    Format 'Général' Converts numeric values to numbers, values from date to date, and all remaining values to text.
    >
    If you open a file with CSV extension, then each cell uses the format "General".

    You have two choices, and two of them will require the user to go through the text import wizard dialog boxes.

    Save the file with another extension, for example "txt". Then when a user opens the file they will have to select "Delimited" for the file type in step 1 of the wizard and select "next". They will then choose "Comma" as the separator at step 2 of the wizard and select "next". They must then select 'Text' to the data format column in step 3 of the wizard for these two columns, and then select "Finish".

    The other 'Data-> external data' option in the menu and involves the same selections in the wizard.

    You can chat with your users the ability to use a standard for these two columns prefix so that they will be treated as text. If you use "-" as a prefix data will display correctly.

  • Download of CSV files

    Hello
    I am trying to load the custom table CSV data

    I get the error on the next line

    fileName = (String) fileUploadData.selectValue (null, "UPLOAD_FILE_NAME");

    error is:

    "Error (69,41): selectValue (null, java.lang.String) method" can't find is not in the oracle.cabo.share.data.DataObject interface ".

    The code used is as follows:


    ' Public Sub processFormRequest (pageContext OAPageContext, OAWebBean webBean)
    {
    super.processFormRequest (pageContext, webBean);
    OAApplicationModule m = pageContext.getApplicationModule (webBean) (OAApplicationModule);
    OAViewObjectImpl vo = am.findViewObject("xxuploadsVO") (OAViewObjectImpl);
    If ("Go".equals (pageContext.getParameter (EVENT_PARAM)))
    {
    DataObject fileUploadData (DataObject) = pageContext.getNamedDataObject ("FileUploadItem");
    String fileName = null;
    String contentType = null;
    Long fileSize = null;
    Integer fileType = new Integer (6);
    BlobDomain uploadedByteStream = null;
    BufferedReader in = null;
    Try
    {
    fileName = (String) fileUploadData.selectValue (null, "UPLOAD_FILE_NAME");
    contentType = (String) fileUploadData.selectValue (null, "UPLOAD_FILE_MIME_TYPE");
    uploadedByteStream = (BlobDomain) fileUploadData.selectValue (null, fileName);
    in = new BufferedReader (new InputStreamReader (uploadedByteStream.getBinaryStream ()));
    file = new Long size (uploadedByteStream.getLength ());
    System.out.println ("FileSize" + FileSize);
    }
    catch (NullPointerException ex)
    {
    throw new OAException ("Please select a file to download", OAException.ERROR);
    }
    try {}
    Open the CSV file for reading
    String lineReader ="";
    t length = 0;
    String linetext [];

    While (((lineReader = in.readLine ())! = null)) {}
    Split delimited data and
    If (lineReader.trim () .length () > 0)
    {
    System.out.println ("lineReader" + lineReader.length ());
    LineText = lineReader.split(",");
    t ++ ;
    Print the current line current
    System.out.println (t + "-" +)
    LineText [0]. Trim() + "-" + linetext [1] .trim () + ' - ' +.
    LineText [2]. Trim() + "-" + linetext [3] .trim () + ' - ' +.
    LineText [4]. Trim() + "-" + linetext [5] .trim ());
    If (! vo.isPreparedForExecution ()) {}
    vo.setMaxFetchSize (0);
    vo.executeQuery ();
    }
    Line = vo.createRow ();
    row.setAttribute ("Attribute1", linetext [0] .trim () ");
    row.setAttribute ("Attribute2", linetext [1] .trim ());
    row.setAttribute ("Attribute3", linetext [2] .trim ());
    row.setAttribute ("Attribute4", linetext [3] .trim ());
    VO. Last();
    VO. Next();
    vo.insertRow (row);
    }
    }


    If ("Upload_table".equals (pageContext.getParameter (EVENT_PARAM)))
    {
    null;
    }
    }
    catch (IOException e)
    {
    throw new OAException (e.getMessage (OAException.ERROR));
    (e.getMessage (OAException.ERROR));

    }
    }
    ElseIf (Upload".equals (pageContext.getParameter (EVENT_PARAM))) {" "}
    am.getTransaction () .commit ();
    throw new OAException ("Uploaded SuccessFully", OAException.CONFIRMATION);

    }
    }

    Please suggest some guidelines...

    Maybe by posting in the appropriate forum {forum: id = 210}

  • need help on download of CSV files

    Hi all

    I need to download a csv file in the table through browse file button. To do this, I created the process and function below. This method works perfectly fine when the file size is small. But I need to download the file size of 16 MB and when I try to download this file it give error wwv_flow.accept. Any expert from the TOP please help me about this error. As I am very new to the APEX, and I need to achieve this as soon as possible. Please provide any solution, I will be really grateful to the person.

    function

    create or replace function hex_to_decimal
    -This function is based on one by Connor McDonald
    -http://www.jlcomp.demon.co.uk/faq/base_convert.html
    (P_hex_str in varchar2) return number
    is
    number of v_dec;
    v_hex varchar2 (16): = '0123456789ABCDEF ';
    Start
    v_dec: = 0;
    for indx in 1... Length (p_hex_str)
    loop
    v_dec: = v_dec * 16 + instr (v_hex, upper (substr(p_hex_str,indx,1)))-1;
    end loop;
    Return v_dec;
    end hex_to_decimal;


    Process of

    DECLARE
    v_blob_data BLOB;
    v_blob_len NUMBER;
    V_POSITION NUMBER;
    v_clob_data CLOB: = 'nothing. '
    dest_offset NUMBER: = 1;
    offset NUMBER: = 1;
    blob_csid NUMBER: = dbms_lob.default_csid;
    lang_ctx INTEGER: = dbms_lob.default_lang_ctx;
    caveat INTEGER;



    v_raw_chunk RAW (10000);
    v_char char (1);
    number of c_chunk_len: = 1;
    v_line VARCHAR2 (32767): = NULL;
    v_data_array wwv_flow_global.vc_arr2;
    number of v_rows;
    number of v_sr_no: = 1;


    BEGIN


    delete from scg_recievables2;


    -Read data from wwv_flow_files
    Select blob_content from v_blob_data
    of wwv_flow_files
    where last_updated = (select max (last_updated) in the wwv_flow_files where UPDATED_BY =: APP_USER)
    and id = (select max (id) in the wwv_flow_files where updated_by =: APP_USER);



    v_blob_len: = dbms_lob.getlength (v_blob_data);
    V_POSITION: = 1;


    -Read and convert binary to a char
    WHILE (v_position < = v_blob_len) LOOP
    DBMS_LOB.converttoclob (v_clob_data, v_blob_data, v_blob_len, dest_offset, offset, blob_csid, lang_ctx, warning);
    v_char: = dbms_lob.getlength (v_clob_data);


    v_line: = v_line | v_char;
    V_POSITION: = v_position + c_chunk_len;
    -When a whole line is retrieved < / span >
    IF v_char = Chr (10) THEN
    -Convert comma to: use of wwv_flow_utilities
    v_line: = REPLACE (v_line, ';', ' :');)
    -Converting each column separated by: in the data table
    v_data_array: = wwv_flow_utilities.string_to_table (v_line);
    If IsNumber (substr (v_data_array (9), 1, 1)) = 1 then
    v_data_array (9): = substr (v_data_array (9), 1, 11);
    on the other
    v_data_array (9): = January 1, 1900 ";
    end if;
    v_data_array (9): = NVL (v_data_array (9),'' 01-JAN-1900);
    -Insert data into the target table
    EXECUTE IMMEDIATE ' insert into scg_recievables2 (Account_receivable_number, the_account_number, bill_history_tran, service_number, item_type, the_amount_billed, the_remaining_amount, source_of_payment)


    values (: 1,: 2:3:4: 5: 6: 7: 8,:' 9)
    USING
    v_data_array (1),
    v_data_array (2),
    v_data_array (3),
    v_data_array (4),
    v_data_array (5),
    v_data_array (6),
    v_data_array (7),
    v_data_array (8);
    -Remove
    v_line: = NULL;
    v_sr_no: = v_sr_no + 1;
    END IF;


    END LOOP;
    END;

    You're probably delay with your web server. Check the server logs to see if there are errors...

    Thank you

    Tony Miller
    Webster, TX

    A lady came up to me on the street, pointed at my suede jacket and said: "do you not know that a cow was murdered for that jacket?
    ' I didn't know there are witnesses ', I replied: "now, I'll have to kill you too. '

  • Please help to download a CSV file on APEX by browsing file

    Hi all

    I need to download a csv file in the table through browse file button. To do this, I created the process and function below. This method works perfectly fine when the file size is small. But I need to download the file size of 16 MB and when I try to download this file it give error wwv_flow.accept. Any expert from the TOP please help me about this error. As I am very new to the APEX, and I need to achieve this as soon as possible. Please provide any solution, I will be really grateful to the person.


    _ Function

    create or replace function hex_to_decimal
    -This function is based on one by Connor McDonald
    -http://www.jlcomp.demon.co.uk/faq/base_convert.html
    (P_hex_str in varchar2) return number
    is
    number of v_dec;
    v_hex varchar2 (16): = '0123456789ABCDEF ';
    Start
    v_dec: = 0;
    for indx in 1... Length (p_hex_str)
    loop
    v_dec: = v_dec * 16 + instr (v_hex, upper (substr(p_hex_str,indx,1)))-1;
    end loop;
    Return v_dec;
    end hex_to_decimal;


    _ Process

    DECLARE
    v_blob_data BLOB;
    v_blob_len NUMBER;
    V_POSITION NUMBER;
    v_clob_data CLOB: = 'nothing. '
    dest_offset NUMBER: = 1;
    offset NUMBER: = 1;
    blob_csid NUMBER: = dbms_lob.default_csid;
    lang_ctx INTEGER: = dbms_lob.default_lang_ctx;
    caveat INTEGER;



    v_raw_chunk RAW (10000);
    v_char char (1);
    number of c_chunk_len: = 1;
    v_line VARCHAR2 (32767): = NULL;
    v_data_array wwv_flow_global.vc_arr2;
    number of v_rows;
    number of v_sr_no: = 1;

    BEGIN

    delete from scg_recievables2;

    -Read data from wwv_flow_files </span >
    Select blob_content from v_blob_data
    of wwv_flow_files
    where last_updated = (select max (last_updated) in the wwv_flow_files where UPDATED_BY =: APP_USER)
    and id = (select max (id) in the wwv_flow_files where updated_by =: APP_USER);


    v_blob_len: = dbms_lob.getlength (v_blob_data);
    V_POSITION: = 1;

    -Read and convert the binary for char </span >
    WHILE (v_position < = v_blob_len) LOOP
    DBMS_LOB.converttoclob (v_clob_data, v_blob_data, v_blob_len, dest_offset, offset, blob_csid, lang_ctx, warning);
    v_char: = dbms_lob.getlength (v_clob_data);

    v_line: = v_line | v_char;
    V_POSITION: = v_position + c_chunk_len;
    -When a whole line is retrieved < / span >
    IF v_char = Chr (10) THEN
    -Convert comma to: to use wwv_flow_utilities </span >
    v_line: = REPLACE (v_line, ';', ' :');)
    -Converting each column separated by: in the data table </span >
    v_data_array: = wwv_flow_utilities.string_to_table (v_line);
    If IsNumber (substr (v_data_array (9), 1, 1)) = 1 then
    v_data_array (9): = substr (v_data_array (9), 1, 11);
    on the other
    v_data_array (9): = January 1, 1900 ";
    end if;
    v_data_array (9): = NVL (v_data_array (9),'' 01-JAN-1900);
    -Insert data into the table target </span >
    EXECUTE IMMEDIATE ' insert into scg_recievables2 (Account_receivable_number, the_account_number, bill_history_tran, service_number, item_type, the_amount_billed, the_remaining_amount, source_of_payment)

    values (: 1,: 2:3:4: 5: 6: 7: 8,:' 9)
    USING
    v_data_array (1),
    v_data_array (2),
    v_data_array (3),
    v_data_array (4),
    v_data_array (5),
    v_data_array (6),
    v_data_array (7),
    v_data_array (8);
    -Remove
    v_line: = NULL;
    v_sr_no: = v_sr_no + 1;
    END IF;

    END LOOP;
    END;

    As mentioned, this disrupts the question, because a possible answer was published in the OTHER thread... Check your server logs, you probably delay... Preliminary discussions with a similar problem:

    Take a look at the httpd.conf file (or get your system administrator to look at it) and see what's on the value of TimeOut. You may need to increase in order to export large tables by APEX.

    http://www.apacheref.com/ref/http_core/timeout.html

    Thank you

    Tony Miller
    Webster, TX

    A lady came up to me on the street, pointed at my suede jacket and said: "do you not know that a cow was murdered for that jacket?
    ' I didn't know there are witnesses ', I replied: "now, I'll have to kill you too. '

  • How to loop through the CSV file

    Hello

    I want to loop through each column in a CSV file.
    And while the closure of each column, I want to loop every line starting with line 2 St.

    I wrote the code below, but it's a loop in the lines from rank 1.
    How can I start the loop from the 2nd row in the CSV file?
    (see code below)

    Can someone tell me how to proceed?

    THX




    <!-Download and read the file CSV - TXT->
    < cffile action = "read" variable = "C:\Documents and Settings\user\Desktop\EM-CSV\test.csv" file = "csvfile" >

    <!-browse the CSV - TXT file on line breaks and insert into the database->
    < table border = "1" >


    < cfloop index = list 'index' = "' #csvfile # ' delimiters =" #chr (10) ##chr (13) #">"

    <!-< cfoutput > #listgetAt('#index#',1, ',') # < / cfoutput > < br >->
    < b >
    < td > < cfoutput #index # > < / cfoutput > < table >
    < td > < cfoutput > #listgetAt('#index#',2, ',') # < / cfoutput > < table >
    < td > < cfoutput > #listgetAt('#index#',3, ',') # < / cfoutput > < table >
    < /tr >

    < / cfloop >
    < /table >

    Hi Like2Flex,

    The problem is that coldfusion does not see

    list = "a, b, c, d.

    as a list of 9 things you expect. He just sees 4 elements a, b, c and d because Coldfusion does not include two delimiters next to each other.

    A solution to the problem is to manually insert a space between two delimiters that are side by side. Here is an example of such a solution




    length of the list: #listlen (list) #

Maybe you are looking for

  • Lag on Satellite C660-1F1-key

    I have the very annoying problem of keys lag on my laptop which is a satellite C660-1-f-1. I had the laptop for about 3 months and have tried on all the parameters without result keyboard settings. I paid £350 for this laptop and I am getting aggrava

  • Update of the BIOS Satellite L500-13W

    I've recently updated the bios of my computer because I can't use 1 RAM moduleI waited for the bios to flash then shutted down and when I tried to turn it on it woulnt boot up... I had only a black screen and FAN running on LOW-END system... I romeve

  • Why firefox let me not in pogo?

    If you can't deal with the pogo, tell me how to cancel firfox

  • Problem: the mailbox and a link to records in records storage

    I can't save the attachments of my emails into folders in "my documents" - I used to be able to. How can I fix? A box opens and the operation starts, but stops, and a sign pops up saying: "this document cannot be saved." It makes no difference, which

  • Printing envelopes A9 Photosmart 6515

    I get a paper mismatch error on my 6515 when I try to print my A9 envelopes. I followed the troubleshooting HP link nothing helps. I use Word 2010 and have created an envelope size 5.75 "x 8.75" custom as the A9 is not listed in the menu dropdown. Th