Windchill
Recently active
When you select a single cell (you can't select the whole row) for an item in the list, and then right click and select "delete record", the resulting pull-down has all entries greyed out.I saw someone else had the same question on 3/30/2015, and had gotten no answer.
Version: Windchill 12.1 Use Case: I am trying to create a report showing all Change Notices together with their associated Change Requests. The CR's are associated in 2 different ways: - Associated Process Objects - Associated Reference Objects I want to create an overview were both associated types CR's are shown. If possible it would be nice to show the association type in the overview as wellDescription: I can't get the report to include both link types in one overview.If I create two reports: 1 for the Change Process Link and 1 for the Change Reference Link and merge the two in excel I get wat I want but I think this should be possible in 1 report.... I also found out about the option "Outer Joint Against" you need to set this correct to also show CN's with no CR's associated to it. Is there a way to show both:- the CN's with no associated CR's- the CR's with no associate CN's Any good tips to speed up my learning experience are welcome. Courses / books / websi
Version: Windchill 12.1 Use Case: Can we install the File server before the upgrade or post upgrade ?Description: We have 5 replica servers (file servers) on production, but post upgrade customer wants to go with 2 replica servers only.So can we install and configure 2 new replica servers on new hardware along with ootb target installation before doing the upgrade or it should be done post upgrade only ?
For many years, uses have been using rename to "save-as" parts in Creo managed by Windchill with no regard to the parts being used in other assemblies and released data. Windchill fortunately manages this and fixes the pointer when the assembly is opened. We are trying to archive our data and get out of Windchill to use Creo native. These renames are causing HUGE issues because the exported assembly from our Vault calls for the old name but we are exporting the renamed part and it doesn't know where to point. For 1 to 1 instances, we are able to manually fix the list, but when renames have happened multiple times or when the old name is reused again later the data is too jumbled for logic. Has anyone delt with this or have any advice? Is this something re-vaulting can help with? Our company has not done that at any frequency over many years.
Version: Windchill 12.1 Use Case: I am trying to generate a report for all the drawings that reference a part/assembly in windchill.Description: I have attached the qml I used which seems to generate a report with multiples of the same drawing reference for a given part instead of just one (pictured below). I thought setting the criteria for Cad Document.Latest Iteration equal to 1 would return the referenced by data for only the latest iteration.
Version: Windchill 12.0 Use Case: When selecting Check Out on a wtPart the object is checked out to the user. There are no actions available after check out.Description: When selecting Check Out on a wtPart the object is checked out to the user. There are no actions available after check out.If they use Check Out and Edit then they have normal actions.It seems that the current version/view is "working copy" if they select Info in the history table for the "Original version" then menu options are available again.
I have a user who has been deleted. Well, they have been deleted twice since I see two entries in WTUser table for them. The two accounts have different IDA2A2 in the WTPart table. One of those accounts shows up in the Personal Cabinet Admin to remove but fails with the following message: DeleteUserCabinetList:wt.folder.Cabinet:969083953<username> 2025-03-03 16:19:51,314 INFO [ajp-nio-127.0.0.1-8010-exec-22] wt.system.err - (wt.epm.util.EPMResource/32) wt.epm.util.EPMCannotDeleteWorkspaceFolderException: Folder <workspace name> belongs to Workspace <workspace name> , and may not be deleted. Ok, so I go to view other user's workspace as admin on my homepage. The two deleted user account appear but I am able to distinguish one from another. When I got to pull them up to clear the workspaces I see this error: 2025-03-03 16:47:42,863 ERROR [ajp-nio-127.0.0.1-8010-exec-4] com.ptc.windchill.uwgm.cadx.workspaces.WorkspacesPageContext - WorkspacesPageContext.getOtherUser :: (
HI All,By default 'Auto Associate Parts to CAD Documents' checkbox is always enabled in Workgroup Manager during Check-in. But, user can manually uncheck the option. Is there a way to lock this preference from editing?
Hi Guys,I created a one-doc-type misunderstanding on the site, how we can change to an organizational level.Regards,Aj
Version: Windchill 12.0 Use Case: Need to create a drawing file list in Windchill active workspaceDescription: I am working on a vb.net app. Part of its function is to export all drawings under active workspace to PDF format with a custom stamp. However, I cannot get the creating file list work as it is very confusing how to extract the file list from workspace. Can anyone provide a piece of sample VB code or this purpose? Thanks
How to create WtPartUsageLink in windchill 11. 1 through API. I am looking for one Sample.
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS19账号密码过期提醒,结合技术文章 CS211420进行设置后,过期邮件在第一次密码过期后会发送邮箱,但是再次修改密码后不再收到过期邮件
Version: Windchill 12.1 Use Case: I want to apply the CCDpackage to a Windchill+ environment. I want to add a domain to a context written in Japanese, but the characters are garbled and an error occurs. version:12.1.2.14Description: I want to apply the CCDpackage to a Windchill+ environment.I want to add a domain to a context written in Japanese, but the characters are garbled and an error occurs.*********************2025-03-03 04:59:15,774 INFO [RMI TCP Connection(34)-10.80.43.68] wt.system.out wcadmin - Processing data file: D:\PTC\Windchill\Windchill\loadFiles\custom\ext\Domain_Product.xml2025-03-03 04:59:15,774 INFO [RMI TCP Connection(34)-10.80.43.68] wt.system.out wcadmin - Getting container path= 'wt.inf.container.OrgContainer=Horiba/wt.pdmlink.PDMLinkProduct=??????'2025-03-03 04:59:15,790 ERROR [RMI TCP Connection(34)-10.80.43.68] wt.method.MethodContextMonitor.contexts.rmi wcadmin - 2025-03-03 04:59:15.774 +0000, 44d4izj6r;m7slbjpy;9396;q02wnh;9, -, -, -, wcadmin, 10.80.4
Is there any tool available to analyze a large number of log files? If a tool is available, are there any plans to make it accessible to users? Thank you,Pravin Shinde
Version: Windchill 11.0 Use Case: I m querying the objects based on input list. input list contains all epmdocument numbers as input.. all objects are queried and retrieved using QuerSpec/QueryResult API as part of a custom java class method. However, there are some numbers in epmdocs list that contain european characters, so QuerSpec/QueryResult API unable to fetch these objects. can some one help with this issue. below is my API method, public List<EPMDocument> getAllEPMDocuments(String number, String revision) {List<EPMDocument> documentList = new ArrayList<>();try {// Create a QuerySpec object to build the queryQuerySpec qs = new QuerySpec(); // Add EPMDocument as the class to queryint idx0 = qs.appendClassList(EPMDocument.class, true); // Add condition for the EPM document numberqs.appendWhere(new SearchCondition(EPMDocument.class, "master>number", SearchCondition.EQUAL, number),new int[] { idx0 }); // Add conditions for both lat
Version: Windchill 12.1 Use Case: These CA's are automatically created from a template, where the sequence is mentioned. IT is taking the sequence numbers and updating the plan, but not moving further in the workflow. the status says Scheduled but it is never ready and not triggering task for next CA in SequenceDescription: The ChangeActivity tasks are created, and the Sequence is present.It should create a workflow task for sequence 1 but they're all stuck at OPEN state and not moving further in the workflow.
Is it possible to search for the same attribute present in different classification nodes? For example, if I search for the attribute COSTRUTTORE present in the node of the CODICEAS400 class and that of PARTI A COMMERCIO the result does not present any object. Only if I search individually (one class at a time) then it works (see photo). ty, Matteo.
under single organizationCan we manage different subtype for different preduct exapmle Under Product 1 i want 3 parts Part-1part-2Part-3And Under product2 i want 2 parts Part-1Part-3can we achive this requirement If yes then how it will be achived
Version: Windchill 12.1 Use Case: When a user creates a Promotion Request in the system and selects themselves as the "Reviewer," the application should trigger a confirmation popup to ensure the action is intentional. This confirmation mechanism is necessary to prevent potential conflicts of interest or unintentional self-selection. The popup will serve as a checkpoint, prompting the user with a message such as, "You have selected yourself as the Reviewer. Are you sure you want to proceed?" This will provide the user an opportunity to reconsider their choice or confirm it before finalizing the request.Description: I am customizing the Promotion Request functionality in Windchill and need help implementing a confirmation popup. Specifically, the popup should appear when a user selects themselves as the "Reviewer" during the promotion request creation process.I referred to this documentation, but it doesn't provide sufficient details for implementing this scenario.Could someone gui
I am upgrading a 9.1 version to 12.1.xI am going trough intermediate upgrades.First step is from 9.1 to 10.2II am using Windchill PDMLink Release 10.2 and Datecode with latest datecode.Upgrade Manager is very slow during the execute standalone migrator phase.Here are the errors that I facedNo specific errors in the UpgradeManager logs. Operations take hours and if connection drops I have to restart from zero.Las observation took more than 4,30 hours.
Version: Windchill 12.0 Use Case: All cases when I want to define quantity rule for components under assembly. This include using occurence or parameter/constraint.Description: Hello community, According to About Publishing Associated Assigned Expressions, my understanding is that all expression should be exportable. However, while testing, I am only able to find and validate REST services for extracting item/usage expression into XML file. Function to call out occurence expression information seems to be missing.Additionally, I cannot find any information to extract parameter&constraint information neither. I am very thankful if a pro can help confirm it or correct me with additional information. I am trying to include all material selection logics in XML and exchange with ERP, quantity logics will be missing with above restrictions. Thank you very much.
Curious if anyone knows this. I will be moving to WC 13.0.2 and Navigate 9.7. I know my current system, that the current default Navigate apps use Legacy RESTEasy webservices. (right?) https://www.ptc.com/en/support/article/CS359200?source=Bloop In the new versions, will that change over to OData? Have they been overhauled?
Hi!Registered user licenses are for one user.But what if that user leaves the company or is given a Windchill-less role. Is it ok to give this license to another user?I know, that license-hopping is definitely not allowed. By license-hopping I mean: today "user a", tomorrow "user b" and after that "user a" again. Where can I read about that from PTC? I can find a document from 2016, but it's 2024 already.https://support.ptc.com/support/legal-agreements/pdf/Licensing_Basis_Table_Feb16.pdfThanks!
I am using Import from Spreadsheet to update units of measure on parts. Seeing as I was only changing those attributes, I left State and Lifecycle blank. Odd thing though, it seemed to move all the parts to the Released state. Strange that it would do this since if I want to hold to previous state, I have to look it up for each part and put it in the update file. One would assume that if I did not proved a value, don't touch it. Anyone else seen this? Does not appear to be documented.
We are using CLI commands for accessing Winchill's data for sync purpose. If we have documents with specific order:1.0 first root item 1.1 first subitem 1.2 second subitem2.0 second root itemHow to get rank/order value for the issue type via CLI Command? In which field value I can read rank value ? Let's say document first sibitem rank is 1.1, I need to fetch this value, how to do that via CLI ? Any other way ?
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.