Showing posts with label folder. Show all posts
Showing posts with label folder. Show all posts

Monday, March 26, 2012

Error when open Report Manager

RS is installed on the same server with the WebServer. I run this from a
domain network PC:
http://WebServerName/Reports/Pages/Folder.aspx
and I receive this error:
The request failed with HTTP status 401: Unauthorized.
What I checked:
1.On the WebServer go in IIS , then Default Web Site, then Reports, then
Proprieties, then Security and ONLY Integrated Windows Authentication is
checked
2. The save as above for ReportService under Default Web Site
3. Open Windows Explorer on the Web Server and go to C:\Program
Files\Microsoft SQL Server\MSSQL\Reporting Services\ReportServer where
ReportService.asmx file is located. In the same folder have a look in
web.config file and:
<authentication mode="Windows" />
<identity impersonate="false" />
4 IIS is version 6
5. Web Server is Windows 2003
6. Went in Logs for RS and this is what I found:
w3wp!ui!1860!17/02/2006-13:20:44:: e ERROR: The request failed with HTTP
status 401: Unauthorized.
w3wp!ui!1acc!17/02/2006-13:20:44:: e ERROR: The request failed with HTTP
status 401: Unauthorized.
w3wp!ui!1acc!17/02/2006-13:20:45:: e ERROR: HTTP status code --> 500
--Details--
System.Net.WebException: The request failed with HTTP status 401:
Unauthorized.
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.ReportingServices.ReportingService.ListSecureMethods()
at Microsoft.SqlServer.ReportingServices.RSConnection.GetSecureMethods()
at Microsoft.ReportingServices.UI.RSWebServiceWrapper.GetSecureMethods()
at
Microsoft.SqlServer.ReportingServices.RSConnection.IsSecureMethod(String
methodname)
at Microsoft.ReportingServices.UI.Global.SecureAllAPI()
at
Microsoft.ReportingServices.UI.ReportingPage.EnsureHttpsLevel(HttpsLevel
level)
at Microsoft.ReportingServices.UI.ReportingPage.ReportingPage_Init(Object
sender, EventArgs args)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Web.UI.Control.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain()
w3wp!ui!1860!17/02/2006-13:20:45:: e ERROR: HTTP status code --> 500
--Details--
7. Changed in IIS to use Anonymous access and then Report Manager opens
without error but there is no report there (only Home directory and that's
all).After working on this problem for a week, I found posting from Jonny W.
and it worked for me.
If anyone else is having the same problem this KB article applies:
http://support.microsoft.com/default.aspx/kb/896861/en-us
Eddy wrote:
> RS is installed on the same server with the WebServer. I run this from a
> domain network PC:
> http://WebServerName/Reports/Pages/Folder.aspx
> and I receive this error:
> The request failed with HTTP status 401: Unauthorized.
> What I checked:
> 1.On the WebServer go in IIS , then Default Web Site, then Reports, then
> Proprieties, then Security and ONLY Integrated Windows Authentication is
> checked
> 2. The save as above for ReportService under Default Web Site
> 3. Open Windows Explorer on the Web Server and go to C:\Program
> Files\Microsoft SQL Server\MSSQL\Reporting Services\ReportServer where
> ReportService.asmx file is located. In the same folder have a look in
> web.config file and:
> <authentication mode="Windows" />
> <identity impersonate="false" />
> 4 IIS is version 6
> 5. Web Server is Windows 2003
> 6. Went in Logs for RS and this is what I found:
> w3wp!ui!1860!17/02/2006-13:20:44:: e ERROR: The request failed with HTTP
> status 401: Unauthorized.
> w3wp!ui!1acc!17/02/2006-13:20:44:: e ERROR: The request failed with HTTP
> status 401: Unauthorized.
> w3wp!ui!1acc!17/02/2006-13:20:45:: e ERROR: HTTP status code --> 500
> --Details--
> System.Net.WebException: The request failed with HTTP status 401:
> Unauthorized.
> 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.ReportingServices.ReportingService.ListSecureMethods()
> at Microsoft.SqlServer.ReportingServices.RSConnection.GetSecureMethods()
> at Microsoft.ReportingServices.UI.RSWebServiceWrapper.GetSecureMethods()
> at
> Microsoft.SqlServer.ReportingServices.RSConnection.IsSecureMethod(String
> methodname)
> at Microsoft.ReportingServices.UI.Global.SecureAllAPI()
> at
> Microsoft.ReportingServices.UI.ReportingPage.EnsureHttpsLevel(HttpsLevel
> level)
> at Microsoft.ReportingServices.UI.ReportingPage.ReportingPage_Init(Object
> sender, EventArgs args)
> at System.EventHandler.Invoke(Object sender, EventArgs e)
> at System.Web.UI.Control.OnInit(EventArgs e)
> at System.Web.UI.Control.InitRecursive(Control namingContainer)
> at System.Web.UI.Page.ProcessRequestMain()
> w3wp!ui!1860!17/02/2006-13:20:45:: e ERROR: HTTP status code --> 500
> --Details--
> 7. Changed in IIS to use Anonymous access and then Report Manager opens
> without error but there is no report there (only Home directory and that's
> all).

