Autodesk Vault ProfessionalVault API

GetSiteCompatibilityWithKnowledgeMaster Method

Autodesk.Connectivity.WebServicesKnowledgeVaultService

Tells if the Knowledge Master of the current site is compatible with the database.

Required Permissions

Anonymousno login required.

Syntax

public SiteCompat GetSiteCompatibilityWithKnowledgeMaster()
Public Function GetSiteCompatibilityWithKnowledgeMaster() As SiteCompat

Return Value

Tells if the site is compatible or not. If it is not compatible, extra information is provided on the conflicts.

Remarks

Each install of ADMS is tagged with version information which must synch up with the version information in the ADMS database. If a new version of ADMS is installed, but the databases have not yet been migrated, then things are in an incompatible state. This function is also useful multi-site environments to see if a site needs to be upgraded to a newer version of ADMS.

See Also