How to get WTPrincipal by DN
Hi!I am try to query WTPrincipal by DN, but DN is not persistent property in WTPrincipal class.How can I do it by code?Thanks!
View ArticleRe: How to pass an object for an Info Engine task in the Info Engine Task...
Can you show IE task? Also detailed error message?
View ArticleRe: Windchill vs competition
Yes and this would be good so because if like Autodesk they force all users to move to subscription then after about 3 years subscription becomes a lot more expensive. At least if PTC stays with the...
View ArticleRe: How to get WTPrincipal by DN
OrganizationServicesHelper.manager.getPrincipalByDN(String DN);
View ArticleCustom Number Sequences
Does anyone know how to find out what custom number sequences have been created in Windchill? I have an oracle database and want to see the sequences as well as what they look like (Starting number and...
View ArticleRe: Windchill 8 DatastoreException
The stacktrace shows the NullPointerException is coming from the readSerialData method of the java.io.ObjectInputStream class. Since it's coming from a java class and not a Windchill class, that makes...
View ArticleRe: Windchill 8 DatastoreException
Looks like its looking for a workflow variable in the blob and it is null. Not sure if it is related to upgrade, was the workflow working fine before...? I am not sure whe Basically the object model...
View ArticleRe: Getting ready to upgrade to Windchill PDMLink 10.2
I agree with you. If they are already in your system and reading the password in plain text then you have bigger problems to worry about.
View ArticleRe: Rebranding Windchill
I vaguely remember having to change a couple of them in paint. Looks like maybe all of the panel *tile* images.
View ArticleRe: Getting ready to upgrade to Windchill PDMLink 10.2
Yup. Sometimes computer security doesn't seem to have quite the same perspective on things that we do. We can engineer the risk down. But the paperwork would have been easier if the password was...
View ArticleRe: Custom Number Sequences
Russ, Thanks for the info. What I really am looking for is how to find outabout any custom sequences that have been created. I found some code I thinkwill work but I haven’t tested it...
View ArticleRe: Getting ready to upgrade to Windchill PDMLink 10.2
Which when it gets right down to it is why within PTC-authored software components passwords are encrypted.
View ArticleRe: Custom Number Sequences
I believe that you can find your custom series by searching for wt.series.* properties in <Windchill_Home>\codebase\wt.properties
View ArticleRe: Personal Designer
PTC had, at one point, a translator, PDtoDXF, on their web site. I believe the PD file has to be at least a version 5 file.Personal Designer can also be found on the web. I have it running on a VM...
View ArticleCustomizable Splash Screen for Windchill Quality Solution
My company requires a legal splash screen (big brother is watching you) for any software tools that requires an account and a login. Is there a feature for the WQS Admin to create a custom screen that...
View ArticleRe: All the cad jobs are failing. Below is the error. Please help
You can check to see if any of the following are applicable:...
View ArticleRe: Table column customization
Predecessor refers to predecessor tasks. I believe this would require a customization.
View ArticleRe: How can I show the value of a global attribute on a Change Request on a...
Hi Raymond, I tend to use Global Attributes. Code in a Workflow Expression Robot as Greg Olson has shown above. To display in the Details Tab, you'll want to go to the Type and Attribute Manager and...
View ArticleRe: How to define workflow participant from document attribute
Hi Jeffrey, I've been working on similar... You'll want to explore QuerySpec and Code examples for generating a Query within an Expression Robot. This will find you a WTPrincipal based on Name...
View ArticleRe: How to pass an object for an Info Engine task in the Info Engine Task...
I want to invoke the IEtask through java code.Below is the code snippet for which I am getting the error mentioned in log. Task task = new...
View Article