Home rbuser Comments
New Blog Posts: Merging Reports - Part 1 and Part 2

rbuser

About

Username
rbuser
Joined
Visits
1
Last Active
Roles
Member

Comments

  • I read your original post and had the same experience. Everything was
    great on IIS 5 WIn2K server. Moved to Win2003 and IIS 6 and the A/V's
    started. None of the RB Code changed during the move to the new server.

    I can't be …
    in Web Tier A/V Comment by rbuser July 2010
  • I would be interested in any further information you have from this Jon, as
    myself and another developer mentioned such an issue back in December 2009
    (see thread "AV in ntdll.dll").

    Nothing I tried made it go away.

    in Web Tier A/V Comment by rbuser July 2010
  • Ok, excuse me!

    Do you have any suggestions about my problem ?

    Regards,





  • That report was created with my RBuilder end-user project and can be opened
    without problems with RBuilder end-user project, the problem only occurs
    when
    I try to open the report r with RBuilder server project.

    Reg…
  • Hi,

    The report don?t have a delphi code in RAP,
    the error occurs with any other report that I try to open.

    I already trying to use a simple in ..\RBServer\Delphi 7\Demos\Servers\01.
    Main.dpr and
    change a rbRepor…
  • Hi Nard,

    What we realy want is for the report to produce a pdf file and store it on
    disk whithout enything else happening in web mode:
    1) In web mode the report should be called by url parameters (if possible
    state pdf-f…
  • OK Nard, thanks.
    Jason

  • Hi!

    As soon as got the WebTier running on LocalHost i also got this problem
    solved.
    Thanks a lot for your excellent support.

    Best regards,
    Terje

  • I'm still having trouble. The method WebTier.CreateClientReport needs a
    parameter of class TrsWebRequest. The WebModule.OnAction event have a
    parameter of TWebRequest. Is there a version conflict here? Or am i missing
    something els…
  • I can extract the reportname from the URL in thereby identify it, so that
    problem is solved. But i still
    can't figure out what to do with this WebTier.CreateClientReport. Any
    samples on how to use it? Do i set
    TextFileName of t…
  • I'll take it from here. I have created a WebModule action. What do i do
    inside this OnAction event?
    I also need to identify the report in this action as it is not all reports
    that need this treatment. How can i identify
    which r…
  • I have not had time yet, we are two developers working with RB and Delphi,
    and our main Delphi guy is first in today.

    Hans


  • > I dont understand how to generate a pdf file without anything else

    I am not sure I understand you, but if I do, you can create a service that
    calls the web tier that creates the report and saves it to the correct
    locatio…
  • I am not getting it 100%,

    are you saying that I nead two ClientReports for this; One for producing PDF
    file and one for preview or can I call the same ClientReport and get two
    different results (pdf or preview).

    I h…
  • Hi Nard,

    This has now happened at a second customer today. Installing the
    ReportBuilder Services Service (that comes with RB Server 11.08) on a 64-bit
    Windows 2008 Server. The error messages received are identical to the ones I<…
  • Has anyone got any news on 64-bit compatibility?

    Jason.

  • Hi Nard,

    This has now happened at a second customer today. Installing the
    ReportBuilder Services Service (that comes with RB Server 11.08) on a 64-bit
    Windows 2008 Server. The error messages received are identical to the ones …
  • Hi Nard

    Our consultant had already tried that yesterday, says he got exactly the
    same error messages.

    Jason.

  • Thanks Nard, I will give that a go and report back.

    Jason.

  • I've since learnt that it is not exactly a Windows 2008 Server, but Windows
    Standard FE, which is also known as Small Business Server 2008.

    The user is an administrator.

    Jason.

  • Sorry about that. The errorpage is:

    Servererror in application DEFAULT WEB SITE
    HTTP-error 404.0 - Not Found
    URL-adress :
    in New tutorials Comment by rbuser October 2010
  • This is a multi-part message in MIME format.
  • I have configured the app pool to run under a different account with all
    privileges. I have configured the folder to allow full control for any user.
    Still no result. Shouldn't the Webtier give me a errormessage or something
    to te…
  • I get no errors when i'm callin the WebTier. I just get no result, only the
    "Done" in the browsers down-left corner. Is there
    something simple i can do in the WebTier to check if it is ever called?

    I have deployed the Delphi de…
  • That got me one step further and i get no errors now. But i don't get any
    reportexplorer on web either.
    I know that the ReportServer is running, and is connected to the sql-server.
    When are the WebTier.dll
    created? I have put a…
  • This is a multi-part message in MIME format.
  • I have done exactly what "How to " describes. When i attempt to access the
    webtier with url, i get msg that tells me to
    select a program to open/run this file. Any ideas on what the problem is?
    This webtier runs ok on another serve…
  • Thanks..

    Tony
  • Sorry, just realised I posted to the wrong group.
  • Hi Nard,

    The problem was probably a timeout. The report in use has some very "heavy"
    queries, and after waiting for several minutes i concluded it was a lock of
    some sort. Since you made it work with the same code i had to try…