Community
Vault Customization
Share your knowledge, ask questions, and explore popular Vault API, Data Standard, and VBA topics related to programming, creating add-ins, or working with the Vault API.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Filemanager.Acquirefiles issue

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
Anonymous
398 Views, 2 Replies

Filemanager.Acquirefiles issue

Hi,

 

I've got an issue when a file is larger then about 45MB and I want to download it trough the filemanager.AcquireFiles(MySettings)

Smaller files will download correctly.

Dim results As Autodesk.DataManagement.Client.Framework.Vault.Results.AcquireFilesResults = m_conn.FileManager.AcquireFiles(vlt_Settings)

 

I've tried to implement the downloadfilepart (without success).

 

In the documentation I found it should automaticaly handle large files.

 

We are on ADMS 2015 SP1 and Vault Client 2014 SP1

 

Regards

 

Peter

2 REPLIES 2
Message 2 of 3
smithmat
in reply to: Anonymous

Where is this code running from? Your own exe or as a Vault extension?

 

If it is your own exe, I wonder if it might be due to you missing the necessary mtom settings in your application's configuration file.  See http://justonesandzeros.typepad.com/blog/2010/03/file-transfer-as-binary-data.html 

 

What error are you getting?

 

Thanks,

- Matt

Message 3 of 3
Anonymous
in reply to: smithmat

Hi,

 

Yes it's my own exe.

Completing the config file was the solution.

 

Thanks,

 

Peter

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report