Report 10 overlaps after some page limit

Hi,
I am running one 10g report using DS forms and reports, I invoke the report from one form using WEB.SHOW_DOCUMENT(vc_url,'_blank');
now , what I faced is , if the report size is more than some pages e.g 96 or 100 or 110(varies from report to report) then the content starts overlapping from the first page and the layout becomes different than the actual layout.
Is there any page limitation for reports 10? or it needs any special configuration anywhere?
Rgds

I call the report like ...
DECLARE
vc_url varchar2(1000);
     vc_user_name VARCHAR2(100);
     vc_user_password VARCHAR2(100);
     vc_user_connect VARCHAR2(100);
     vc_connect VARCHAR2(300);     
     vc_report varchar2(100) := 'xxx';
     vc_server varchar2(50):= 'xxx';
BEGIN
     vc_user_name:=get_application_property(username);
     vc_user_password:=get_application_property(password);
     vc_user_connect:=get_application_property(connect_string);
     vc_connect:=vc_user_name||'/'||vc_user_password||'@'||vc_user_connect;
     vc_url:='http://suman:8889/reports/rwservlet?server='||vc_server||'&report='||vc_report||'&desformat=HTMLCSS&destype=cache'||'&userid='||vc_connect||'&paramform=YES';
     WEB.SHOW_DOCUMENT(vc_url,'_blank');
END;
system parameters are
desformat = wide
destype=cache
mode=default
orientation=default
printjob=yes
the report output is more than 100 pages
Thanks

