Install Microsoft Sharepoint Vault Integration

Autodesk Vault provides an engineering data management solution that ensures the integrity of design relationships and supports revision control, while SharePoint provides a simplified and familiar interface for other users within a design organization . This integration is achieved with Microsoft Business Data Connectivity Services (BDC) by using Autodesk Vault with Microsoft SharePoint.

SharePoint users can search, list, link, and download visualization files from Autodesk Vault using the SharePoint interface.

Deploy and Configure Vault for Sharepoint 2013

Product Requirements

Follow these steps to deploy the Microsoft Sharepoint Vault Integration and configure it for use.

Deployment

Batch files are used to deploy the SharePoint solution. There are two main duties performed by the batch files:
  • Install the BCS model which is required for communication with Autodesk Vault.
  • Create two administrative web pages.

Administrative Web Pages

  • The Vault Settings page which applies to the farm. This page should be configured by a site collection administrator. The Default location is: http://<Server>/_layouts/Autodesk.Vault.BCSConnect/VaultSettings.aspx
  • The Add List page which is used by site owners to create new SharePoint lists of Vault data. New lists are created on the site from which this page is accessed. The Default location on the selected site is: http://<Server>/_layouts/Autodesk.Vault.BCSConnect/addVaultlist.aspx.

Batch Files

Example of Deploying Vault for Sharepoint to a Default Site

Modify the path in the deploySite.bat file

    Note: If SharePoint is installed in a non-default folder location, edit the SPPATH location in all applicable batch files.
  1. Open the batch file with Notepad and replace ‘localhost’ with the server name.

    Set URL=http://<Server>

  2. If deploying the Vault integration to a specific site collection, modify the deploySite.bat file with the path to that site collection.

    For Example, if your server was ServerABC and the site collection was Engineering, you would enter: Set URL=http://ServerABC/Sites/Engineering

  3. If updating an existing deployment of Vault connector, run retractAll.bat to prepare the existing deployment for an update.
  4. Note: SharePoint Administrator Tasks outlined in this topic should be completed prior to the creation of custom lists using Add List.

Set Access Permissions

    You must configure access permissions for Vault files, Items, and Change Orders. 

  1. Start SharePoint Central Administration.
  2. Click Manage service applications under Application Management.
  3. Click Business Data Connectivity Service.
  4. In the Vie section, select External Content Types in the drop-down menu.
  5. Check the box next to AdskVaultChangeOrder and click the Set Object Permissions button.
  6. Add All Users(windows) and click the Add button.
  7. Check each permission box and click the OK button.
  8. Repeat steps 5-7 for AdskVaultFile and AdskVaultItem.

Configure Vault for Sharepoint