Anyone have any ideas?
Additional information from the logs:
i INFO: LoadSnapshot: Item with session: nuhgmz451k3sxdjjruuhefqf, reportPath: /[reportname], userName: [xxxxxx] not found in the database
e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.StreamNotFoundException: The stream cannot be found. The stream identifier that is provided to an operation cannot be located in the report server database., ;
Info: Microsoft.ReportingServices.Diagnostics.Utilities.StreamNotFoundException: The stream cannot be found. The stream identifier that is provided to an operation cannot be located in the report server database.
e ERROR: Reporting Services error Microsoft.ReportingServices.Diagnostics.Utilities.StreamNotFoundException: The stream cannot be found. The stream identifier that is provided to an operation cannot be located in the report server database.
Can I ask you:
Do the images show up after exporting the report to a diferent format (e.g.
Excel)?
If you have drill-downs in your report, are they working?
Cheers,
Phil.
"comet61" <com...@discussions.microsoft.com> wrote in message
news:DFBD337A-D0DB-40C0...@microsoft.com...
"comet61" <com...@discussions.microsoft.com> wrote in message
news:01FCD2A2-A7E8-4720...@microsoft.com...
"comet61" <com...@discussions.microsoft.com> wrote in message
news:F63353BE-E367-4992...@microsoft.com...
If I access via 'http://ServerName/Reportserver/etc' the report shows
correctly.
I'm starting to think this is an authority/security issue...
"comet61" <com...@discussions.microsoft.com> wrote in message
news:F63353BE-E367-4992...@microsoft.com...
I had the same problem. It was solved by configuring Cookies. Check if your
IE allows Cookies from the Report Site.
G. Schmelzer
"comet61" <com...@discussions.microsoft.com> schrieb im Newsbeitrag
news:DFBD337A-D0DB-40C0...@microsoft.com...
Brian
"Georg Schmelzer" <as...@adsf.de> wrote in message
news:O69Mfzma...@TK2MSFTNGP12.phx.gbl...
It worked.
What puzzles me is - if it relies on cookies, why did it work when accessing
via the 'http://ServerName/ReportServer' URL? Wouldn't IE have been blocking
cookies for this site as well?
Can anyone shed some light on this?
"G" <brian...@si-intl-kc.com> wrote in message
news:u7uXH5ma...@TK2MSFTNGP12.phx.gbl...
Here is the code
result = rs.Render(reportPath, format, historyID, devInfo, parameters,
credentials,
showHideToggle, out encoding, out mimeType, out
reportHistoryParameters, out warnings,out streamIDs);
strResult = System.Text.Encoding.ASCII.GetString(result);
foreach(string streamID in streamIDs)
{
strResult =
strResult.Replace(streamID,rs.SessionHeaderValue.SessionId+streamID);
image =rs.RenderStream(reportPath,format,streamID,historyID,
devInfo,parameters,out mimeType,out mimeType);
imageName.Add(rs.SessionHeaderValue.SessionId+streamID);
reportsContainer.Add(image);
}
reportsContainer.Add(strResult);
reportsContainer and imageName are my ArrayList objects which are sent back
to the web page to save the images and dispplay them
PROBLEM
This works fine in case of single user senario.
The problem is if there are multiple users asking for the same or different
report I get the error " stram id could not be found"
Here is the detail of the exception.
========================================
Microsoft.ReportingServices.Diagnostics.Utilities.StreamNotFoundException:
The stream cannot be found. The stream identifier that is provided to an
operation cannot be located in the report server database.
at
Microsoft.ReportingServices.WebServer.HttpClientRequest.InitForRequest(CatalogItemContext context, String userName, Boolean createIfSessionNotExists)
at
Microsoft.ReportingServices.WebServer.HttpClientRequest.InitForRequest(CatalogItemContext context, String userName)
at
Microsoft.ReportingServices.WebServer.ReportingService.RenderStream(String
Report, String Format, String StreamID, String HistoryID, String DeviceInfo,
ParameterValue[] Parameters, Byte[]& Result, String& Encoding, String&
MimeType)
--- End of inner exception stack trace ---
at
Microsoft.ReportingServices.WebServer.ReportingService.RenderStream(String
Report, String Format, String StreamID, String HistoryID, String DeviceInfo,
ParameterValue[] Parameters, Byte[]& Result, String& Encoding, String&
MimeType)).
==========================================
I'm facing the exact problem. could you please let me know what you did for
this?
Thanks
Kavi.
I am getting the follwoing error in the SQL server RS 2000 and XP
machine . After the subscription the HTML report is not displaying the
Chart /images . Any help would be appreciated .
Error from the Log File :
-----------------------------------------------
Reporting Services error
Microsoft.ReportingServices.Diagnostics.Utilities.StreamNotFoundException:
The stream cannot be found. The stream identifier that is provided to
an operation cannot be located in the report server database.
----------------------------------------
Thanks and regards
Ravi
Thanks for your reply and I don't have any "underscore" in my system
and my systrem name is "C-ravikkk"
Any further help would be appreciated ,,,
Thanks you very much ,,,
WithRegards
Ravi