Hi!
I'm fairly new to Documentum and Taskspace and I recently started developing a new TS application. I used Composer to build new object types. After few weeks of development we needed to change certain object type.A collegue of mine deleted the old object type through DA and installed new one. Since then,we are getting error in application taskspace whenever we try to reach object types,users,roles,objects,etc.
This is the error:
DfException:: THREAD: http-8080-4; MSG: [DM_SESSION_W_FETCH_FAILED]warning: "Fetch of object with handle 0301e30680000292 and type NULL failed."; ERRORCODE: 100; NEXT: null
... 73 more
DfIdNotFoundException:: THREAD: http-8080-4; MSG: [DM_API_E_EXIST]error: "Document/object specified by 0301e30680000292 does not exist."; ERRORCODE: 100; NEXT: DfException:: THREAD: http-8080-4; MSG: [DM_TYPE_MGR_E_CANT_FIND_TYPE_HANDLE]error: "Failure to find type with handle 0301e30680000292 in type table"; ERRORCODE: 100; NEXT: DfException:: THREAD: http-8080-4; MSG: [DM_TYPE_MGR_E_CANT_FIND_TYPE_HANDLE]error: "Failure to find type with handle 0301e30680000292 in type table"; ERRORCODE: 100; NEXT: null
I tried deleting all cache on server and local machine and restarting the content and application servers, but it doesn't solve the problem. Consistency checker doesnt return any errors. Does anyone have expirience with this kind of problem or know a possible solution?
Thanks!