That was a really good idea. I ran the profiler and looked at the SQL. However, I don't find any broken SQL. All I see are a couple queries that select the calendar user. The answer to this query looks correct. I ran all the queries myself and they return valid results.
What I'm not seeing is a query to get the data from the ACTIVITY table. It's as if it thinks it's empty before trying to get data out of it, or it fails in the code somewhere without looking for the data.
Thanks for your help and if you have any additional ideas, please let me know! |