all groups > sql server reporting services > july 2005 > threads for friday july 22
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
passing report parameters to an Oracle proc
Posted by James at 7/22/2005 5:40:03 PM
Hi,
I received an error message after running a report by pushing the Preview
button:
ORA-00972:identifier is too long
ORA-06512:at "SYS.DBMS_UTILITY", line 114
ORA-06512: at line 1
Here is the Oracle proc:
CREATE OR REPLACE PACKAGE BODY MPC IS
PROCEDURE Report_Performance_Main_5 (i... more >>
Prevent report auto-generation
Posted by Floyd Burger at 7/22/2005 2:15:32 PM
I have several report that require parameters. These parameters all need to
have default values. When the report is displayed, the report is generated
automatically. How do I prevent the report from being auto-generated and
only generate the report when the "View Report" button is clicked?
... more >>
FileIOPermission
Posted by Siwy at 7/22/2005 1:45:22 PM
I got my custom assembly working fine until I add writing to a log
file. Then I get a FileIOPermission error.
I have the following code in my policy file:
<PermissionSet
class="NamedPermissionSet"
version="1"
Name="ReportHelperFilePermissionSet"
Description="A special permis... more >>
Pie Chart Data Point
Posted by Keith at 7/22/2005 12:38:03 PM
Does anyone know how to show the data point for a pie slice outside the pie
and connected to the slice by a line. The Pie Chart in SRS does not appear
to have this functionality as does a similar pie chart with the base Dundas
software.
=====================
Thanks!
Keith
p.s. Get off t... more >>
Different sort orders
Posted by Jack Nielsen at 7/22/2005 11:53:21 AM
I have a report in which I sort out the top x customers withs best revenue.
Here I have sort on total revenue field.
But when i toggle the customer I need to get the data sorted by period
instead of revenue so that they can see how the different periods went.
Is it possible to have another sor... more >>
RS on SQL 2000 SP4
Posted by Jack Nielsen at 7/22/2005 11:50:12 AM
Are there any issues or can I just install SP4 ?
Jack
... more >>
rsInternalError
Posted by sss at 7/22/2005 10:12:09 AM
I recently installed SQL Reporting Services on a Windows Server 2003.
Whenever i try to open the repot Manager, i get the following error :
An internal error occured on the report Server. See error log for more
details (rsInternalError). The system cannot find the file specified.
Attached is... more >>
Getting field info from subreport
Posted by Teros at 7/22/2005 9:26:01 AM
Quick question...
I have a report with a subreport. Can I reference a field/textbox in the
subreport from the main report? For example, if I have a sum calculated by
the subreport, can I display that in the report?
Thanks!... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Multiple Axes On Chart
Posted by Chris Tollisen at 7/22/2005 9:17:02 AM
Is it possible to produce graphs with multiple x or y axes?... more >>
Sending reports to a printer without users being involved.
Posted by Paul Cyr at 7/22/2005 7:56:04 AM
Our billing system runs SQL Agent jobs in the middle of the night and we want
to generate reports that automatically get sent to a printer. I don't care if
they are in PDF, EXCEL, CSV, text or whatever format. I just want them to
print without a user having to click on them.
The reports are... more >>
HELP! Printer Delivery Extension AND Forms Authentication
Posted by NO[at]SPAM at 7/22/2005 7:34:03 AM
Hi,
I need some help with making the Printer Delivery Extension play nicely with
RS equipped with Forms Authentication/Custom Security. We have been using the
forms authentication for some time but just recently decided to implement the
Printer Delivery Extension.
The Problem:
With Form... more >>
WARNING: RS BUG - STOPS WORKING WHEN A MODAL DIALOG IS ACTIVE
Posted by DragonVic at 7/22/2005 7:33:01 AM
No, I haven't found a fix for it, I keep getting ignored, I am sick and tired
of this BUG, I love Reporting Services, but it is costing me time and it is
going to make it very difficult to convince my Boss that Reporting Services
is "the" reporting tool.
"MJ Taft" wrote:
> DID YOU GET A ... more >>
more on parameters...
Posted by Myles at 7/22/2005 6:45:04 AM
We have a custom .net webb app front end that uses the SOAP methods for rs.
For reasons that are not important to explain, we have several different
types of parameters..we have a couple that we would like to have the user do
an external search (there are too many values to set the parameter ... more >>
HTML rendering contains references to RS server
Posted by Bruce at 7/22/2005 5:55:01 AM
I'm having a couple of problems with the HTML that is generated for a report
I'm writing. I want the entire report to come back at once (it is several
hundred pages long) rather than the page at a time that the RS interface
gives you. I call the report via the following URL address
http:/... more >>
"#Error" Problem with the use of IIF
Posted by tulips_2812 at 7/22/2005 3:18:24 AM
Hi. I have another problem. Anyone please? Your answers will be greatly
appreciated. My code is like this :
=iif(Fields!TDeact.Value = 0, "N/A",
Fields!TDeactn.Value/Fields!TDeact.Value)
- this code is to eliminate the problem: "attempted to divide by zero";
however, it does not work. Still... more >>
Direct Printing with RS 2005?
Posted by MarkusPoehler at 7/22/2005 3:08:01 AM
I have tried the PrinterDeliverySamples with RS2000 without success. I have
read about new printing functionality with RS 2005. Is direct printing per
subscription to a printer supported wit hthe bnew version or not? Or do they
still just offer those $()§$!"& PrinterDevliverySamples?
Than... more >>
Render Times
Posted by Edward at 7/22/2005 2:36:02 AM
Is there a way that I can put a textbox down that will say something like
this report took 132 Seconds to generate?... more >>
It's Urgent Please Help....
Posted by Malkesh at 7/22/2005 1:36:02 AM
Hi, I've created one mailing label report with
2 Across Than 3 down.But it displays the data
like
1 4
2 5
3 6
Is there a way to change the default orientation from Down then Across
to Across and then down like this ?
1 2
3 4
5 6
Thanks & Regards
Malkesh... more >>
Help! - My subscriptions are being deleted !?
Posted by frankiebody at 7/22/2005 1:19:02 AM
Problem: My subscriptions are being deleted, I guess when i re-deploy the
reports?
It has happend twice, but I do not know the reason, It just seems to happen!
As of today, we use 6 different subscriptions, 3 of which produce 6000
reports to be distributed to email recipients, and 3 producing... more >>
Format text in "parameter"
Posted by maersa at 7/22/2005 12:00:00 AM
hi,
i've got a "parameter" that is of date type, but is there any way so that it
only shows the "short date" format --- don't want the time.
thanks,
... more >>
|