If your base machine uses a SQL Server Express database, you must schedule the aggregation jobs using the Windows Scheduled Tasks wizard.
To schedule aggregation jbs for SQL Server Express
To do this, Save the following SQL Server query to a batch file, such as Dashboard_Agg.cmd:
sqlcmd -E -D WGN_<machine name> -Q "EXEC rut_dlp_aggregation_process"
where:
Specifies a trusted database connection. You must ensure the scheduled task runs as a Windows user (see step 2-4 below) who has a SQL Server login that has been granted the db_owner privilege on the WGN_<machine name> database.
Defines the database name. This database name incorporates the name of the CMS host server.
Specifies a database query, in this case:
"EXEC rut_dlp_aggregation_process"
Note: If you want to run aggregations more often than once every day, you will need to edit advanced properties for the scheduled task; do this in the final wizard screen.
| Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |