PT Profile Schedule Bulk Update

From ADF Docs
Revision as of 17:58, 8 June 2012 by Mcarroll (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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&passCount=5&scheduleProcess=true&delayMinutes=5
      1. Update the path to point to your sites authoring server.
  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.