Community
Vault Forum
Welcome to Autodesk’s Vault Forums. Share your knowledge, ask questions, and explore popular Vault topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

VLOG Exceptions

3 REPLIES 3
Reply
Message 1 of 4
kbarnettza
699 Views, 3 Replies

VLOG Exceptions

Hi - Is there a list of VLOG exceptions somewhere. I just want more info on the following exceptions (if possible):

Exception: DownloadFileSizeExceedsServerLimit [1101]
Exception: BadAuthenticationToken [300]

Thanks,
Kevin.
3 REPLIES 3
Message 2 of 4
Anonymous
in reply to: kbarnettza

Hi Kevin,

Both of these errors are automatically handled by the client applications -
which is why you wouldn't see them as a end user. 300 will occur if IIS
recycles the web application, thereby invalidating client logins - the
client app automatically handles this by re-authenticating when encountering
the error. 1101 indicates that the file cannot be downloaded in one shot -
the client app handles this by downloading the file in chunks.

Hope this helps,

Paul


wrote in message
news:6369319@discussion.autodesk.com...
Hi - Is there a list of VLOG exceptions somewhere. I just want more info on
the following exceptions (if possible):

Exception: DownloadFileSizeExceedsServerLimit [1101]
Exception: BadAuthenticationToken [300]

Thanks,
Kevin.
Message 3 of 4
simonsson
in reply to: Anonymous

Hi!

 

I get this exception (1101) when trying to download through the API. Do you have any idea how to solve that? Can I increase the max value (50 MB) or can I programmatically download in chunks in some way?

 

"1101 indicates that the file cannot be downloaded in one shot -
the client app handles this by downloading the file in chunks."

 

Thanks.



Message 4 of 4
paul.gunn
in reply to: simonsson

Hi,

 

You can download the file in chunks with the 'downloadfilepart' method - also on the document service. I believe the API documentation in the SDK has sample code.

 

Paul

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

Post to forums  

Autodesk Design & Make Report