Windchill
Recently active
Can i have a thumbnail view in Windchill Browser? For example, i'm trying to "save as" an assembly, but all the components are showed as a list, and it is hard to remember the name of every component that i want to "save as" too, it would be great if i could see the components in thumbnails.
I have created the variable and check box is appearing as expected in the task page. there is this requirement wherethere are 2 routing options, out of which for "Completed" routing option once selected it should not complete the task after clicking "Complete task" button until and unless the check box is selected. but where as the "Return_to_project_owner" routing option once selected even if the check box is not selected it should be allowed to complete the task. till now I have this code in handy , which will not allow until the check box is selected but i wanted with routing option conditionpublic static Object[] criticalitytraceabilitycheck(Object result, boolean Criticalitycheck) throws Exception {System.out.println("Enter WFT_PolEntChangeActivity.criticalitycheck --> ");if (Criticalitycheck == false){result = false;String msg = "To complete the task, Please select check box";java.lang.Exception exp = new java.lang.Exception(msg);throw exp;}else {result
I am using Windchill Aerospace & Defense Release 12.1 and Datecode with CPS 12.1.2.0I am unable to check parts into our container from our workspace. The errors say that they are not unique but we dont have any other copies or duplicates names.Also, i need to change our initial release from rev - to rev A.Here are the errors that I faced"CATPPart is not unique.""cannot check in place holder document assembly."
I am using Windchill PDMLink Release 11.1 and Datecode with CPS M020 I tried to download Windchill PDM Link 11.1 (M020) Version, but I cannot find the version on the download page. ------------------------------------------------------------------ Translated a portion from the body of this post from Korean to English using google translateBody - Windchill PDM Link 11.1 (M020) Version을 다운로드 받으려하였는데 다운로드 페이지에서 해당 버전을 찾을 수 없습니다.- By Community Moderation Team------------------------------------------------------------------
Version: Windchill 12.1 Use Case: Upgrade Manager says my versions are incompatible. Description: When running UpgradeManager, the verify supported upgrade path task fails. I get the message: The upgrade path for the source system is not supported for an upgrade to this target system. The following required solutions on the source system are at an invalid level for this upgrade: IE, PDML, PJL, WNC. Source is running WIndchill 12.0.2.10 with IE, PDML, PJL running 12.0.2.7 according to Windchill help. Target system is going to 12.1.2.8. This is a clean initital installation on a new server. I found CS242678 and ran the xconfmanager command, then reran UpgradeManager and get the same results.
Version: Windchill 12.1 Use Case: How to Publish the PDF drawing with water marking and store it has separate Drawing document in Windchill instead of saving it has the association of CAD drawing ?Description: We are in the process of implementing the CAD Publisher and intention was not to create manual PDF drawing to reduce the user effort and add water marking to it. Problem raises when the sharing the drawing with supplier, we do not want to share the CAD drawing outside the organization, but the published PDF drawing with water Marking will be association of CAD drawing and we do not want to duplicate the file while sharing through the ProjectLink.How to Publish the PDF drawing out of CAD drawing and store it has separate Drawing document in Windchill ?thanks in advance for all your suggestions!!!
Hi Guys I found this our PTC Community can we do the same thing for the library component? Regards, AJ PTC Community I'm willing to share a small secret The following solution is not really nice, but it works. Put following file to the WTSafeArea %WT_HOME%\codebase\templates\uwgm\cadx\saveas\saveas.js Afterwards open it, search the two methods and add following code: function updateItemsWithInitialValue(tableid, columnid, rowsToUseFunc, setterFunc, setterArgObj) { var itemsArray = getRowDataForJSTable(tableid); var l = itemsArray.length; for ( var i = 0; i < l; i++) { var item = itemsArray[i]; var FieldValue = item.getAttr('oirConstraints'); var isNamePreGenerated = false; if (FieldValue & NAME_PRE_GENERATED_ATTR) isNamePreGenerated = true; // 14219836: To avoid overwriting the name, org, number when pregenerated constraint is set. if (!(isNamePreGenerated && columnid == newNameColumn)) { if (rowsToUseFunc(ite
I have a list of WT-parts which were already classified with a node. If I want to change the node with a loader spreadsheet file, it is easy as we can simply change the classification name. But if I want to remove the classification of those WT-Parts using Loader spreadsheet file, how can I do it. Keeping classification column as empty is not working. We can do it one by one manually as checking out, modify and checking in. But I have a lot of parts like that, I want to do it by Import from spreadsheet method.
: How can we get Affected End Items of Affected Objects of Service Change request and add in Affected End Items table of SCR through API
Version: Windchill 12.1 Use Case: I've updated an IBA value on Change Request, through a utility. ( not directly on the object through windchill UI). so, it has changed the last modified date of it as well. Is there any way we can revert this and set it back to the previous last modified date?Description: I've updated an IBA value on Change Request, through a utility. ( not directly on the object through windchill UI).so, it has changed the last modified date of it as well. Is there any way we can revert this and set it back to the previous last modified date?
Version: Windchill 12.0 Use Case: We are using the bom transformer to create downstream manufacturing view from design view. We want that windchill copy over all related objects from the design view to be linked to the manufacturing view. Even if possible also takes over the calculated link from the drawing to the manufacturing view. I cannot find any instruction how to set this up?Description: Create new wtpart with view Design. Relate described by and Refenced By document to the part.Relate 3D file (EPM document) with owner link and drawing with calculated link.Op part in bom transformation module. Create downstream branch for the design view and create Manufacturing view. All related objects should also be linked to the part with manufacturing view.For EPM document this will probably with a content link as the model is linked with an owner link to the design view. Regards Patrick
VMWare vSAN Setting for Windchill DB Server "trace flay T1800" to improve sql server performance on VMware on AWS.Need to understand if any side effect of this settings on Windchill application.Referenced Article : SQL Server Performance on VMware Cloud on AWS with Trace Flag 1800
There ist the possibility to add End Items to the Problem and Change Requests. (This can be disabled by a preference)I do love the idea so we have a statistic about all the Problem and Change Requests of one End Item. But, where can I see the summary of that? There are some report samples around, but this information should be available directly on the End Item, or? Or at least it should be possible to start the report from the info page?Or did I miss something? Is there another way to find the summary of all the changes?
Version: Windchill 12.0 Use Case: Hello, I am trying to open the overview of the Product Management Domain in the Windchill Rest Service Section for version 3, 4 and 5. Description: In this section it shows API versions 1 to 5, but only V1 and V2 work and display information when clicking those. When selecting API version V3, V4 or V5 in the Product management domain in the WRS I get an error (NullPointerException). However, all other versions of all other domains work without any issues. Does anyone know what the problem could be? Thanks and best regards
Hi! I am trying to resolve a container id from an existing Change Task and it seems that the response body of https://support.ptc.com/help/windchill_rest_services/r2.4/en/#page/windchill_rest_services/wccg_restapiaccessexamplesgetchangetask.htmldoes not contain the location (container) where this change task was created. Please help me find an API that can be used to resolve the container ID when the Change Task ID is known.
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.2.16Unable to build CAD structure to part structure. I'm missing some of the CAD components that should be showing in the CAD Part structure.Here are the errors that I facedNo error or warning. If I go to the missing components it and compare cad structure it gives me an error: "No related CAD document"
Hi,Has anyone encountered the following error message?No EnumeratedType exists with "IN DEVELOPMENT" as its internal value. When I try to change a workflow (check it out) or try to save Creo files to the test server I receive the above error message.Anyone have any ideas on how to correct this issue other than restoring the test server to a previous state?Thank you for any help you may provide,Don A
Version: Windchill 12.0 Use Case: I have security labels setup, only for the download ack message. Which is working. However, what I would like to do is to remove the Set Security Labels tab from New Parts, Change Objects, ... (really only want them on Documents, and if possible to a specific subdocument type).Description: I have edit exposedSecurityLabelObjects.xml to only include wt.doc.WTDocuments, but this just removes the Edit Security Labels from the Action Menu. From the wording on PTC site, by editing out object types, it removes the ability to set a security label on the object but why is the Set Security Labels tab still there? How do I remove tab 2?
Is it possible to publish tiff file to PDF using AEM ?
I am using Windchill PDMLink Release 11.1 and Datecode with CPS M020-CPS02User is unable to change version of a part from V202 to V203.
Version: Windchill 12.1 Use Case: I would like to query all EPM documents with the status 'new' using an SQL query. I want to see all objects marked as 'new' within a workspace that have not been checked in yet.Description: Unfortunately, the column 'statecheckoutinfo' does not provide the desired result for me. I want to identify new objects in the SQL query.
I am using Windchill PDMLink Release 11.1 and Datecode with CPS M020-CPS16The SolidWorks drawing BOM does not match published PDF on some objectsSolidWorks part number field linked to Windchill part number field and description linked to Windchill name field.Here are the errors that I facednone
I noticed when testing that the New Part Request process lacks a submit feature similar to change objects. Is that something that can be added? It would be difficult to know if the creator was totally done which is why the change objects have that question if you want to submit or not. Looks like the workflow is keying off of a state change (isInInitialPhase) check to pass by the submit task. Would this be something that would have to be added to creation wizard? This would avoid always having to complete the "Prepare Part Request" task every time if they were done.
Hi, Our requirement is integrating Polarian with Windchill through Windchill moduler. We need to import EBSPlmAdapter.war file using windchill extension center. Can you help and guide how to do this.
Hi All,Currently I'm facing a challenge, unable to view the Where Used tab on part info page for a particular role.Tried adding to customize tab unable to see that option.Any references would of great help.Thanks in advance. Regards.
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.