Autodesk Vault Server Extention (one Event handler for all clients)

Autodesk Vault Server Extention (one Event handler for all clients)

Anonymous
Not applicable
697 Views
1 Reply
Message 1 of 2

Autodesk Vault Server Extention (one Event handler for all clients)

Anonymous
Not applicable

Hi

Can we extend the Vault server to copy a document data to a file when ever a documet checkedin.

I actually want to handle the post checkin or state change event on server for each file not on each client.

 

any help how i can do that.

Thanks

 

 

0 Likes
698 Views
1 Reply
Reply (1)
Message 2 of 2

Redmond.D
Autodesk
Autodesk

Vault does not have a server-side event model.  The closest workaround is something that periodically checks for changes using a search.  Vault Mirror uses this technique.  See the SDK for the source code.



Doug Redmond
Software Engineer
Autodesk, Inc.

0 Likes