export an image file from documentum and save it at local machine(e.g. c:\export) using DFS

Carson_Luk
edited May 4, 2015 in Documentum #1

Sorry for the silly question;

we are trying to export an image file stored on documentum and save it at local machine using DFS, using c#. is this difficult or is it just me

Thanks

Carson

Comments

  • Wilhelm_PERAUD
    edited May 3, 2015 #2

    Hi,

    What is your problem ? Do you reach code compilation ? Do you have any log ?

    I used DFS a few years ago and i found sdk pretty easy to handdle.

  • Bablu
    edited May 4, 2015 #3

    Hi,

    It is easy to do this task using DFS and DFC both using java.

    Thanks

    Bablu

  • Bablu
    edited May 4, 2015 #4

    Hi,

    Yes it is pretty easy to handle it. I have done with DFC using java last year and still doing some enhancement onto this.

  • Jeremy Saumen
    edited May 4, 2015 #5

    Hi,

    It's a really simple operation to do this. You can check for examples in the DFS SDK package (emc-dfs-sdk-{version}.zip) on the download site, it contains examples with and without the productivity layer for consuming DFS with Java or C#. It's a good place to start.

    Please tell us what is exactly your problem.

  • Bablu
    edited May 4, 2015 #6

    Hi Jeremy,

    Thanks for your reply. Currently i am doing import operation it is working fine. Some how i am getting performance issue

    some time. While importing it is taking too much time to import

    while creating destination path in repository it is taking 10-15 min for 1 document.suppose i have an folder structure

    Cabinet/ABC/Cust/Folder 1/Folder2/Date/

    here COnstant folders are Cabinet/ABC/Cust/

    We are taking user input from Excel sheet to create Folder1 and Date folder structure. we are having problem while creating folder structure from ABC onwards. Sometimes it is fast and some time it is slow. and there are more then 20 Lakh folders in this hierarchy. Is this problem related to database side.Because when i restart database then it works fast. please suggest what should i look there now.

    Thanks

    Bablu Gupta