nardmoseley
Comments
-
I tested that against our live report server and did not encounter any
issue, other than an error generated by the report server
Here is the test I used
in Access violation appeared in WebTier Comment by nardmoseley September 2009 -
Please do not post attachments to the newsgroups - this is against the
rules. You may email attachements to support@
I looked at the log, but cannot determine much. There are no exceptions
logged. According to the log you are … -
Something on your system must have changed.
Try setting WebTier.LogSettings.Verbose set to True and rebuild the project.
Then check the WebTier log, perhaps that will provide a clue.
--
Nard Mosele… -
Please update to RB 11.06, this issue has been resolved (actually it was
resolved a few updates ago.)
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
-
Never received any example. Please resend. When we receive the example, I
will email you back to confirm receipt.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
-
1. Try running your report server project inside the Delphi IDE so that you
can trace usign the debugger. Put a stop in the dmVolume.OnCreate and
another one in the dmVolume.OnDestroy. The reason you see the connection
opened… -
Let me know what database you are using and what data access components.
What type of ReportVolume are you using? What is your environment - Windows
version, Delphi version, and I assume you are using RB 11.06 trial edition.
<… -
Can you run Demos\Servers\Main and then connect to it by running
Demos\Clients\ClientReport Explorer?
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
-
Thanks for your interest in RB Server Edition.
Yes you can run the client and server on the same machine, in fact the trial
version requires it. The trial version is limited to running on localhost
(127.0.0.1), it does n… -
The Developers Guide, Demos, and Tutorials are installed by both trial and
registered versions.
The default location is Public Documents or Shared Folders on Vista or XP.
The default location is displayed during installa… -
Here is an rbWiki article that includes details about how to pass autosearch
parameters to the webtier (see the bottom)
… -
Yes. RB 11 includes enhancements to support the date locale of the webtier
machine. There is also a nice a Calendar that is displayed to the user.
in DATE FORMAT Comment by nardmoseley October 2009 -
Access the Windows Regional settings for each machine and review the date
format settings.
Make sure you build the Server and WebTier using the latest release, RB
11.06.
Make sure you do not have code that overrides… -
The SessionID is automatically generated by the WebTier. You should not have
to worry about it unless you are making custom calls to the webtier.
The WebTier.SessionOptions.MaxSessionCount will limit the number of
concurrent u… -
> What controls the disconnect from the database once a report is finished?
You can use the ReportVolume.PublishingOptions to control how the report is
generated on the server. Check out the RBuilder help for the topics
Pub… -
The live demo server running on our web site is running on Windows Server
2003 and we have other customers using it.
Here are is an article about configuring the WebTier for IIS'7
in Access violation at address 7C835813 in module 'ntdll.dll'. Read of address 0000000E Comment by nardmoseley October 2009 -
To send email you have to use the ClientReport. One solution might be to
create a scheduling app that runs on the server machine. The scheduling app
could read a database table that contains a schedule or requests to generate
Here is an rbWiki 'How To' example that shows how to use ASP.NET with the RB
Server WebTier.
Any version of ASP.NET should work.
RB Server will replace your existing RB installation (if you install it for
the same version of Delphi). This is because RB Server Edition installs RB
Enterprise and RB Server.
You might want to use a test environment or…
The exception originates in the thread in which the report is generating.
The Timer is used to allow the thread to terminate and then the Server
raises a FatalException in the main thread.
I just made a patch for RB 11.0…Great to hear you solved the issue and thanks for sharing the solution. What
version of Windows and IIS are you using?
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Have not heard of this before. Each rotated text is being rendered as an
image for the HTML page. The browser should be loading the HTML and then
loading the images that appear on the page. If you perform a View | Source
on the pa…Servers, whether RB or a database server or a web server, operate over a
single port.
The port is probably not the issue. A machine only has so much processing
power and network bandwidth and bottlenecks can occur in other are…Try downloading and installing the latest build of RB 11.07 from our web
site and test whether that solves the issue.
For the reports you could try setting the PrinterSetup.PrinterName to
'Screen' or try installing a different…
Try testing whether the error happens with every report or just one or some.
As a test, try using the Demos\Clients\Client Explorer project to connect to
the server and generate a PDF via the ClientReport.
Before te…
With RB 11 you can use the Query Designer to bind search conditions to
Report.Parameters. (Also Report.Parameters can have optional
AutoSearchSettings).
With RB 10 you can use Report.BeforeOpenDataPipelines event and th…I don't know why you are getting an AV, have not heard of this before and
cannot reproduce it here. I would try running the webtier as a Delphi web
app debugger project so you can trace the code.
--
Nard Moseley
The only difference between WebTier.LogSettings.Verbose False vs True is the
amount of data logged. The logging feature is very simple, just writes some
xml to a file. If WebTier does not have security permisssion or the file is
l…You can try using Delphi to run the WebTier within the context of a Delphi
Web Debugger application. That enables the Delphi debugger to be used in the
standard way.
An example of a Web Debugger application is installed to
Have not had any other reports of this.
Try looking the WebTier log. You can also try setting
WebTier.LogSettings.Verbose to True to produce a more detailed log.
An IIS Worker Process is the windows process that is …