Monday, March 19, 2012

Error when deleting a folder in Report Manager

Hi
I received the error message pasted below, when I tried to delete a folder
through Report Manager. There have been no problems deleting folders, until
now. (SP1 has not, as of yet, been applied)
Does anyone know what could cause this error and what the best solution is
in the event it happens again?
"System.Web.Services.Protocols.SoapException: Server was unable to process
request. --> System.Data.SqlClient.SqlException: The COMMIT TRANSACTION
request has no corresponding BEGIN TRANSACTION. at
System.Data.SqlClient.SqlConnection.OnError(SqlException exception,
TdsParserState state) at
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception,
TdsParserState state) at
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning() at
System.Data.SqlClient.TdsParser.Run(RunBehavior run, SqlCommand cmdHandler,
SqlDataReader dataStream) at
System.Data.SqlClient.SqlInternalConnection.ExecuteTransaction(String
sqlBatch, String method) at
System.Data.SqlClient.SqlConnection.ExecuteTransaction(String sqlBatch,
String method) at System.Data.SqlClient.SqlTransaction.Commit() at
Microsoft.ReportingServices.Library.ConnectionManager.CommitTransaction()
at Microsoft.ReportingServices.Library.RSService.DisconnectStorage() at
Microsoft.ReportingServices.Library.RSService.CreateBatch() at
Microsoft.ReportingServices.WebServer.ReportingService.CreateBatch(String&
BatchID) -- End of inner exception stack trace --"
Thanks,
MarkThe problem was that the report server was out of disk space.
Mark
"MCC" <cmc_za@.hotmail.com> wrote in message
news:%23ClGvUpWEHA.1380@.TK2MSFTNGP09.phx.gbl...
> Hi
> I received the error message pasted below, when I tried to delete a folder
> through Report Manager. There have been no problems deleting folders,
until
> now. (SP1 has not, as of yet, been applied)
> Does anyone know what could cause this error and what the best solution is
> in the event it happens again?
> "System.Web.Services.Protocols.SoapException: Server was unable to process
> request. --> System.Data.SqlClient.SqlException: The COMMIT TRANSACTION
> request has no corresponding BEGIN TRANSACTION. at
> System.Data.SqlClient.SqlConnection.OnError(SqlException exception,
> TdsParserState state) at
> System.Data.SqlClient.SqlInternalConnection.OnError(SqlException
exception,
> TdsParserState state) at
> System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning() at
> System.Data.SqlClient.TdsParser.Run(RunBehavior run, SqlCommand
cmdHandler,
> SqlDataReader dataStream) at
> System.Data.SqlClient.SqlInternalConnection.ExecuteTransaction(String
> sqlBatch, String method) at
> System.Data.SqlClient.SqlConnection.ExecuteTransaction(String sqlBatch,
> String method) at System.Data.SqlClient.SqlTransaction.Commit() at
> Microsoft.ReportingServices.Library.ConnectionManager.CommitTransaction()
> at Microsoft.ReportingServices.Library.RSService.DisconnectStorage() at
> Microsoft.ReportingServices.Library.RSService.CreateBatch() at
> Microsoft.ReportingServices.WebServer.ReportingService.CreateBatch(String&
> BatchID) -- End of inner exception stack trace --"
> Thanks,
> Mark
>

Wednesday, March 7, 2012

Error using Microsoft.SqlServer.ManagedDTS.dll

Hi,

I picked the Microsoft.SQLServer.ManagedDTS.dll from following folder:

C:\WINDOWS\assembly\GAC_MSIL\Microsoft.SqlServer.ManagedDTS\9.0.242.0__89845dcd8080cc91>

