TekFredric
Programmer
Relative newbie to Mstr, assigned task of optimizing canned reports delivery to customers using web access. Trying to avoid load on DB server, and regulate report execution concurrency. 3-Tier architecture. Teradata DB, Win2K middle tier and clients.
I'm wrestling with devising the best method to schedule reports (daily, weekly, etc) which would run against the db in off hours, placing results in cache on middle tier and/or pushing results to specific customers, who access their reports thru web interface.
Customers need to see/use the latest report, but not go thru to the db. How do I control this ?
Can I push these reports directly to their history folder ? or must I go thru the subscribe/execute/save-to-history steps ? If so can these steps be automated, and can I hide the subriptions folder from the user ?
Thanks in advance for your attention,
FC @ Ryder Miami
I'm wrestling with devising the best method to schedule reports (daily, weekly, etc) which would run against the db in off hours, placing results in cache on middle tier and/or pushing results to specific customers, who access their reports thru web interface.
Customers need to see/use the latest report, but not go thru to the db. How do I control this ?
Can I push these reports directly to their history folder ? or must I go thru the subscribe/execute/save-to-history steps ? If so can these steps be automated, and can I hide the subriptions folder from the user ?
Thanks in advance for your attention,
FC @ Ryder Miami