Re: Download documents to compressed file
Mike, Thanks for the answer. But how to move documents back to the original localtion if we add in to project. Regards,Chirag
View ArticleRe: Working with WC Pwd Policy (Pwd Expiration)
Thanks a lot for the details & suggestion Chris , Lots of take aways for me from your post Sriram R
View ArticleRe: Reliability Block Diagram confusing results
Thanks a lot Daniel! I was wrong because I forgot that the failure rate of a parallel is not constant although the individual failure rates are constant.
View ArticleWhat is your best practice for handling step files?
Currently no preview picture is created when step files are uploaded as CAD document. Only when uploaded as a standard document.It´s important that the step file is a CAD document (to link it with...
View ArticleHow to update reassign history by using reassign utility
Hi, I am working on one customization to reassign the task of ECR but when I do reassing using this code WfAssignedActivity assignedAct = (WfAssignedActivity) workItem.getSource().getObject();...
View ArticleRe: What is your best practice for handling step files?
Hi Tobias, Could you you upload an image (or images) of what you're talking about? What do you mean by CAD document?
View ArticleRe: What is your best practice for handling step files?
CAD Document = CAD Part, CAD Product, CAD Drawing etc. No preview picture because test-server doesn´t run the needed converter CAD Documents can be linked to WTParts: STEP file uploaded with...
View ArticleRe: What is your best practice for handling step files?
The three images that you just posted, what software is it?
View ArticleRe: What is your best practice for handling step files?
I´m not sure what software you mean. See Tags: Software is Windchill 10.2 with workgroup manager. See general attributes of the parts: Authoring Application of the uploaded parts is SolidWorks (2013)....
View ArticleRe: Windchill DTI Install/Run Issue
So after a more testing, we found that the necessary xml files that are needed were not being pulled down from the Windchill server into the users APPDATA folder which caused the issue, what stopped...
View ArticleUploading RIX file into Windchill 10.0
Bit of a Windchill newbie, so go easy! I am trying to load an older prediction into Windchill 10.0 - I believe the previous prediction was created using an older version of Relex, not sure what version...
View ArticleRe: Windchill DTI Install/Run Issue
I had exactly the same error here, and it turned out that it was because in the Windchill Desktop Integration Configuration I named the server connection alias "PDMLink", and that name was already used...
View ArticleRe: What is your best practice for handling step files?
Hi tobias!You may create the SW CAD-agent on your visualisation server and try to publish all no representation CAD-models.
View Articlestrange behavior in a project
In a project, when i first open it, I have all action icons available in top row. When I drill down to a sub folder all of the actio icons disappear. When I return to the root the action icons are...
View ArticleRe: Creo hangs on Retrieval Window after Crash
It looks like PTC has taken this issue seriously. I've got an SPR and they've created a customer service note as well CS164045. The issue hasn't been resolved, but they believe that it is a problem....
View ArticleRe: What is your best practice for handling step files?
Yes...that answers my question. You're dealing with Windchill, and you want preview pictures of your parts.
View ArticleRe: Where used report for Users?
There is the possibility to do this with Query Builder, which you can access from Site>Utilities>Report Manager. Here is an article that contains the report listing all contexts and roles for...
View ArticleRe: Where used report for Users?
But if the user is in a group and the group is added to the team, this context won't show up. Is there any report which will resolve all the groups, so the user is also listed if a group was added to...
View ArticleBuild link between cad and part in Windchill through code
I have loaded the cad file first in Windchill and the associated part later.So cad part and the part do not have link. I need to create the link for each epm document.This can be done manually using...
View ArticleRe: Build link between cad and part in Windchill through code
EPMDescribeLink link = EPMDescribeLink.newEPMDescribeLink(wtPart, epmDocument);PersistenceHelper.manager.save(link);
View Article