-
Need to change dfc.keystore file Location
We want dfc.keystore file to be created in a particluar location. Is it possible to change the location where dfc.keystore will be created by DFC? Your inputs are very much appreciated. Thanks.
-
Help troubleshooting -> UCF Failed to do substitution for "$env[APPDATA]/Documentum/ucf"...
Need help troubleshooting this... We have changed the location where Documentum webtop places downloaded files and ucf binaries/configs locally to %APPDATA%.In the application's .../wdk/contentXfer/ucf.installer.config.xml, we changed all instances of $java{user.home} to $env(APPDATA). Now the local user files for ucf are…
-
How to retrieve the folders craeted into a cabinet?
Hi All, I have created one query for accessing the folders created into a project: Select object_name From als_folder where folder('/folder1',descend); Now I want variable in place of folder1. Please any one help me?