VDS - don't remember file save path.

VDS - don't remember file save path.

marek123
Contributor Contributor
1,340 Views
9 Replies
Message 1 of 10

VDS - don't remember file save path.

marek123
Contributor
Contributor

Hi!

 

Scenario: 

Vaulp Pro 2016 + Inventor 2016 + VDS 2016 upd3.

 

Inventor users making assemblies, from different parts. Sometimes is a new part, sometimes reuse from Vault.

Problem is with new parts, when user want to save whole assembly, he must indicate destination folder for each ones IPTs. 

 

There is some solution, to remember last choice in dialog box?

vds.JPG

 

Regards

Marek

Regards
Marek
0 Likes
Accepted solutions (2)
1,341 Views
9 Replies
Replies (9)
Message 2 of 10

wangdu
Collaborator
Collaborator

Hi,

 

Here's a blog post on our coolOrange site that might help you with exactly the issue with remembering the path.

 

https://blog.coolorange.com/2015/09/11/save-the-path/

 

Wangdu

 

coolOrange

www.coolOrange.com

Message 3 of 10

Markus.Koechl
Autodesk
Autodesk
Accepted solution

Hi,

just as an addendum: VDS 2018 solved the task in default configuration by proposing the path of the parent assembly (or drawing/presentation). You asked for 2016. Therefore the solution suggested by Wangdu is the approach to go. You can review a fully coded environment leveraging this approach in the Quickstart sample (it is 2017, but fully compatible to 2016 as well): https://knowledge.autodesk.com/community/article/35881.



Markus Koechl

Solutions Engineer PDM, Autodesk Central Europe
Message 4 of 10

marek123
Contributor
Contributor

Hi!

THX a lot for your answers, its working nearly perfectly, nearly. 🙂

 

Case is that: when I create a new assembly, next I create one new part - ok, working well, taking a path from parent.

But, when I create second part - the VDS save dialog box don't appear and this 2nd part I can check in to Vault without VDS permissions, it saving with default name: part2.ipt.

 

The next parts working well, only with second is the problem.

 

See may codes from [...]Vault 2016\Extensions\DataStandard\CAD\addins in attachment. 

Regards
Marek
0 Likes
Message 5 of 10

Markus.Koechl
Autodesk
Autodesk

would you mind to upload the log file (C:\temp\DataStandardInventorlog.txt) please? Restart Inventor and run exactly the two steps creating first part and second one. I'm pretty sure that VDS crashes finishing the task of part1 and therefore the dialog is no longer initialized for subsequent actions.



Markus Koechl

Solutions Engineer PDM, Autodesk Central Europe
0 Likes
Message 6 of 10

marek123
Contributor
Contributor

Ok, one more test:

I create one assembly, with 3 parts, when I try to save and check in, only .iam was saved with VDS, next 3 .ipt's without VDS.

 

...additional attraction; Inventor Was crashed (Sp2 and late fixes was installed) 🙂 

 

See log...

Regards
Marek
0 Likes
Message 7 of 10

Markus.Koechl
Autodesk
Autodesk

the log indicates an error (causing the crash of VDS and later of Inv) in your localization files. Please check UIString.xml and PropertyTranslation.xml for unique attributes.



Markus Koechl

Solutions Engineer PDM, Autodesk Central Europe
0 Likes
Message 8 of 10

marek123
Contributor
Contributor

Hi!

 

I  was checked this files - a have no idea what is wrong. Next I tried to replace this files with original English .xml  - no effect.

 

Regards
Marek
0 Likes
Message 9 of 10

wangdu
Collaborator
Collaborator
Accepted solution

Hi,

 

In your BreadCrumb.ps1, please remove this line $dsDiag.Trace("<< AddCombo") in the AddCombo function.

 

This should help.

 

Wangdu

 

coolOrange

www.coolOrange.com

 

 

Message 10 of 10

marek123
Contributor
Contributor

Thanks a lot! Working well . 🙂

 

Regards
Marek
0 Likes