Just to add on to that: If a user subscribes to a report and schedules it then he/she owns the schedule, hence can change it even delete that schedule (unsubscribe) whenever he/she wants.
All the best,
Chris Musasizi
Main Topics
Browse All TopicsIs it possible to have a normal user setup a shared schedule and be able to change it when need be, or does it always have to be an administrator do it.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi Fraser_Admin,
I will explain this in a few lines.
1. As an administrator, you can create a report schedule for users, which they cannot modify, except you (the administrator) or any other administrator can.
2. Users can schedule their own subscriptions, they will also have total control of their own subscriptions individually. e.g.: they can create, modify and even delete the subscriptions/scheduled reports they own/created.
3. No user can modify or view another user's subscription/report schedule except an administrator.
So to answer your query:
"is it possible for me as an administrator to setup a schedule, but give certain users the ability to change the schedule"
The answer: NO! You can setup a schedule but users will not have permissions to modify it.
If you want users to have permissions over a schedule, encourage them to create their own subscriptions which they can then modify whenever they want.
God bless,
Chris Musasizi.
but the problem is there are many subscriptions for one report. it is basically a supplier report that is issued weekly. but it is unknown when it will be ready to go out. and i as an administrator do not want to have to keep going and altering the shared schedule. also, i don't want the user to have to go into each individual subscription to put a diff time.
can this be acheived threw asp.net?
Hi Fraser_Admin,
With reporting services unfortunately you only have the options I discussed above but let's exploit a few more options available:
Option 1:
I suggest the following on reporting services:
I suggest that you add a parameter in the report showing when the report is made ready so that if someone subscribes to it, they will see when it was prepared.
Secondly, if you feel you will have performance issues, cache the report so that whoever subscribes to the report will receive the same report irrespective of when the schedule will mail the report to the user.
Option 2:
Using dot Net:
You can write something using any dot Net language like C# which will mail the report to the users when it's ready.
With dot Net, you can achieve anything literally. All you need is a good programmer to fulfill this.
One of the ways to achieve this is by writing a web service and integrate it with your reporting services.
I hope this will help.
oh boy i'm in trouble cause i'm the "Good Programmer" LOL
These reports are emailed directly to suppliers outside our company. So noone will be regenerating them. They will only be done using a subscription.
Once our accounting staff has approved everything they are sent out. This is usually Tuesday's but could be anytime of the day and they want the reports emailed out as soon as they are done.
Do you have any sample code or website that might be helpful for integrating .net and reporting services.
Hi Fraser_Admin,
Here's how to quickly write your first web service in C#:
http://www.csharpfriend
http://
You can lookout for a book "Building XML web services for the Microsoft .Net Platform" by Scott Short.
I guess this will help you a lot.
The second option is getting to use SQL mail and write a job that picks up your report then email it to the suppliers.
The report via SQL mail may not look as nice/funky as one via reporting services but will do the job.
Option 3 is exposing your report but via a secure site which runs PHP or ASP.
When the report is run, synchronise it with your report site and then update the date of reporting so that your suppliers keep checking for a new report, then print it off the site.
I think the options are increasing for you to resolve this :-)
It's upon how you want to resolve this that you choose a solution.
All the best,
Fraser_Admin.
You optionally can make the accountant who prepares/approves the information a "content manager" of the folder where the report you mail to your suppliers is.
Let him/her change the schedule according to when the report is ready.
Let the schedule be like every Thursdays, then when he/she approves, as part of the approval process, he/she changes the schedule to a closer time (like 2 hours after approval).
Once the week comes to the end (like on a Friday), he/she can schedule it again to Thursdays. This will make things easier for you so you do not have to code anything.
In this case be careful not to cache the report for long because approval may take place before the cached report expires. I suggest that you turn off caching.
Regards,
Chris.
http://www.codeproject.com
I've looked at this solution here and it is exactly what i want, except i need to be able to not just render the pdf but email it. do you see anyway here to have it as oppose to rendering it?
Business Accounts
Answer for Membership
by: pastorchrisPosted on 2009-09-09 at 05:51:46ID: 25290617
A user always can schedule what he subscribes for on the report portal.
The user may not be able to change the administrator's schedule but he can shedule his own subscriptions of reports.