Windchill
Recently active
I am using Windchill PDMLink Release 11.2 and Datecode with CPS 11.2.1.0we are doing upgrade from Windchill 11.1 to Windchill 12.1.2, and we are doing pre-Upgrade validation, we are installing windchill_DS 11.2 for windchill 12.1 , but windchill DS installation getting failed , so I am Unable to proceed further.Here are the errors that I facedThe installation is aborting due to an unexpected error.DEBUG 2023-07-28 08:43:15 - /ptc/windchill_11_2/WindchillDS/installation/ConfigWindchillDS.xml:81: exec returned: 6
How do I use a robot to set the state of my resulting objects back to In Work. The Lifecycle only allows the transition from In Work to Under Review, but on a rework loop they need to be set back to In Work to be updated.
Hi, I've created lots of aliases for Options and Variants configuration. Supposedly those can be exported/imported but I can't find any way to do so. I can export the Options and Choices list, however there's no similar option available for Aliases. See the SS from help center, which doesn't explain it in any way.
When certain documents update, I need to send the primary content via an HTTP POST request. I am having trouble finding any supporting documentation and was wondering if it was possible. If so, how. Thank you in advance
Is there a way to reset the team of a change object from the workflow? I have a set up participants that if I remove a user or group during this step, if it is sent back for rework, the removed participants are no longer available as they have been removed from the list of roles for the change object.
Is there a way to assign a new change admin 2 to a Change Request, when the Change Request is already running?
Is there a mechanism during workflow scripting where I can use the log level to control when they show? I currently use System.out.println statements to get messages written in the logs while debugging new workflow behavior, and then rip it out when it's done and ready for production release. I would rather leave it in and turn it on or off with log levels. What's the mechanism I should use?
Hi @HelesicPetr @avillanueva @BenLoosli and everyone, what are the general high level steps involved in implementing the SSO on windchill PDMlink?PS: identity provider in our company is LDAP AD and CAS is Pingfederate which is already being configured.
Hello together, is it possible to change the text of the "Submit Now" / "Submit Later" Dialog in Change Request creation?I found an article to disable the dialog: https://www.ptc.com/en/support/article/CS79510But the text seems to be in a .class file. Is there a possibility to override it?Thank you.
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS13 Explanation:An error occurs when creating a new product using a custom template.I checked the contents of the rule name (rule defined by TypeBasedRule) pointed out by the error referring to the article (CS34313, CS45247).As a result, I found that <AttrConstraint> is inside the <AttrConstraint> tag. Here are the errors that I facedMethod server log:wt.rule.init [userid] - org.xml.sax.SAXParseException; lineNumber: 100; columnNumber: 37; The content of element type "AttrConstraint" must match "(Arg|Attr|Value|VarRef)*".(wt.rule.ruleResource/150)com.ptc.core.meta.common.CorrectableException: [rule name] Initial Value The XML specification for the rule is incorrect or invalid.Popup message:warning:[rule name] Initial Value The XML specification for the rule is incorrect or invalid. Question:1.Is it correct to understand that this error occurs when <AttrConstraint> tags exist within &
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.1Is there any options for STEP file generation on the CAD-Worker or Theorem adapters ?In case of there is an Assembly CAD Object and the CAD has multiple child CAD Objects, I want only one STEP file to be created for the target Assembly CAD Object. (Sub-CAD Objects do not need to create STEP files)Here are the errors that I facedn/a
Check out this video on Using Windchill "Windchill For You" from PTC Application EngineersPresenters: Ryan Butcher (Solution Consulting, Fellow).Original Date Presented: July 19, 2023 To dive deeper into the subject, check out Winchill UI Tutorials (view in My Videos)
Can a single windchill file server(Replica server) be configured as replica vault for both production and test Windchill?
Hello All,I want to add custom column on promotion Objects table so how can I do that?Thanks@HelesicPetr
Screen display issues when moving the WGM window from monitor to second one when using two screens with different resolution (4K vs FHD). Workaround: Overrider high DPI Scaling behaviour performed by application ( as described in CS306121) Please rework Workgroup Manager Application to natively support proper high DPI Scaling behaviour.
I am using Windchill PDMLink Release 11.2 and Datecode with CPS 11.2.1.8while doing Normalization for WTPartMaster, its throwing some error in Windchill shell window.Here are the errors that I faced1. Input Arguments: [-s, WTPartMaster]2. =========================================================3. [NORMALIZE:Thread 0]: started processing WTPARTMASTER4. No rows to normalize for WTPARTMASTER5. Conflict checking will be performed for INT_WTPARTMASTER6. No rows to normalize for ATT_WTPARTMASTER7. Rows with unsupported container types for INT_WTPARTMASTER: 0 rows.
2 new articles on PTC dealing with issues with Amazon Corretto 11.0.20 and 17.0.8 https://www.ptc.com/en/support/article/CS397632 https://www.ptc.com/en/support/article/CS397375 I just tried 11.0.20.8.1 on a test Windchill 12.1.2.2 server and I also have this issue (CS397632) of Windchill failing to start. I don't have a Windchill 13 install to test. I have not tried running a PSI solution either with this. On my laptop I can also vouch that upgrading the java from Amazon Corretto 17.0.7.7 to 17.0.8.7, that my Eclipse sees that it has many "can't find class" errors. Downgrading from 17.0.8 back to 17.0.7 fixes the Eclipse issue.
Hello Experts,I want to remove the user from groups using API .. license groups (e.g. "PTC Creo Data Management and Visualization License") & user created groups (e.g. "Advanced Viewing users") which are in turn added in license group by admin. Problem statement: I am using below API to get the groups in which user is member, but it is pulling the pseudo groups as well, like output I have provided below. WTGroup.removeMember(wtUser), Windchill goes and delete all assigned groups and as well as pseduo groups associated to WTUser object. Which might lead to other issues for user. What is best possible way to remove the user from group which are visible in UI (without removing from pseudo groups)? Does anyone has code snippet which I can reuse? API:Enumeration<WTPrincipalReference> groups = OrganizationServicesHelper.manager.parentGroups(wtUser); OUTPUT:..*PRINT getPrincipal .getName() output* PRODUCT MANAGER*PRINT principalRef.getPrincipalSt
Running the upgrade manager on 12.1.2 Windchill PDMLinkImport a source database from Windchill PDMlink 11.1 M020 Facing an errorNested exception is: com.microsoft.sqlserver.jdbc.SQLServerException: There is already an object named 'WtUpgInst_Installation' in the database Stuck here - Any insights please TY
I am getting following error while running a custom class file as described in CS353022. Windchill is configured with SSO + OpenDJ.What could be the possible issue? .. Could CS294361 be causing it? Custom class has following for auth and invoking a method within class, error is coming at invoke. RemoteMethodServer rms = RemoteMethodServer.getDefault();rms.setUserName("wcadmin");rms.setPassword("wcadmin"); rms.invoke("Login1","ext.participant.Login",null,null,null); Running windchill wt.auth.Authentication also returns error wt.util.WTRemoteException: Unable to invoke remote method; nested exception is: wt.method.AuthenticationException at wt.method.RemoteMethodServer.invoke(RemoteMethodServer.java:918) at ext.siemens.pvp.Login.main(Login.java:36)
Prior to installing windchill pdmlink 12.1.x do we need to have sql server installed? or does PSI install the software and create DB, Installation user, and application user?
We are trying to export a "report" that will show the CAD models related to a given Windchill Part. Or the other way around; a report that shows what Windchill Part is related to a given CAD model. We would like this to be able to search thru more than one given, but could even live with just spitting out the whole of the WT Part folder. We also are trying to do so from a Windchill user standpoint, but might be able to get the Windchill admin to help if it isn't too involved.Any thoughts or suggestions? Thanks in advance!
The beauty of family tables, they are like a real family, you shouldnt break them up, families stay together. Here is my issue: Generic part A is at version A3 with 88 instances it in it, -1 to -90 (missing two) Generic part A at version A2 added 50 instances, two were deleted out of the family table. Generic part A at version A1 had 40 instances, -1 to -40. At version A2, two of the instances got deleted out of the family table -39 and -40! These two dashed still exist in the common space. but they don't exist in the part A generic, revision A3. I want to create version A4 that will have 90 instances in it, all of them up to date, -1 to -90, re add the two missing instances, -39 and -40. I tried Article - CS314555 - How to merge the latest versions of Family table instances with the latest version of a generic model in Windchill PDMLink (ptc.com) But there were naming conflicts and full of errors when trying to add the two inst
I have a Saved Report, and created a Data Monitor using it. Email is not being sent and its showing this error.2023-08-23 12:26:14,091 INFO [EMailQueue.SchedulingThread] wt.system.out wcadmin - 554 5.2.252 SendAsDenied; windchill@xyz.com not allowed to send as abc@xyz.com; STOREDRV.Submission.Exception:SendAsDeniedException.MapiExceptionSendAsDenied; Failed to process message due to a permanent exception with message [Hostname=***********.namprd19.prod.outlook.com] Running into this error even after updating the following files. updated SendMail.xmlparam name="FROM" data="abc@xyz.com" default="<%=DEFAULT_FROM%>"/> updated wt.propertieswt.mail.from=abc@xyz.com updated mail.propertieswt.mail.smtp.username=abc@xyz.comwt.mail.smtp.password=123 updated site.xconf<Property name="wt.mail.from" overridable="true" targetFile="codebase/wt.properties"value="abc@xyz.com"/><Property name="wt.mail.smtp.username" overridable="true" targetFile="mail.propertie
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.1Cad files publishing is not workingGetting an error saying "Error, did not find available worker of type PROE"Here are the errors that I facedAug 22, 2023, 3:52:49 PM:Start Job: CAD Part - 0000000001.prt, A.3Aug 22, 2023, 3:52:49 PM:make temp dir C:\ptc\Windchill_12.0\Windchill\temp\pubtemp\publish12366856995295013.tmpAug 22, 2023, 3:52:49 PM:The EPMDocument Default Config Spec was selected as the defaultAug 22, 2023, 3:52:49 PM:Start: CAD Part - 0000000001.prt, A.3Aug 22, 2023, 3:52:49 PM:Authoring Application: CreoAug 22, 2023, 3:52:49 PM:Transferring Files to: C:\ptc\Windchill_12.0\Windchill\temp\pubtemp\publish12366856995295013.tmpAug 22, 2023, 3:52:49 PM:Number of Files (identified to be) Transferred: 1Aug 22, 2023, 3:52:49 PM:Creo Part ConversionAug 22, 2023, 3:52:49 PM:Error, did not find available worker of type PROEAug 22, 2023, 3:52:49 PM:Part Processing Returned: $ERROR$ Error, did not find available wor
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.