Re: Warning: This server is requesting that your username...
IE is displaying the warning because the connection to the Windchill server isn't using https. If you configure the Windchill server to use https, that will get rid of the warning.
View ArticleRe: Warning: This server is requesting that your username...
Chris,That would be nice but I don't see that happening anytime soon. I was hoping there was a security setting that would override it.Thanks anyway,Adam
View ArticleRe: How java code to create WTDocument from template in Project Content
Hi, Try below code to create WTDocument using template.1. First we have to write this class TemplateHelper.java package ext.ptc; import java.io.InputStream; import...
View ArticleRe: Adding javascript validation using DataUtilities on create wizard
Hi Vino, First you make the driver attribute a Enumerated Value list then thriugh javascript you first remove the value and again populate the value with the required one. function...
View ArticleRe: Adding javascript validation using DataUtilities on create wizard
Thanks a lot kaushik for your solution and document.If possible please share the source code mentioned in document related to this.Anyway I will try your suggestion and let you know.
View ArticleRe: Adding javascript validation using DataUtilities on create wizard
Source codes are already inside the word document.In case of any problem let me know I will upload them again .
View ArticleRe: Adding javascript validation using DataUtilities on create wizard
Oh okay. Actually I'm using open office because of which contents are not showing properly.Thanks again
View ArticleRe: Alternatives to Windchill for Creo CAD management
That is confusing. Article on hosted vs cloud: http://www.itnewsafrica.com/2011/04/cloud-vs-hosted-services/. NetIdeas hosted access (remote servers running the PDMlink program with your data) is...
View ArticleSet reviewers on Promotion Requests
Hello Everybody!!! I am configuring the promotion request.And I need that when is needed to set particpants, I can selected the Reviewers participants from groups inside roles.I am set the preference...
View ArticleRe: WGM message
It sounds like you're getting the same error message as in CS167483. Take a look at this article and see if it helps:https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS167483
View ArticleRe: Windchill and Active Directory integration
Article CS29445 contains instructions on connecting Windchill to Active Directory:https://support.ptc.com/appserver/cs/view/case_solution.jsp?n=29445
View ArticleRe: WGM message
Thank you. I don't know what the conflict is but setting to an unused folder seem to clear message. We don't use Solidworks so not sure if this is something that is application sensitive. I'm...
View ArticleCopying family tables along with drawing and assembly. "Save a copy"
While using "Save a copy" for my assembly, I managed to capture/rename and save the drawing and all the lower assemblies and parts with the new part number, but the system delete my family tables. In...
View ArticleRe: Copying family tables along with drawing and assembly. "Save a copy"
Diane, We typically recommend copying files within Windchill instead of within Creo. I believe Creo will only copy files that are currently in session. Therefore, if the family table instances aren't...
View ArticleRe: Windchill logout?
Noah, It looks like you got a lot of good replies. Did any of them work for you?
View ArticleRe: Multiple values for an attribute
That would explain why the attribute has allowed for multiple values. You can add the constraint and then remove the extra values.
View ArticleRe: Windchill 10.2 M020 and Java 8
I think you should simply try out whether it works by replacing the jdk within the Windchill installation. In the past we also ran windchill with a newer jdk even if it was not "supported" by PTC which...
View ArticleRe: Windchill 10.1 to 10.2 is it a update or Upgrade?
Its an upgrade as you can't simply run the ptc solution installer to update the existing installation. You will have to set up a target system, run the upgrade manager to update your database. Copy...
View ArticleCode for renaming EPMDoc Number and Filename
I'm using the code shown in PTC CS150421 to rename (number and filename) for CADDocs. EPMDocumentMasterIdentity masterIdentity = (EPMDocumentMasterIdentity)master.getIdentificationObject();...
View Article