Fix Pack 1 for ProjExec 6.0.2

Fixed issues:

00005575 [Gantt] Error message when the start date selected is not a working day.
00005568 [Time Sheet] Ability to add a Supervisor to the Tme Sheet workflow.
00005565 [Project List Community Widget] Error while creating new project if community description has more than 1 line.
00005564 [Additional Fields] Added new additional fields.
00005563 [Time Sheet] Saturday and Sunday fields grayed in the Time Sheet form.
00005561 [Site Settings] Replace user unexpected error if assigned to an issue.
00005559 [User reconciliation] User Reconciliation feature Is now enabled by default.
00005547 [Tracking] Alerts - Error loading data when having a long list of projects.
00005545 [Reporting] Worked Hours was 0 in some cases.
00005544 [Additional Fields] Additional Fields empty when added from the Project Wizard.
00005528 [Portfolio] Resource Allocation - Sometimes having Error data not found.
00005480 [Export-Import] Tool to remove Action Items duplication after project export-import.
00005204 [Additional Fields] Allow only values from lists.


This fix pack includes a tool to remove Action Items duplications. See instructions on how to run the tool below.




INSTRUCTIONS TO APPLY THE FIX PACK
==================================

ProjExec for IBM Connections (WAS) and Quickr J2EE
--------------------------------------------------
1. Notify your users and stop the ProjExec app.
2. From the WAS administrative console menu, go to Applications->Application Types->WebSphere enterprise applications. Find and select the ProjExec application (projexec_war), then click "Update".
3. From the Application update options select "Replace, add, or delete multiple files".
4. Under "Specify the path to the file", browse and select the fix file to apply (.zip) then follow the wizards' steps to complete the update and save the changes.
5. Wait about 5 minutes and then start your ProjExec App. It is important to wait for the redeployment to complete.
6. Notify your end users to clear their browser's cache.

Note: If the ProjExec war file name was changed when you first deployed it (different from projexec.war), then you have to manually rename the root directory of the fix zip file (projexec.war root directory) to match the war file name you have, else the new files will not replace their corresponding old files.




INSTRUCTIONS TO RUN THE ACTION ITEMS DUPLICATE CLEANER TOOL
===========================================================
This tool allows you to clean action items duplicates. It is a command-line tool.

To run it, on the first WAS Node open a command line window and cd where the projexc app is deployed and go to .../projexec.war/projexec/tools 
Enter the following commands (or Linux equivalent) by order:

Set JAVA_HOME= c:\IBM\WebSphere\AppServer\java\jre 
ExecuteTool -java com.triloggroup.pe.tools.DuplicatedTimesheetsRemover
ExecuteTool -java com.triloggroup.pe.tools.ActionItemsCleaner
