Access to Vault database Read Only for comparisson with ERP database

Access to Vault database Read Only for comparisson with ERP database

Tom_de_Graaff
Contributor Contributor
560 Views
5 Replies
Message 1 of 6

Access to Vault database Read Only for comparisson with ERP database

Tom_de_Graaff
Contributor
Contributor

Hi,

 

In order to compare the data in the Vault with the data in the ERP (Ridder) database, I want to look into the Vault database. I know changing is off limits. I only want to read the data.

The way the tables are set up is not very transparent. Does anyone have figured out the right tables to access for file related data?

 

The reply from my local Autodesk contact was "use a search in Vault Client and export that data to Excel". I know how this works, safe, but very slow. 

 

End goal is to use a PowerBI to compare the data and manually edit the Vault data via de Vault Client.

 

Kind regards, Tom de Graaff.

0 Likes
561 Views
5 Replies
Replies (5)
Message 2 of 6

CGBenner
Community Manager
Community Manager

@Tom_de_Graaff 

Hi Tom, I believe that the SQL database in the ADMS is encrypted for security, and cannot be directly accessed even for Read Only purposes.  I'm going to tag in @ihayesjr to confirm and maybe offer more information.

Did you find a post helpful? Then feel free to give likes to these posts!
Did your question get successfully answered? Then just click on the 'Accept solution' button.  Thanks and Enjoy!



Chris Benner

Community Manager - NAMER / D&M


0 Likes
Message 3 of 6

ihayesjr
Community Manager
Community Manager

@Tom_de_Graaff 

Please see the comments in this thread.

Vault Extract Item Data (BOM) - Autodesk Community - Vault




Irvin Hayes Jr
Principal Product Manager
Autodesk, Inc.

Vault - Under the Hood Blog
0 Likes
Message 4 of 6

jose_oltra
Advocate
Advocate

Could you elaborate more on "Related data"? 

Are you talking about BOMs for a design?

Or are you talking about true relationships , like the "where used" tab? (which includes attachments)

Inventor
Revit
Vault Professional
Autocad
0 Likes
Message 5 of 6

Tom_de_Graaff
Contributor
Contributor

I'm thinking of all kinds of data, things like workflow state (not all things obsolete in ERP are obsolete in Vault jet). Or a BOM structure, a number of parts in the BOM, anything releated to ERP.

 

Old stuff from our old ERP system and old Vault are mixed in the live ERP system, so sometimes data is out of date. We want to fix this.

0 Likes
Message 6 of 6

jose_oltra
Advocate
Advocate

Your safest bet is to use the Vault API to access the data.

Particularly using 


Autodesk.Connectivity.WebServices > DocumentService >FindFilesBySearchConditions

 

From the Files[] retrieved you will be able to get the file lifecycleState:

File > FileLfCyc > LfCycStateName

 

And the BOM:

Autodesk.Connectivity.WebServices > DocumentService > GetBOMByFileIds

 

All of these are well documented on the Vault API

Inventor
Revit
Vault Professional
Autocad