Need help on REP: 1219

Hi,
I am trying to modify the layout of an oracle out-of-the-box report.
I increased the number of columns of the report from 132 to 240 and tried running it from Apps; but it gives me an error saying -
REP1219: body has no size --- length or width is zero.
I have not modified anything else in the layout yet.
Can somebody please help ?
Thanks in advance.
Ketaki.

This normally happens when you try to add text to the layout in the layout editor but decide not to add the text after all but you had created a boiler plate for it already . You wont be able to see this boiler plate because it is empty. This message should give you the name of the item/column. locate it in the navigator and delete it. You can only do when you have quit the previewer screen with the error message on it because it locks the item giving the error.
Hope it helps
Lewis

Similar Messages

  • Order status -- need help from rep

    I received an inbox message from a verizon wireless employee regarding my order. This was at 10:00AM yesterday. Could that person please respond to my messages? Thank you in advance.
    >> Subject edited for brevity and content moved to body of post <<
    Message was edited by: Verizon Moderator

        I'd be happy to check into your order, danaandrew. I'm not sure who you're referring to, but I have sent you a private message. Please check your inbox here in the forums and reply with the information I'll need to look into your order status.
    JenniferH_VZW
    Follow us on Twitter www.twitter.com/vzwsupport

  • REP-1219: 'F_MONTH' has no size -- length or width is zero.

    Dear all,
    I want to create a .lis file through form call report. The statements in form are as below:
    lv_report_id := 'FAR017A';
    P_List := CREATE_PARAMETER_LIST(lv_report_id);
    if :ctl_blk.destype = 'FILE' then
    ADD_PARAMETER(P_LIST,'desformat', TEXT_PARAMETER,'wide180');
    ADD_PARAMETER(P_LIST,'mode', TEXT_PARAMETER, 'Character');
    ADD_PARAMETER(P_LIST,'desname', TEXT_PARAMETER,:global.path || lv_report_id || '.LIS');
    end if;
    ADD_PARAMETER(P_LIST,'destype', TEXT_PARAMETER,:ctl_blk.destype);
    ADD_PARAMETER(P_LIST,'p_company_id', TEXT_PARAMETER,:global.company_id);
    ADD_PARAMETER(P_LIST,'p_goods_no_from', TEXT_PARAMETER,NVL(:ctl_blk.goods_no_from,'00000000'));
    ADD_PARAMETER(P_LIST,'p_goods_name_from', TEXT_PARAMETER,:ctl_blk.goods_name_from);
    ADD_PARAMETER(P_LIST,'p_goods_no_to', TEXT_PARAMETER,NVL(:ctl_blk.goods_no_to,'99999999'));
    ADD_PARAMETER(P_LIST,'p_goods_name_to', TEXT_PARAMETER,:ctl_blk.goods_name_to);
    ADD_PARAMETER(P_LIST,'p_yymm', TEXT_PARAMETER,wrk_c1);
    ADD_PARAMETER(P_LIST,'P_WHERE_CLAUSE', TEXT_PARAMETER,vWhere);
    ADD_PARAMETER(P_LIST,'P_ZONE_CODE_TITLE', TEXT_PARAMETER,:ctl_blk.zone);
    ADD_PARAMETER(P_LIST,'p_cyear', TEXT_PARAMETER,:ctl_blk.accnt_cyear);
    ADD_PARAMETER(P_LIST,'p_month', TEXT_PARAMETER,NVL(:ctl_blk.accnt_period,SUBSTR(TO_CHAR(TRUNC(SYSDATE),'YYYYMM'),5,2)));
    ADD_PARAMETER(P_LIST,'paramform', TEXT_PARAMETER, 'no');
    RUN_PRODUCT(REPORTS, :global.path||lv_report_id||'.rep', SYNCHRONOUS, RUNTIME, FILESYSTEM, P_LIST);
    DESTROY_PARAMETER_LIST(P_List);
    When I press the button to produce the .lis file, I read the message in the report server log:
    Starting report FAR017A [Fri Jul 25 17:06:32 2003] ...
    REP-1219: 'F_MONTH' has no size -- length or width is zero.
    End report FAR017A [Fri Jul 25 17:06:34 2003].
    I have no idea what "has no size" means, does any know how to solve this problem?
    Thanks for your help in advance!!!
    Joseph

    rwconverter.exe is a separate executable(It is rwcon60.exe)
    1.Invoke rwconverter.exe executable.
    2. In the conversion page:
    a. Set document type to Report.
    b. Set Source Type to Report Binary File (RDF).
    c. Set Source to the name of the existing bit-mapped report, example "old.rdf"
    d. Set Destination Type to Report Binary File (RDF).
    e. Set Destination to the name of the new character-mode report, example "new.rdf".
    4. On the options page, set Destination Unit to Character.
    5. Click OK. This will convert the report to character mode repot.
    6. Use this new.rdf in your forms application. You don't need add any parameter. Just make sure you use this new report.
    This should solve the problem. If you still get the error, open the report and resize the field which gives the error.
    Regards,
    Siva

  • REP -1219 :'R_Header has no size ,length or width is zero

    Hi,
    I am getting REP-1219 while trying to run the report as a concurrent program thru Oracle Applications.
    The format mentioned in the concurrent program is text and style is portrait.
    In the system parameter mode of the report,the property 'initial value' is set to 'default'.The report is not giving any error when run thru reports builder.The problem arises only when run thru apps.
    But the same error is encountered even in the report's builder too when the report is run with the system parameter mode's 'initial value' property is set to 'character' rather than 'default'.
    Am i going wrong in any of the settings.If so what needs to be done to solve the problem.Kindly help me.
    Thanks in advance.
    Regds,
    Jayanthi

    Hi Sudha,
    I tried all of your tips and nothing is really working which makes me very frustrating of using oracle reports tool though i have been using this product for 5 years. I went to report module level property sheet then unselected & selected the option "Design in character units" to yes. It was not working. Then I went to all subsections of Layout Model and increased the size of width property as well as report width including height properties. Still it was not working. Either I have to re-align every object in the re-peat frame which is really a pain & time consuming one when I was just trying to include one additional element in the repeat frame. The funny thing is that all the objects are within the Hierarchy of within the repeat Frame boundary. Nothing is really going beyond the Boundary. I always create a report with "Design in Character Units = Y" option. My point is if everything within the Repeat Frame does not violate the rules, why Oracle reports sets the size to 0 in character units design mode.I am confident that there is a bug in Oracle Reports Tool which is degrading developers productivity during this specific error.If I have to re-align,it will take 10times more than creating from scratch. But again I may need to insert additional elements throughout the lifetime of the report in future.
    By
    Jayapaul

  • REP-1219:' Object name ' has no size -- length or width is zero.

    my report has @28 columns in one repeating frame so the horizontal width is long..
    on running the report i am getting following error..
    REP-1219'<Object name>' has no size -- length or width is zero.
    Can somebody help??
    Anu

    no need to delete any frame or any thing else
    just read my post in the following thread
    Re: Apps Error
    hth

  • REP 1219 object has no size error? when using a character report

    REP-1219 'Margin' has no size- length or width
    I searched on metalink, otn, and dejanews for this. I saw a variety of responses none are helpful. I am a forms person and do not know reports well.
    This error happens when I try to change a report to character mode. My client wants to be able to view reports in excel. To do this, I need to change them to client mode.
    I read places that I am supposed to change the font of all objects to fix this? How? I brought up the layout model. Clicked select and changed the font and size. Did not help?
    How do I resize objects in report? I look in the property pallete of items under 'Margin' and I dont see any properties for size. I go to the layout model and try to size things and I cannot drag anything.
    I tried using the convert utility that someone recommended. This did not work.
    Please be thorough in your explanation and understand that I have read the existing notes about this problem.

    Hi Ryan,
    Firstly you should understand that Reports is a bitmapped reporting tool (think 600-1200 dots per inch laser printer), so when you run under character mode, Reports is taking objects that are sizable to the laser printer pixel and mapping them onto a much, much less granular character grid (e.g., 70x54 grid). So, a report designed for bitmapped may have many objects where after rounding to the character grid the object ends up being a line or single point in the character grid, making it have zero size...and you get the error when that happens.
    You can see how your report looks in the character unit grid by following the steps in the help topic "Setting properties for an ASCII (character-mode) report". You'll want to adjust your layout objects to snap to the grid points of the character grid. You'll also want to use a font that comes closest to the character grid; you can do an Edit->Select All, and then choose, say, Courier, Regular, 12 point.
    To get to the objects in the margin area of the report, choose View->Layout Section->Edit Margin. This will put the layout editor in a mode for manipulating only the margin objects. You can see the objects in the body area of the report, but you can't edit them. Then click this menuitem again to go back to editing the objects in the body of the layout.
    Hope this helps...
    regards,
    Stewart

  • Need help hooking up Maxent 42" Plasma to mac mini

    i have a newly acquired maxent 42" plasma product number mx42xm11 i called their rep and he said it wouldnt work but i have read a couple forums where people have gotten other maxent monitors to work i was wondering if someone could help me set this one up.

    I searched and found this:
    Input/Output connections
    2 x Composite video input (RCA phono), 1 x DVI-HDCP (24 pin digital DVI), 2 x S-Video input (4 pin mini-DIN), 2 x HD component input (RCA phono x 3), 1 x VGA input (15 pin HD D-Sub (HD-15)), 6 x Audio line-in (RCA phono x 2), 1 x Subwoofer output (RCA phono), 1 x Audio line-out (RCA phono x 2), 1 x VGA output (15 pin HD D-Sub (HD-15)), 1 x Serial (9 pin D-Sub)
    It looks as simple as connecting a standard VGA cable from the Mini to the VGA port. It also listed the resolution as 1024x768, which is a standard 4:3 resolution.
    You could also try a DVI cable as long as your DVI input looked similar to tha back of your Mini.
    Where would you need help?
    Greg

  • REP-1219 ERROR

    WHEN I RUN THE EXECUTABLE COMPCNTS.REP, I GET THE ERROR REP-1219 OBJECT NAME HAS NO SIZE-- LENGTH OR WIDTH IS ZERO.
    THE SAY THAT THE CAUSE IS IN CREATING YOUR LAYOUT OBJECT OF ZERO WIDTH OR HEIGHT.
    THE ACTION THAT SHOULD BE TAKEN IS ENLARGE THE OBJECT SO THAT IT HAS A NON-ZERO HEIGHT AND WIDTH.
    I CREATE OBJECTS USING THE SUMMARY FIELD TOOL IN THE DATA MODEL. IN THE LAYOUT EDITOR I USE THE OFFICE TOOL TO CREATE THE OBJECT AGAIN TO REFERENCE THE SUMMARY FIELD IN THE DATA MODEL. THE PROGRAM RUNS FINE IN ORACLE DESIGNER AND THE REPORT GETS CREATED BUT IT IS WHEN I RUN THE EXECUTABLE COMPCNTS.REP THAT I AM GETTING THE ERROR.
    I KNOW THAT I AM MAKING THE FIELD IN THE LAYOUT EDITOR BIG ENOUGH TO ACCOMODATE THE VALUE BUT I AM HAVING A PROBLEM. WHAT IS MY PROBLEM?

    Hi Prathima,
    I also got the same error that too when converting landscape report to portrait style.Can you please say me how can I solve it.Is it related to printer settings?I am just viewing the report on screen but not printing.I would appreciate if you can help me in this regard.May I know the solution as soon as possible?
    Thanks
    Vinay

  • REP-1219 with MODE=Character

    Hi All,
    I am getting error "REP-1219 <> has no size--length or width is zero". I am running the report with MODE=Character. When I run the same report with MODE=Default then it runs fine.
    I tried to adjust all frams..fields etc but the error is still there for one or the other object in report.
    Please tell me the solution of this problem so that it runs in Character Mode.
    Thanks
    Mona

    Hello,
    It seems there is no solution to this proble. I have been searching on this topic for 2-3 years but there is no well defined solution. The only thing that helps is that you scrap the entire bitmap report and re-create it once again in character mode. I have doing reports for last 4 years and am still not comfortable with character mode reports. Recently i designed a very comples report and all is fine in bitmap but as soon as i try running it in character mode "R-1 has no size ....'. This error and documentation on it is completely hopeless - you wont get any help on this and the solution suggested is only an eye wash. I think Oracle should scrap oracle reports and come out with some other tool otherwise we developer keep buring our fingers and oracle doesn't care at all.
    In this forum itself - on this topic no one has given solution except.
    Hope some one listens.

  • REP-1219 - frame has no size

    Hi All,
    When I run my report using Report builder 6i, it runs fine whereas I try to run using oracle apps it gives the below error
    "REP-1219: 'M_12' has no size -- length or width is zero"
    As said by one of the users in one of the old thread, i tried converting to rex file and searched for M_12. In it,the height and width was not zero.
    Any help is appreciated

    Hi,
    I did the same setup,my report is completed normal,but not able to get the correct output.
    The output as given below :
    %!PS-Adobe-3.0 %%Creator: Oracle Toolkit 2 for Character-Mode 6.0.8.22.0 PRODUCTION %%Version: 6.0 8 %%CreationDate: (Mon Aug 2 12:31:39 2010) %%For: (([email protected])) %%Title: 'GETRAXINV' (Oracle Toolkit Application) %%LanguageLevel: 1 %%Requirements: numcopies(1) %%DocumentData: Clean7Bit %%PageOrder: Ascend %%Pages: (atend) %%Orientation: Landscape % NOTE: This file was generated with the PPD file default.ppd %%DocumentNeededResources: font Courier font Courier-Bold %%+ font Courier-BoldOblique font Courier-Oblique font Helvetica %%+ font Helvetica-Bold font Helvetica-BoldOblique font Helvetica-Oblique %%+ font Symbol font Times-Bold font Times-BoldItalic font Times-Italic %%+ font Times-Roman %%DocumentSuppliedResources: font Courier-ISL font Courier-Bold-ISL %%+ font Courier-BoldOblique-ISL font Courier-Oblique-ISL %%+ font Helvetica-ISL font Helvetica-Bold-ISL %%+ font Helvetica-BoldOblique-ISL font Helvetica-Oblique-ISL %%+ font Times-Bold-ISL font Times-BoldIta
    can anybody help me to come out this issue.
    Thanks,
    Ashish

  • REP-1219 - 'Field' has no size -- widht or length is zero

    I used the additional layout tool to wizardly generate a second group in a report. The heading (tabular-style) didn't fit, so i selected it, and deleted all the characters.
    Now if I try to run it I get this error. I can find the item RB complains about in the object navigator, but I can't delete it, and I see no logical place to correct the problem in the property palette.
    What's going on, and how to fix it?

    Hi ,
    This error may be encountered if a bitmapped report is run in a character mode environment.
    Try to use commandline executable rwrun(9i) / rwrun60 (6i)and set mode=bitmap.
    REP-1219 can occur when you have built a report as a bitmapped report, but then run it in character mode.
    When you run in character mode, the fields and boilerplate are rounded to the nearest character cell. Unfortunately, this can sometimes result in the objects getting rounded down to have a height of zero, causing this error.
    Re-default the layout with 'Use Character Units in the Layout Editor' report property checked.
    If you have done a lot of work on the layout that you don't want to lose, try:
    o Increasing the appropriate field's height in the Layout Editor, or
    o Changing the field to use a larger font.
    For example: go from Courier 10 to Courier 12
    A report can be defined using inches, centimeters, picas/points, or characters. In character mode, the unit is character. In bitmapped mode the default unit is inch, but it may also be set to centimeters or picas/points.
    REP-1219 errors occur when the bitmapped object that you have converted to character mode is less than half the height or width of a character cell. As a result, Reports has mapped its size to zero during formatting.
    Basically if the bitmap unit of measure equates to a size smaller than 1 character, it will convert to 0 size, and REP-1219 will occur.
    Hope this helps.
    Thanks,
    Vinod

  • REP-1219 : 'Body' has no size - length or width is zero

    Hi.
    I am using reports 6i (6.0.8.11.3). There is a report which runs
    successfully, and suddenly after adding some fields to the
    layout, it start giving the error :-
    REP-1219 : 'Body' has no size - length or width is zero
    I have checked everything in the layout and it appears to be
    perfectly fine. In fact i have faced this problem several times
    on Reports 6i.
    Any help?
    Thanks

    There are two sets of circumstances that have caused this error
    for me.
    Firstly, when I have tried to run an .rdf that was written under
    version 2.5 or earlier of reports and I did not use the r25mrep
    executable to migrate the .rdf.
    Secondly, when a report is run in character mode it resizes and
    aligns objects to the nearest point on a grid 'x' characters in
    width and 'y' in height. If an objects top edge gets rounded
    down and the bottom edge gets rounded up, to the same point on
    the grid, then the object has no height or width and the error
    happens.
    Paul

  • ERR REP-1219: 'R_1' has no size -- length or width is zero.

    Hi All,
    Please tell me the solution for my problem..
    I am getting the error ERR REP-1219: 'R_1' has no size -- length or width is zero.
    .... in report builder i am getting the result..
    But in application11i it is giving error..(ERR REP-1219: 'R_1' has no size -- length or width is zero)
    plz Replay me

    try converting it into character mode before running this might help you .
    File>Administration>Convert...(navigation for 6i)
    Tools>File Conversions.... (navigation for 9i)
    1. Select the Source and Destination(preferable take a new location)
    2. Change the Destination Type to .RDF
    3. Switch to Option tab
    4. Change Destination Unit to "Character".
    Rgds...R

  • REP-1219: 'MAIN_GRPFR' has no size -- length or width is zero.

    Hi ,
    I am working in reports 6i.I have a problem in character reports .I am modifying old character reports that is i am adding new data at the end.In my old report the report was extended to 154 vertically now i added some data and it increased to 200
    The report running fine in report builder but when i am trying to run the report in unix it is throwing an error
    REP-1219: 'MAIN_GRPFR' has no size -- length or width is zero.
    if the length is reduced from 200 to 154 it is running fine.Do i need to modify any properties of report height and width.
    report height =66
    width=120 in old one
    Really urgent ...
    Thanks in advance

    rwconverter.exe is a separate executable(It is rwcon60.exe)
    1.Invoke rwconverter.exe executable.
    2. In the conversion page:
    a. Set document type to Report.
    b. Set Source Type to Report Binary File (RDF).
    c. Set Source to the name of the existing bit-mapped report, example "old.rdf"
    d. Set Destination Type to Report Binary File (RDF).
    e. Set Destination to the name of the new character-mode report, example "new.rdf".
    4. On the options page, set Destination Unit to Character.
    5. Click OK. This will convert the report to character mode repot.
    6. Use this new.rdf in your forms application. You don't need add any parameter. Just make sure you use this new report.
    This should solve the problem. If you still get the error, open the report and resize the field which gives the error.
    Regards,
    Siva

  • Oracle Report REP-1219

    I am getting error 'REP-1219 body has no size or width' when I run a report from Oracle Applications...But it's fine when I execute the report from within Report Builder.

    Hi Ryan,
    Firstly you should understand that Reports is a bitmapped reporting tool (think 600-1200 dots per inch laser printer), so when you run under character mode, Reports is taking objects that are sizable to the laser printer pixel and mapping them onto a much, much less granular character grid (e.g., 70x54 grid). So, a report designed for bitmapped may have many objects where after rounding to the character grid the object ends up being a line or single point in the character grid, making it have zero size...and you get the error when that happens.
    You can see how your report looks in the character unit grid by following the steps in the help topic "Setting properties for an ASCII (character-mode) report". You'll want to adjust your layout objects to snap to the grid points of the character grid. You'll also want to use a font that comes closest to the character grid; you can do an Edit->Select All, and then choose, say, Courier, Regular, 12 point.
    To get to the objects in the margin area of the report, choose View->Layout Section->Edit Margin. This will put the layout editor in a mode for manipulating only the margin objects. You can see the objects in the body area of the report, but you can't edit them. Then click this menuitem again to go back to editing the objects in the body of the layout.
    Hope this helps...
    regards,
    Stewart

