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
- All
- Comments
- Work Log
- History
- Activity
- Links Hierarchy
- Transitions
- Trace
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 ;