Windchill
Recently active
When trying to create a HTML representation of a DMC in Windchill, I encounter an error that said "data marked not to be published or not published due to filter". the Issue number is 001 and the In Work number is 001 and the State in in work in progress. Greatly appreciated if someone can provide the cause of the error and ways to resolve it.
I defined a datautility to control the display text of some Attributes, but when I looked on the attribute tab of the structure Tab, I didn't see it as I saw it on the main attribute page(first Tab). When I debug the attribute of the structure tab, I found that it would enter the getPlainDataValue method of DataUtility. But the first parameter to this method is just the id of the registered datautility instead of the normal component id, so how do I get the original value of the component with datautility set?
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.3User is released the generic part with non-latest instance. Now user wants revise the generic part with latest instances. How to solve this issue.Please arrange the call to discuss the issue.
Hi, is any one aware of getting the file from Application data, I have a attachment XML as secondary content to EPM Document, I want the XML as File rather than applicationContent and pass the File as a parameter to other method. Anyone aware of this please add in your comments or suggestions. Thanks
Does anyone know what type of file between WGM and 3DExperience? 3DXML? XML?
I am looking for a workaround to edit and delete views without having to edit them manually through View Administration. This article says it is not possible via loadFromFile, is there some other way?
After adding projectLink module to existing system getting below error and method server also not comming up -Nested exception is: wt.pom.DatastoreException: A SQL error has occurred for the statement "SELECT 'com.ptc.projectmanagement.assignment.DetailAssignment' FROM (SELECT 'com.ptc.projectmanagement.assignment.DetailAssignment' classname FROM DUAL WHERE (NOT (EXISTS (SELECT B0.idA2A2 FROM SharedAssignmentDetails B0)))) A0; Bind Parameters=[]". Database system message follows: Nested exception is: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:450) at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:399) at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:1017) at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:655) at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:249) at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:566) at oracle.jdbc.driver.T4CPreparedStatement.doOall8(
This is really weird and I have playing with it for 2 weeks now. All systems do the publishing on their Windchill server. Mix of Windows 2016 and 2019 servers, but I don't think that natters, All systems running on Oracle. System 1 - Windchill 11.1 M020 CPS20 Creo 7.0.10.0 CreoView Adapter 7.1.1.0 Publishing starts automatically when a file is either requested or checked-in. This is the desired configuration. System 2 - Windchill 12.0.2.10 Creo 7.0.10.0 CreoView Adapyter 7.1.1.0 Publishing does not start automatically. If I manually start the Proeworker, then the system will publish the files as expected. I just disconnect from the server and let it run. System 3 - Windchill 12.0.2.12 Creo 9.0.5.0 CreoView Adapter 9.1.0.0 System is a test system updated from an initial 12.0.2.8 install to 12.0.2.10 to 12.0.2.12. This system runs just like the Windchill 11.1 system, everything is automatic. System 4 - Windchill 12.0.2.12 Creo 9.0.5.0 CreoView Adapter 9.1.0.0 This is my 'clean insta
I am using Windchill PDMLink Release 11.2 and Datecode with CPS 11.2.1.17Hello,When loading Usage Expressions to the Windchill product container am getting error message:java.lang.Exception: Cache key "BASICEXPRESSIONMEMBERS_CACHE_KEY" not foundthis command is used:Windchill wt.load.LoadFromFile -d add.xml -CONT_PATH \"/wt.inf.container.OrgContainer=cpc/wt.pdmlink.PDMLinkProduct=test_trivial_004\" -u username -p passHere are the errors that I faced2023-08-29 11:21:16,434 WARN [ajp-nio-127.0.0.1-8010-exec-5] wt.method.server lli - Interrupting thread DataSource Task Executor-252023-08-29 11:22:34,854 INFO [RMI TCP Connection(81)-172.16.1.11] wt.system.out - Processing data file: F:\ptc\Windchill_11.2\Windchill\src\loadFiles\remove.xml2023-08-29 11:22:34,854 INFO [RMI TCP Connection(81)-172.16.1.11] wt.system.out - Getting container path= '/wt.inf.container.OrgContainer=cpc/wt.pdmlink.PDMLinkProduct=test_trivial_004'2023-08-29 11:22:34,854 INFO [RMI TCP Connection(81)-172.16.1.11] wt.sys
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.
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.