Tuesday, May 27, 2014

Change in the content storage area

The dm_mount_point describes a mounted directory in a Content Server installation.   Since you are in windows you may not be using any (and since you are just adding a new filestore that is a local looking drive you should not need to modify this).   Do a DQL> select r_object_id, object_name, win_preferred_alias,file_system_path from dm_mount_point

If your data folder is not here then you should not have to worry about modifying dm_mount_point  (this also is important when you change hosts, as host_name is an attribute of dm_mount_point).





1) First copy the "\\172.16.1.54\Documentum\data\EAGLE\content_storage_01" 
to target directory i.e."G: \Documentum\data\EAGLE\content_storage_01"

2)execute the below mentioned query in SQL
UPDATE dm_location_sp SET file_system_path =
'G: \Documentum\data\EAGLE\content_storage_01' WHERE object_name='storage_01' AND file_system_path ='\\172.16.1.54\Documentum\data\EAGLE\content_storage_01';

No comments:

Post a Comment