SQL Reporting :: Reporting Services Print Icon And Windows Authentication

Jun 16, 2010

It seems the Print Icon in Reporting Services is now throwing up a Windows Authentication box. Even when entering my domainusername and password, nothing happens. It just keeps popping up?

Our reporting service URL is a http://IP Address/........

Not sure if that has anything to do with it. We did add the I.P. in the Local Intranet Zones but still nothing works.

View 1 Replies


Similar Messages:

SQL Reporting :: IE 8 Upgrade Can No Longer Print From Reporting Services?

Feb 22, 2010

Upgraded to IE 8 and received the "Unable to load client print control" msg researched this a bit and everything pointed to the Killbit hotfix. However we did not install this hotfix so this can't be the problem. Uninstalled IE 8 and went back to IE 6 still get the error msg.

Running windows 2003 server, SQL server 2005sp2 on same box

workstations XP Prosp2

View 3 Replies

SQL Reporting :: Forms Authentication Sample Is Not Working In Reporting Services

Mar 9, 2010

I am trying to implement custom sercurity modal in Reporting Services and i am not successfull. I am getting instance count error at below line.

// Loop through the instances of the server class.

ManagementObjectCollection instances = serverClass.GetInstances();

I posted my question in the below forum and could not get answer yet.

http://social.technet.microsoft.com/Forums/en-US/sqlreportingservices/thread/81b5a886-cca5-4d13-9805-c5b57c8a20e9

The link i used for forms authentication is as follows:-

http://msdn.microsoft.com/en-us/library/aa902691(SQL.80).aspx

What could be going wrong? Why i could able to cross "scope.Connect();" AND "serverClass.Get();" and getting below error

and could not get any instances. I saw a help link of similar problem and given full permission, but could not get instances at all.

http://social.msdn.microsoft.com/Forums/en/sqlreportingservices/thread/fd5d19da-5cf5-45a9-bc77-7849a9565714

Exception Info:-

serverClass.GetInstances() {System.Management.ManagementObjectCollection} System.Management.ManagementObjectCollection
+ Count 'serverClass.GetInstances().Count' threw an exception of type 'System.Runtime.InteropServices.COMException' int
{System.Runtime.InteropServices.COMException}
IsSynchronized false bool

Code:-

const string WmiNamespace =
//@"\localhost
ootMicrosoftSqlServerReportingServicesv8"; // ORIGINAL
@"\localhost
ootMicrosoftSqlServerReportServerv9Admin"; // NEW ONE
//@"\localhost
ootMicrosoftSqlServerReportingServicesv9Admin"; // NOT
WORKING COPY
const string WmiRSClass =
//@"MSReportServerReportManager_ConfigurationSetting"; // ORIGINAL
// @"MSReportManager_ConfigurationSetting";
@"MSReportServer_ConfigurationSetting"; // NEW ONE
string fullWmiClassName = WmiNamespace + ":" + WmiRSClass;
ManagementClass serverClass;
ManagementScope scope;
//scope = new ManagementScope(WmiNamespace, connOptions);
scope = new ManagementScope(WmiNamespace);
// Connect to the Reporting Services namespace.
scope.Connect();
// Create the server class.
serverClass = new ManagementClass(fullWmiClassName);
// Connect to the management object.
try
{
serverClass.Get();
}
catch (Exception ex)
{
throw new Exception("Could not get WMI information. "
+ ex.Message);
}

View 3 Replies

SQL Reporting :: Print Icon Does Not Work?

Jan 24, 2011

I run SQL Reporting Service 2000 with his service pack, our application is under VS 2003. When we generate a report the print icon does not work, so we hace to export to PDF format in order to print it. How to solve this problem?

View 1 Replies

Web Forms :: Print Layout Button In MS Reporting Services?

May 21, 2012

in ms reporting services how & where do i get Print Layout buttonĀ 

so that all the 3 columns of my report can be viisble

as currently inspite of layout having 3 columns only one column is displayed

View 1 Replies

Authentication - Integrating Security / Reporting Services

Feb 16, 2010

