-
Running jobs in command prompt
Hello, I'm creating a script to run jobs in command prompt but I can fin the good sytax to call the jobs. Please fin below the command line for each job I m trying to run in command line. dm_DMFilescan : C:\Documentum\product\7.0\bin\dmbasic -fC:\Documentum\product\7.0\install\admin\mthd1.ebs -eDMFilescan -h -docbase_name…
-
Where to put local-dfs-runtime.properties?
Hi there, I tried to change the timeouts for registered contexts in DFS. According to the developer guide this can be done by changing the settings dfs.crs.cache_expiration_after_x_minutes=5 dfs.crs.perform_cleanup_every_x_minutes=4 in dfs-runtime.properties. So I decided to copy this file from the emc-dfs-rt.jar of my EAR…
-
Webtop multiple import documents function using IDfImportOperation not working
I would like to create a multiple documents import function in Webtop. I extended the importainer_component.xml component so that when you click ok, (after you have selected the files you want to import) it will run the following import codes in the class file. IDfClientX clientX = new DfClientX(); IDfImportOperation…