Re: May I know how to configure the host to communicate with the windchill...
Are you able to get to the Apache page? http://vm-windchill.localdomain:8080? Do you see any attempts from the client to connect to the server in the Apache access log?
View ArticleRe: How to Disable download
Do you want to deny everyone but the owner the ability to download?If so, you deny Download permission on WTDocuments to all principals except owner?Or you can deny Download to a group/user/role.If the...
View ArticleRe: how to display alias attribute of part on the document attached as a...
What if you try something like this: masterReference^wt.doc.WTDocumentMaster~references@wt.part.WTPartReferenceLink~referencedBy^wt.part.WTPart~volume
View ArticleRe: Windchill Workgroup Manager
Luar, There is a Windchill Workgroup Manager Toolkit available to create a WGM for any CAD applications not currently supported OOTB. See...
View ArticleRe: Create New Document fails to browse to file
Hi Ben, To rule out Java try disabling it for the upload mechanism and see if your user is still unable to browse. 1. Click on the “Quick Links“ > My Setting > Preference 2. Expand Attachment and...
View ArticleRe: Windchill Apache Error while adding users in Product/Library Team
Hello Jess, Thank you so much for your guidance. Windchill Version is 9.1 M050 and Server is running on the Java Version 7 Update 51 (build 1.7.0_51-b13).I would like to ask few more questions, Does...
View ArticleRe: Windchill Apache Error while adding users in Product/Library Team
Running the Windchill server on Java 7 is not supported until version 10.2 (at which point Java 7 is required on both client and server), so I hope you're not actually doing that. The JIT issue I was...
View ArticleRe: How to set OOTB Part Attributes, Version & Iteration, using java code...
Yes, it is possible to load objects out of sequence. For setting the version one can use VersionControlSErverHerlper API's as shown below. VersionIdentifier vid =...
View ArticleSending feedback to non-Windchill user, PR workflow
In our problem report workflow feedback is sent to a bunch of people. Some of them are not Windchill users and the only information available is an email adress collected from an problem report...
View ArticleRe: Object Initialization Rules
Hi Luar, The exception clearly states that the folder does not exist. Note the folder needs to exist before you create the document and expect to save it in the folder. Consider the OIR entry as shown...
View ArticleRe: Windchill Report Manager
Hi Greg,take a look at this document I wrote about reporting. http://communities.ptc.com/docs/DOC-6348
View ArticleRe: Object Initialization Rules
Hi Malavika, Thankyou for prompt response. The error is gone but what I want to do is the path in Select Folder should be the folder path where I want my file to store. Or can I set the radio button...
View ArticleRe: MPMLink Customization
Hi David, Please send me the document as well on bhoraskar.raul@gmail.com Exploring MPMLink will help me having this document Thanks,Rahul
View ArticleRe: Object Initialization Rules
In the OIR file, you would already have the <AttrConstraint id="folder.id"..... Replace it with the following snippet:<AttrConstraint id="folder.id"...
View ArticleHow to get the default value of an IBA ?
Assume I have an IBA named "designlocation" on "wt.doc.WTDocument".Now, through code how I can retrieve the default value of "designlocation" on different type(Agenda, Minutes etc) ?
View ArticleRe: May I know how to configure the host to communicate with the windchill...
Two things for our 10.2 installation: httpd.conf and wt.properties. In httpd.conf, set ServerName to [VM]:[port]. For example:ServerName vm-windchill.localdomain:8080 For wt.properties, use the...
View ArticleRe: Create New Document fails to browse to file
We installed Java 1.0.7 on the user's machine and that solved the problem.
View ArticleRe: MPMLink Customization
Hi Dmitry It would be really great if you can email me the document on MPMLink Customization and other relevant documents at sxb4545@gmail.com Thanks & Regards Sriram
View ArticleConverting IBA UNIT Values as per Measuring System in Client Preference
Hi, I am working on a requirement where i am pulling the Classification Attributes values (IBA) from Windchill 10.2. When a user enter these IBA vlaues, these values are stored in the database as per...
View ArticleRe: Applets are Failed to Load
One should not have to use a java.policy file to get applets to work. A couple of thing here: One should be sure the server has the latest generic patches for Java client compatibility -- various...
View Article