Similarly picked Microsoft.SqlServer.DTSRuntimeWrap.dll also.

I added it as reference in my .NET application.

When I execute the program I get below error:

Retrieving the COM class factory for component with CLSID {E44847F1-FD8C-4251-B5DA-B04BB22E236E} failed due to the following error: 80040154.

Any Clue?

Application executes from a machine where SQL Server 2005 is not installed.

How to get the RunningPackages information back to a client PC?

HV

Hiral wrote:

Application executes from a machine where SQL Server 2005 is not installed.

How to get the RunningPackages information back to a client PC?

This seems like the most likely problem. You can only work with the SSIS runtime on machines where SSIS (a server component of SQL Server 2005) is installed. There is no redistributable package for SSIS like there was for DTS.

|||

Thank you Matthew.

But then what's the point giving Intergration Services Programming object model?

It's given by microsoft to program around packages.

Please refer the below links:

http://blogs.msdn.com/michen/default.aspx

http://msdn2.microsoft.com/zh-tw/library/ms136025.aspx

My point of concern is how do we get the dll "Microsoft.SqlServer.ManagedDTS.dll" ?

HV

|||

Hiral wrote:

Thank you Matthew.

But then what's the point giving Intergration Services Programming object model?

It's given by microsoft to program around packages.

Please refer the below links:

http://blogs.msdn.com/michen/default.aspx

http://msdn2.microsoft.com/zh-tw/library/ms136025.aspx

My point of concern is how do we get the dll "Microsoft.SqlServer.ManagedDTS.dll" ?

HV

You install SQL Server Integration Services. That is how you get Microsoft.SqlServer.ManagedDTS.dll. Both of the links you provided discuss using the SSIS object model, but neither (that I can see) says anything about installing this DLL on a non-SQL Server computer.

|||Here's another link that seems relevant: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1647966&SiteID=1&mode=1|||

Thank you Matthew.

I agree with you that the link I provided does not mention anything about having the ManagedDTS.dll without sql server installation.

That's the reason I have posted it so that I get some help on how to get that dll.

Another thing is though the links say that ManagedDTS.dll is shipped with SQL Server 2005, I searched for it on our database server and it was not found.

My point is how do I get this dll? Which installation will help me out for it? What is the process I should follow to get it?

HV

|||

Hiral wrote:

Thank you Matthew.

I agree with you that the link I provided does not mention anything about having the ManagedDTS.dll without sql server installation.

That's the reason I have posted it so that I get some help on how to get that dll.

Another thing is though the links say that ManagedDTS.dll is shipped with SQL Server 2005, I searched for it on our database server and it was not found.

My point is how do I get this dll? Which installation will help me out for it? What is the process I should follow to get it?

HV

You need to install SSIS explicitly. SSIS comes with Standard, Developer, and Enterprise versions of SQL Server 2005.

You get the dll by installing SSIS.|||

Thank you Phil.

The thing is SSIS is installed on our database server still we do not have Microsoft.SQLServer.ManagedDTS.dll on that machine.

Any clue on this?

Error using CreateSubscription from "My Reports"

I can create subscription from all reports in the normal folder list.
The problem is when I create a linked report in "My Reports", Then try to
create a subscription, I get an error.
A subscription delivery error has occurred. -->
A subscription delivery error has occurred. -->
The value of parameter 'extensionSettings' is not valid.
Check the documentation for information about valid values. -->
A non-privileged user can not set the setting 'Comment'.
Parameters:
Report : "/My Reports/Company Sales"
When I dont set the The Comment Extension setting it works..
How do I get arround this, and still be able to set the comment?By default the folder created for the user does not have "Manage All
Subscriptions" permission. Set this permission on the folder and you should
then be able to set the comment field.
--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.
"SouthFLBoiler@.discussions.microsoft.com"
<SouthFLBoilerdiscussionsmicrosoftcom@.discussions.microsoft.com> wrote in
message news:AB32F233-3F08-4158-88B4-1102566D8C1F@.microsoft.com...
>I can create subscription from all reports in the normal folder list.
> The problem is when I create a linked report in "My Reports", Then try to
> create a subscription, I get an error.
>
> A subscription delivery error has occurred. -->
> A subscription delivery error has occurred. -->
> The value of parameter 'extensionSettings' is not valid.
> Check the documentation for information about valid values. -->
> A non-privileged user can not set the setting 'Comment'.
>
> Parameters:
> Report : "/My Reports/Company Sales"
> When I dont set the The Comment Extension setting it works..
> How do I get arround this, and still be able to set the comment?
>

