Windchill
Recently active
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.
Is there a way to save a creo view file as a PDF? I have to send it via email to someone who does not have Creo.
In Windchill there should exists cascading attribute rule support for the Change Task object type. As of Windchill 12.0, the Cascading Attributes tab is available only on the following types:• Part, Document, Change Notice, Change Request, Problem Report, Promotion Request and Variance, and their subtypes.• QMS object types such as CAPA Request, Nonconformance, Customer Experience, CAPA Investigation, Nonconformance Investigation and customer Experience Product Investigation.• Types unique to PTC Windchill FlexPLM.Cascading Attributes Tab Support i.e. No Cascading Attributes tab with Change Task@JeffZemsky @asalunke
The Windchill Design Team is conducting a short survey to better understand the day-to-day activities within PTC Windchill. This information will help the team clarify next steps as the Next Generation User Interface and Experience is being implemented. This is a great place to share your thoughts on the product- what you love, your frustrations, and everything in between! This survey will be open until July 1st. Thank you in advance for your feedback! Click here to complete the survey!
One team I support has created a configurable product structure with multiple level migrated from ERP variant configurator. The surprise for them has shown up at the time or doing variant updates via reconfigure (a lower level configurable module components have changed). On reconfigure the system determines there is input match but the structure has changed (no-matching-variant), and it offers to update the variant. However, it only updates/iterates the level at which you configure, AND creates NEW intermediate variants in the path up from where the change happened (instead of iterating them or offer level by level updates). I see that there was a case open (Article - CS213714) but it seems it has been dropped by R^D after some time.... Has anybody found a workaround or alternative way to achieve interation/updates on all levels instead of creation of new variants? Or enven some approach to organize these types of models in a diffferent (more robust manner to limit variant p
Hi,I'm using Windchill ProjectLInk 9.1, trying out the Structured Authoring test cases.When trying to load a graphic file into the workspace "Tech_Pub", after selecting the file andclicking finish, the UI goes to a page with a "Processing..." gif animation and never returns.I checked the MethodServer log file (MethodServerLog4j-7344.log), and it has an exception:2011-06-14 10:16:56,090 ERROR [RMI TCP Connection(26)-10.0.0.82] wt.fv.uploadtocache - (wt.fv.uploadtocache.uploadtocacheResource/10) wt.util.WTException: There is no Cache designated vault or active folder for Cache designated vault on Local Master Site.Does anyone know what this means and how to fix it?Thanks,Richard Steadman
Can anyone please explain whats happening, i havent even changed the model and im getting an upload fail with the following conflict.There is no Cache designated vault or active folder for Cache designated vault on Local Main Site
How to delete all the WTParts and BOMs? In our development machine we have loaded SAP parts without taking a backup. we would like to wipe out the data and load again for testing. SAP parts weereHow to clean up WTParts and BOMs in bulk
Hi teamLooking in the Report Templates area, I suspect some OOTB reports got corrupted. It's a long story.How can I get fresh copies of the OOTB report templates for WC 12.0.2.5? Is there a way to extract them from the installation media?thanks -- Rick
Is there any API to get any object from a given number which is unique. it should show results of objects, for the given (any unique)number as shown in the advanced search.
I am using Windchill InfoEngine Adapters Release 11.0 and Datecode with CPS M030 Here are the errors that I faced:AD integration, the full name is not integrated, and the user cannot be found in the team Translated with Google Translation by Emily on Jun. 21st, 2022----------------------------------------------------------------------------------------------------------------------------------------Original Subject: AD 集成,全名没有集成过来,团队里找不到用户I am using Windchill InfoEngine Adapters Release 11.0 and Datecode with CPS M030 Here are the errors that I faced:AD 集成,全名没有集成过来,团队里找不到用户
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.