I have an ASP.Net website with the standard forms auth membership database, and then a Reporting Services instance with a bunch of reports on it.

How can I integrate the security between the two servers? Worst case, I could just frame in the reports with some code and pass a universal set of credentials to the Reporting server, but I lose security granularity...I could pass the current set of credentials the same way, but then I have to keep the two db's synched. There has to be a better way.

View 1 Replies

SQL Reporting :: Microsoft Chart Control And SQL Server 2005 Reporting Services?

Jan 7, 2010

Any one used Microsoft Chart Control in SQL Server Reporting Service reports? Specifically the 2005 version?

View 3 Replies

SQL Reporting :: Error While Rendering Reports (Reporting Services 2005) In .Net 1.1 Web Application On IIS 6.0

Sep 30, 2010

I developed an ASP.net 1.1 web application that is written in VS2203 and I am using Reporting Services 2005 to render some reports in PDF Format. My problem was it is working fine in local (XP) and Production environment (Windows 2003 Server).fromo long back the solution was not working for my integration Server which has windows 2003 Server (1.1) and we installed the 2.0,3.5 frameworks. It is throwing an Object refernce error while render the report. Is there any permisions or something missing.

View 1 Replies

SQL Reporting :: In Reporting Services Got This Error "The Permissions Granted To User SysnameASPNET Are Insuffic?

Nov 2, 2010

i'm using sql server 2008 with advance services the below error is of reporting services.."The permissions granted to user 'sysnameASPNET' are insufficient for performing this operation. (rsAccessDenied)"when i'm trying to host appliction.. the above error is occured..it works fine when i try to execute locally.. but when i try to execute through the IIS i.e host applicationthe above error is displayed.

View 2 Replies

SQL Reporting :: Customize Sql Server Reporting Services Home Page?

Jul 6, 2010

I am new to Sql Server Reporting .How to customize sql server reporting services home page?

Means, how to put some background picture, how to change shapes of Tabs, how to Insert Header Picutre at the top and so on.

View 9 Replies

SQL Reporting :: SSRS Reporting Services When Expanding A Drill Down Row - It Becomes Very Long

Aug 9, 2010

I have created a drill down report in SSRS which works fine in Visual studio but when deployed and viewed using a report viewer on an asp.net web page it acts funny. It load fine the first time but as soon as i expand any of the drill downs the width of the report suddenly becomes very! lengthy and the details data disappears.

View 2 Replies

SQL Reporting :: Login Dialog Box Appears Repeatedly - Reporting Services?

Oct 7, 2010

We are running sql server 2000 with reporting services version 8.00.743.00. Yes, I know it's old, but it works. Anyway it worked up until a week ago. Now when you try to render a report on IE 7 or 8 or Firefox, the windows authentication appears multiple times. The report continues to render fine in IE 6.

View 2 Replies

SQL Reporting :: Pass Credentials From Visual Web Developer To Reporting Services?

Oct 11, 2010

I have a SQL Server 2005 database with Windows Credentials. I am trying to pass my credentials from Visual Web Developer to my report but it returns me: "Cannot create a connection to data source". My web application is based on Windows login as well.

How I have to pass the credentials to the report?

View 1 Replies

SQL Reporting :: Print Control Works On Reporting Server But Not In Embedded In Application?

Sep 14, 2010

I am having an issue where if I click on the print icon in the report viewer embedded in an application, I get the error "unable to load client print control". However, when running through report manager, this is fine. I am running SQL Server 2005 SP3 and report viewer 9.

View 1 Replies

SQL Server Reporting Services Not Able To Install On Windows Vista Home Premium

Aug 26, 2010

Recently I had a weird problem while trying to install SQL Server Reporting Service in my local PC. I am using Windows Vista Home Premium and I wanted to configure SSRS in my PC. During the installation, the setup wizard listed all the services that we want to install and I found that only Reporting Server checkbox option was disabled and I wondered why??? I thought it may be becuase of some installation problem and tried again and its useless... I googled lot of sites for 3 days and finally found that due to some IIS issues, it is not possible to install Reporting Server in Vista Home Premium version. Reporting Server needs some specific IIS features to be installed in the machine.

