-
maximum number of sessions a client can open with the repository?
How do I configure the maximum number of sessions a client can open with the repository?
-
TTime in DFS
Hi Experts. Please can you help. I'm using the latest version of DFS TaskManagement Service. I want to use the TaskManagement.SuspendUntil() method in a C# project. I’m battling to pass a TTime object through to the method. Below is my code. DateTime dt = new DateTime(); dt = DateTime.Now; double pot1 = 2; dt =…
-
Question about upload of file to app server and exporting it
Hi, I have a requirement where i want the user to have an option to upload the file to Documentum(Application server). But before creation of the Documentum object of that file in the repository, i want to expor it on a different machine. Can anybody suggest me pointers about implementing the same. Thanks in advance