-
DFC 6.5 SP2 - checkout / checkin and replace content
Based on one of our process requirements, we need to create a major version of an object and replace the content with another object. I know it's possible using the combination of the following methods / classes IDfCheckOut and IDfCheckIn operations and use IDFSysObject's getContent and setContent methods. Before I jump…
-
Error on documentum Search in webtop
Hi, I am getting the following error when I try to search documents in webtop.Its a customised webtop.But I am not sure whether it is because of customization. Query execution error for $docbase_name$ : Unable to process query Query execution error for $docbase_name$ : [DM_VEL_INSTANTIATION ERROR]error : "Cannot…
-
IDfCollection becoming null randomly
Hi All, I am using an autoactivity in which the method at the backend hits the database and fires queries at it.I am using IDfQuery and IDfCOllection objects for this .I am using the normal procedure where we create an IDfquery object,a session and then a collection to get the results. IDfQuery tQuery = new DfQuery();…