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: 

Exception has been thrown by the target of an invocation

21 REPLIES 21
Reply
Message 1 of 22
hbohm
3723 Views, 21 Replies

Exception has been thrown by the target of an invocation

I have recently encountered this error when trying to check files into the Vault from AutoCAD Electrical. I attached a picture of the error that pops up. I have no clue where to start looking because I don't know what it means. I am using Vault 2012 (client) & ACADE 2012 on a Windows 7 64-bit system. Vault Server 2012 is installed on SQL Server 2008 R2 32-bit. It happened to us one day last week. But within the same day, the problem went away on its own.

21 REPLIES 21
Message 21 of 22
jdkriek
in reply to: alh-telesis

Recently ran into this issue and had to increase the 30MB IIS Limit

 

Click on Default Site in IIS > Request Filtering > In the main window right-click and select "Edit Feature Settings" and modify the "Maximum allowed content length (BYTES)"

 

The above setting changes the web.config under the site, which you can check on:

 

Sites > Default WebSite > Right-Click AutodeskDM and choose explore > Edit web.config 

 

Again maxAllowedContentLength is in BYTES.

 

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.web>
        <identity impersonate="true" />
    </system.web>
	<system.webServer>
		<security>
			<requestFiltering>
				<requestLimits maxAllowedContentLength="104857600"/>
			</requestFiltering>
		</security>
	</system.webServer>
</configuration>
Jonathan D. Kriek
MFG Solutions Engineer
KETIV Technologies, Inc.


Message 22 of 22
alh-telesis
in reply to: jdkriek

What version of Vault Basic are you using?

 

We have not had the issue since updating tboth Client and Server software to Vault Basic 2013.

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

Post to forums  

Autodesk Design & Make Report