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: 

List of translated standard properties

3 REPLIES 3
SOLVED
Reply
Message 1 of 4
ClKöster
413 Views, 3 Replies

List of translated standard properties

My company works with German and English Vault versions - since I am to do some synchronization between an English and a German system, I wonder whether a translation list of the standard properties and also other terms in the software is available - most of them are fairly easy to match but some are tricky, therefore such a list would provide an immense relief.

Thank you,

Claudia Köster

3 REPLIES 3
Message 2 of 4
Richard.Rankin
in reply to: ClKöster

Hi Claudia,

 

I dont have the list to hand, I dont think anyone in Autodesk actually has. But it should not be difficult to get. 

You would just need an English and German Vault Server environment with SQL Server Management studio on both systems. (Currently I don't have a German language environment handy)

 

Then you can run the following SELECT statement against the Vault Database

 

SELECT TOP (1000) [PropertyDefID]
,[FriendlyName]
,[SystemName]
,[DataType]
,[Active]
,[BasicSearch]
,[IsSystem]
,[LastCfgUpdate]
,[InitialValue]
FROM [TEST].[dbo].[PropertyDef]

 

It will then give you a list of all the properties thusly.....

 

2017-07-18_16-06-41.png

 

You can then repeat it with the German environment and combine them in Excel to give you your translation list.



If you find my response solves your question, please click the "Accept Solution" below the response

Richard Rankin
Vault Support Specialist
Global Product Support
Autodesk, Inc.

Message 3 of 4
ClKöster
in reply to: Richard.Rankin

Hi Richard,

That worked great! I was able to derive a very neat Excel Sheet, to which I could add even more languages, should need arise.

Thank you very much.

Message 4 of 4
ClKöster
in reply to: Richard.Rankin

Hi Richard,

That worked great, thank you very much!

After using your solution I actually found a second way to do it via the Vault Client Menu > Tools > Administration > Vault Settings > Behaviours > Properties

There you can add the column "System Name" and then copy the list and build the Excel Sheet from there.

Just for people who would have qualms about touching SQL.

Best,

Claudia

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

Post to forums  

Technology Administrators


Autodesk Design & Make Report