The configuration and execution of the AVScheduler is done automatically when AudienceView Unlimited is installed; however, it can also be configured and started manually.
The configure the avSchedulerInputParameters.json file:
1.Navigate to Libs folder (C:\AudienceView\Libs\AVScheduler).
2.Open the avSchedulerInputParameters.json file in a text editor, such as Notepad.
Example avSchedulerInputParameters.json file
{ |
3.Insert Sched in the 'avUser' value field.
4.Insert the Sched user's encrypted password into the password value field. If you do not know the Sched user's password, refer to Assigning a New Password.
Hint To verify that you have the correct password, log into the Desktop as the Sched user. |
To encrypt the Sched user's password:
a.Open the EncryptGui tool from the Libs folder.
b.On the MasterKey tab, insert the unencrypted password.
c.If the database has already been encrypted:
i.Click 'Master Keys: Blank'.
The Enter Master Keys dialog box appears.
ii.Enter Master Key 1 in both the 'Enter Master Key 1' and 'Verify Master Key 1' fields.
iii.Click 'OK'.
iv.Enter Master Key 1 in both the 'Enter Master Key 2' and 'Verify Master Key 2' fields.
v.Click 'OK'.
The Enter Master Keys dialog box closes. The 'Master Keys: Blank' button changes to 'Master Keys: Entered'.
a.Click 'Encrypt'.
b.Highlight and copy the encrypted password.
Information When/if the database gets encrypted, the Sched user password and the connection string using the master keys is provided by Hosting (for hosted clients). |
5.Insert the role that is assigned to the Sched user in the role value field.
6.Specify the mailhost in the mailhost value field.
Information Hosted clients will use localhost. For continuity it is recomended to use the same mailhost that you have configured in the global.asa and the registry |
7.Insert the connectionString in the connectionString value field.
To locate the connectionString:
a.Navigate to the UI folder.
b.Open the global.asa file.
c.Highlight and copy the connection string that appears next to tsApp.setConnectString.
8.Change the interval value to 60.
Information The interval value is 60 seconds, by default. To change the interval you must include the time in second (15 minutes would be 900). |
9.If you will be scheduling Data Management jobs, Insert the location of the data source files in the contentPath value field.
10.Save and close the file.