|
Steps to create a Scheduled Task for use with the Alerts feature |
|
Article ID | 64 | Article Type | Procedures / Documentation | Product | NetResults Tracker | Oldest Version | 6.0.0 | Newest Version | Latest Release | Publication Date | 04/05/2006 02:47:14 PM | Last Updated | 04/18/2019 01:16:52 PM |
|
|
Warnings | This article applies to the licensed version of Tracker, the version you install on your own server. If you are using Tracker Online, the version hosted on one of NetResults' servers, then you do not need to Schedule Alerts as described in this article. | | Description | This article provides the detailed steps for creating a scheduled task for use with the Alerts feature.
Click on the link below that corresponds to the operating system of the Tracker server:
Tracker is installed on Windows Server 2016
Tracker is installed on Windows Server 2012
Tracker is installed on Windows Server 2008
Tracker is installed on Windows Server 2003
Tracker is installed on Windows 2000 Server
Tracker is installed on Windows Server 2016
Alerts must be configured in the Task Scheduler section of the Control Panel on your Tracker server. To create this scheduled task, perform the following steps:
Determine whether your workgroup is configured to allow anonymous access before creating the scheduled task. The forms of authentication enabled for a workgroup are set in the Workgroup Management System (WMS). To check this:
- Login to WMS
- Click on the View icon to the left of the workgroup
- Take note of what is selected for the "Authentication" option
- Repeat the above steps for each of your workgroups
- Click on one of the following links that corresponds to your setup:
All workgroups are set to use "NetResults Tracker" authentication
At least 1 workgroup is configured to use "IIS Basic" or "IIS Integrated Windows" or "IIS Basic and Integrated Windows"
All workgroups are configured to use NetResults Tracker authentication
- On the server where Tracker is installed, go to Start > Administrative Tools > Task Scheduler
- In the Actions pane on the far right, click on "Create Task"
- On the General tab, enter a Name for the scheduled task. For example, "NetResults Tracker Alerts". Enter a description, if desired.
- Click on the "Change User or Group" button. Enter the username PUSR4HOSTNAME where HOSTNAME is the TCP/IP host name of the machine where Tracker is installed. Then, click on the "Check Names" button. After it has located the user, click OK.
- Select the option "Run whether user is logged in or not"
- Click on the Triggers tab and click on the New button
- A "New Trigger" window will be displayed. For "Begin the task:", select "On a schedule"
- In the Settings section, select "Daily" and "Recur every 1 day"
- In the Advanced Settings section, check the box for "Repeat task every" and select a time period. We recommend a minimum of 10 minutes and select "for a duration of 1 day".
Check the box for the option "Stop task if it runs longer than" and select "30 minutes".
Check the box for "Enabled", then click OK to close the New Trigger window.
- Click on the Actions tab and click on the New button
- A New Action window will be displayed. For "Action" select "Start a program".
- In the Settings section, in "Program/script", enter:
C:\Windows\SysWOW64\cscript.exe
- In "Add Arguments" enter the following (including the quotation marks):
"C:\Program Files (x86)\NetResults\Tracker\PTAlerts.jse" //B
where "C:\Program Files\NetResults\Tracker" is the default Program Files location. This may have been changed during the installation process.
Click OK.
- Click OK to save the new task. You will be prompted to enter the password for PUSR4HOSTNAME. It is recommended that you enter the password using the scheme noted below. If you want to change the password for this user account, please be aware that it should be done at a time when users are not actively using the system as it will impact active sessions. You also have to perform additional steps to apply the password throughout Tracker's interfaces and features. Failure to perform the additional steps could result in users not being to login to Tracker or other issues detailed in the PUSR password change article.
Enter and confirm the password of this user according to the following scheme: First character is 4, followed by HOSTNAME (the TCP/IP host name of the machine where Tracker is installed, all upper case), followed by P (upper case), followed by t (lower case), followed by #. If HOSTNAME is more than 10 characters, then use the first 10 characters to build the password. If the computer name is fewer than 10 characters, append # to the end of the password until you reach 14 characters. For example, if HOSTNAME is "ABC", then the password is "4ABCPt########". If HOSTNAME is "MYNEWSERVER", then the password would be "4MYNEWSERVEPt#". Click OK.
- NOTE: If you have enabled script blocking on the anti-virus software being used on the Tracker server, Alerts may not be able to be sent because the procedure performed above to "Schedule Alerts" is scheduling a script to run in order to generate the alerts notification messages. Depending on your anti-virus software, you may see an error message or warning from your anti-virus software when the alerts script attempts to run.
In order to allow Alerts to be sent, configure your anti-virus software to allow the script "PTAlerts.jse" to run . This file can be found in the location you selected to for the Tracker files during the installation. For Windows 2016, the default location is C:\Program Files (x86)\NetResults\Tracker.
You have completed the steps for creating the Alerts Scheduled Task.
For more information about Alerts, please review the Alerts Help section.
At least one workgroup is configured to use Windows Basic and/or Integrated Windows authentication
- On the server where Tracker is installed, go to Start > Administrative Tools > Task Scheduler
- In the Actions pane on the far right, click on "Create Task"
- On the General tab, enter a Name for the scheduled task. For example, "NetResults Tracker Alerts". Enter a description, if desired.
- Click on the "Change User or Group" button. Enter the username of an Administrator user (it is recommended that you use the local Administrator user). Then, click on the "Check Names" button. After it has located the user, click OK.
- Select the option "Run whether user is logged in or not"
- Click on the Triggers tab and click on the New button
- A "New Trigger" window will be displayed. For "Begin the task:", select "On a schedule"
- In the Settings section, select "Daily" and "Recur every 1 day"
- In the Advanced Settings section, check the box for "Repeat task every" and select a time period. We recommend a minimum of 10 minutes and select "for a duration of 1 day".
Check the box for the option "Stop task if it runs longer than" and select "30 minutes".
Check the box for "Enabled", then click OK to close the New Trigger window.
- Click on the Actions tab and click on the New button
- A New Action window will be displayed. For "Action" select "Start a program".
- In the Settings section, in "Program/script", enter:
C:\Windows\SysWOW64\cscript.exe
In "Add Arguments" enter the following (including the quotation marks):
"C:\Program Files (x86)\NetResults\Tracker\PTAlerts.jse" //B //H:CScript
where "C:\Program Files\NetResults\Tracker" is the default Program Files location. This may have been changed during the installation process.
Click OK.
- Click OK to save the new task. You will be prompted to enter the password for Administrator user you selected above. Enter and confirm the password of this user. Click OK.
- NOTE: If you have enabled script blocking on the anti-virus software being used on the Tracker server, Alerts may not be able to be sent because the procedure performed above to "Schedule Alerts" is scheduling a script to run in order to generate the alerts notification messages. Depending on your anti-virus software, you may see an error message or warning from your anti-virus software when the alerts script attempts to run.
In order to allow Alerts to be sent, configure your anti-virus software to allow the script "PTAlerts.jse" to run . This file can be found in the location you selected to for the Tracker files during the installation. For Windows 2016, the default is C:\Program Files (x86)\NetResults\Tracker
You have completed the steps for creating the Alerts Scheduled Task.
For more information about Alerts, please review the Alerts Help section.
Tracker is installed on Windows Server 2012
Alerts must be configured in the Task Scheduler section of the Control Panel on your Tracker server. To create this scheduled task, perform the following steps:
Determine whether your workgroup is configured to allow anonymous access before creating the scheduled task. The forms of authentication enabled for a workgroup are set in the Workgroup Management System (WMS). To check this:
- Login to WMS
- Click on the View icon to the left of the workgroup
- Take note of what is selected for the "Authentication" option
- Repeat the above steps for each of your workgroups
- Click on one of the following links that corresponds to your setup:
All workgroups are set to use "NetResults Tracker" authentication
At least 1 workgroup is configured to use "IIS Basic" or "IIS Integrated Windows" or "IIS Basic and Integrated Windows"
All workgroups are configured to use NetResults Tracker authentication
- On the server where Tracker is installed, go to Start > Administrative Tools > Task Scheduler
- In the Actions pane on the far right, click on "Create Task"
- On the General tab, enter a Name for the scheduled task. For example, "NetResults Tracker Alerts". Enter a description, if desired.
- Click on the "Change User or Group" button. Enter the username PUSR4HOSTNAME where HOSTNAME is the TCP/IP host name of the machine where Tracker is installed. Then, click on the "Check Names" button. After it has located the user, click OK.
- Select the option "Run whether user is logged in or not"
- Click on the Triggers tab and click on the New button
- A "New Trigger" window will be displayed. For "Begin the task:", select "On a schedule"
- In the Settings section, select "Daily" and "Recur every 1 day"
- In the Advanced Settings section, check the box for "Repeat task every" and select a time period. We recommend a minimum of 10 minutes and select "for a duration of 1 day".
Check the box for the option "Stop task if it runs longer than" and select "30 minutes".
Check the box for "Enabled", then click OK to close the New Trigger window.
- Click on the Actions tab and click on the New button
- A New Action window will be displayed. For "Action" select "Start a program".
- In the Settings section:
If Tracker is installed on Windows 2012 (x86 version):
- In "Program/script", enter:
C:\Windows\System32\cscript.exe
- In "Add Arguments" enter the following (including the quotation marks):
"C:\Program Files\NetResults\Tracker\PTAlerts.jse" //B
where "C:\Program Files\NetResults\Tracker" is the default Program Files location. This may have been changed during the installation process.
- Click OK.
If Tracker is installed on Windows 2012 R2 (x64 version):
- In "Program/script", enter:
C:\Windows\SysWOW64\cscript.exe
- In "Add Arguments" enter the following (including the quotation marks):
"C:\Program Files (x86)\NetResults\Tracker\PTAlerts.jse" //B
where "C:\Program Files\NetResults\Tracker" is the default Program Files location. This may have been changed during the installation process.
- Click OK.
- Click OK to save the new task. You will be prompted to enter the password for PUSR4HOSTNAME. It is recommended that you enter the password using the scheme noted below. If you want to change the password for this user account, please be aware that it should be done at a time when users are not actively using the system as it will impact active sessions. You also have to perform additional steps to apply the password throughout Tracker's interfaces and features. Failure to perform the additional steps could result in users not being to login to Tracker or other issues detailed in the PUSR password change article.
Enter and confirm the password of this user according to the following scheme: First character is 4, followed by HOSTNAME (the TCP/IP host name of the machine where Tracker is installed, all upper case), followed by P (upper case), followed by t (lower case), followed by #. If HOSTNAME is more than 10 characters, then use the first 10 characters to build the password. If the computer name is fewer than 10 characters, append # to the end of the password until you reach 14 characters. For example, if HOSTNAME is "ABC", then the password is "4ABCPt########". If HOSTNAME is "MYNEWSERVER", then the password would be "4MYNEWSERVEPt#". Click OK.
- NOTE: If you have enabled script blocking on the anti-virus software being used on the Tracker server, Alerts may not be able to be sent because the procedure performed above to "Schedule Alerts" is scheduling a script to run in order to generate the alerts notification messages. Depending on your anti-virus software, you may see an error message or warning from your anti-virus software when the alerts script attempts to run.
In order to allow Alerts to be sent, configure your anti-virus software to allow the script "PTAlerts.jse" to run . This file can be found in the location you selected to for the Tracker files during the installation. For Windows 2012 or Windows 2012 R2, the default location is C:\Program Files (x86)\NetResults\Tracker.
You have completed the steps for creating the Alerts Scheduled Task.
For more information about Alerts, please review the Alerts Help section.
At least one workgroup is configured to use Windows Basic and/or Integrated Windows authentication
- On the server where Tracker is installed, go to Start > Administrative Tools > Task Scheduler
- In the Actions pane on the far right, click on "Create Task"
- On the General tab, enter a Name for the scheduled task. For example, "NetResults Tracker Alerts". Enter a description, if desired.
- Click on the "Change User or Group" button. Enter the username of an Administrator user (it is recommended that you use the local Administrator user). Then, click on the "Check Names" button. After it has located the user, click OK.
- Select the option "Run whether user is logged in or not"
- Click on the Triggers tab and click on the New button
- A "New Trigger" window will be displayed. For "Begin the task:", select "On a schedule"
- In the Settings section, select "Daily" and "Recur every 1 day"
- In the Advanced Settings section, check the box for "Repeat task every" and select a time period. We recommend a minimum of 10 minutes and select "for a duration of 1 day".
Check the box for the option "Stop task if it runs longer than" and select "30 minutes".
Check the box for "Enabled", then click OK to close the New Trigger window.
- Click on the Actions tab and click on the New button
- A New Action window will be displayed. For "Action" select "Start a program".
- In the Settings section:
- In the Settings section:
If Tracker is installed on Windows 2012 (x86 version):
- In "Program/script", enter:
C:\Windows\System32\cscript.exe
- In "Add Arguments" enter the following (including the quotation marks):
"C:\Program Files\NetResults\Tracker\PTAlerts.jse" //B //H:CScript
where "C:\Program Files\NetResults\Tracker" is the default Program Files location. This may have been changed during the installation process.
- Click OK.
If Tracker is installed on Windows 2012 R2 (x64 version):
- In "Program/script", enter:
C:\Windows\SysWOW64\cscript.exe
- In "Add Arguments" enter the following (including the quotation marks):
"C:\Program Files (x86)\NetResults\Tracker\PTAlerts.jse" //B //H:CScript
where "C:\Program Files\NetResults\Tracker" is the default Program Files location. This may have been changed during the installation process.
- Click OK.
- Click OK to save the new task. You will be prompted to enter the password for Administrator user you selected above. Enter and confirm the password of this user. Click OK.
- NOTE: If you have enabled script blocking on the anti-virus software being used on the Tracker server, Alerts may not be able to be sent because the procedure performed above to "Schedule Alerts" is scheduling a script to run in order to generate the alerts notification messages. Depending on your anti-virus software, you may see an error message or warning from your anti-virus software when the alerts script attempts to run.
In order to allow Alerts to be sent, configure your anti-virus software to allow the script "PTAlerts.jse" to run . This file can be found in the location you selected to for the Tracker files during the installation. By default for Windows 2012 or Windows 2012 R2, it is C:\Program Files (x86)\NetResults\Tracker
You have completed the steps for creating the Alerts Scheduled Task.
For more information about Alerts, please review the Alerts Help section.
Tracker is installed on Windows Server 2008
Alerts must be configured in the Task Scheduler section of the Control Panel on your Tracker server. To create this scheduled task, perform the following steps:
Determine whether your workgroup is configured to allow anonymous access before creating the scheduled task. The forms of authentication enabled for a workgroup are set in the Workgroup Management System (WMS). To check this:
- Login to WMS
- Click on the View icon to the left of the workgroup
- Take note of what is selected for the "Authentication" option
- Repeat the above steps for each of your workgroups
- Click on one of the following links that corresponds to your setup:
All workgroups are set to use "NetResults Tracker" authentication
At least 1 workgroup is configured to use "IIS Basic" or "IIS Integrated Windows" or "IIS Basic and Integrated Windows"
All workgroups are configured to use NetResults Tracker authentication
- On the server where Tracker is installed, go to Start > Administrative Tools > Task Scheduler
- In the Actions pane on the far right, click on "Create Task"
- On the General tab, enter a Name for the scheduled task. For example, "NetResults Tracker Alerts". Enter a description, if desired.
- Click on the "Change User or Group" button. Enter the username PUSR4HOSTNAME where HOSTNAME is the TCP/IP host name of the machine where Tracker is installed. Then, click on the "Check Names" button. After it has located the user, click OK.
- Select the option "Run whether user is logged in or not"
- Click on the Triggers tab and click on the New button
- A "New Trigger" window will be displayed. For "Begin the task:", select "On a schedule"
- In the Settings section, select "Daily" and "Recur every 1 day"
- In the Advanced Settings section, check the box for "Repeat task every" and select a time period. We recommend a minimum of 10 minutes and select "for a duration of 1 day".
Check the box for the option "Stop task if it runs longer than" and select "30 minutes".
Check the box for "Enabled", then click OK to close the New Trigger window.
- Click on the Actions tab and click on the New button
- A New Action window will be displayed. For "Action" select "Start a program".
- In the Settings section:
If Tracker is installed on Windows 2008 (x86 version):
- In "Program/script", enter:
C:\Windows\System32\cscript.exe
- In "Add Arguments" enter the following (including the quotation marks):
"C:\Program Files\NetResults\Tracker\PTAlerts.jse" //B
where "C:\Program Files\NetResults\Tracker" is the default Program Files location. This may have been changed during the installation process.
- Click OK.
If Tracker is installed on Windows 2008 (x64 version) or Windows 2008 R2:
- In "Program/script", enter:
C:\Windows\SysWOW64\cscript.exe
- In "Add Arguments" enter the following (including the quotation marks):
"C:\Program Files (x86)\NetResults\Tracker\PTAlerts.jse" //B
where "C:\Program Files\NetResults\Tracker" is the default Program Files location. This may have been changed during the installation process.
- Click OK.
- Click OK to save the new task. You will be prompted to enter the password for PUSR4HOSTNAME. It is recommended that you enter the password using the scheme noted below. If you want to change the password for this user account, please be aware that it should be done at a time when users are not actively using the system as it will impact active sessions. You also have to perform additional steps to apply the password throughout Tracker's interfaces and features. Failure to perform the additional steps could result in users not being to login to Tracker or other issues detailed in the PUSR password change article.
Enter and confirm the password of this user according to the following scheme: First character is 4, followed by HOSTNAME (the TCP/IP host name of the machine where Tracker is installed, all upper case), followed by P (upper case), followed by t (lower case), followed by #. If HOSTNAME is more than 10 characters, then use the first 10 characters to build the password. If the computer name is fewer than 10 characters, append # to the end of the password until you reach 14 characters. For example, if HOSTNAME is "ABC", then the password is "4ABCPt########". If HOSTNAME is "MYNEWSERVER", then the password would be "4MYNEWSERVEPt#". Click OK.
- NOTE: If you have enabled script blocking on the anti-virus software being used on the Tracker server, Alerts may not be able to be sent because the procedure performed above to "Schedule Alerts" is scheduling a script to run in order to generate the alerts notification messages. Depending on your anti-virus software, you may see an error message or warning from your anti-virus software when the alerts script attempts to run.
In order to allow Alerts to be sent, configure your anti-virus software to allow the script "PTAlerts.jse" to run . This file can be found in the location you selected to for the Tracker files during the installation. By default for Windows 2008, the location is C:\Program Files\NetResults\Tracker. For Windows 2008 R2, the default location is C:\Program Files (x86)\NetResults\Tracker.
You have completed the steps for creating the Alerts Scheduled Task.
For more information about Alerts, please review the Alerts Help section.
At least one workgroup is configured to use Windows Basic and/or Integrated Windows authentication
- On the server where Tracker is installed, go to Start > Administrative Tools > Task Scheduler
- In the Actions pane on the far right, click on "Create Task"
- On the General tab, enter a Name for the scheduled task. For example, "NetResults Tracker Alerts". Enter a description, if desired.
- Click on the "Change User or Group" button. Enter the username of an Administrator user (it is recommended that you use the local Administrator user). Then, click on the "Check Names" button. After it has located the user, click OK.
- Select the option "Run whether user is logged in or not"
- Click on the Triggers tab and click on the New button
- A "New Trigger" window will be displayed. For "Begin the task:", select "On a schedule"
- In the Settings section, select "Daily" and "Recur every 1 day"
- In the Advanced Settings section, check the box for "Repeat task every" and select a time period. We recommend a minimum of 10 minutes and select "for a duration of 1 day".
Check the box for the option "Stop taks if it runs longer than" and select "30 minutes".
Check the box for "Enabled", then click OK to close the New Trigger window.
- Click on the Actions tab and click on the New button
- A New Action window will be displayed. For "Action" select "Start a program".
- In the Settings section:
If Tracker is installed on Windows 2008 (x86 version):
- In "Program/script", enter:
C:\Windows\System32\cscript.exe
- In "Add Arguments" enter the following (including the quotation marks):
"C:\Program Files\NetResults\Tracker\PTAlerts.jse" //B //H:CScript
where "C:\Program Files\NetResults\Tracker" is the default Program Files location. This may have been changed during the installation process.
- Click OK.
If Tracker is installed on Windows 2008 (x64 version) or Windows 2008 R2:
- In "Program/script", enter:
C:\Windows\SysWOW64\cscript.exe
- In "Add Arguments" enter the following (including the quotation marks):
"C:\Program Files (x86)\NetResults\Tracker\PTAlerts.jse" //B //H:CScript
where "C:\Program Files\NetResults\Tracker" is the default Program Files location. This may have been changed during the installation process.
- Click OK.
- Click OK to save the new task. You will be prompted to enter the password for Administrator user you selected above. Enter and confirm the password of this user. Click OK.
- NOTE: If you have enabled script blocking on the anti-virus software being used on the Tracker server, Alerts may not be able to be sent because the procedure performed above to "Schedule Alerts" is scheduling a script to run in order to generate the alerts notification messages. Depending on your anti-virus software, you may see an error message or warning from your anti-virus software when the alerts script attempts to run.
In order to allow Alerts to be sent, configure your anti-virus software to allow the script "PTAlerts.jse" to run . This file can be found in the location you selected to for the Tracker files during the installation. By default for Windows 2008, the location is C:\Program Files\NetResults\Tracker. For Windows 2008 R2, it is C:\Program Files (x86)\NetResults\Tracker
You have completed the steps for creating the Alerts Scheduled Task.
For more information about Alerts, please review the Alerts Help section.
Tracker is installed on Windows Server 2003
Alerts must be configured in the Scheduled Tasks section of the Control Panel on your Tracker server. To create this scheduled task, perform the following steps:
Determine whether your workgroup is configured to allow anonymous access before creating the scheduled task.
The forms of authentication enabled for a workgroup are set in the Workgroup Management System (WMS). To check this:
- Login to WMS
- Click on the View icon to the left of the workgroup
- Take note of what is selected for the "Authentication" option
- Repeat the above steps for each of your workgroups
- Click on one of the following links that corresponds to your setup:
All workgroups are set to use "NetResults Tracker" authentication
At least 1 workgroup is configured to use "IIS Basic" or "IIS Integrated Windows" or "IIS Basic and Integrated Windows"
All workgroups are set to use "NetResults Tracker" authentication
- Go to Start -> Settings -> Control Panel on the machine where Tracker is installed
- Double click on Scheduled Tasks
- Double click on "Add Scheduled Task", then click Next
- Click on the Browse button, then navigate to the location you selected to for the Tracker files during the installation. The default location is C:\Program Files\NetResults\Tracker.
- Select the file called PTAlerts.jse, then click on the Open button
- Enter a name for the scheduled task such as "NetResults Tracker Alerts", then for the option "Perform this task:" select the radio button next to "Daily". Click Next to proceed.
- The current time will be displayed as "Start Time". For the "Perform this task:" option, select "Every Day". The current date will be displayed as "Start Date". Click Next to continue.
- Enter the username PUSR4HOSTNAME where HOSTNAME is the TCP/IP host name of the machine where Tracker is installed. It is recommended that you enter the password using the scheme noted below. If you want to change the password for this user account, please be aware that it should be done at a time when users are not actively using the system as it will impact active sessions. You also have to perform additional steps to apply the password throughout Tracker's interfaces and features. Failure to perform the additional steps could result in users not being to login to Tracker or other issues detailed in the PUSR password change article.
Enter and confirm the password of this user according to the following scheme: First character is 4, followed by HOSTNAME (the TCP/IP host name of the machine where Tracker is installed, all upper case), followed by P (upper case), followed by t (lower case), followed by #. If HOSTNAME is more than 10 characters, then use the first 10 characters to build the password. If the computer name is fewer than 10 characters, append # to the end of the password until you reach 14 characters. For example, if HOSTNAME is "ABC", then the password is "4ABCPt########". If HOSTNAME is "MYNEWSERVER", then the password would be "4MYNEWSERVEPt#". Click Next.
- The values you entered will be displayed. Check the box next to the option "Open advanced properties for this task when I click Finish", then click on the Finish button.
- The Advanced properties will be displayed. On the Task tab, in the Run field the path to the PTAlerts.jse file that you selected will be displayed in quotes. Please type in the additional information such that the Run field displays the following:
CScript.exe "<PTAlerts.jse path>" //B
For example, if you used the default location for Program Files, the path is C:\Program Files\NetResults\Tracker. The Run field should display the following exactly as it appears below:
CScript.exe "C:\Program Files\NetResults\Tracker\PTAlerts.jse" //B
- Click on the Schedule tab, then click on the Advanced button.
- Check the box next to "Repeat task", then for "Every" select "10 minutes". For "Until" select the radio button next to "Duration". Enter "24 hours" for the "Duration".
- Click on the Settings tab. In the Scheduled Task Completed section, check the box for the option called "Stop the task if it runs for:" and select "0" for the hours field and "30" for the minutes field. Click OK, then click OK again to save the changes. You will be prompted to enter and confirm the password for PUSR4HOSTNAME you entered earlier.
- NOTE: If you have enabled script blocking on the anti-virus software being used on the Tracker server, Alerts may not be able to be sent because the procedure performed above to "Schedule Alerts" is scheduling a script to run in order to generate the alerts notification messages. Depending on your anti-virus software, you may see an error message or warning from your anti-virus software when the alerts script attempts to run.
In order to allow Alerts to be sent, configure your anti-virus software to allow the script "PTAlerts.jse" to run . This file can be found in the location you selected to for the Tracker files during the installation. By default, the location is C:\Program Files\NetResults\Tracker
You have completed the steps for creating the Alerts Scheduled Task.
For more information about Alerts, please review the Alerts Help section.
At least 1 workgroup is configured to use Basic and/or Integrated Windows authentication
- Go to Start -> Settings -> Control Panel on the machine where Tracker is installed
- Double click on Scheduled Tasks
- Double click on "Add Scheduled Task", then click Next
- Click on the Browse button, then navigate to the location you selected to for the Tracker files during the installation. The default location is C:\Program Files\NetResults\Tracker.
- Select the file called PTAlerts.jse, then click on the Open button
- Enter a name for the scheduled task such as "NetResults Tracker Alerts", then for the option "Perform this task:" select the radio button next to "Daily". Click Next to proceed.
- The current time will be displayed as "Start Time". For the "Perform this task:" option, select "Every Day". The current date will be displayed as "Start Date". Click Next to continue.
- Enter the username of an Administrator user (it is recommended that you use the local Administrator user). Enter and confirm the password of this user. Click Next.
- The values you entered will be displayed. Check the box next to the option "Open advanced properties for this task when I click Finish", then click on the Finish button.
- The Advanced properties will be displayed. On the Task tab, in the Run field the path to the PTAlerts.jse file that you selected will be displayed in quotes. Please type in the additional information such that the Run field displays the following:
CScript.exe "<PTAlerts.jse path>" //B //H:CScript
For example, if you used the default location for Program Files, the path is C:\Program Files\NetResults\Tracker. The Run field should display the following exactly as it appears below:
CScript.exe "C:\Program Files\NetResults\Tracker\PTAlerts.jse" //B //H:CScript
- Click on the Schedule tab, then click on the Advanced button.
- Check the box next to "Repeat task", then for "Every" select "10 minutes". For "Until" select the radio button next to "Duration". Enter "24 hours" for the "Duration".
- Click on the Settings tab. In the Scheduled Task Completed section, check the box for the option called "Stop the task if it runs for:" and select "0" for the hours field and "30" for the minutes field. Click OK, then click OK again to save the changes. You will be prompted to enter and confirm the password for the user you entered earlier.
- NOTE: If you have enabled script blocking on the anti-virus software being used on the Tracker server, Alerts may not be able to be sent because the procedure performed above to "Schedule Alerts" is scheduling a script to run in order to generate the alerts notification messages. Depending on your anti-virus software, you may see an error message or warning from your anti-virus software when the alerts script attempts to run.
In order to allow Alerts to be sent, configure your anti-virus software to allow the script "PTAlerts.jse" to run . This file can be found in the location you selected to for the Tracker files during the installation. By default, the location is C:\Program Files\NetResults\Tracker
You have completed the steps for creating the Alerts Scheduled Task.
For more information, about Alerts, please review the Alerts
Tracker is installed on Windows 2000 Server
Alerts must be configured in the Scheduled Tasks section of the Control Panel on your Tracker server. To create this scheduled task, perform the following steps:
- Go to Start -> Settings -> Control Panel on the machine where Tracker is installed
- Double click on Scheduled Tasks
- Double click on "Add Scheduled Task", then click Next
- Click on the Browse button, then navigate to the location you selected to for the Tracker files during the installation. The default location is C:\Program Files\NetResults\Tracker
- Select the file called PTAlerts.jse, then click on the Open button
- Enter a name for the scheduled task such as "NetResults Tracker Alerts", then for the option "Perform this task:" select the radio button next to "Daily". Click Next to proceed.
- The current time will be displayed as "Start Time". For the "Perform this task:" option, select "Every Day". The current date will be displayed as "Start Date". Click Next to continue.
- Enter the username of an Administrator user (it is recommended that you use the local Administrator user). Enter and confirm the password of this user. Click Next.
- The values you entered will be displayed. Check the box next to the option "Open advanced properties for this task when I click Finish", then click on the Finish button.
- The Advanced properties will be displayed. On the Task tab, in the Run field the path to the PTAlerts.jse file that you selected will be displayed in quotes. Please type in the additional information such that the Run field displays the following:
CScript.exe "<PTAlerts.jse path>" //B //H:CScript
For example, if you used the default location for Program Files, the path is C:\Program Files\NetResults\Tracker. The Run field should display the following exactly as it appears below:
CScript.exe "C:\Program Files\NetResults\Tracker\PTAlerts.jse" //B //H:CScript
- Click on the Schedule tab, then click on the Advanced button.
- Check the box next to "Repeat task", then for "Every" select "10 minutes". For "Until" select the radio button next to "Duration". Enter "24 hours" for the "Duration". Click OK.
- Click on the Settings tab. In the Scheduled Task Completed section, check the box for the option called "Stop the task if it runs for:" and select "0" for the hours field and "30" for the minutes field. Click OK. You will be prompted to enter and confirm the password for the user you entered earlier. Click OK again.
- NOTE: If you have enabled script blocking on the anti-virus software being used on the Tracker server, Alerts may not be able to be sent because the procedure performed above to "Schedule Alerts" is scheduling a script to run in order to generate the alerts notification messages. Depending on your anti-virus software, you may see an error message or warning from your anti-virus software when the alerts script attempts to run.
In order to allow Alerts to be sent, configure your anti-virus software to allow the script "PTAlerts.jse" to run . This file can be found in the location you selected to for the Tracker files during the installation. By default, the location is C:\Program Files\NetResults\Tracker
You have completed the steps for creating the Alerts Scheduled Task.
For more information, please review the Alerts Help section.
Edit the existing scheduled task for Alerts
If your Tracker workgroups are set to allow Anonymous access, you will need to adjust the Alerts scheduled task. Please follow the steps below to confirm you need to adjust the scheduled task and, if so, make the necessary changes.
- Login to the Workgroup Management System (WMS)
- Click on the View icon to the left of a workgroup
- Take note of what is listed for "Authentication"
- Repeat the above steps for each of your workgroups
- If at least 1 workgroup is configured to use "IIS Basic", "IIS Integrated Windows" or "IIS Basic and Integrated Windows", you do not need to adjust the Alerts scheduled task. Do not complete the remaining steps in this procedure.
If all workgroups are set to use "NetResults Tracker" authentication, proceed with the following steps based on the operating system / version of IIS installed on the Tracker server:
For Windows 2016 / IIS 10.0
or Windows 2012 or Windows 2012 R2 / IIS 8.0
or Windows 2008 or Windows 2008 R2 / IIS 7.0:
- Go to Start -> Administrative Tools -> Task Scheduler
- In the left pane, click on the Task Scheduler Library
- Locate the scheduled task for Alerts in the Task Scheduler Library list in the center. Right click on it and select Properties.
- On the General tab, click on the Change User or Group button. Enter PUSR4HOSTNAME where HOSTNAME is the TCP/IP host name of the server where Tracker is installed, then click on the Check Names button and click OK.
- Click on the Actions tab and click on the Action listed and click on the Edit button
- Change the value in "Add arguments (optional)" so that it lists only "//B", then click OK to dismiss the Action properties, then click OK again to dismiss the properties of the scheduled task. You will be prompted to enter the password of the configured to run the task (PUSR4HOSTNAME). It is recommended that you enter the password using the scheme noted below. If you want to change the password for this user account, please be aware that it should be done at a time when users are not actively using the system as it will impact active sessions. You also have to perform additional steps to apply the password throughout Tracker's interfaces and features. Failure to perform the additional steps could result in users not being to login to Tracker or other issues detailed in the PUSR password change article.
Enter the password of this user according to the following scheme: First character is 4, followed by HOSTNAME (the TCP/IP host name of the machine where Tracker is installed, all upper case), followed by P (upper case), followed by t (lower case), followed by #. If HOSTNAME is more than 10 characters, then use the first 10 characters to build the password. If the computer name is fewer than 10 characters, append # to the end of the password until you reach 14 characters. For example, if HOSTNAME is "ABC", then the password is "4ABCPt########". If HOSTNAME is "MYNEWSERVER", then the password would be "4MYNEWSERVEPt#".
- Click OK after entering the password
For Windows 2003 / IIS 6.0:
- Go to Start -> Settings -> Control Panel on the machine where Tracker is installed
- Double click on Scheduled Tasks
- Right click on the scheduled task for Alerts and select Properties
- On the Task tab, remove "//H:CScript" from the "Run" field. So when you are finished the Run field should have a path that looks like:
CScript.exe "<PTAlerts.jse path>" //B
For example, if you used the default location for Program Files, the path is C:\Program Files\NetResults\Tracker. The Run field should display the following exactly as it appears below:
CScript.exe "C:\Program Files\NetResults\Tracker\PTAlerts.jse" //B
- In the Run as field, replace the user listed with "PUSR4HOSTNAME" where HOSTNAME is the TCP/IP host name of the machine where Tracker is installed.
Click on the Set Password button. It is recommended that you enter the password using the scheme noted below. If you want to change the password for this user account, please be aware that it should be done at a time when users are not actively using the system as it will impact active sessions. You also have to perform additional steps to apply the password throughout Tracker's interfaces and features. Failure to perform the additional steps could result in users not being to login to Tracker or other issues detailed in the PUSR password change article.
Enter and confirm the password of this user according to the following scheme: First character is 4, followed by HOSTNAME (the TCP/IP host name of the machine where Tracker is installed, all upper case), followed by P (upper case), followed by t (lower case), followed by #. If HOSTNAME is more than 10 characters, then use the first 10 characters to build the password. If the computer name is fewer than 10 characters, append # to the end of the password until you reach 14 characters. For example, if HOSTNAME is "ABC", then the password is "4ABCPt########". If HOSTNAME is "MYNEWSERVER", then the password would be "4MYNEWSERVEPt#". Click OK, then Apply, then OK.
| | Workaround | None | |
|
|
|
|