Details
-
Type:
Bug
-
Status:
Rejected
(View Workflow)
-
Priority:
Normal
-
Resolution: Not Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: SRD
-
Labels:
-
Customer:OMAN-Tel
Description
There was an exception while trying to navigate to 'request' with the exception message 'could not extract ResultSet; SQL
On Demo Machine 10.172.20.205
Attachments
Activity
| Field | Original Value | New Value |
|---|---|---|
| Gantt Options | Milestone (set to milestone: having a due date but zero effort) | |
| Planned Start | 2026-03-16 24:00 (milestone: set planned start date to due date) | |
| Planned End | 2026-03-16 24:00 (milestone: set planned end date to due date) |
| Description | There was an exception while trying to navigate to 'request' with the exception message 'could not extract ResultSet; SQL |
There was an exception while trying to navigate to 'request' with the exception message 'could not extract ResultSet; SQL
On Demo Machine 10.172.20.205 |
| Status | Open Bug [ 10108 ] | Rejected [ 10100 ] |
| Assignee | Zein Trabelsi [ ztrabelsi ] | Mbaye Lo [ mbayel ] |
| Resolution | Not Fixed [ 10200 ] |
| Transition | Time In Source Status | Execution Times | Last Executer | Last Execution Date | |||||
|---|---|---|---|---|---|---|---|---|---|
|
7d 4h 55m | 1 | Ayed Bada | 23/Mar/26 10:07 AM |
|
Links Hierarchy |
Documentation
|
Documentation
Dear Mbaye
After checking the logs, I found that the issue is related to the SRD_DOCUMENT table.
Please check with integration to run that scripts :
ALTER TABLE SRD_DOCUMENT ADD (
MILESTONE_ID VARCHAR2(255)
);
ALTER TABLE SRD_DOCUMENT ADD (
MILESTONE_NAME VARCHAR2(255)
);
commit ;