Showing posts with label http. Show all posts
Showing posts with label http. Show all posts

Friday, March 30, 2012

rsinternal error The profile for the user is a temporary profile.

HI,
When I type http://w2kserver1/Reports
I get rsInternalerror with msg
The profile for the user is a temporary profile
and the same for http://w2kserver1/Reportserver.
I'm not sure where to start to try to solve this issue.
I am new to SQL Reporting Services, but plan to use it extensively.
I didn't install it originally, so I'm not sure where to start.
What should I check first? What profile they are talking about?
All help is very greatly appreciated.
Bob Hansen
--
Robert HansenI have the same problem and I still haven't found a solution, but I'll pass
all the info I've got so far:
I am assuming that you are installing on a W2K SP4 machine, now, according
to this forum: http://dbforumz.com/-Report-Server-ftopict70733.html the
problem is the IWAM account on the machine, the SP4 changed the security
settings for this account and cannot impersonate
Check this two KB articles from Microsoft about how to change the settings
on the IWAM account:
http://support.microsoft.com/kb/821546/EN-US/
http://support.microsoft.com/kb/824308/en-us
I'm currently at this point. The idea is: once you have changed the account
settings, try to activate the RS (rsactivate.exe) and see if it helps. Check
the discussion in the forum for anything else I may have missed.
If your W2K machine is a domain controller or a backup domain controller...
well you are in the same situation as I am. I cannot see (let alone modify)
the domain policy
Hope anything of this helps
Regards,
--
MCAD Miguel Rodriguez
MW Consulting S.A. de C.V.
Microsoft Gold Certified Partner
www.mexware.com
"Bob Hansen" escribió:
> HI,
> When I type http://w2kserver1/Reports
> I get rsInternalerror with msg
> The profile for the user is a temporary profile
> and the same for http://w2kserver1/Reportserver.
> I'm not sure where to start to try to solve this issue.
> I am new to SQL Reporting Services, but plan to use it extensively.
> I didn't install it originally, so I'm not sure where to start.
> What should I check first? What profile they are talking about?
> All help is very greatly appreciated.
> Bob Hansen
> --
> Robert Hansen|||The tips I gave you worked for me, but I was installing RS on a Domain
Controller.. However, I came up with the UPDATED documentation of RS (at
www.msdn.com) and worked like a champ.
I encourage you to read the intallation section of the RS books online,
specially the new section "Preparing to Install" it saved my life
Regards
--
MCAD Miguel Rodriguez
MW Consulting S.A. de C.V.
Microsoft Gold Certified Partner
www.mexware.com
"Mike Rod" escribió:
> I have the same problem and I still haven't found a solution, but I'll pass
> all the info I've got so far:
> I am assuming that you are installing on a W2K SP4 machine, now, according
> to this forum: http://dbforumz.com/-Report-Server-ftopict70733.html the
> problem is the IWAM account on the machine, the SP4 changed the security
> settings for this account and cannot impersonate
> Check this two KB articles from Microsoft about how to change the settings
> on the IWAM account:
> http://support.microsoft.com/kb/821546/EN-US/
> http://support.microsoft.com/kb/824308/en-us
> I'm currently at this point. The idea is: once you have changed the account
> settings, try to activate the RS (rsactivate.exe) and see if it helps. Check
> the discussion in the forum for anything else I may have missed.
> If your W2K machine is a domain controller or a backup domain controller...
> well you are in the same situation as I am. I cannot see (let alone modify)
> the domain policy
> Hope anything of this helps
> Regards,
> --
> MCAD Miguel Rodriguez
> MW Consulting S.A. de C.V.
> Microsoft Gold Certified Partner
> www.mexware.com
>
> "Bob Hansen" escribió:
> > HI,
> >
> > When I type http://w2kserver1/Reports
> > I get rsInternalerror with msg
> > The profile for the user is a temporary profile
> >
> > and the same for http://w2kserver1/Reportserver.
> >
> > I'm not sure where to start to try to solve this issue.
> > I am new to SQL Reporting Services, but plan to use it extensively.
> > I didn't install it originally, so I'm not sure where to start.
> >
> > What should I check first? What profile they are talking about?
> > All help is very greatly appreciated.
> >
> > Bob Hansen
> >
> > --
> > Robert Hansen

