Monday, March 26, 2012
GetReportChunk('RenderingInfo_PDF', 2), chunk was not found!
can anyone explain what this means and how to resolve it - if it is in fact
an issue.
Would this result in some subscription recipients getting the report and not
others? Note, it's just a standard subscription emailed to an email group.
thanks
MattLook here:
http://64.233.183.104/search?q=cache:aHU80dg_K6EJ:www.sqlserverfaq.com/content/forum/MsgForumFrameMsg.aspx%3FR%3DY%26GUID%3D%26MID%3D377462%26RTMID%3D377462+GetReportChunk(%27RenderingInfo_PDF%27,+2&hl=de
HTH, Jens Suessmeyer.
--
http://www.sqlserver2005.de
--
"Matt" <NoSpam:Matthew.Moran@.Computercorp.com.au> schrieb im Newsbeitrag
news:OtoVDYLRFHA.3076@.tk2msftngp13.phx.gbl...
> Hi,
> can anyone explain what this means and how to resolve it - if it is in
> fact
> an issue.
> Would this result in some subscription recipients getting the report and
> not
> others? Note, it's just a standard subscription emailed to an email
> group.
> thanks
> Matt
>|||Thanks for that. Unfortunately, this was not the issue.
"Jens Süßmeyer" <Jens@.Remove_this_For_Contacting.sqlserver2005.de> wrote in
message news:ux%23oiDNRFHA.1528@.TK2MSFTNGP09.phx.gbl...
> Look here:
>
http://64.233.183.104/search?q=cache:aHU80dg_K6EJ:www.sqlserverfaq.com/content/forum/MsgForumFrameMsg.aspx%3FR%3DY%26GUID%3D%26MID%3D377462%26RTMID%3D377462+GetReportChunk(%27RenderingInfo_PDF%27,+2&hl=de
> HTH, Jens Suessmeyer.
> --
> http://www.sqlserver2005.de
> --
> "Matt" <NoSpam:Matthew.Moran@.Computercorp.com.au> schrieb im Newsbeitrag
> news:OtoVDYLRFHA.3076@.tk2msftngp13.phx.gbl...
> > Hi,
> >
> > can anyone explain what this means and how to resolve it - if it is in
> > fact
> > an issue.
> >
> > Would this result in some subscription recipients getting the report and
> > not
> > others? Note, it's just a standard subscription emailed to an email
> > group.
> >
> > thanks
> >
> > Matt
> >
> >
>
Geting the report url
Is there a way in a report to get his url?
I'll explain what i want to do: I want to add an option to export the report to excel format with out useing the menu so i want to add a button (or a table cell) and give him,in the nevigation field, the same url of the rreport with the same parameters but add to him the command "rs:format=excel" and then by pressing the button it will automaticly export my report.
Thanks.I thought it was an easy one :)
If my question is not clear enough, please let me know.
Thanks.|||
Craft a URL like this:
http://localhost/reportserver?/ReportProject1/Report&rs:Command=Render&rs:Format=EXCEL
Documented at http://msdn2.microsoft.com/en-us/library/ms153586.aspx.
Thanks, Donovan
Friday, March 23, 2012
Geting report url inside the report
Is there a way in a report to get his url?
I'll explain what i want to do: I want to add an option to export the report to excel format with out useing the menu so i want to add a button (or a table cell) and give him,in the nevigation field, the same url of the rreport with the same parameters but add to him the command "rs:format=excel" and then by pressing the button it will automaticly export my report.
Thanks
From http://www.developmentnow.com/g/115_0_0_0_0_0/sql-server-reporting-services.ht
Posted via DevelopmentNow.com Group
http://www.developmentnow.comi was sure this is an easy one :)
if my question wasn't clear enough, please let me know.
Thanks in advance/
Sunday, February 26, 2012
Get report server functional is not very clear could someone explain the security requirements?
We have reports server installed using the local system account when we try to access through web browrse we get and error that say that we need to go to the local system and view the event log. In the system event log there are lots of error that are complaining about dcom object not having permission and in the application log we are getting errors also I have tried to find some documentation that explains the set up requirements and have found lots of disconnect documents that do not give a good explanation of how to setup the accounts needed. I have been able to develop some very nice reports use BI studio but can seem to deploy them and we are unable to use report builder. Any help would be greatly apprecaited.. How do we get this enviroment correct...? When report server was installed it was installed using the local account and with the all other defaults. I'm sure that the issue is some sort of security problem but have no idea what I have to do get past this problem.. Also can you point me to a document that has the minium account requirments to be able to run this service? Or any other documentation that may be more complete and less fragmented that online books..
SQL server was installed using mixed security.
Is there a good book that explains this stuff?
I would try opening the Reporing Services Configuration Manager in the Windows Service Identity tab, and change the authentication to either a local windows domain account or an active directory domain account. Then try again and see what happens.|||I still get the following errorEventType sql90exception, P1 w3wp.exe, P2 6.0.3790.1830, P3 42435be1, P4 reportingservicesnativeclient.ni.dll, P5 2005.90.1399.0, P6 43e29533, P7 0, P8 00005253, P9 00000000, P10 NIL.
|||I don't really know where to go from there. If you have all components running on your local server (SQL 2005, Reporting Services, IIS), I would think using a local Administrator account should work, and then you could back off from there to lower security once you have it working. Maybe it isn't a security issue. Sorry I couldn't be more help.|||Hello,
I've same error as your's, but before ReportServer works fine and now after changind IP adress I get an error
EventType sql90exception, P1 w3wp.exe, P2 6.0.3790.1830, P3 42435be1, P4 reportingservicesnativeclient.ni.dll, P5 2005.90.1399.0, P6 443ccc82, P7 ...
No solution, I search !!!!
Do you solve your problem ?
Get report server functional is not very clear could someone explain the security requiremen
We have reports server installed using the local system account when we try to access through web browrse we get and error that say that we need to go to the local system and view the event log. In the system event log there are lots of error that are complaining about dcom object not having permission and in the application log we are getting errors also I have tried to find some documentation that explains the set up requirements and have found lots of disconnect documents that do not give a good explanation of how to setup the accounts needed. I have been able to develop some very nice reports use BI studio but can seem to deploy them and we are unable to use report builder. Any help would be greatly apprecaited.. How do we get this enviroment correct...? When report server was installed it was installed using the local account and with the all other defaults. I'm sure that the issue is some sort of security problem but have no idea what I have to do get past this problem.. Also can you point me to a document that has the minium account requirments to be able to run this service? Or any other documentation that may be more complete and less fragmented that online books..
SQL server was installed using mixed security.
Is there a good book that explains this stuff?
I would try opening the Reporing Services Configuration Manager in the Windows Service Identity tab, and change the authentication to either a local windows domain account or an active directory domain account. Then try again and see what happens.|||I still get the following errorEventType sql90exception, P1 w3wp.exe, P2 6.0.3790.1830, P3 42435be1, P4 reportingservicesnativeclient.ni.dll, P5 2005.90.1399.0, P6 43e29533, P7 0, P8 00005253, P9 00000000, P10 NIL.
|||I don't really know where to go from there. If you have all components running on your local server (SQL 2005, Reporting Services, IIS), I would think using a local Administrator account should work, and then you could back off from there to lower security once you have it working. Maybe it isn't a security issue. Sorry I couldn't be more help.|||Hello,
I've same error as your's, but before ReportServer works fine and now after changind IP adress I get an error
EventType sql90exception, P1 w3wp.exe, P2 6.0.3790.1830, P3 42435be1, P4 reportingservicesnativeclient.ni.dll, P5 2005.90.1399.0, P6 443ccc82, P7 ...
No solution, I search !!!!
Do you solve your problem ?