Windchill
Recently active
Workflow participant group selection based on soft attribute value in Windchill PDMLink?
The engineering manager is asking if it is possible to report on who access a file in Windchill. I can give him check-in reporting on who checked in what file, but I think he is looking for the user id and file name that anyone may have just accessed or pulled up for display in CreoView. Is this possible by enabling some setting that is off by default or will it require special code? We are currently in Windchill 11.1 M020 CPS20. If Windchill 12 has some advanced reporting capabilities that would be good to know.
I am trying to delete the latest iteration of the top level assembly, but I receive a build error when I try. The dialog pops up with hundreds of parts, even when I select "required" or "none" for dependencies. Several of these parts are locked up in libraries. and haven't changed in years. Any ideas?
What is the shortcut key to open debug tab in windchill ? (I have tried CTRL+ALT+F9, it doesnt worked)
As Windchill has many license groups used while user creation such as, Attribute Administrator, Type Administrator, PTC Author license, Business Report Author and so on as shown in image. Can I use all the license groups from the below list to use Windchill Rest APIs using Swagger UI or through Windchill Rest services documentation? Which are the valid License groups to use Rest APIs? Can all the license group access the customization tab from Windchill Web-application (Browse -> Customization)?
I use Windchill 10.2. I'm an untrained Windchill admin for my company. For the first time we have a .prt and .drw that need to be revised to 21, our system seems to have the maximum numerical value set to 20. See the message from Event Manager below. Either new revision value "21" is not valid, or it is not greater than the existing revision value "20". Specify an appropriate value for the new revision. Where in the Windchill Utilities do I find the place to change the max value?
Hello everyone, I would like to create a Procurement BOM using the BOM transformer tool. My goal is to create a single component list (flat BOM) from my EBOM and also being able to catch all the revision changes, part quantities variation and new parts added or parts removed.Here is the best way to do it that I have found:- In BOM transformer, select EBOM to assy level and choose New downstream branch, Do not duplicate, manufacturing BOM, Costing- Copy/paste or drag and drop parts at the level needed (ex: welded assy level without subcomponent, single parts, non standard assemblies etc)- Check in the procurement BOMTo see changes:- In BOM transformer, verify downstream & upstream status to see if there is any changes on the revisions- Click on detect discrepancies button to verify quantities and parts added or removed- Click on propagate changes to downstream to apply modifications on the procurement BOM.This procedure works but I am not sure it is optimal.For example, drag and dro
Internally, we have a document where we collect steel requirements of product parts and long-lead items of purchasing parts. This document serves as input for procurement to reserve materials at suppliers. This document is now filled manually. We are looking for best practices how to support this process with Windchill. Some practical info:We use PDMLink (no MPM link)Currently, no integration between PLM and ERPWhat are the best practices in this area, to potentially support this process with Windchill?
Hi all. I am trying to get the display value for attributes in windchill which are not of type "String". I am using PersistableAdapter to load the attribute value with the internal name but that is not user friendly for display. I have attached an example of values I get from Modified by attribute
Windchill 11.1 M020 CPS 18 is failing and throws error as shown below:- Nested exception is: com.ptc.core.meta.common.IllegalFormatException: java.lang.InstantiationException: Could not find service for service_class = com.ptc.core.meta.common.Translator and selector = wt.projmgmt.admin.Project2Nested exception is: java.lang.InstantiationException: Could not find service for service_class = com.ptc.core.meta.common.Translator and selector = wt.projmgmt.admin.Project2at com.ptc.core.meta.common.impl.DefaultIdentifierFactory.getTranslator(DefaultIdentifierFactory.java:119)at com.ptc.core.meta.common.impl.DefaultIdentifierFactory._createDefinitionIdentifier(DefaultIdentifierFactory.java:824)at com.ptc.core.meta.common.impl.DefaultIdentifierFactory._createIdentifier(DefaultIdentifierFactory.java:737)at com.ptc.core.meta.common.impl.DefaultIdentifierFactory.get(DefaultIdentifierFactory.java:184)at com.ptc.core.meta.common.impl.LogicalIdentifierFactory.get(LogicalIdentifierFactory.java:
I am using Windchill Aerospace & Defense Release 11.1 and Datecode with CPS M020-CPS17I am looking for the best way to update CAD Documents that originated from a STEP (ISO 10303) file. I have an new delivery in STEP format. 95% of the objects that will be created on import are common.
Check out this video on Using Windchill "Data Collaboration - ProjectLink" in from PTC Application EngineersPresenters: Jason Petersen (Solution Consutlting, Principal) and Ryan Butcher (Solution Consulting, Fellow).Original Date Presented: June 15, 2022 To dive deeper into the subject, check out PLM Collaboration
Does anybody know the API to perform a multi-level CAD build from a WTPart structure, there is a knowledge base article suggesting that the API is not documented and not supported.If anyone has any other suggestions it would be interesting to hear them, I have a WTPart Structure with children all having CAD document associations and I want to perform a CAD document build from it. Thanks
Hi, Adding one more thread on "Deactivated Users" topic. Refer article CS167448. To deactivate a user, do below: Create Site level group:Go to Site > Utilities > Participant AdministrationSelect Create new group and set the name to any value (e.g. DEACTIVATED)Add users that you want to get marked deactivated to this groupSet the property:From Windchill shell:xconfmanager -s wt.org.ReportRegisteredUsers.group=DEACTIVATED -t codebase\wt.properties -p Restart Windchill I need to understand what restrictions are forced in Windchill system just by adding a user to the Deactivated Users group. Do I need to define any specific ACL in addition to this? By adding a user to this Deactivated Users group, what this user WILL and WILL NOT be able to do in the system? Thanks,Prabhu.
Hi, I have written code which generates a report and downloads the file once an action has been clicked. I want to upload that document to the attachments section of change notice or change activity depending on where that action was triggered from. Is there an API to upload the generated report directly to this section? Thanks.
Hi,We have a customer who is about to implement SAP S/4Hana ( replacing Priority ). Currently we facilitate windchill ESI capabilities to transfer item creation + bom structure + ECO’s information (added/removed items from bom ) to ERP.The integration is uni-directional only.No info is pushed back from ERP to PLM. Customer would like to have the same capabilities with new ERP system ( SAP ).i have seen two OOTB option for interface:- https://www.innoface.de/en/ifconnex-for-sap- http://gainformatics.com/esi.htm Does any of you have any experience with the mentioned products ?Does any of you developed an interface own it's onw ( SAP side ) ? Many thanks for your corporation,
Hi All,Trying to create a new sequence for WTPart subtype referring to Article - CS42301.A new sequence got created successfully. Replaced the sequence in OIR.When try to create new part it giving error: Could not find stored procedure'wt_get_next_sequence_xxx'.Anyone who has tried this could let me know the modifications to be done.Thanks in advanceRegards,Durga
I have a piece of code I would like to have triggered in a background process programmatically once an action is clicked. Can it be done without a configuration change? Else what would be the best way to achieve this? I also need to check if I can programmatically validate if my action is in the queue.
I am trying to retrieve display name for an attribute in WTPart or WTDocument. I can retrieve attribute values using the internal name of the attribute but would like to also get the display name using same process. Is there an API for this?
We have the need to share the output of an ECN with a contract manufacturer. Has anyone already found a good solution for creating a Change Package to share with a CM? Document changes are easy to deal with, but CAD is more complicated since there is no download action from the Resulting Objects table for an ECN task. Windchill provides the options to add them to a Workspace or Copy them to the Clipboard. I have tried Windchill Packages, which works really well if you collect the ECN Tasks and Resulting objects, but it also includes all the source CAD files. I would rather only share STEP for CAD models, PDF for CAD drawings and Creo View files. Windchill Packages seems like a viable solution, but we definitely need a way to automate the creation of the package with the desired items as part of the ECN workflow. Adding this as a manual step for every ECN would significantly increase the workload of the configuration management team.
I'm making a call to ParseAndProcessResult and getting a NullPointerException. It seems to be a problem with the variable response in the following code. Does anyone have an example of what response should be? It seems to be an xml. postRestulInfo = XSLTransformer.applyXSL(response, new File(xslLocation), xslParams,XSLTransformer.XSL_PARAM_NAME_VALUE_SEPERATOR, XSLTransformer.XSL_PARAM_SEPERATOR);
Prior to a CPS update we had something in place that would not allow a person to hit submit now on a problem report unless an end item was in the affected end item section. We are now on 12.0.1.5 and this disappeared. The consultant that put this in place has left and did not document how he did this. Has anyone done this before? He have an alternate solution but it is not as nice as the original.
Hi,we have a problem with the edit filter in both the workspace and Structure tab. When we select any CAD Document and click Edit Filter there is an error: " Filters are not applicable for selected objects".What is wrong with it? Last week it works perfectly but for some reason, we can't edit filter anymore.
Hi,I have Change Activity object and I wanted to get the latest task name (e.g. Correct, Complete) So, How I can do it like wise?
Is there a fast, easy way to get the exact number of only the latest revisions of every prt, asm, & drw files in Windchill 11.2.1.0? This is actually Intralink 11.2.1.0 which we are planning to upgrade soon. Thanks,Joe S.
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.