Maybe you are looking for

  • Windows 7 installation failed shortly after entering my Adobe ID. 12 fatal errors, 37 errors.

    ERROR REPORT: ----------- Payload: {539AEF15-3A2B-4A31-A587-7E90F7D9C700} Camera Profiles Installer 7.0.0.0 ----------- FATAL: DS003: Cannot extract 'Z:\DLs_@_16feb2012\Adobe\Photoshop_CS6_WIN_Beta\photoshopcs6_p1_win_032112 - folder\payloads\AdobeCa

  • Dual Core G5 using only one CPU

    Anyone has an idea about what happened to me last week? Here is what happened: I let my dual 2.3 GHz Power Mac G5 run over night to run a certain task. When I came back the following morning, the fans were running like crazy and the computer was froz

  • Connection fails after changing router to wpa

    hi there i got a wireless-b BEFW11S4 router and my pc is using a wireless-g adaptor. my internet is supplied by a company who reguired us to change to wpa and after that my pc could't connect to the internet. my laptop is still able to connect so im

  • URGENT:Testing deployed OAS EJB Aplication (JNDI Problem)

    Please I need urgently help on this subject matter: Environment: OAS 4.0.8.2a on NT 4.5 SP5 Jdeveloper 3.1 Oracle 8R2 After succesfull deployment of BC4J aplication on OAS I want simply test it. When I click to test on the appModule on the tree, the

  • Select schema name. How?

    Hi All, May be a very simple question, how can I select the schema name I'm logged into. I don't carry DBA privileges. --Sam