Re: Automated rehosting. Bugs and problems help request.
Hello Chris, You're the wizard! This worked. Now I think I have to xconfmanager set my ldap password, because now it halts with these two errors separated by a munch of java calls: [LdapValidator]...
View ArticleFind global attribute definition id
Hi.How to find global attribute definition id by logical identifier?I'm trying to use next code: /* attributeId is Logical Identifier of my global attribute */ long...
View ArticleRe: WTPart-EPMDocument associations
Next code works fine: List<EPMDocument> documents = new ArrayList<EPMDocument>(); AssociatedCADDocs relationship = new AssociatedCADDocs();...
View ArticleRe: CAD Agent -Config (Identical Node cluster config)
Hi Gangs ! I will try to provide an overview on the installation , CAD Worker installations/Box is a stand-alone installation (runs Pro-E / Creo instance in silent mode) may be in a independent...
View ArticleGet standard icon for windchill object
Hi.I am using wrapper class for object in wizard table.But i need to show standard icon in column if windchill object is wrapped by my class.I defined data utility for icon column which returns...
View ArticleRe: generate PDF from drawings and store in Windchill
How to call publishing rule defined using XML through workflow task? Also I would like to know the API to get additional files from presentation.
View ArticleRe: Automated rehosting. Bugs and problems help request.
ie.ldap.managerPw is the property that Windchill uses for the Ldap Manager's password. But, the rehost utility doesn't use this property by default. Instead, it uses rehost.target.ldap.password. This...
View ArticleLifecycle based document type
Hello I have a problem that I need to resolve in a fairly manual non integrated manner. I need to be able to have a system where a s ingle object can have two data types based on its lifecycel...
View ArticleRe: PTC_WM_CREATED_BY and PTC_WM_MODIFIED_BY in WC 10.2
This is really a painful topic for all customer. PTC please add the option, which field should be transfered to Creo and other CAD: Fullname, login, alternative,.. and also let the values combine!....
View ArticleInclude new participants after the workflow has started.
Hi!I have a workflow starts, it opens a task for a role. But I have been asked to include new participants after the workflow has started. For new entrants to access the task we perform Reassign Life...
View ArticleRe: Issue with seeing comments from workflow
In general workflow task comments are available to all users from:- Object info page- Process tab- Routing / Process History area, Process tableIf the Comments column is not displaying, check the...
View ArticleRe: Lifecycle based document type
May be a matter of terminology here.Different document types may be used for: Different permissions, different lifecycle, different attributes, different reports, etc. What is your need to have a...
View ArticleRe: Include new participants after the workflow has started.
If the first (or any) task is of the type "setup participants" configured in the workflow template, then that user can select users for each Role. If you're using ProjectLink Route, then the existing...
View ArticleRe: Include new participants after the workflow has started.
Hi Mike, Need to do this in PDMLink.I suppose that's possible through an expression. I tested the option of ProjectLink Route, but it still fails. Thanks!
View ArticleWindchill 10 Eclipse Configuration
Hi, I have install Windchill 10 with Information modeler in my System but I think I have missed some jar file to configure I am getting compilation error while using the annotaions class and some other...
View ArticleRe: Windchill 10 Eclipse Configuration
try adding following jar(s) to resolve compile error...
View ArticleRe: Windchill 10 Eclipse Configuration
Hello Yogesh thanks for your reply I added these Jar but error is still there, one more thing I have install Windchill in one drive and Eclipse in other do you think will that be an issue ?
View ArticleRe: Windchill 10 Eclipse Configuration
Ankit, Windchill installation on different drives is not an issue. You need all jar files (added to build path in eclipse) when running “set classpath” in Windchill shell. You also need access to...
View ArticleRe: How to search multiple WTDocument numbers through WC API
OK. I am now using "65832A00.%;1234.%". That also do not work. I think I need to use qs.appendOr(); Below code works. But I have query string which contains 10 or more docs. I am thinking of appending...
View ArticleRe: How to search multiple WTDocument numbers through WC API
You can concat you query results. For example: qs = new QuerySpec(wtDocCls);SearchCondition sc = new SearchCondition(WTDocument.class, WTDocument.NUMBER, SearchCondition.LIKE,...
View Article