Manage Notifications

B

Bige

Hello,

I activated the notifications on my Project Server.

Everything works great, except I would like some users not to riceve
notifications...

I know they can disable them from their PWA...but, is there a way to
manage the notifications of all users from an administrative page?

Or in case not, any other hint?

Thank you,
Ivan Pololi
 
B

Bige

And also, it is possible to do that for each projects? To manage
notifications and reminders for each project?

Thank you,
Ivan Pololi
 
D

Dale Howard [MVP]

Ivan --

No, there is no default method to universally control the e-mail
subscriptions for all users. The alternative is to handle this through SQL
Server. Hope this helps.
 
D

Dale Howard [MVP]

Ivan --

E-mail notifications and reminders are for all projects and cannot be set
for individual projects. Sorry.
 
B

Bige

Ok!

You say through SQL Server.

I see a table (MSP_WEB_NOTIFICATIONS) for notifications but is
populated just with the people who logged on to PWA...but actually the
mail is received also from all the resources...

Any help?

Thanks.
 
D

Dale Howard [MVP]

Bige --

You will need to take use some or all of the following tables in combination
to control Notifications and Reminders directly through SQL Server:

MSP_WEB_RESOURCES
MSP_WEB_REMINDERS
MSP_WEB_REMINDER_TYPES
MSP_WEB_NOTIFICATIONS
MSP_WEB_NOTIFICATION_EVENTS

Hope this helps.
 
B

Bige

Hi Dale,

I know about the other tables, they need to resolve the resource name
and the notification/reminder event.

Probably is by design but if you look in MSP_WEB_NOTIFICATIONS you can
only see notifications of people who logged on to PWA.

Is that by design?

Thanks!

Bige
 
D

Dale Howard [MVP]

Bige --

If you want someone to write the SQL Server code for you, please post your
message in the microsoft.public.project.developer newsgroup. Hope this
helps.
 
Top