Gordon Welling Admin Group

Manager Technnical Support Services
Joined: 11-December-2003 Location: Canada Posts: 637
|
| Posted: 12-September-2008 at 2:06pm
|
|
|
Problem: Customer reported that when they ran a calendar project build, the AppError.log file was created and reported lines similar to:
Code:
9/12/2008 11:30:11 AM,41411,frmMakeCalendarBuild_createFoders@80,Path not found,76,CCUweb, 9/12/2008 11:30:11 AM,41411,frmMakeCalendarBuild_GetIMageFiles@50,Path not found,76,CCUweb, 9/12/2008 11:30:11 AM,41411,frmMakeCalendarBuild_GetJSFiles@60,Path not found,76,CCUweb, 9/12/2008 11:30:11 AM,41411.14,frmMakeCalendarBuild_MakeCSSHTML@40,Path not found,76,CCUweb, 9/12/2008 11:30:11 AM,41411.14,frmMakeCalendarBuild_MakeMainHTML@50,Path not found,76,CCUweb, 9/12/2008 11:30:11 AM,41411.14,frmMakeCalendarBuild_MakeYearHTML@110,Path not found,76,CCUweb, 9/12/2008 11:30:11 AM,41411.16,frmMakeCalendarBuild_MakeMonthHTML@140,Path not found,76,CCUweb, 9/12/2008 11:30:11 AM,41411.16,frmMakeCalendarBuild_MakeCommonHTML@140,Bad file name or number,52,CCUweb, 9/12/2008 11:30:11 AM,41411.16,frmMakeCalendarBuild_MakeMonthHTML@220,Bad file name or number,52,CCUweb, 9/12/2008 11:30:11 AM,41411.16,frmMakeCalendarBuild_MakeMonthHTML@230,Bad file name or number,52,CCUweb, 9/12/2008 11:30:11 AM,41411.16,frmMakeCalendarBuild_MakeMonthHTML@240,Bad file name or number,52,CCUweb,
|
|
|
Cause: It turns out that the Calendar name in the CCUweb.exe application included an illegal character.
When creating new calendars in CCUweb, you cannot use the following characters:
/ \ : ? " < > |
Resolution: In the CCUweb application, rename the calendar name so it does not use an illegal character, save and rebuild the calendar project.
Edited by Gordon Welling on 12-September-2008 at 2:07pm
|