nardmoseley
Comments
-
Please post questions to a single destination. You sent this same question
to support@digital-metaphors.com and I sent you a response.
The Cancel feature is working as designed. It Cancels the client. It is
designed to w… -
I performed the exact test you describe and did not encounter any issues. I
used the exact new values that you specify. The new cache and log directored
were created and everything worked from the rbReportes virtual directory. I
us… -
The WebTier.Loaded method is responsible for loading the ini settings. If
you place the TraWebTier on the TWebModule then the VCL automatically calls
Loaded. On the other hand, if you create the WebTier via code, then you will
From the RBServer Help topic for TrsWebTier.IniSettings...
"Use IniSettings to enable the web tier to read and write its state from an
.ini file. If Enabled is set to True, the web tier will load its property
values from…
A report server can include any number of ReportVolumes. Each ReportVolume
should have a unique name.
Each ReportVolume/ADOConnection should reside on a separate datamodule.
On the client side, the ClientReportExplo…
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 2009Please 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 2009Access 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…