tracker issue : CF-3179290

select a category, or use search below
(searches all categories and all time range)
Title:

.car wizard only archives tasks if mode="server" and group="default"

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)

Created: 05/01/2012

Components: Scheduler

Versions: 10.0

Failure Type:

Found In Build/Fixed In Build: Public Beta / 283367

Priority/Frequency: Major / Some users will encounter

Locale/System: English / Win All

Vote Count: 0

Repro:
1) Run this:

<cfschedule action="update" mode="server" group="default" task="taskA" startdate="1/1/2012" starttime="12:00 AM" interval="once" url="http://a" />
<cfschedule action="update" mode="server" group="groupB" task="taskB" startdate="1/1/2012" starttime="12:00 AM" interval="once" url="http://b" />
<cfschedule action="update" mode="application" group="default" task="taskC" startdate="1/1/2012" starttime="12:00 AM" interval="once" url="http://c" />
<cfschedule action="update" mode="application" group="groupD" task="taskD" startdate="1/1/2012" starttime="12:00 AM" interval="once" url="http://d" />

2) Attempt to create a .car file containing those tasks
3) See errors:

- "Error"    "04/30/12"    "16:55:49"    "Unable to obtain scheduled task ’taskD’. This task was not archived" 
- "Error"    "04/30/12"    "16:55:49"    "Unable to obtain scheduled task ’taskC’. This task was not archived" 
- "Error"    "04/30/12"    "16:55:49"    "Unable to obtain scheduled task ’taskB’. This task was not archived"

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3179290

Keywords:
FixTested


External Customer Info:
External Company:  
External Customer Name: itisdesign
External Customer Email:

Attachments:

Comments:

Related thread: http://prerelease.adobe.com/r/?ca90abbd46024bba8fe326b109c2e241
Comment by External U.
19581 | May 01, 2012 12:26:09 PM GMT
Customer says 3 of the tasks failed to get archived. I got errors for only 2 tasks which were application tasks. Fixed the bug where application tasks were not getting archived.
Comment by Himavanth R.
19582 | November 20, 2012 07:57:44 AM GMT