But unfortunately those features are not available for Home Premium users which in term restricts users not to install reporting server in our PCs... Also, Microsoft has accepted it as an issue and its not possible to get it install in Home Premium...just wanted to share and might be useful for someone like me.

Reference: http://support.microsoft.com/kb/920201/en-us

View 1 Replies

SQL Reporting :: Reporting Services And Reporting Manager?

Sep 27, 2010

I have question is it possible to install Report Manager (IIS Service) on different server than Reporting Services is installed? I would like have IIS service (Report Manager) on one server and Reporting Services mechanism on the second one. Do you think this solution is possible?

View 2 Replies

SQL Reporting :: Unable To Start The SQL Server Reporting Services?

Sep 7, 2010

I have a problem in deploying the reports. when i try to deploy the reports it shows that Report Sever not working but when i try to start my SQL Server Reporting Services will get the below mentioned error so please can one could suggest me on this.

"Could not Start the SQL Server Reporting Services (MSSQLSERVER) service on local computer

ERROR1053: Service didnt respond to start or control request in a timely fashion"

View 1 Replies

SQL Reporting :: Truying To Work In My PC With Reporting Services 2008?

Sep 13, 2010

I am truying to work in my PC with reporting services 2008, but I got this message:

The report server can not decrypt the symmetric key used to access sensitive or encrypted data in a database server reports. You must restore a key from a backup or delete the encrypted content.(RsReportServerDisabled) .

View 1 Replies

SQL Reporting :: Good Reference For SQL Server Reporting Services?

Dec 31, 2010

Please suggest me some good reference for learning RDLC reports. Does it provides all the features as provided by BOE3.1(Business Objects Enterprise 3.1).

View 3 Replies

SQL Reporting :: Customize Reporting Services Configuration

Mar 29, 2010

I have one application in that there are two server 1. Web/Application Server 2. Database Server. i installed only reporting services component on web server and connect report server database from second server i.e DB Server. but When i clicked on report services URL it gives error: The report server installation is not initialized. (rsReportServerNotActivated) what extra needs to configure report server?? what are the steps to configure report server ?? i checked in log files it shows as :