Monday, March 26, 2012

rsAccesDenied

If the user connect to the report directy via http://localhost/reports, there
is no problem but if the user connects via an aspx called parameter.aspx
the user gets the following error message. If I make this user a local admin
there is no problem. the aspx page works fine, no problem, the report will
show on the aspx page.
Another strange thing, i've got another user for which it is working allright.
But even when i assign User02 the sae permissions it won't show the report
but it wil show the error message below
Server Error in '/MyAppDir' Application.
----
The permissions granted to user 'MyDomain\User02' are insufficient for
performing this operation. (rsAccessDenied)
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.
Exception Details: Microsoft.Reporting.WebForms.ReportServerException: The
permissions granted to user 'MyDomain\User02' are insufficient for performing
this operation. (rsAccessDenied)
Source Error:
Line 120: Dim parameters() As ReportParameter = {reportPar3,
reportPar2}
Line 121:
Line 122: ReportViewer1.ServerReport.SetParameters(parameters)
Line 123: ReportViewer1.ServerReport.Refresh()
Line 124:
Source File: E:\website\MyAppDir\SubDir\Parameter.aspx.vb Line: 122
Stack Trace:
[ReportServerException: The permissions granted to user 'MyDomain\User02'
are insufficient for performing this operation. (rsAccessDenied)]
Microsoft.Reporting.WebForms.ServerReport.GetExecutionInfo() +366
Microsoft.Reporting.WebForms.ServerReport.SetParameters(IEnumerable`1
parameters) +83
Parameter.Button1_Click(Object sender, EventArgs e) in
E:\website\MyAppDir\SubDir\Parameter.aspx.vb:122
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
+107
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler
sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102And the question is, how to resolve this problem of not displaying the report
?

Monday, March 12, 2012

RS Web Site

All green on my RS Configurations but when I go to
http://localhost/reportserver - it brings up directory instead of RS Web
site.
What else can I check?Got it - s/b - http://localhost/reports
"Joe H" <horton.rj@.g m a i l> wrote in message
news:O6QvObyTIHA.3400@.TK2MSFTNGP03.phx.gbl...
> All green on my RS Configurations but when I go to
> http://localhost/reportserver - it brings up directory instead of RS Web
> site.
> What else can I check?
>|||Just an FYI. Reports is reportmanager, the portal that ships with RS.
ReportServer is the actual reporting application. Report Manager uses
ReportServer via webservices.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"Joe H" <horton.rj@.g m a i l> wrote in message
news:uy%23HFiyTIHA.4584@.TK2MSFTNGP03.phx.gbl...
> Got it - s/b - http://localhost/reports
> "Joe H" <horton.rj@.g m a i l> wrote in message
> news:O6QvObyTIHA.3400@.TK2MSFTNGP03.phx.gbl...
>> All green on my RS Configurations but when I go to
>> http://localhost/reportserver - it brings up directory instead of RS Web
>> site.
>> What else can I check?
>>
>

RS SP2; the link is already there

http://www.microsoft.com/windowsserversystem/default.mspx
"Download SQL Reporting Services SP2 and New Report Packs
Get the latest downloads for SQL Server Reporting Services, including
Service Pack
2 and new report packs for IIS and Great Plains."But not the SP2!!!!!
--
Mary Bray [SQL Server MVP]
Please reply only to newsgroups
"Joerg" <Joerg@.discussions.microsoft.com> wrote in message
news:1E11120D-23DE-4A0C-B21C-942210C8F2F6@.microsoft.com...
> http://www.microsoft.com/windowsserversystem/default.mspx
> "Download SQL Reporting Services SP2 and New Report Packs
> Get the latest downloads for SQL Server Reporting Services, including
> Service Pack
> 2 and new report packs for IIS and Great Plains."
>
>
>|||Oops... looks like someone at MS posted the link a little too soon on
the Server home page since there is no mention of SP2 on the RS
homepage.|||It wouldn't be so bad...except that there is no SP and no news.
Somebody say something about it. Can I get a little count down timer?
Where is that magic 8 ball? Some guy is out there right now flipping
coins until his thumb rubs his index finger raw...and the only thing
we've got to go on is a typo of sorts on the server homepage.|||We MVPs are in the dark too. I really thought I would see it this month.
Hopefully it won't be too much longer.
--
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"Luke" <lukeguerrant@.gmail.com> wrote in message
news:1112222701.375010.249600@.z14g2000cwz.googlegroups.com...
> It wouldn't be so bad...except that there is no SP and no news.
> Somebody say something about it. Can I get a little count down timer?
> Where is that magic 8 ball? Some guy is out there right now flipping
> coins until his thumb rubs his index finger raw...and the only thing
> we've got to go on is a typo of sorts on the server homepage.
>|||I know that SP2 is out there somewhere.
Could I prevail on anyone to tell me where I can get a copy?
Thanks
"Bruce L-C [MVP]" wrote:
> We MVPs are in the dark too. I really thought I would see it this month.
> Hopefully it won't be too much longer.
> --
> Bruce Loehle-Conger
> MVP SQL Server Reporting Services
> "Luke" <lukeguerrant@.gmail.com> wrote in message
> news:1112222701.375010.249600@.z14g2000cwz.googlegroups.com...
> > It wouldn't be so bad...except that there is no SP and no news.
> > Somebody say something about it. Can I get a little count down timer?
> > Where is that magic 8 ball? Some guy is out there right now flipping
> > coins until his thumb rubs his index finger raw...and the only thing
> > we've got to go on is a typo of sorts on the server homepage.
> >
>
>|||This link has been removed. I don't think that's a sign that they're about to
release it. But this is Microsoft. Have they ever released any software on
time?
"Joerg" wrote:
> http://www.microsoft.com/windowsserversystem/default.mspx
> "Download SQL Reporting Services SP2 and New Report Packs
> Get the latest downloads for SQL Server Reporting Services, including
> Service Pack
> 2 and new report packs for IIS and Great Plains."
>
>
>|||OK, here's the story. We are working very hard to finish up SP2. We had
planned to get it out by the end of March but we found a couple of issues
very late that we felt that we really needed to address. Couple this with
the fact that we are also the team that delivered the February Community
Technology preview of SQL Server 2005 Reporting Services and this means we
had to push back a little. We have now feel confident that SP2 will be out
by mid-April. Thank you for your patience and support.
--
Brian Welcker
Group Program Manager
Microsoft SQL Server Reporting Services
This posting is provided "AS IS" with no warranties, and confers no rights.
"FritoBandido" <FritoBandido@.discussions.microsoft.com> wrote in message
news:945A4957-A365-4006-A7FF-3BA356280D13@.microsoft.com...
>I know that SP2 is out there somewhere.
> Could I prevail on anyone to tell me where I can get a copy?
> Thanks
> "Bruce L-C [MVP]" wrote:
>> We MVPs are in the dark too. I really thought I would see it this month.
>> Hopefully it won't be too much longer.
>> --
>> Bruce Loehle-Conger
>> MVP SQL Server Reporting Services
>> "Luke" <lukeguerrant@.gmail.com> wrote in message
>> news:1112222701.375010.249600@.z14g2000cwz.googlegroups.com...
>> > It wouldn't be so bad...except that there is no SP and no news.
>> > Somebody say something about it. Can I get a little count down timer?
>> > Where is that magic 8 ball? Some guy is out there right now flipping
>> > coins until his thumb rubs his index finger raw...and the only thing
>> > we've got to go on is a typo of sorts on the server homepage.
>> >
>>|||On Thu, 31 Mar 2005 22:22:19 -0800, "Brian Welcker"
<bwelcker@.online.microsoft.com> wrote:
>OK, here's the story. We are working very hard to finish up SP2. We had
>planned to get it out by the end of March but we found a couple of issues
>very late that we felt that we really needed to address. Couple this with
>the fact that we are also the team that delivered the February Community
>Technology preview of SQL Server 2005 Reporting Services and this means we
>had to push back a little. We have now feel confident that SP2 will be out
>by mid-April. Thank you for your patience and support.
Good for you Brian. It's a hard choice and I'm glad I didn't have to
make it in this case, but ya done right in my opinion.
All you can do is all you can do. Hope you get some sleep some month
soon.
Highly Obscure|||I appreciate somebody saying SOMETHING. I mean...blow smoke, I am
alright with that even...as long as I have some kind of idea when to
expect the SP. Thank Brain...you are a stand up guy in my opinion. I
know that you guys want a good SP...as well as I. Just knowing when to
expect it makes my job easier.
I don't know about everyone else..but I am buying a whole server in
which to test SRS SP2...so having a time frame makes my life easier.|||can anyone confirm if rs-sp2 will have a report viewer control for winforms
and webforms ? - is this a pure .NET control or is it ActiveX
also where can i find a list of featuers/bugfixes for sp2?
thanks
"Joerg" wrote:
> http://www.microsoft.com/windowsserversystem/default.mspx
> "Download SQL Reporting Services SP2 and New Report Packs
> Get the latest downloads for SQL Server Reporting Services, including
> Service Pack
> 2 and new report packs for IIS and Great Plains."
>
>
>|||I can confirm that SP2 does not have the new webform/winform controls. That
will be coming out with the next beta of Widbey (next version of Visual
Studio).
--
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"ranga" <ranga@.discussions.microsoft.com> wrote in message
news:82EFEFC5-44F7-425D-84D9-90538A9BDA91@.microsoft.com...
> can anyone confirm if rs-sp2 will have a report viewer control for
winforms
> and webforms ? - is this a pure .NET control or is it ActiveX
> also where can i find a list of featuers/bugfixes for sp2?
> thanks
> "Joerg" wrote:
> > http://www.microsoft.com/windowsserversystem/default.mspx
> >
> > "Download SQL Reporting Services SP2 and New Report Packs
> > Get the latest downloads for SQL Server Reporting Services, including
> > Service Pack
> > 2 and new report packs for IIS and Great Plains."
> >
> >
> >
> >
> >
> >|||>> other posts in this group seem to indicate that client side printing is
one of
the major features of sp2 - have they pulled the plug on this feature for
sp2 ?
>> if client-side printing is not going to be in sp2, then what other alternative is there ? (using pdf is ok but getting adobe to start is a slow process ; popping up
a browser window in a winform app does not look clean; using a web browser
control in a windows-forms app is also not clean (the control does not have a
print button)
"Bruce L-C [MVP]" wrote:
> I can confirm that SP2 does not have the new webform/winform controls. That
> will be coming out with the next beta of Widbey (next version of Visual
> Studio).
> --
> Bruce Loehle-Conger
> MVP SQL Server Reporting Services
> "ranga" <ranga@.discussions.microsoft.com> wrote in message
> news:82EFEFC5-44F7-425D-84D9-90538A9BDA91@.microsoft.com...
> > can anyone confirm if rs-sp2 will have a report viewer control for
> winforms
> > and webforms ? - is this a pure .NET control or is it ActiveX
> >
> > also where can i find a list of featuers/bugfixes for sp2?
> >
> > thanks
> >
> > "Joerg" wrote:
> >
> > > http://www.microsoft.com/windowsserversystem/default.mspx
> > >
> > > "Download SQL Reporting Services SP2 and New Report Packs
> > > Get the latest downloads for SQL Server Reporting Services, including
> > > Service Pack
> > > 2 and new report packs for IIS and Great Plains."
> > >
> > >
> > >
> > >
> > >
> > >
>
>|||Please look at the post that I responded to. It had nothing to do with
client side printing. I responded spefically about the new web and winform
report viewer controls.
SP2 WILL have the ability for client side printing. Two different things
here.
Also, in case you haven't seen, SP2 will be out mid month. It was delayed a
couple of weeks (originally they were targeting the end of March for
release).
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"ranga" <ranga@.discussions.microsoft.com> wrote in message
news:D03BC10F-F046-4EDA-8852-330ACD8BE054@.microsoft.com...
> >> other posts in this group seem to indicate that client side printing is
> one of
> the major features of sp2 - have they pulled the plug on this feature for
> sp2 ?
> >> if client-side printing is not going to be in sp2, then what other
alternative is there ? (using pdf is ok but getting adobe to start is a slow
process ; popping up
> a browser window in a winform app does not look clean; using a web browser
> control in a windows-forms app is also not clean (the control does not
have a
> print button)
>
> "Bruce L-C [MVP]" wrote:
> > I can confirm that SP2 does not have the new webform/winform controls.
That
> > will be coming out with the next beta of Widbey (next version of Visual
> > Studio).
> >
> > --
> > Bruce Loehle-Conger
> > MVP SQL Server Reporting Services
> >
> > "ranga" <ranga@.discussions.microsoft.com> wrote in message
> > news:82EFEFC5-44F7-425D-84D9-90538A9BDA91@.microsoft.com...
> > > can anyone confirm if rs-sp2 will have a report viewer control for
> > winforms
> > > and webforms ? - is this a pure .NET control or is it ActiveX
> > >
> > > also where can i find a list of featuers/bugfixes for sp2?
> > >
> > > thanks
> > >
> > > "Joerg" wrote:
> > >
> > > > http://www.microsoft.com/windowsserversystem/default.mspx
> > > >
> > > > "Download SQL Reporting Services SP2 and New Report Packs
> > > > Get the latest downloads for SQL Server Reporting Services,
including
> > > > Service Pack
> > > > 2 and new report packs for IIS and Great Plains."
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> >
> >
> >|||How is the confidence graph looking? When does mid april end?
"Brian Welcker" wrote:
> OK, here's the story. We are working very hard to finish up SP2. We had
> planned to get it out by the end of March but we found a couple of issues
> very late that we felt that we really needed to address. Couple this with
> the fact that we are also the team that delivered the February Community
> Technology preview of SQL Server 2005 Reporting Services and this means we
> had to push back a little. We have now feel confident that SP2 will be out
> by mid-April. Thank you for your patience and support.
> --
> Brian Welcker
> Group Program Manager
> Microsoft SQL Server Reporting Services
> This posting is provided "AS IS" with no warranties, and confers no rights.
> "FritoBandido" <FritoBandido@.discussions.microsoft.com> wrote in message
> news:945A4957-A365-4006-A7FF-3BA356280D13@.microsoft.com...
> >I know that SP2 is out there somewhere.
> > Could I prevail on anyone to tell me where I can get a copy?
> > Thanks
> >
> > "Bruce L-C [MVP]" wrote:
> >
> >> We MVPs are in the dark too. I really thought I would see it this month.
> >> Hopefully it won't be too much longer.
> >>
> >> --
> >> Bruce Loehle-Conger
> >> MVP SQL Server Reporting Services
> >>
> >> "Luke" <lukeguerrant@.gmail.com> wrote in message
> >> news:1112222701.375010.249600@.z14g2000cwz.googlegroups.com...
> >> > It wouldn't be so bad...except that there is no SP and no news.
> >> > Somebody say something about it. Can I get a little count down timer?
> >> > Where is that magic 8 ball? Some guy is out there right now flipping
> >> > coins until his thumb rubs his index finger raw...and the only thing
> >> > we've got to go on is a typo of sorts on the server homepage.
> >> >
> >>
> >>
> >>
>
>|||Is there any update on when SP2 will actually be coming out? It's now April
21st & no SP2?
"Bruce L-C [MVP]" wrote:
> Please look at the post that I responded to. It had nothing to do with
> client side printing. I responded spefically about the new web and winform
> report viewer controls.
> SP2 WILL have the ability for client side printing. Two different things
> here.
> Also, in case you haven't seen, SP2 will be out mid month. It was delayed a
> couple of weeks (originally they were targeting the end of March for
> release).
>
> --
> Bruce Loehle-Conger
> MVP SQL Server Reporting Services
> "ranga" <ranga@.discussions.microsoft.com> wrote in message
> news:D03BC10F-F046-4EDA-8852-330ACD8BE054@.microsoft.com...
> > >> other posts in this group seem to indicate that client side printing is
> > one of
> > the major features of sp2 - have they pulled the plug on this feature for
> > sp2 ?
> >
> > >> if client-side printing is not going to be in sp2, then what other
> alternative is there ? (using pdf is ok but getting adobe to start is a slow
> process ; popping up
> > a browser window in a winform app does not look clean; using a web browser
> > control in a windows-forms app is also not clean (the control does not
> have a
> > print button)
> >
> >
> > "Bruce L-C [MVP]" wrote:
> >
> > > I can confirm that SP2 does not have the new webform/winform controls.
> That
> > > will be coming out with the next beta of Widbey (next version of Visual
> > > Studio).
> > >
> > > --
> > > Bruce Loehle-Conger
> > > MVP SQL Server Reporting Services
> > >
> > > "ranga" <ranga@.discussions.microsoft.com> wrote in message
> > > news:82EFEFC5-44F7-425D-84D9-90538A9BDA91@.microsoft.com...
> > > > can anyone confirm if rs-sp2 will have a report viewer control for
> > > winforms
> > > > and webforms ? - is this a pure .NET control or is it ActiveX
> > > >
> > > > also where can i find a list of featuers/bugfixes for sp2?
> > > >
> > > > thanks
> > > >
> > > > "Joerg" wrote:
> > > >
> > > > > http://www.microsoft.com/windowsserversystem/default.mspx
> > > > >
> > > > > "Download SQL Reporting Services SP2 and New Report Packs
> > > > > Get the latest downloads for SQL Server Reporting Services,
> including
> > > > > Service Pack
> > > > > 2 and new report packs for IIS and Great Plains."
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > >
> > >
> > >
>
>|||Last word was mid-month. Doesn't look like it made that. I am hoping before
the end of the month but I have no inside scoop. I am waiting for it as well
prior to my datamart going into production.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"Lori" <Lori@.discussions.microsoft.com> wrote in message
news:EDE271FC-2DB4-48C3-8831-B31A26ECDCFD@.microsoft.com...
> Is there any update on when SP2 will actually be coming out? It's now
> April
> 21st & no SP2?
> "Bruce L-C [MVP]" wrote:
>> Please look at the post that I responded to. It had nothing to do with
>> client side printing. I responded spefically about the new web and
>> winform
>> report viewer controls.
>> SP2 WILL have the ability for client side printing. Two different things
>> here.
>> Also, in case you haven't seen, SP2 will be out mid month. It was delayed
>> a
>> couple of weeks (originally they were targeting the end of March for
>> release).
>>
>> --
>> Bruce Loehle-Conger
>> MVP SQL Server Reporting Services
>> "ranga" <ranga@.discussions.microsoft.com> wrote in message
>> news:D03BC10F-F046-4EDA-8852-330ACD8BE054@.microsoft.com...
>> > >> other posts in this group seem to indicate that client side printing
>> > >> is
>> > one of
>> > the major features of sp2 - have they pulled the plug on this feature
>> > for
>> > sp2 ?
>> >
>> > >> if client-side printing is not going to be in sp2, then what other
>> alternative is there ? (using pdf is ok but getting adobe to start is a
>> slow
>> process ; popping up
>> > a browser window in a winform app does not look clean; using a web
>> > browser
>> > control in a windows-forms app is also not clean (the control does not
>> have a
>> > print button)
>> >
>> >
>> > "Bruce L-C [MVP]" wrote:
>> >
>> > > I can confirm that SP2 does not have the new webform/winform
>> > > controls.
>> That
>> > > will be coming out with the next beta of Widbey (next version of
>> > > Visual
>> > > Studio).
>> > >
>> > > --
>> > > Bruce Loehle-Conger
>> > > MVP SQL Server Reporting Services
>> > >
>> > > "ranga" <ranga@.discussions.microsoft.com> wrote in message
>> > > news:82EFEFC5-44F7-425D-84D9-90538A9BDA91@.microsoft.com...
>> > > > can anyone confirm if rs-sp2 will have a report viewer control for
>> > > winforms
>> > > > and webforms ? - is this a pure .NET control or is it ActiveX
>> > > >
>> > > > also where can i find a list of featuers/bugfixes for sp2?
>> > > >
>> > > > thanks
>> > > >
>> > > > "Joerg" wrote:
>> > > >
>> > > > > http://www.microsoft.com/windowsserversystem/default.mspx
>> > > > >
>> > > > > "Download SQL Reporting Services SP2 and New Report Packs
>> > > > > Get the latest downloads for SQL Server Reporting Services,
>> including
>> > > > > Service Pack
>> > > > > 2 and new report packs for IIS and Great Plains."
>> > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > >
>> > >
>> > >
>> > >
>>|||Thanks for the quick response Bruce! I will keep checking back here for
updates.
"Bruce L-C [MVP]" wrote:
> Last word was mid-month. Doesn't look like it made that. I am hoping before
> the end of the month but I have no inside scoop. I am waiting for it as well
> prior to my datamart going into production.
>
> --
> Bruce Loehle-Conger
> MVP SQL Server Reporting Services
> "Lori" <Lori@.discussions.microsoft.com> wrote in message
> news:EDE271FC-2DB4-48C3-8831-B31A26ECDCFD@.microsoft.com...
> > Is there any update on when SP2 will actually be coming out? It's now
> > April
> > 21st & no SP2?
> >
> > "Bruce L-C [MVP]" wrote:
> >
> >> Please look at the post that I responded to. It had nothing to do with
> >> client side printing. I responded spefically about the new web and
> >> winform
> >> report viewer controls.
> >>
> >> SP2 WILL have the ability for client side printing. Two different things
> >> here.
> >>
> >> Also, in case you haven't seen, SP2 will be out mid month. It was delayed
> >> a
> >> couple of weeks (originally they were targeting the end of March for
> >> release).
> >>
> >>
> >> --
> >> Bruce Loehle-Conger
> >> MVP SQL Server Reporting Services
> >>
> >> "ranga" <ranga@.discussions.microsoft.com> wrote in message
> >> news:D03BC10F-F046-4EDA-8852-330ACD8BE054@.microsoft.com...
> >> > >> other posts in this group seem to indicate that client side printing
> >> > >> is
> >> > one of
> >> > the major features of sp2 - have they pulled the plug on this feature
> >> > for
> >> > sp2 ?
> >> >
> >> > >> if client-side printing is not going to be in sp2, then what other
> >> alternative is there ? (using pdf is ok but getting adobe to start is a
> >> slow
> >> process ; popping up
> >> > a browser window in a winform app does not look clean; using a web
> >> > browser
> >> > control in a windows-forms app is also not clean (the control does not
> >> have a
> >> > print button)
> >> >
> >> >
> >> > "Bruce L-C [MVP]" wrote:
> >> >
> >> > > I can confirm that SP2 does not have the new webform/winform
> >> > > controls.
> >> That
> >> > > will be coming out with the next beta of Widbey (next version of
> >> > > Visual
> >> > > Studio).
> >> > >
> >> > > --
> >> > > Bruce Loehle-Conger
> >> > > MVP SQL Server Reporting Services
> >> > >
> >> > > "ranga" <ranga@.discussions.microsoft.com> wrote in message
> >> > > news:82EFEFC5-44F7-425D-84D9-90538A9BDA91@.microsoft.com...
> >> > > > can anyone confirm if rs-sp2 will have a report viewer control for
> >> > > winforms
> >> > > > and webforms ? - is this a pure .NET control or is it ActiveX
> >> > > >
> >> > > > also where can i find a list of featuers/bugfixes for sp2?
> >> > > >
> >> > > > thanks
> >> > > >
> >> > > > "Joerg" wrote:
> >> > > >
> >> > > > > http://www.microsoft.com/windowsserversystem/default.mspx
> >> > > > >
> >> > > > > "Download SQL Reporting Services SP2 and New Report Packs
> >> > > > > Get the latest downloads for SQL Server Reporting Services,
> >> including
> >> > > > > Service Pack
> >> > > > > 2 and new report packs for IIS and Great Plains."
> >> > > > >
> >> > > > >
> >> > > > >
> >> > > > >
> >> > > > >
> >> > > > >
> >> > >
> >> > >
> >> > >
> >>
> >>
> >>
>
>

Wednesday, March 7, 2012

RS installation Problem on Win2000

Hi,
I try to install reporting services on win2000 (sp4), everything went well.
when I try to access reports folder http://servername/reports I am getting
the follwoing error.
server has VS.NET 2003 and all latest service packs. I am trying for past
one three days to resolve this problem.
T I A.,
Nemani
Server Error in '/Reports' Application.
----
--
Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.
Parser Error Message: The XML file
c:\winnt\microsoft.net\framework\v1.1.4322\Config\machine.config could not
be loaded. Attempted to access an unloaded AppDomain.
Source Error:
[No relevant source lines]
Source File:
c:\winnt\microsoft.net\framework\v1.1.4322\Config\machine.config Line: 0Can you access http://servername/reportserver? It sounds like the ASP.NET
identity does not have access to the configuration files.
--
Brian Welcker
Group Program Manager
SQL Server Reporting Services
This posting is provided "AS IS" with no warranties, and confers no rights.
"Nemani" <mnemani@.che.state.nm.us> wrote in message
news:eXNhiJEYEHA.2672@.TK2MSFTNGP09.phx.gbl...
> Hi,
> I try to install reporting services on win2000 (sp4), everything went
> well.
> when I try to access reports folder http://servername/reports I am getting
> the follwoing error.
> server has VS.NET 2003 and all latest service packs. I am trying for past
> one three days to resolve this problem.
> T I A.,
> Nemani
> Server Error in '/Reports' Application.
> ----
> --
> Configuration Error
> Description: An error occurred during the processing of a configuration
> file
> required to service this request. Please review the specific error details
> below and modify your configuration file appropriately.
> Parser Error Message: The XML file
> c:\winnt\microsoft.net\framework\v1.1.4322\Config\machine.config could not
> be loaded. Attempted to access an unloaded AppDomain.
> Source Error:
>
> [No relevant source lines]
>
> Source File:
> c:\winnt\microsoft.net\framework\v1.1.4322\Config\machine.config Line:
> 0
>|||Thank you for your response.
Yes, I can access http://servername/reportserver . I explicitly gave
permission to ASPNET account on Reports folder too. Still the error is same.
When I first installed the RS on the machine at that time it doesn't have
the Visual Studion.NET 2003, all it has is IIS, SQL 2000 (sp3a). I installed
the RS but it didn't worked. Then I installed Visual Studion.NET 2003 on the
machine but still the same problem.
Is Visual Studion.NET 2003 is madatory in order to run RS.
Thanks,
Nemani.
"Brian Welcker [MSFT]" <bwelcker@.online.microsoft.com> wrote in message
news:Ok2qp5MYEHA.2868@.TK2MSFTNGP09.phx.gbl...
> Can you access http://servername/reportserver? It sounds like the ASP.NET
> identity does not have access to the configuration files.
> --
> Brian Welcker
> Group Program Manager
> SQL Server Reporting Services
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> "Nemani" <mnemani@.che.state.nm.us> wrote in message
> news:eXNhiJEYEHA.2672@.TK2MSFTNGP09.phx.gbl...
> > Hi,
> > I try to install reporting services on win2000 (sp4), everything went
> > well.
> > when I try to access reports folder http://servername/reports I am
getting
> > the follwoing error.
> > server has VS.NET 2003 and all latest service packs. I am trying for
past
> > one three days to resolve this problem.
> >
> > T I A.,
> > Nemani
> > Server Error in '/Reports' Application.
> ----
--
> > --
> >
> > Configuration Error
> > Description: An error occurred during the processing of a configuration
> > file
> > required to service this request. Please review the specific error
details
> > below and modify your configuration file appropriately.
> >
> > Parser Error Message: The XML file
> > c:\winnt\microsoft.net\framework\v1.1.4322\Config\machine.config could
not
> > be loaded. Attempted to access an unloaded AppDomain.
> >
> > Source Error:
> >
> >
> > [No relevant source lines]
> >
> >
> > Source File:
> > c:\winnt\microsoft.net\framework\v1.1.4322\Config\machine.config
Line:
> > 0
> >
> >
>

RS Execution Logs sample project

Hi,

I was going through the link http://msdn2.microsoft.com/en-us/library/aa964131.aspx for "Monitoring Report Execution Performance with Execution Logs". There is a link (http://datainspirations.com/uploads/rsexecutionlogging.zip) proviced for downloading sample project. It seems that the page no more exists.

Can any one please let me know from where can i download the sample project?

TIA

You can find correct links here:

http://datainspirations.com/Publications.html

|||Even this link doesn't work.If you know the llink,please send me.|||It works for me.

RS Execution Logs sample project

Hi,

I was going through the link http://msdn2.microsoft.com/en-us/library/aa964131.aspx for "Monitoring Report Execution Performance with Execution Logs". There is a link (http://datainspirations.com/uploads/rsexecutionlogging.zip) proviced for downloading sample project. It seems that the page no more exists.

Can any one please let me know from where can i download the sample project?

TIA

You can find correct links here:

http://datainspirations.com/Publications.html

|||Even this link doesn't work.If you know the llink,please send me.|||It works for me.