Unable to allocate resource from the Allocation WorkbenchDescriptionUnable to allocate resources from the Allocation Workbench, the allocation workbench form is getting freeze. Steps to Reproduce: Login to the InstanceImpersonate as User1Open ORE Allocation WorkbenchTry manually allocating 40% to the resource User2Release or EnvironmentOrlandoCauseThe Properties might have been configured incorrectly due to which the code is going into an infinite loop.In resource management properties, 'Calendar Event Duration' is set to 24 minutes. But most of the users have 8 or 8.5 hours per day in the schedule.The hours in the schedule should be exactly divisible by 'Calendar Event Duration'.8.5 hours / 24 minutes. = (8.5 * 60) / 24 = 21.25. (not an integer)8.5 hours / 30 minutes = (8.5 * 60) / 30 = 17 (integer)ResolutionChange the ‘Calendar Event Duration’ to 30 Minutes in the Resource Management PropertiesProject administration -> Properties - Resource