Hi ,
I have followed the lucidly given steps to achieve the aim of installing an Insurance Application project on the Documentum Composer.
The implementation was very easy owing to the guiding videos and help.But sadly i have stumbled just before the finish line.
Once i right click on the project name and select Install Documentum Project and supply the credentials, the progress "Running Project Installation into Repository" commences and abruptly ends notifying the error log under C:/Temp/documentum.
The following is the line of error.I have attached my error log.
[ERROR] FAILED QUERY: ALTER TYPE insurance_claim MODIFY "date_of_service" (SET is_searchable = 0, SET default_search_op = NULL, SET default_search_arg = NULL, SET is_required = 0, SET is_hidden = 0, SET read_only = 0, SET ignore_immutable = 0, SET not_null = 0, SET ignore_constraints = 0, SET life_cycle = NULL, VALUE ASSISTANCE IS LIST (date('Submitted'), date('Processing'), date('Adjudication'), date('Paid'), date('Denied')) IS COMPLETE , DROP CHECK )
DfException:: THREAD: ModalContext; MSG: [DM_QUERY2_E_DATA_DICT_ERROR_FOR_ATTR_A_C]error: "The following error(s) occurred processing an ALTER/CREATE statement for type insurance_claim, attribute date_of_service."; ERRORCODE: 100; NEXT: DfException:: THREAD: ModalContext; MSG: [DM_QUERY_E_DATE_FORMAT]error: "The specified date literal (Submitted) is not in a recognized format, or is out of the valid date range."; ERRORCODE: 100; NEXT: null
Could anyone guide me on this.
Thank You