appdomainmanager!DefaultDomain!fcc!03/29/2010-14:15:15:: i INFO: Appdomain:11 ReportManager_MSSQLSERVER_0-3-129143259005241268 started.
appdomainmanager!ReportManager_0-3!fcc!03/29/2010-14:15:16:: i INFO: RS authentication mode is 4; effective ASP.NET authentication mode is Windows. vdir=/Reports.
appdomainmanager!DefaultDomain!fcc!03/29/2010-14:15:16:: i INFO: Appdomain:11 ReportManager_MSSQLSERVER_0-3-129143259005241268 initialized (#2).
appdomainmanager!DefaultDomain!1e0!03/29/2010-14:15:23:: i INFO: Appdomain:12 ReportServer_MSSQLSERVER_0-4-129143259230591718 started.
appdomainmanager!ReportServer_0-4!1e0!03/29/2010-14:15:24:: i INFO: RS authentication mode is 4; effective ASP.NET authentication mode is Windows. vdir=/ReportServer.
httpruntime!ReportServer_0-4!1e0!03/29/2010-14:15:24:: i INFO: Report Builder manifest file C:Program FilesMicrosoft SQL ServerMSRS10.MSSQLSERVERReporting ServicesReportServerReportBuilderReportBuilder_2_0_0_0MSReportBuilder.exe.manifest not found.
appdomainmanager!DefaultDomain!1e0!03/29/2010-14:15:24:: i INFO: Appdomain:12 ReportServer_MSSQLSERVER_0-4-129143259230591718 initialized (#2).
webserver!ReportServer_0-4!1e0!03/29/2010-14:15:54:: i INFO: Reporting Web Server started
resourceutilities!ReportServer_0-4!1e0!03/29/2010-14:15:54:: i INFO: Reporting Services starting SKU: Standard
resourceutilities!ReportServer_0-4!1e0!03/29/2010-14:15:54:: i INFO: Evaluation copy: 0 days left
resourceutilities!ReportServer_0-4!1e0!03/29/2010-14:15:54:: i INFO: Running on 2 physical processors, 2 logical processors
runningjobs!ReportServer_0-4!1e0!03/29/2010-14:15:54:: i INFO: Running Requests Scavenger timer enabled: Next Event: 60 seconds. Cycle: 60 seconds
runningjobs!ReportServer_0-4!1e0!03/29/2010-14:15:54:: i INFO: Running Requests DB timer enabled: Next Event: 60 seconds. Cycle: 60 seconds
runningjobs!ReportServer_0-4!1e0!03/29/2010-14:15:54:: i INFO: Memory stats update timer enabled: Next Event: 60 seconds. Cycle: 60 seconds
library!ReportServer_0-4!1e0!03/29/2010-14:15:56:: Call to GetPermissionsAction(/).
library!ReportServer_0-4!1e0!03/29/2010-14:15:56:: i INFO: Catalog SQL Server Edition = Standard
crypto!ReportServer_0-4!1e0!03/29/2010-14:15:56:: i INFO: Initializing crypto as user: NT AUTHORITYNETWORK SERVICE
crypto!ReportServer_0-4!1e0!03/29/2010-14:15:56:: i INFO: Exporting public key
crypto!ReportServer_0-4!1e0!03/29/2010-14:15:56:: i INFO: NT Service not activated
library!ReportServer_0-4!1e0!03/29/2010-14:15:56:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerNotActivatedException: The report server installation is not initialized., ;
Info: Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerNotActivatedException: The report server installation is not initialized.
crypto!ReportServer_0-4!1e0!03/29/2010-14:15:56:: i INFO: Initializing crypto as user: NT AUTHORITYNETWORK SERVICE
crypto!ReportServer_0-4!1e0!03/29/2010-14:15:56:: i INFO: Exporting public key
crypto!ReportServer_0-4!1e0!03/29/2010-14:15:56:: i INFO: NT Service not activated
library!ReportServer_0-4!1e0!03/29/2010-14:15:56:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerNotActivatedException: The report server installation is not initialized., ;
Info: Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerNotActivatedException: The report server installation is not initialized.
ui!ReportManager_0-3!fcc!03/29/2010-14:15:57:: e ERROR: System.Web.Services.Protocols.SoapException: The report server installation is not initialized. ---> Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerNotActivatedException: The report server
installation is not initialized.
at Microsoft.ReportingServices.WebServer.ReportingService2005Impl.GetPermissions(String Item, String[]& Permissions)
at Microsoft.ReportingServices.WebServer.ReportingService2005.GetPermissions(String Item, String[]& Permissions)
ui!ReportManager_0-3!fcc!03/29/2010-14:15:57:: e ERROR: HTTP status code --> 200
-------Details--------
System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: The report server installation is not initialized. ---> Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerNotActivatedException: The report server installation
is not initialized.
at Microsoft.ReportingServices.WebServer.ReportingService2005Impl.GetPermissions(String Item, String[]& Permissions)
at Microsoft.ReportingServices.WebServer.ReportingService2005.GetPermissions(String Item, String[]& Permissions)

at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)

at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)

at Microsoft.SqlServer.ReportingServices2005.ReportingService2005.GetPermissions(String Item)

at Microsoft.SqlServer.ReportingServices2005.RSConnection.GetPermissions(String Item)

at Microsoft.ReportingServices.UI.Permissions.GetPermissions()

at Microsoft.ReportingServices.UI.Permissions.CurrentUser(String itemPath)

at Microsoft.ReportingServices.UI.ReportingPage.get_RSUser()

at Microsoft.ReportingServices.UI.FolderPage.Page_Init(Object sender, EventArgs e)

at System.EventHandler.Invoke(Object sender, EventArgs e)

at System.Web.UI.Control.OnInit(EventArgs e)

at System.Web.UI.Page.OnInit(EventArgs e)

at System.Web.UI.Control.InitRecursive(Control namingContainer)

