Configuring Windchill SMTP
I've spent the past few days trying to troubleshoot this problem, but I've run out of ideas. I'm trying to setup the SMTP configuration so Windchill can send emails. I have a gmail account set up for...
View ArticleRe: Configuring Windchill SMTP
smtp.gmail.com requires use of SSL/TLS. As of 10.1, Windchill should support SSL and TLS with SMTP by adding appropriate JavaMail properties to wt.properties (i.e. to change the mail protocol to smpts...
View ArticleRe: IllegalAccessError while accessing sessionContext object.
I'm betting you took old customization code that wasCompiled in an older release,Not re-compiled with the latest release,Using an unsupported API (the sessionContext field is not supported), andTried...
View ArticleRe: IllegalAccessError while accessing sessionContext object.
It looks like you could get nearly the same result with MethodContext.getContext().mbean.getUserName() though this returns null rather than EMPTY_STRING when the user is not known.
View ArticleRe: IllegalAccessError while accessing sessionContext object.
Yes Jess, You are absolutely right, this is specific to 10.2 M010 release only. I did explored some API around this and could the SessionContext.getContext() for 10.2 M010 API list, and same is not...
View ArticleGenerate partnumber based on attribute selection
Hey Gurus', I have created a part wizard having bought-out / inhouse , plate thickness, customer type, plate series as the attributes.Now on selection of the above attributes, it should auto generate...
View ArticleProblem opening process template in process manager
On opening an change notice process template in process manager the process manager appears blank; no template is displayed.Any solution to this..???On opening an change notice process template in...
View ArticleRe: IllegalAccessError while accessing sessionContext object.
If what you want is the user name associated with the current method context, then the code snippet I gave should work as well. SessionContext.getContext() is supported, but do note what the Javadoc...
View ArticleRe: Configuring Windchill SMTP
That did the trick. Thanks! For anyone else who stumbles here in the future, the related properties can be found in the Java documentation for the SMTP package:...
View ArticleRe: Problem opening process template in process manager
See similar queries for the workflow template administrator. The gist is that this is probably an incompatibility between Java's attempts at using hardware graphics acceleration and your video card...
View ArticleWhy mistake happened in the workflow didn't notify the responsible role I...
I write some JAVA code in workflow template, there're some Exception occur when workflow is progressing and workflow stop. I hope windchill can notify the responsible role I assign, but always the...
View ArticleProduct Template in PDM Essentials
Hi, I'm puzzled with a unique issue in Windchill PDM Essentials. I'm implementing PDM Essentials and I have got around 1200 products for the organisation (all are small products). We have a unique...
View ArticleRe: IllegalAccessError while accessing sessionContext object.
Jess, my intention is to check if any valid user is present in session(sessionContext) before accessing Principal to avoid null pointers, PTC told us that the sessionContext field in MethodContext has...
View ArticleRe: Product Template in PDM Essentials
Hello Amar, Can you confirm if you are using the product manager login to create product templates. For a product member will not be able to create the product template. Regards~Syed
View ArticleRe: Product Template in PDM Essentials
Hello Syed, Yes I'm doing it with Product Manager credentials who is the creator. Amarkarthi.
View ArticleRe: Product Template in PDM Essentials
What version you are using. I did not see this issue on 10.2 M010
View ArticleWindchill screen jumps (Refresh Issue)
In Windchill 10.1 we are experiencing the screen jumping while users are in the folders. If they run a search, the results appear and when they go to click on a particular file the screen jumps which...
View ArticleRe: Generate partnumber based on attribute selection
Hi Ravin For your above requirement Use Case Branch in OIR for your Wt part. From this OIR you can control the part numbering using the Attributes. I have given the Link for append the Codes in OIR...
View ArticleWindchill (in Creo browser) not loading
I am a high school student and my robotics team is using Creo to build our CAD-version robot. I've had two laptops from Catepillar and each one has worked for a bit, then will, for no reason, stop...
View ArticleRe: Windchill (in Creo browser) not loading
Uninstall Internet Explorer 11 and install IE 10.
View Article