Storage Update

If your storage is full, and you add a new drive/Storage, and need to route all new content to the new one. Here are some useful steps, you really need. Create the dql select ‘alter type ‘ + ti.r_type_name + ‘ SET DEFAULT STORAGE ”filestorex_11”  ‘ from dm_store st, dmi_type_info ti where st.r_object_id=ti.default_storage and st.name…

Read More

[DFC_BOF_CLASS_CACHE_INIT_ERROR] Failed to initialize class cache.;

[DFC_BOF_CLASS_CACHE_INIT_ERROR] Failed to initialize class cache.; dfc.data.local_dir=/tmp/dmcl_cachedfc.cache.dir=/tmp/dmcl_cache DfException:: THREAD: main; MSG: [DFC_BOF_CLASS_CACHE_INIT_ERROR] Failed to initialize class cache.; ERRORCODE: ff; NEXT: nullat com.documentum.fc.client.impl.bof.cache.NullClassCacheManager.checkCacheConsistency(NullClassCacheManager.java:46)at com.documentum.fc.client.impl.bof.compoundclass.CompoundClassMgr.getImpClass(CompoundClassMgr.java:66)at com.documentum.fc.client.impl.objectmanager.AbstractPersistentObjectFactory.getCompoundClassEntry(AbstractPersistentObjectFactory.java:39)at com.documentum.fc.client.impl.objectmanager.PObjectFactoryWithAspects.makeObject(PObjectFactoryWithAspects.java:49)at com.documentum.fc.client.impl.objectmanager.PersistentObjectManager.newUncachedObject(PersistentObjectManager.java:100)at com.documentum.fc.client.impl.objectmanager.PersistentObjectManager.newObject(PersistentObjectManager.java:66)at com.documentum.fc.client.impl.objectmanager.PersistentObjectManager.newObject(PersistentObjectManager.java:52)at com.documentum.fc.client.impl.session.Session.newObject(Session.java:948)at com.documentum.fc.client.impl.session.SessionHandle.newObject(SessionHandle.java:901) The error can be caused if there is more then one application trying to use this directory or if you started your application server with…

Read More