Fixes Defects: PH10965,PH39076,PH40207,PH40262,PI24240 This patch contains the following software changes: PH10965: Problem: OSLC v2 (OSLC CM 2.0) query on the Short-String field with values "#/#/#" or "#-#/#" or "#/#/#" returns HTTP status 400 response since CQ query filter transfers those values into the Date Format, when in this use case they are not actually dates but identifiers/strings of text based on customer use case. Incorrectly interpreted these strings as dates previous to fix. Fix: The "#/#/#" or "#-#/#" or "#/#/#" values of Short-String in the filter is setup correctly and the results can be displayed correctly. PH39076: Problem: In ClearQuest Web, if Form Selection feature is disabled and Dynamic Forms feature is enabled, calling Dynamic Forms APIs will not work as expected. Fix: In ClearQuest Web, if Form Selection feature is disabled and Dynamic Forms feature is enabled, calling Dynamic Forms APIs will now work as expected. PH40207: Problem: A change was made in Java 1.8.0_291 on how it creates arguments, this change exposed a defect in CQ Web leading to error when attempting to start CQRPC. For further details on diagnosis, and temporary workaround see technote: https://www.ibm.com/support/pages/node/6487499 Fix: Fixed CQ Web code to not pass empty argument to CQRPC. PH40262: Problem: When a ClearQuest OSLC query is executed to fetch the number of attachments in a record, the output is wrong if the record has zero attachments. Fix: When a ClearQuest OSLC query is executed to fetch the number of attachments in a record, the output is now correct if the record has zero attachment. PI24240: Problem: ClearQuest Web License Monitoring under Site Administration is broken on supported Unix/Linux platforms. Error: "LICENSE INFORMATION CANNOT BE DISPLAYED BECAUSE THE PRODUCT MAY NOT BE INSTALLED". Fix: Get the system env CQ_HOME to find lmutil for displaying the license usage. System env CQ_HOME is set when running "source cq_setup*sh". In case CQ_HOME isn't presented, codes will set the CQ installation dir to /opt/ibm/RationalSDLC/clearquest/ as a default location. If this default location isn't where CQ is installed, CQ Web SystemErr.log will print indication to source cq_setup*sh before CQ Web Server is started. CQ_HOME EV must be correctly set for this fix and feature to work.