all groups > sql server reporting services > april 2006
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
Login to Reports Manager?
Posted by Asaf at 4/30/2006 12:41:02 PM
Hi,
I am trying to login to Report Manager (MSSQL 2005) on my server
https://www.[mydomain].com/Reports with administrator user & Pass but login
failed with error: "The request failed with HTTP status 401: Unauthorized."
Any help will be much appreciated.
Regards,
Asaf
... more >>
TextBox set cangrow to True
Posted by Pony Tsui at 4/28/2006 11:42:01 PM
i created a report and put a textbox and other element, set cangrow to true,
than i preview the report and display in one page, the textbox height grow
to the end of page, after i client the print preview, the textbox move to
second page, if i export to pdf or tiff file, the textbox also displ... more >>
How to make elements of a field into hyperlinks
Posted by Newbie at 4/28/2006 3:49:20 PM
Hi,
I've been looking high and low for a way to turn the elements of a
field into hyperlinks and so far I've found nothing. One of the fields
in my report holds all the document hyperlinks pertaining to that
particular record. For example, if the record is about employee A, I
have a field... more >>
Analysis Services vs Report Models
Posted by kamel at 4/28/2006 12:11:36 PM
What are the differences beetwen AS and RM?
Kamel
... more >>
Multi-Select Parameters in SSRS 2005 - HELP
Posted by Jim at 4/28/2006 11:57:03 AM
Hi all –
Having a problem with SQL 2005 Reporting Services and Multi-Select
parameters. It’s seems as though Multi-Select and Allow Nulls are mutually
exclusive. This is a problem as we have some reports that are very complex –
using very complex stored procedures that allow for this... more >>
Detect Picture/File Presence
Posted by Scott at 4/28/2006 9:43:02 AM
I am linking to photographs/pictures of employees. Some employees have a
picture.gif file while others do not have a physical file present (i.e. John
Doe has not "jdoe.gif" in the file share) depending on whether their picture
has been taken or not. Can I detect the presence/abscence of this... more >>
Report Model on tables without primary key
Posted by Dan Varozza at 4/28/2006 8:50:02 AM
I am trying to create a report model on some tables that do not have a
primary key. The wizard keeps failing with the message "Table does not have a
primary key". Is a primary key mandatory?... more >>
RS Server Architecture
Posted by RobertHillEDS at 4/28/2006 8:49:02 AM
I am working on a POC (proof of concept) for reporting services.
My question is can RS be depoyed using the following architecture.
Web Server.
App Server.
DB Server.
The web server can only see the app server, and the app server can see both
the web and db server. Would like the actua... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Can reports access session object and/or variables?
Posted by David at 4/28/2006 8:42:01 AM
We are using SQL Reporting Services 2000.
We need the reports to be able to access a session variable or the request
object's server variables. How can we do this?... more >>
running 2005 rdl on a RS 2000 server
Posted by bhorwatt at 4/28/2006 8:18:02 AM
We have written some RS 2005 reports on a development server which now needs
to have SQL Server 2005 re-installed due to 'Database Services' not
installing successfully with SP1. Some of the 2005 reports are currently in
use and I wanted to install them on a RS 2000 report manager on another ... more >>
Error on deployment
Posted by john at 4/28/2006 7:47:03 AM
When attempting to deploy a report, the report builds fine but I get the
following error or deployment.
The report definition is not valid. Details: Could not find schema
information for the
http://schemas.microsoft.com/sqlserver/reporting/2003/10/reportdefinition:Report'
Any help wou... more >>
Reports Services installation problem.
Posted by Kam at 4/27/2006 11:39:02 PM
In my laptop, I got W2003 server Std, Sharepoint portal, SQL 2000 and SQL 2005.
After I have trouble to run the Http://server/Reports. I applied SP1, then I
under install the SQL2005, but failed to remove the Reporting Services.
Then I re-install the SQL 2005 with a new instance name, then app... more >>
SQL Mobile
Posted by Timk at 4/27/2006 9:00:02 PM
I might be in left field here, especially since I believe reporting services
is entirely a server side report generation engine, but....
I would like to generate (not just view something from regular srs -- I want
to produce something from my local SQL Mobile right on the mobile device,
whi... more >>
parameter problem
Posted by minority at 4/27/2006 7:58:56 PM
hi all,
i have a parameter ParamA that refers to another parameter ParamB.
select ParamA from property where chain like (@ParamB+'%')
i set ParamB to allow blank value.
how do i enable ParamA if ParamB is blank? cos currently, ParamA will
be disabled for selection if @ParamB is not spec... more >>
SQL Server Business Intelligence Development Studio?
Posted by Asaf at 4/27/2006 4:43:01 PM
Hi,
I have installed VS.NET Pro 2005 & SQL Server 2005 Developer Edition with
full install.
From some reason I don't see the "SQL Server Business Intelligence
Development Studio" on my machine so I can't create reports.
Any help will be much appreciated.
Regards,
Asaf
... more >>
Paramter posting back?
Posted by sellerss at 4/27/2006 3:39:32 PM
I have a report with four paramters.
A "Start Year" and "End Year" that are strings with values from a query, so
available valuse are 2003,2004. 2005, and 2006.
Two datetime for a "Start Transaction Date" and "End Transaction Date".
When I set the "Start Year" parameter, the report seems to... more >>
Different footer size for first page
Posted by Andrey at 4/27/2006 1:11:01 PM
Hi,
I am trying to create invoices where first page should have ~3.75in footer
with remittance slip. All other pages should have small footer.
Body of the report is one big table with groups.
What is the [best] way to accomplish this? Footer size could not be
formula-based (at least tho... more >>
Trigger an email subscription
Posted by Maxwell2006 at 4/27/2006 12:19:07 PM
Hi,
Can I trigger an email subscription by using command lines or url command?
Thanks,
Max
... more >>
Help with using integrated security
Posted by Ben at 4/27/2006 10:43:01 AM
I am building a reporting aspect of my .NET web app, and I have already come
accross the problem where if the app is hosted on a server and the backend
SQL database is hosted on another server, I cannot use integreated security
to retrieve data from the sql server (unless deligation is turned ... more >>
SSRS 2005 Custom security extension question - LogonUser
Posted by nickpup at 4/27/2006 8:30:02 AM
We are implementing the SSRS 2005 custom security extension described in
http://msdn2.microsoft.com/en-us/library/ms160724.aspx. We have the sample
running, but the LogonUser method never seems to be called. Shouldn’t this
routine be called as a result of the user logging into Logon.aspx o... more >>
Report Parameters > non-queried
Posted by Asim.Humayun NO[at]SPAM gmail.com at 4/27/2006 8:16:58 AM
Hi,
How can I add multiple values in non-queried "value" box.
I have a parameter name "Country".
I have a label USA which has three values.
Label Value
USA 555,666,777
The above example doesn't work with my stored procedure which has where
clause as
... more >>
access denied when deploying to prod
Posted by Carrie at 4/27/2006 7:57:01 AM
I'm trying to deploy my reports to my production server and I'm getting
'rsAccessDenied:The permissions granted to user 'domain\me' are insufficient
for performing this operation'
I asked my dba to give me full permissions on the reportServer and
ReportServerTempDB databases in production AND... more >>
iff statment problem - what am i doing wrong
Posted by pbuzzby NO[at]SPAM gmail.com at 4/27/2006 7:55:10 AM
Hi
i have the following iff statement.
=iff(Fields!Measures_MeasuresLevel.Value=cost,Sum(
Fields!Financial_Year_All_Financial_Year_FY01_02.Value),0)
I get an error "Name iff is not declared"
What do i have to do in order to get iif statements to work?
Ta
Paul
... more >>
RS2005 MDX report parameters
Posted by jhcorey NO[at]SPAM yahoo.com at 4/27/2006 7:43:36 AM
With a report is created against a cube, the data designer generates
the mdx. If a field is checked as a parameter, the mdx will include
something like this:
SELECT ( STRTOSET(@ProductDimCatgLabel, CONSTRAINED)
As a default when the report is run, a dropdown presents all possible
values.
Be... more >>
IIS 405 Resource Not Allowed
Posted by Trapper at 4/27/2006 7:43:03 AM
I have several Reports that when I Click on the "View Report" button I
receive a 405 Resource Not Allowed Error. I have re-installed Report Server
and updated to Service pack 2 for Reporting services, with no change in the
outcome.
The Initial load of each of these reports works fine, howe... more >>
Make a SELECT DISTINCT in Reporting Services
Posted by rebeuapaname NO[at]SPAM hotmail.com at 4/27/2006 7:08:49 AM
Hi,
I have a stored procedure, that can't be modified.
It return data like these (the real one is more, and more complex of
course)
A ....
A ....
A ....
B ....
B ....
B ....
C ....
C ....
I want to make a table with only theses entries :
A
B
C
How can i do it in reporting s... more >>
how can i display 14/02/2004 to FEB 06
Posted by mur via SQLMonster.com at 4/27/2006 6:49:02 AM
hai,
i want to display date 14/02/2004 is in the format of FEB 06.
how can i format the date to get this result
please tell me the ways ,any one worked one this.
thanks & regards,
mur.
--
mur
Message posted via http://www.sqlmonster.com... more >>
Global variable for hyperlinks in reports
Posted by David at 4/27/2006 6:42:01 AM
We are using Reporting Services 2000. We have several reports that all
contain an "Edit" hyperlink that goes to a URL not related to the report
server url. We cannot directly enter this URL into the "Jump To" section,
because the url is different depending on the environment (dev, test,
pr... more >>
Date and Time Parameter:
Posted by Deborah via SQLMonster.com at 4/27/2006 5:26:53 AM
I have a report that I will use a DateCreated value for the date and time
parameters. The time stamp for the DateCreated value does carry dates and
times. This report is for three 12 hour shifts and the hours run from 7:00
PM to 7:00 AM. I need to set my default parameters to display as yester... more >>
Get report design from Report Manager
Posted by IanP at 4/27/2006 3:00:02 AM
If you cannot find the current Visual Studio sln project file, can you obtain
the report design from the Report Manger to plug back into the designer to
ensure that you start from the most current report verision held on the
server?
Thanks
Ian... more >>
Using URL access to report server over the internet
Posted by jonny at 4/27/2006 2:46:32 AM
I've got an ASP.NET 1.1 application running on
http://www.webapplication.com and a report suite hosted by SQL RS 2000
on http://www.reportserver.com.
Webapplication.com uses URL access to the report server to make use of
the HTML report viewer toolbar rendering reports inside of a IFrame
usin... more >>
Matrix calculation using more than one column
Posted by stu... at 4/27/2006 2:25:01 AM
I have a matrix of data for a period of months. What I am trying to do is to
add a column at the end which will be YOY change. So how in a matrix do I
reference the value in column 4 (for example) and the last column. Also how
do I add this calculated column to the end of the matrix.
... more >>
formatting matrix subtotals
Posted by Silent Bob at 4/27/2006 2:18:00 AM
Hi,
have had a look at the archives and there is some good info there
about having different formatting for subtotals as compared to the
actual data columns. What I want to do though, is have the same
formatting applied to the subtotals as to the data columns.
I have 9 data columns which... more >>
Dynamically delete a row from report
Posted by beatmasta at 4/27/2006 12:31:02 AM
Hi,
I have a report containing some values. Surprise? :)
I want to delete rows containing values 0 and null from the report. I need
to include those rows to the sql query, but don't wan't them to be seen in
that particular table. Can the dynamic deletion of a row be done?
Thanks for helping... more >>
Printing a report
Posted by Jeremy at 4/26/2006 5:20:02 PM
I am pulling down reports using the reporting services web services, and for
various reasons I am not using the report viewer. So I am rendering them in
EMF format and previewing them in the print preview control. However,
whenever I preview them or print them directly, the PrintPage event of ... more >>
Windows Authentication Problem
Posted by Cayman Visitor at 4/26/2006 4:18:01 PM
I'm having problems with Windows Authentication in RS 2000. This is on a
brand new server. Here is the setup I've done.
-Install Win2003 SP1 (install all updates to be current)
-Install IIS (with ASP.NET and FrontPage extensions)
-Install VS.NET 2003
-Install SQL 2000 (with SP4)
-Install ... more >>
SQL_2005 Reporting Services Performance
Posted by Naveen at 4/26/2006 3:18:02 PM
A single server running side by side SQL instances. SQL 2000 as default
instance and SQL 2005 as named instance. Designed a report using 2005
Reporting Services to query data from SQL 2000 Database. Report by itself
works fine the problem is with performance.
Report has multiple parameters... more >>
Set Report to print to Landscape by Default
Posted by Jack Bender at 4/26/2006 2:26:02 PM
Does anyone know a way to set a report to print out to Landscape by default?
I do not see an option anywhere for this setting within Visual Studio 2005
when creating the report.... more >>
Erro install Reportig Service
Posted by Clayton Cardozo at 4/26/2006 12:21:54 PM
> Hello,
>
> I`m try install Microsoft SQL Reporting Service 2000 in Windows 2003
> Standard, but appers error message no log file rsstp.log
>
> InstallBootstrapPackage' Return='2' GetLastError='183
>
> anyone can help me?
> Clayton Cardozo.
... more >>
Union all in Reporting Services Dataset Referring to parameters.
Posted by Sen at 4/26/2006 10:06:44 AM
I am using this below query which is with a Union all. The database I
am trying to connect is Oracle.
Once I go to preview I get an ORA error which mentions thatt the query
is not properly terminated.
Is there a way to create a Union all in a paraemeterized dataset with
connection to Oracle.
... more >>
Debugging Log Files...
Posted by isideveloper at 4/26/2006 10:02:01 AM
I'm having trouble with a few subscriptions getting emailed.
They are showing "email sent" in their status.
I remember a while ago, finding a post about a log file I can
read that showed transactions and their error or success messages,
but I can't find it now. I didn't have to look in the ... more >>
Comparing fields from multiple datasets
Posted by BillTWD at 4/26/2006 9:24:02 AM
I have one report with two dataset (one from a table and one from a Cube).
Within my report are two tables, one uses the ‘Table’ dataset and one uses
the ‘Cube’ dataset. The two dataset are similar (i.e. they return similar
data/fields).
I would like to compare some of the fields fr... more >>
Navigation: page position
Posted by Vyv at 4/26/2006 8:39:42 AM
Hi everybody,
I have this "minor" problem...
This is the situation:
a list of orders is shown
I scroll downwards in my page to look for a certain order
I click on the order to see the order details (jump to the detail
report)
use the back button to go back to the list of orders (previous ... more >>
Subreport only sometimes shows
Posted by Louis Ryder at 4/26/2006 8:14:06 AM
I have a sub report that is only showing part of the time. I have run
the report with following scenerios:
peramter "status" = "active" , and perameter "session" = 1 and it runs
corectly
peramter "status" = "inactive" , and perameter "session" = 1 and it
runs corectly
peramter "status" =... more >>
SSRS 2005 Deployment Problem
Posted by Paul Noe at 4/26/2006 8:06:01 AM
I'm fairly new to SSRS, having switched over from Crystal recently. I've
created a report, which is working fine in the designer and the debugger.
The problem is that when try to deploy the report to the reportserver
(localhost/reportserver), I receive an error described here:
"A connecti... more >>
Tranferring Reporting Services database to another server in another domain
Posted by Frank at 4/26/2006 7:37:57 AM
I'm transerring a Reporting Services db from server 1 tot server 2 in a
different domain. To do this I followed these steps:
- Create back-ups from ReportingServicesProductie and
ReportingServicesProductieTempDB
- Create encryption key on the Reporting Services machine
- Restored the backups
-... more >>
Cannot read the next data row for the data set
Posted by Pam Richardson at 4/26/2006 7:25:01 AM
Hello all -
Our users are getting the above error when trying to execute a report.
Permission has been granted to the security group that they belong to, for
the report folder and report (browser permissions), as well as the Analytical
Services database and the associated data warehouse data... more >>
Formatting text
Posted by Pasquale at 4/26/2006 6:35:03 AM
I need to format a text in a text box to show a text field truncated.
In other terms, I must show only 40 characters of a very long string.
Do I use the statement "format"?
How can I solve this issue?
Many thanks... more >>
Reporting Services web access with Sharepoint portal Server
Posted by Kam at 4/26/2006 5:19:02 AM
I installed SQL Developer Edition on W2003 STD, plus sharepoint portal server
2003.
after the installation, I try to acces http://localhost/Reports, failed.
How can I setup the reporting services web access with sharpoint portal
server on the same machines?
Is there any web parts for Re... more >>
email notification
Posted by Dewald at 4/26/2006 5:18:01 AM
Hi All,
We need to email RS reports to various sales persons within a branch.
Sales persons are only allowed to see their own report. Therefor a report
will be executed for the amount of sales persons, passing thru the
salesperson's ID as a parameter. We do not want to schedule a report fo... more >>
|