at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
library!ReportServer_0-4!1e0!03/29/2010-14:15:57:: Call to GetSystemPropertiesAction().
crypto!ReportServer_0-4!1e0!03/29/2010-14:15:57:: i INFO: Initializing crypto as user: NT AUTHORITYNETWORK SERVICE
crypto!ReportServer_0-4!1e0!03/29/2010-14:15:57:: i INFO: Exporting public key
crypto!ReportServer_0-4!1e0!03/29/2010-14:15:57:: i INFO: NT Service not activated
library!ReportServer_0-4!1e0!03/29/2010-14:15:57:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerNotActivatedException: The report server installation is not initialized., ;
Info: Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerNotActivatedException: The report server installation is not initialized.
crypto!ReportServer_0-4!1e0!03/29/2010-14:15:57:: i INFO: Initializing crypto as user: NT AUTHORITYNETWORK SERVICE
crypto!ReportServer_0-4!1e0!03/29/2010-14:15:57:: i INFO: Exporting public key
crypto!ReportServer_0-4!1e0!03/29/2010-14:15:57:: i INFO: NT Service not activated
library!ReportServer_0-4!1e0!03/29/2010-14:15:57:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerNotActivatedException: The report server installation is not initialized., ;
Info: Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerNotActivatedException: The report server installation is not initialized.
ui!ReportManager_0-3!fcc!03/29/2010-14:15:57:: e ERROR: Exception in ShowErrorPage: System.Threading.ThreadAbortException: Thread was being aborted.
at System.Threading.Thread.AbortInternal()
at System.Threading.Thread.Abort(Object stateInfo)
at System.Web.HttpResponse.End()
at System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm)
at Microsoft.ReportingServices.UI.ReportingPage.ShowErrorPage(String errMsg) at at System.Threading.Thread.AbortInternal()
at System.Threading.Thread.Abort(Object stateInfo)
at System.Web.HttpResponse.End()
at System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm)
at Microsoft.ReportingServices.UI.ReportingPage.ShowErrorPage(String errMsg)

View 1 Replies

SQL Reporting :: Use Two Dropdown Lists In Reporting Services Using The VS?

Feb 13, 2011

i want to use two dropdown lists in reporting services using the VS.So went the user choose from the 1st dropdown list the 2nd affected.

View 6 Replies

SQL Reporting :: Reporting Services And PageLoad?

Oct 12, 2010

I have started using rdlc file in my asp.net website.I am wondering of a way to load the reoprt on aspx page.I have one.aspx which collects user define parameters. When user click next, I collect all user input and store in session then it will go to two.aspx.On two.aspx, I have reportviewer which looking a local report (report.rdlc) with datasource (ds1) which has session parameters.I feed ds1 parameter with session fields from one.aspx.It all working fine.But...., it is taking long time to go from one.aspx to two.aspx.

I assume it is because report is being generated on page_load (two.aspx).Is there any clever way... to generate/view this report?I tried to use UpdatePanel and UpdateProgress with no luck.If this title is already existed in this forum, please give me the link. I could not find the right topic.I m using asp.net 3.5, Visual studio 2010, SQL 2008 server.

View 2 Replies

SQL Reporting :: IIS Setting To Use Reporting Services?

Jun 25, 2010

I deploy our web in IIS but when i try to use the reporting services

the message pops up:

The request failed with HTTP status 401: Unauthorized.

but when i try to build and debug from visual studio

i can use the reporting services

View 7 Replies

SQL Reporting :: Reporting Services Error?

Aug 23, 2010

This is the error I m getting. Can anyone tell me what exactly the problem isAn error occurred during local report processing.An error has occurred during report processing.Query execution failed for dataset "DataSet1".ExecuteReader : CommandText property has not been initialized.

View 1 Replies

SQL Reporting :: Installing Reporting Services On Different Server Other Than Database Server

Dec 10, 2010

I installed SSRS on the same sever with database. now due to performace issue I wanted to install it on different server other than Database server. my question is what are the pros and cons? does anybody did that before?

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved