Showing posts with label implementing. Show all posts
Showing posts with label implementing. Show all posts

Friday, March 23, 2012

RS2005 Performance Test Tool

Dear Anyone,

Is there a tool that we can use to simulate the performance of Reporting services?

Our team will be implementing performance tests over the reports we created over the corporate network. in reality, we expect about not more than 500 concurrent users but it could possibly go higher. We would need to do stress testing.

I was wondering if there is a performance tool out there that can simulate numbers of users accessing reports from our server? Any recommendations on how we can test this?

Thanks,

Joseph

Hi,

In my department, we use Opensta.

http://www.opensta.org/

Regards

Ayzan

sql

Friday, March 9, 2012

RS Scripts and Forms Authentication

Can you still run scripts such as CancelRunningJobs.rss after implementing
forms authentication?
I have forms authentication implemented and tried running this script
(CancelRunningJobs.rss) and I get the following error:
Could not connect to server:
http://xxx.xxx.xxx.xxx/reportserver/reportservice.asmx
the command I issued was:
rs -i CancelRunningJobs.rss -s http://myserver/reportserver
I am assuming this has to do with authentication (or lack of authentication).
Does anyone have examples of using scripts after implementing forms
authentication or know where I can look to find some?
Thanks in advance,
NickQuestion for you... How to get to Report Manager after implementing froms
authentication? Don't you need to authenticate first before trying to open
the Report Manager? If so, I would try authenticating first and then trying
to run the script. Just something to try.
"Nick P @. INDATA" wrote:
> Can you still run scripts such as CancelRunningJobs.rss after implementing
> forms authentication?
> I have forms authentication implemented and tried running this script
> (CancelRunningJobs.rss) and I get the following error:
> Could not connect to server:
> http://xxx.xxx.xxx.xxx/reportserver/reportservice.asmx
> the command I issued was:
> rs -i CancelRunningJobs.rss -s http://myserver/reportserver
> I am assuming this has to do with authentication (or lack of authentication).
> Does anyone have examples of using scripts after implementing forms
> authentication or know where I can look to find some?
> Thanks in advance,
> Nick
>