Wednesday, February 15, 2012

Error running RS 2005.

I just finished to install Sql server 2005 with Reporting Services but
when I try to open http://localhost/Reports/Pages/Folder.aspx I get
the following error:
The underlying connection was closed: An unexpected error occurred on
a receive.
System.Net.WebException: The underlying connection was closed: An
unexpected error occurred on a receive. --> System.IO.IOException:
Unable to read data from the transport connection: An established
connection was aborted by the software in your host machine. -->
System.Net.Sockets.SocketException: An established connection was
aborted by the software in your host machine
at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset,
Int32 size, SocketFlags socketFlags)
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32
offset, Int32 size)
-- End of inner exception stack trace --
at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32
size)
at System.Net.HttpWebRequest.MakeMemoryStream(Stream stream)
-- End of inner exception stack trace --
at
Microsoft.SqlServer.ReportingServices2005.RSConnection.GetSecureMethods()
at
Microsoft.ReportingServices.UI.Global.RSWebServiceWrapper.GetSecureMethods()
at
Microsoft.SqlServer.ReportingServices2005.RSConnection.IsSecureMethod(String
methodname)
at
Microsoft.SqlServer.ReportingServices2005.RSConnection.ValidateConnection()
at
Microsoft.ReportingServices.UI.ReportingPage.EnsureHttpsLevel(HttpsLevel
leve)
at
Microsoft.ReportingServices.UI.ReportingPage.ReportingPage_Init(Object
sender, EventArgs args)
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)
aspnet_wp!ui!1!3/22/2007-17:43:59:: 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)
aspnet_wp!ui!1!3/22/2007-18:04:08:: e ERROR: The underlying connection
was closed: An unexpected error occurred on a receive.
aspnet_wp!ui!1!3/22/2007-18:04:08:: e ERROR: HTTP status code --> 500
Please, can someone help me?
Thank you!!On Mar 22, 4:20 pm, "Gabe" <vasgabr...@.gmail.com> wrote:
> I just finished to install Sql server 2005 with Reporting Services but
> when I try to openhttp://localhost/Reports/Pages/Folder.aspxI get
> the following error:
> The underlying connection was closed: An unexpected error occurred on
> a receive.
> System.Net.WebException: The underlying connection was closed: An
> unexpected error occurred on a receive. --> System.IO.IOException:
> Unable to read data from the transport connection: An established
> connection was aborted by the software in your host machine. -->
> System.Net.Sockets.SocketException: An established connection was
> aborted by the software in your host machine
> at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset,
> Int32 size, SocketFlags socketFlags)
> at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32
> offset, Int32 size)
> -- End of inner exception stack trace --
> at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32
> size)
> at System.Net.HttpWebRequest.MakeMemoryStream(Stream stream)
> -- End of inner exception stack trace --
> at
> Microsoft.SqlServer.ReportingServices2005.RSConnection.GetSecureMethods()
> at
> Microsoft.ReportingServices.UI.Global.RSWebServiceWrapper.GetSecureMethods()
> at
> Microsoft.SqlServer.ReportingServices2005.RSConnection.IsSecureMethod(String
> methodname)
> at
> Microsoft.SqlServer.ReportingServices2005.RSConnection.ValidateConnection()
> at
> Microsoft.ReportingServices.UI.ReportingPage.EnsureHttpsLevel(HttpsLevel
> leve)
> at
> Microsoft.ReportingServices.UI.ReportingPage.ReportingPage_Init(Object
> sender, EventArgs args)
> 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)
> aspnet_wp!ui!1!3/22/2007-17:43:59:: 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)
> aspnet_wp!ui!1!3/22/2007-18:04:08:: e ERROR: The underlying connection
> was closed: An unexpected error occurred on a receive.
> aspnet_wp!ui!1!3/22/2007-18:04:08:: e ERROR: HTTP status code --> 500
> Please, can someone help me?
> Thank you!!
You might want 2 try re-installing SQL Server 2005.
Regards,
Enrique Martinez
Sr. Software Consultant|||Please see if this helpful:
http://support.microsoft.com/default.aspx/kb/919797
"Gabe" wrote:
> I just finished to install Sql server 2005 with Reporting Services but
> when I try to open http://localhost/Reports/Pages/Folder.aspx I get
> the following error:
> The underlying connection was closed: An unexpected error occurred on
> a receive.
> System.Net.WebException: The underlying connection was closed: An
> unexpected error occurred on a receive. --> System.IO.IOException:
> Unable to read data from the transport connection: An established
> connection was aborted by the software in your host machine. -->
> System.Net.Sockets.SocketException: An established connection was
> aborted by the software in your host machine
> at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset,
> Int32 size, SocketFlags socketFlags)
> at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32
> offset, Int32 size)
> -- End of inner exception stack trace --
> at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32
> size)
> at System.Net.HttpWebRequest.MakeMemoryStream(Stream stream)
> -- End of inner exception stack trace --
> at
> Microsoft.SqlServer.ReportingServices2005.RSConnection.GetSecureMethods()
> at
> Microsoft.ReportingServices.UI.Global.RSWebServiceWrapper.GetSecureMethods()
> at
> Microsoft.SqlServer.ReportingServices2005.RSConnection.IsSecureMethod(String
> methodname)
> at
> Microsoft.SqlServer.ReportingServices2005.RSConnection.ValidateConnection()
> at
> Microsoft.ReportingServices.UI.ReportingPage.EnsureHttpsLevel(HttpsLevel
> leve)
> at
> Microsoft.ReportingServices.UI.ReportingPage.ReportingPage_Init(Object
> sender, EventArgs args)
> 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)
> aspnet_wp!ui!1!3/22/2007-17:43:59:: 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)
> aspnet_wp!ui!1!3/22/2007-18:04:08:: e ERROR: The underlying connection
> was closed: An unexpected error occurred on a receive.
> aspnet_wp!ui!1!3/22/2007-18:04:08:: e ERROR: HTTP status code --> 500
> Please, can someone help me?
> Thank you!!
>|||Thanks for response. The above link did not help me because I have Window
2000 professional with SP 4. Besides, I installed again both, SQL Server
2005 and VS 2005 and http://localhost/Reports worked in correct way. But
today I got the same error than before. I don't know what is happening. Can
someone help me please?
Thank you.
"Bruce Johnson [MSFT]" <BruceJohnsonMSFT@.discussions.microsoft.com> wrote in
message news:C02AD249-71FD-4A77-B813-CB150E6BEC0D@.microsoft.com...
> Please see if this helpful:
> http://support.microsoft.com/default.aspx/kb/919797
>
> "Gabe" wrote:
> > I just finished to install Sql server 2005 with Reporting Services but
> > when I try to open http://localhost/Reports/Pages/Folder.aspx I get
> > the following error:
> >
> > The underlying connection was closed: An unexpected error occurred on
> > a receive.
> >
> > System.Net.WebException: The underlying connection was closed: An
> > unexpected error occurred on a receive. --> System.IO.IOException:
> > Unable to read data from the transport connection: An established
> > connection was aborted by the software in your host machine. -->
> > System.Net.Sockets.SocketException: An established connection was
> > aborted by the software in your host machine
> > at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset,
> > Int32 size, SocketFlags socketFlags)
> > at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32
> > offset, Int32 size)
> > -- End of inner exception stack trace --
> > at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32
> > size)
> > at System.Net.HttpWebRequest.MakeMemoryStream(Stream stream)
> > -- End of inner exception stack trace --
> > at
> >
Microsoft.SqlServer.ReportingServices2005.RSConnection.GetSecureMethods()
> > at
> >
Microsoft.ReportingServices.UI.Global.RSWebServiceWrapper.GetSecureMethods()
> > at
> >
Microsoft.SqlServer.ReportingServices2005.RSConnection.IsSecureMethod(String
> > methodname)
> > at
> >
Microsoft.SqlServer.ReportingServices2005.RSConnection.ValidateConnection()
> > at
> > Microsoft.ReportingServices.UI.ReportingPage.EnsureHttpsLevel(HttpsLevel
> > leve)
> > at
> > Microsoft.ReportingServices.UI.ReportingPage.ReportingPage_Init(Object
> > sender, EventArgs args)
> > 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)
> > aspnet_wp!ui!1!3/22/2007-17:43:59:: 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)
> > aspnet_wp!ui!1!3/22/2007-18:04:08:: e ERROR: The underlying connection
> > was closed: An unexpected error occurred on a receive.
> > aspnet_wp!ui!1!3/22/2007-18:04:08:: e ERROR: HTTP status code --> 500
> >
> > Please, can someone help me?
> > Thank you!!
> >
> >