Difference between revisions of "PT Profile Schedule Bulk Update"

From ADF Docs
Jump to: navigation, search
(Created page with '== Overview == The following steps will step a ColdFusion scheduled task to run at night to automate the updating to profile records to your external database. The task will crea…')
 
(Steps)
Line 14: Line 14:
 
## Frequency = Recurring Daily @ 01:00
 
## Frequency = Recurring Daily @ 01:00
 
### This time can vary based on your requirements.
 
### This time can vary based on your requirements.
## URL = http://csauth.mysitedomain.com/_cs_apps/ajaxProxy.cfm?bean=profileService&method=autoImportUpdate&restart=true&passCount=5&scheduleProcess=true&delayMinutes=5
+
## URL = http://csauth.mysitedomain.com/_cs_apps/ajaxProxy.cfm?bean=profileService&method=autoImportUpdate&restart=true&scheduleProcess=true&passCount=50&delayMinutes=5
 
### Update the path to point to your sites authoring server.
 
### Update the path to point to your sites authoring server.
 +
### You can also modify the URL parameters for the following:
 +
#### passCount = Number of profile records to process in a row before scheduling a task to run the next "passCount" number of records.
 +
#### delayMinutes = Number of minutes to pause after the "passCount" number of records has been processed.
 
# Click the "Submit" button to save the form.
 
# Click the "Submit" button to save the form.
  
 
== Validate ==
 
== Validate ==
 
The Automated Import/Update process will generate logs within the CommonSpot logs directory.  The log entries contain information for the date/time stamp the profile update was run, the profile userID that was process, and if the profile was updated.
 
The Automated Import/Update process will generate logs within the CommonSpot logs directory.  The log entries contain information for the date/time stamp the profile update was run, the profile userID that was process, and if the profile was updated.

Revision as of 18:03, 8 June 2012

Overview

The following steps will step a ColdFusion scheduled task to run at night to automate the updating to profile records to your external database. The task will create a scheduled job within the ADF Scheduler library component. This will create a separate ColdFusion scheduled task to process the update/insert for the profile records.

This scheduled task should be configured on the CommonSpot Authoring server.

Steps

  1. Navigate to the ColdFusion Administrator and login.
    1. "/cfide/administrator/"
  2. Open the "Debugging & Logging > Scheduled Tasks" menu option.
  3. Click the "Schedule New Task" button.
  4. In the "Add/Edit Scheduled Task" form enter the following fields:
    1. Task Name = Profile-Nightly-Import
    2. Frequency = Recurring Daily @ 01:00
      1. This time can vary based on your requirements.
    3. URL = http://csauth.mysitedomain.com/_cs_apps/ajaxProxy.cfm?bean=profileService&method=autoImportUpdate&restart=true&scheduleProcess=true&passCount=50&delayMinutes=5
      1. Update the path to point to your sites authoring server.
      2. You can also modify the URL parameters for the following:
        1. passCount = Number of profile records to process in a row before scheduling a task to run the next "passCount" number of records.
        2. delayMinutes = Number of minutes to pause after the "passCount" number of records has been processed.
  5. Click the "Submit" button to save the form.

Validate

The Automated Import/Update process will generate logs within the CommonSpot logs directory. The log entries contain information for the date/time stamp the profile update was run, the profile userID that was process, and if the profile was updated.