Similar Messages

  • Unit Of Order reducing the performance after some threshold limit

    Hi,
    Our application is doing netting of trades.
    We are using UOO for posing messages to JMS queues appended to it.
    From this message, we are extracting the trade info and persisting into DB.
    When MDB is listening to that JMS queue, application is performing well when the no. of messages in the queue is <5000.
    when this number increases lets say 20000, our application is performing very badly.
    We are using 64 instances of MDB connecting to queue.
    What are the parameters reduce the performance of the MDB consuming the messages?
    Can you please help me on this?
    Thanks,
    Ravikumar

    An increasing backlog is a sign that your MDBs are not keeping up with your senders.
    See:
    Tuning WebLogic JMS
    http://docs.oracle.com/cd/E17904_01/web.1111/e13814/jmstuning.htm#PERFM294
    and
    Tuning Message-Driven Beans
    http://docs.oracle.com/cd/E17904_01/web.1111/e13814/mdbtuning.htm#PERFM271

  • SSRS 2012 report integrated with SharePoint 2013 issue :Report refreshing after some idle time

    we have SSRS 2012 report integrated with SharePoint 2013  , when we click on any toggle item after some idle time of 60 secs and try again to expand
    another toggle item then  complete report is getting refreshed and  if we are in child report it is redirecting to parent report. . we didn’t set any refreshing property at report level. I hope there will be some idle time setting at sharepoint site
    level.
    what we observed.
    1. there is no problem when we expand toggle items without any idle time.
    2. when we open the report and expand few toggles and keep idle for 60 seconds and try
    again to expand another toggle item then  complete report is getting refreshed (all toggle items are collapsing).
    3. If you keep idle for 60 minutes and if you didn’t do any action like expanding toggle
    items it is not refreshing.
    why it is happening and how to stop that complete refresh.
    Surendra Thota

    Hi Surendra,
    I have tested on my local environment and the issue can be caused by the session time out ,the time out of the report precessing, database timeout,DataSet query execution timeout and so on.
    I would like to confirm that the refresh you have mentioned is the page refresh or the report reloading?
    Please reference to the setting below to don't limit the timeout values if you got the report reloading:
    Point to a report in the library.
    Click the down arrow, and select Manage processing options.
    In Processing Time-out, select Do not time out report processing or
    Limit report processing in seconds if you want to override that value with no time-out or different time-out values.
    If you got the session timeout that refresh the page, please reference to the setting in below article:
    http://msdn.microsoft.com/en-us/library/gg492284.aspx#bkmk_session_settings_section
    Details information in the article below about the timeout setting for your reference:
    Set Processing Options (Reporting Services in SharePoint Integrated Mode)
    If you still have any problem, please feel free to ask.
    Regards
    Vicky Liu
    If you have any feedback on our support, please click
    here.
    Vicky Liu
    TechNet Community Support

  • Insert blank page into report after odd page

    I'm trying to get my report to insert a blank page at the end of each invoice if the invoice is an odd number of pages. We're looking to start printing two-sided invoices and need each invoice to be able to be mailed to the customer. I already have New Page after on the report footer and that works, but if I have a 3 page invoice, I need it to have a blank page as page 4 (without a page number). Page numbers are also being reset for each invoice if that matters. This is using Crystal Reports 10.

    Hi
    You can try the below:
    - Open section expert.
    - Select the section after which you need a new page.
    - Click on Paging Tab.
    - Put the below formula in X-2 for New page after:
    PageNumber mod 2 =0;
    - Save and close the formula editor.
    - Click on Ok.
    You can also apply some suppresion condition as per requirement.
    Hope this helps!!
    Regards
    Sourashree

  • Table header not repeat in some page [Reporting Service]

    I make report using reporting services in VS 2010 and SQL Server 2012.
    My report have table and I want to repeat table header in each page then I set repeat in advance mode at row group I set Header Row (static) below :
    KeepWithGroup : After
    RepeatOnNewPage : True
    But in Some page Header not repeat anyone can help me to solve this problem
    Thank you.

    Hi Chanon,
    Based on my understanding, tablix header doesn’t repeat on some pages.
    In Reporting Service, when setting RepeatOnNewPage as True and KeepWithGroup as After, a static tablix member(row or column) will display on multiple pages. In your scenario, please make sure you choose the first static member in Row Groups pane, then set
    these two properties. As we tested in our environment, when setting these two tablix members as proper value, the tablix header repeats on multiple pages. Please refer to the screenshots below:
    Reference:
    Repeat Table Header on Each Page in SSRS
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu

  • Invoice Print Report Add. Layout needs to be displayed after Last Page

    Hi,
    I am working on Invoice Print Report multiple layout Customization with RDF as Query model and created RTF using BI Publisher DEsktop and have requirement of Repeating Header on all pages, Print Page Total on all pages and Grand Total, Total Payable , Payment Options on last page. This was acheived by <?start@last-page-first:body?><?end body?>. But in one of the layout there is requirement to start new page and display some usage report for the invoice. I tried several options like using splt page break then display the custom usage report. But since I have given start last page body anything after this page is not getting picked up.
    Can you please help in resolving this issue.
    Regards,
    Amit Kulwal

    Hi SAMI Mohammed ,
    I have same issue like your, but i have to diplay a window like footer with some information. i have done like above details .
    But when there are one page its displaying at page 1 only If there are 2 pages then its not at all diplaying in any pages.So kindly guide me regarding this.
    Thanks in Advance,
    Regards,
    Neelima

  • Sending email for some pages of a report

    Hi!
    I would like to know, is it possible to send via email some pages of a SAPScript.
    I've created a report, with SAPScript output. The report is collecting a lot of data, and is grouping the data by customer.
    So at the end of the report run, I have 5 pages, with a grouping like this:
    1. Customer A / Deliveries 1,2,3
    2. Customer B / Deliveries 4,5
    3. Customer C / Deliveries 6,7,8,9
    4. Customer D / Deliveries 10
    5. Customer E / Deliveries 11,12
    In the B, D customer master data exist an email address, so I have to send the 2nd page to the email address of B (for example [email protected]) and the 4th page to the email address of D (f.e.: [email protected]).
    How can I solve this?
    Thanx
    Tamá

    Hi!
    The following coding provides the SAPScript list, now. This is what I would like to extend with the email sending.
    The table it_fuvar contains the data of the customers and deliveries. I think I have to enter the email sending between the END_FORM and START_FORM function modules.
    My problems are:
    - is the OTF ready and convertable to PDF at this moment (after an END_FORM)?
    - if it is, then how identify it to convert  and how to send the converted PDF via attachment?
      DESCRIBE TABLE it_fuvar LINES fcount.
      IF fcount = 0.
        WRITE:/ 'Nincsen nyomtatható adat.'.
        EXIT.
      ENDIF.
      SET LANGUAGE sy-langu.
      CLEAR wa_itcpo.
      MOVE 'X' TO wa_itcpo-tdimmed.
      MOVE 'X' TO wa_itcpo-tdnewid.
      MOVE sy-repid TO wa_itcpo-tdsuffix2.
      MOVE sy-title TO wa_itcpo-tdtitle.
    * open form
      CALL FUNCTION 'OPEN_FORM'
        EXPORTING
          OPTIONS       = wa_itcpo
          dialog        = 'X'
          form          = gc_formname
          language      = sy-langu
        EXCEPTIONS
          canceled      = 1
          device        = 2
          form          = 3
          OPTIONS       = 4
          unclosed      = 5
          mail_options  = 6
          archive_error = 7
          OTHERS        = 8.
      IF sy-subrc NE 0.
        EXIT.
      ENDIF.
      MOVE 1 TO fcount.
      SORT it_fuvar.
      LOOP AT it_fuvar INTO wa_fuvar.
        AT NEW vstel_bez.
    * spedit&#337;r címadatok kiírása a scriptbe
          CALL FUNCTION 'WRITE_FORM'
            EXPORTING
              window = 'M_SPEDIT'
            EXCEPTIONS
              OTHERS = 1.
    * cím, téma, számlázási cím kiírása a scriptbe
          CALL FUNCTION 'WRITE_FORM'
            EXPORTING
              window = 'M_INFO'
            EXCEPTIONS
              OTHERS = 1.
          CALL FUNCTION 'WRITE_FORM'
            EXPORTING
              element = 'M_SZALLITASI_CIM'
            EXCEPTIONS
              OTHERS  = 1.
        ENDAT.
        AT NEW tknum.
          SUM.
    * kocsik (transzportok) kiírása a scriptbe
          CALL FUNCTION 'WRITE_FORM'
            EXPORTING
              element = 'M_KOCSI'
            EXCEPTIONS
              OTHERS  = 1.
          fcount = fcount + 1.
        ENDAT.
    *   print item line
        CALL FUNCTION 'WRITE_FORM'
          EXPORTING
            element = 'M_ARUFOGADO'.
        AT END OF vstel_bez.
    * footer
          MOVE 1 TO fcount.
          CALL FUNCTION 'WRITE_FORM'
            EXPORTING
              window  = 'M_BOTTOM'
              element = 'NEW_PAGE'.
          CALL FUNCTION 'END_FORM'
            EXCEPTIONS
              unopened                 = 1
              bad_pageformat_for_print = 2
              spool_error              = 3
              codepage                 = 4
              OTHERS                   = 5.
          IF sy-subrc <> 0.
          ENDIF.
    * EMAIL SEND???
    * EMAIL SEND???
    * EMAIL SEND???
          CALL FUNCTION 'START_FORM'
            EXPORTING
              form        = gc_formname
              language    = sy-langu
            EXCEPTIONS
              form        = 1
              format      = 2
              unended     = 3
              unopened    = 4
              unused      = 5
              spool_error = 6
              codepage    = 7
              OTHERS      = 8.
          IF sy-subrc <> 0.
          ENDIF.
        ENDAT.
      ENDLOOP.
      CALL FUNCTION 'CLOSE_FORM'
        EXCEPTIONS
          OTHERS = 1.
    Thanx
    Tamá

  • Report views correctly in Report Viewer but on export or print, blank page inserted after every page

    Hi all
    I'm hoping someone has an idea what is causing this issue. I am using Crystal 2008 and have created many reports over the years, with no issue like this.
    I have had to create a label file for an Avery label that does not appear in the Crystal Reports default list of label definitions (have done this many times before for other labels, with no issue).
    The report displays perfectly in the CR Report Viewer, however once the report is sent either to PDF export or to the printer, an extra blank page is inserted after every page of the report.
    The fact that it displays correctly in the viewer means there is nothing in the report that is amiss.... there is something going on when the report is sent out.
    I've read a lot of similar problems, however the idea that it is a network problem doesn't explain why the hundreds of other reports I've created exactly the same way... do not have this problem!
    Does anyone know the answer to this puzzle?
    regards
    Kaz

    Hi Karen
    Here is the issue. When you look at the report in the viewer you see this:
    Notice the dashed line after the body of each label. That line is there because the report is formatted to be a column report:
    So the viewer shows you that there is another column to be printed / exported and that is what is happening with the report.
    - Ludek

  • Printer just started feeding a blank page after some, but not all printed documents

    Printer just started feeding a blank page after some, but not all printed documents

    Hi @cam21 ,
    I understand that you are having issues printing, after some documents you are getting blank pages. I would be happy to help you.
    I would do a hard reset to see if that will resolve the issue.
    Leave the printer on and unplug the power cable from the printer and wall outlet for 60 seconds.
    Then reconnect the power cable to the printer and wall outlet rather than a surge protector.
    This ensures the printer is receiving full power and may help this situation.
    What application are you printing from?
    It may be a setting in the application.
    Does this happen from all applications?
    Download and run the Print and Scan Doctor. It will diagnose the issue and might automatically resolve it. http://www.hp.com/go/tools>Using HP Diagnostic Tools for HP Printers in Windows.
    How is the printer connected? (USB/Ethernet/Wireless)
    What were the results when you ran the Print and Scan Doctor? (did it print or scan, any error messages)
    If there is anything else I can help you with, just let me know.
    Have a nice day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • After upgrade to 22.0 when sidebar is open, some pages no longer fit in window like in version 19.

    After seeing suggestions I tried adjusting the about.config CSS setting from -1 to 1, etc. But this just changes the size of all pages. Not a fix because some pages are okay to begin with, so they don't need shrinking. All Pages seem to fit until I open the bookmark sidebar. Then about half of the pages I visit (facebook for example) don't fit on the page & I have to scroll back & forth horizontally to read them. Other pages (http://www.ric.edu/ for example) fit the window perfectly.

    If web pages needs to be adjusted after changing this pref then you can look at the Default FullZoom Level or NoSquint extension.
    *Default FullZoom Level: https://addons.mozilla.org/firefox/addon/default-fullzoom-level/
    *NoSquint: https://addons.mozilla.org/firefox/addon/nosquint/
    Use this extension to adjust the font size for the user interface:
    *Theme Font & Size Changer: https://addons.mozilla.org/firefox/addon/theme-font-size-changer/

  • I've used Project Web App on Sharepoint 2013. After clear job queue about force check-in then I've got this error. This made me can't access some pages in PWA anymore e.g. Project center, Resoure center, PWA setting, etc.

    I've used Project Web App on Sharepoint 2013. After clear job queue about force check-in then I've got this error. This made me can't access some pages in PWA anymore e.g. Project center, Resoure center, PWA setting, etc.  Who have ever found this problem,
    pls. help.
    The pop up error msg. is "Sorry, you don't have access to this page"

    Hi,
    According to your description, after you cleared job queue about force check-in then you can't access some pages in PWA.
    Maybe you need to check in the pages which has been checked out.
    If you have administrative rights, it is possible to override the check-out via the View All Site Content page:
    Site Actions->View All Site Content->Pages->Hover the item you want to check in, and from the context-menu (arrow-down next to the filename), choose "Discard Check Out"
    Besides, to troubleshooting the error “Sorry, you don't have access to this page”, refer to the following articles:
    http://sharepoint.rackspace.com/sharepoint-2013-troubleshooting-an-access-issue-with-a-custom-master-page
    http://technet.microsoft.com/en-us/library/ff758656(v=office.15).aspx
    In addition, as this issue is related to project server, I suggest you create a new thread on project server, more experts will assist you:
    https://social.technet.microsoft.com/Forums/projectserver/en-US/home?category=project
    Best Regards,
    Lisa Chen
    Lisa Chen
    TechNet Community Support

  • After Update, Safari only loads some pages.

    Hello,
    On my Powerbook G4 (OS 10.4.11), I recently installed Security Update 2008-008 (PowerPC), and since I've installed it, Safari (v3.2.1) is loading only some pages. This is not just Safari, but Firefox will not load some pages either. Pages that will load include Google, Gmail, and Yahoo. Some pages that won't load include Apple, Facebook, YouTube, and most large pages. It seems that
    When I ping these sites using Network Utility, the average pings for these pages are as follows:
    Google: 100 ms
    Gmail: 17 ms
    Yahoo: 17 ms
    Apple: 100% packet loss
    Facebook: 90 ms
    YouTube: 85 ms
    I have 5 devices on the network: two Macbook Pros, one Powerbook, one Nintendo Wii, and one iPod Touch. Each device works perfectly fine except for the recently-updated Powerbook.
    Failed attempts to fix the problem:
    - Resetting Safari
    - Restarting the computer
    - Power cycling the router
    - Resetting the PRAM and NVRAM
    - Fixing Permissions
    Are there any changed settings which could have caused this malfunction?
    Any suggestions on what I can do to fix this problem?
    Thanks for your help.
    Message was edited by: PaviSays

    Hmmm… then there's some larger-scale corruption with files that we can't pinpoint, so at this point you should do an Archive & Install with the option to Preserve Users and Network Settings. You will not lose any programs or data, just get a new copy of OS X installed and the old one removed. The old copy will be put in a folder named Previous Systems, which you should delete. You will also need to download the 10.5.5 or 10.5.6 Combo Update and install that, as well as Use Software Update to bring your system current.
    To do this:
    1. Quit all running applications and use Disk Utility to Repair Permissions.
    2. Insert your Mac OS X install/restore disc and restart your Mac from it (hold down the 'C' key until you see the startup screen).
    3. Proceed with an install as normal, but choose Archive & Install with Preserve Users and Network Settings; then run the installer.
    4. Eject the disc after the Mac restarts.
    5. Quit Software Update if it runs and tells you to update things. Instead, download and install the 10.5.6 Combo Update; then run Software Update to bring your system current.
    6. Repair Permissions again.
    Mulder

  • After updating pages it doesnt open some documents why?

    I need to know why after updating pages it doesnt open some documents, i cant delete them, I cant do anything with them

    Try a reset ie hold the power and home buttons simultaneously until the Apple logo appears.

  • Firefox crashes when I close an e mail on AOL also it crashed once after printing some pages from my banking statement. Any ideas. I restarted a few times without any change to the crashing problem. WHat do you suggest.

    Firefox crashes when I close an e mail on AOL also it crashed once after printing some pages from my banking statement. Any ideas. I restarted a few times without any change to the crashing problem. What do you suggest.
    I am using Mozilla Beta 4. I volunteered to try it out. It's lightning fast. I really love using it. I see there is a new version of Firefox should I download it??

    I HAVE NOW SOLVED THE PROBLEM BY RUNNING WINDOWS REGISTRY REPAIR TOOL WHICH HAS OBVIOUSLY REPAIRED CORRUPT REGISTRY FILES.

  • Adobe Flash Player don't show videos on YouTube after some point - Black Screen only

    Hello. I have a problem with Flash Player on YouTube. It has crashed many, many times so I decided to open this thread for let you know about it if you don't know already.
    Now, I've got no crash reports or anything but it crashes after some point. Even if it doesn't give me crash report, I understand it because YouTube videos don't run and I got only black screen. When I tried to close (click "X" at right above) Firefox, it denies to close with some click sounds. I can only close with combination of CTRL+ALT+DELETE and terminate process. After I closed Firefox and open new page, it works fine until I get the same situation.
    By the way, I have laptop with these specs:
    Intel Core i5 3210m
    AMD Radeon 7670m + Intel HD 4000 ( with AMD Switchable Graphics called Enduro )
    8 GB Ram
    Windows 7 Ultimate 64 bit
    I don't know what problem is causing it so I couldn't give you much information. But if you need any information, I'll try to help. Thanks in advance.
    P.S: I'm sorry for the bad English.

    Thanks for your reply. I totally forgot the topic, sorry.
    I've solved the issue, just disabled hardware acceleration feature from Preferences menu and everything is working well now.
    http://helpx.adobe.com/flash-player/kb/video-playback-issues.html

Maybe you are looking for

  • Macbook Pro no longer connects to Samsung TV thru HDMI

    So my 13" MacBook Pro and Samsung HDTV i got back in feburaury were working perfectly together thru HDMI cable to a Dynex Mini DisplayPort, then all of a sudden they stopped. Now whenever I plug the two in together the MacBook turns blue ( as it did

  • Kodak Zi6 -- ipad2 iMovie?

    I have read that as long as my movie is 720p, it should import into iPad2. I have imported a few movies and I can play them in the Photos app with no problem. But when I open iMovie, they are not there. The Kodak Zi6 creates .mov files so you would t

  • Configuring active directory

    so here I have what i think is a simple problem. when trying to sync SW and AD in the AD settings tab, the application constantly tells me the connection is timed out. the credentials are 100% correct as-well as the server name. my only possible solu

  • "Low-level" authorizations for accessing BW reports - add users to role

    Using the advice in Topic "Low-level" authorizations for accessing BW reports, I have been able to publish a query to a role that has 3 test users and each user gets the same query but with different data, as determined in the tables. Is there a way

  • Make more readable screen text size in palettes on high-resolution screens?

    Does anybody know of a way to make the text in palettes in Creative Suite programs more readable? From my experimenting, the size never changes after messing with Windows "DPI setting" in the Control Panel>Display dialog (96 dpi, 120 dpi, custom); an