I just upgraded from 2008.1 to 2009.2. I can no longer see activities in the viewers (month, day, week). I can tell it is retrieving the data in the webscheduleinfo. I can even add events and they get put into the database, but I can't see them on the views. Does anyone have any idea what might have changed?
Hi,
If your existing appointments don't have a resource assigned to them, i.e. belong to the "Unassigned" resource, you have 3 options:
1) set EnableMultiResourceView=false
2) set EnableUnassignedResource=true
3) associate your appointments with a resource, different than the Unassigned (ID=-999 in the database).
9.2 introduced a new feature that enables multiple resources (as in MS Outlook), you can take a look at the online samples for more details:
http://samples.infragistics.com/2009.2/WebFeatureBrowser/Default.aspx
ASP.NET (AJAX enabled) => WebSchedule => Multiple Resources
Hope it helps.
Thanks,
Angel
I found the problem. The upgrade sql for the database failed because the name of the database is hard coded in the script, and we didn't name our database WebSchedule2. If the script isn't run, activities can't be seen. Once the script was correctly applied to the database the activities appear.
Thanks