Windchill
Recently active
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.0.2与Inventor集成后,中文名称作为文件名的模型,在生成可视化时失败,(相关工具版本windchill 12.1,creo view adapters 8.1,creo view 8.1,inventor 2020)错误信息:Failed to open Inventor Document vai ApprenticeServer[$(publish.tempdir)/publish12669499619298418784.tmp/零件4567813.ipt]
Version: Windchill 13.0 Use Case: I am trying to trace how a part instance (not a part) develops over time. I know that with parts, it is possible to view revision and version/iteration history. However, this does not seem to be the case for part instance objects (with the OOTB configuration at least).Description: If I had an existing part instance that was associated with a part configuration and I then edited the instance to make use of a different configuration, it seems that I have no way of being able to see that the instance was originally associated to the configuration it was initially configured to use. This is unless I change the revision of the part instance. In which case, the "History" tab of the instance would show the differences between the two revisions. Is there any way I can track changes made to a part instance prior to any increase of the revision for the instance, like I would be able to track the version/iteration history of a part between revision changes?
When I search for the name of the group when specifying the participant within "Policy Administration", I am unable to find it. However, when I create the group at Organization level, I can find the group when searching for the group in "Policy Administration" from within the product context that sits below the organization context the group was created at.
I have an item picker in my JSP Page where it will retrieve all the plans from all the contexts.Wanted to filter all the plans based on 2 attributes.lets sayAttribtue1 is having string value as "COMPLETED".Attribute2 is having array of values like {"value1","value2","value3","value4"....} Written a condition for Attribute1 where I'm able to get all the Plans with Attribute1 value as "COMPLETED".Need help in writing for condition2 whereI'm searching for all plans which holds "value2" in its array of values of Attribute2. <wctags:itemPicker id="planPicker" baseWhereClause="(Attribute1='COMPLETED') & (<???Condition2???>)" showTypePicker="false" objectType="WCTYPE|com.ptc.projectmanagement.plan.Plan|org.ProjectPlan" componentId="IdPicker" searchResultsViewId="testPicker.view" label="* Project Number" pickerTitle="Plan Picker" pickerCallback="PickerCallback1" displayAttribute="Attr1,Attr2,Attr3"/> @HelesicPetr
Version: Windchill 13.0 Use Case: I am trying to change the initial value of the "Default Trace Code" attribute from "Untraced" to "Serial Number".Description: It seems this cannot be done in "Type and Attribute Management". Can anybody advise how this can be achieved?
Version: Windchill 13.0 Use Case: I have created a new synchronization robot within one of my workflows. I am trying to make use of the synchronization robot to identify when the object that make use of the workflow is manually assigned to a specific phase within its life cycle. However, I am struggling to identify what syntax the expression needs to be in to achieve this.Description: I have been using the Javadoc to try to get an understanding of what syntax the expression needs to be in but have had no success. I have a basic understanding of API classes, objects, members of objects, properties of objects etc. However, I am still struggling to get my head around the documentation. Please can anybody who can help offer a suggestion as to what my expression should be and how the Javadoc can be used to develop the suggested expression?
Version: Windchill 13.0 Use Case: I am looking into how best to take advantage of the "Policy Administration" functionality to govern access to Windchill objects and am trying to understand how "Domains" behave within Windchill. I have looked at a lot of the resource in Windchill Help Centre but I still have a few questions.Description: 1. I am an Administrator but, when I look at my user account, my account is described to be in the "Unaffiliated" domain. As an Administrator, I would expect my account to be associated with the "System" domain. Can anybody explain? 2. Evidently, groups and users can be affiliated with certain domains. Does this mean that rules contained in one domain would not apply to a user if the user is not associated with that domain, even if the domain that the user is not described to be affiliated to lists a rule that would apply to one of the user groups that the user is a member of?
I am using Windchill PDS - Internal Site Release N/A and Datecode with CPS N/AWe have Creating's RFQ Review processer and we have set intimation Mails but users are not getting MailsHere are the errors that I facedWe have Creating's RFQ Review processer and we have set intimation Mails but users are not getting Mails
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.8Is it better to use Profiles or configure actions for roles to hide actions? What are the advantages or disadvantages to each? What is the bare minimum that needs to be on in a profile to see Products and Libraries? Is there any way to get rid of some of the OOTB tabs?
Version: Windchill 12.1 Use Case: See the generated numberDescription: Hi, My request is to set autonumbering for objects while giving the user the ability to modify, for that I'm following this article How to Turn on Autonumbering for CAD document but also allow override the number during Save As or Rename in Windchill PDMLink. This is working and Windchill shows the label Generated, my question is it possible to let the user sees this number (during creation)?Because the user can modify the number, it's worth letting him see the one generated to decide whether to modify it or not. Thanks in advance, #autonumbering #autonumber #numbering #numbering_schemes
How to change Windchill logo
Version: Windchill 12.1 Use Case: I need to extract the check-in and check-out details of parts from Windchill data base. I located the table (EPM Document) and the column (State Checkout info) which has below values: 1. C/i 2. C/o 3. Wrk 4. Wrk-P I assume C/I & C/O mean check in and check out respectively. But what do WRK & WRK_P mean? Please advise.Description:
Hello ,I'm working on a workflow notification system using Windchill OData REST API, and I'm facing an issue with user-based filtering.**Current Situation:**- When I call `/Windchill/servlet/odata/v5/Workflow/WorkItems` endpoint with Basic Authentication- The API only returns WorkItems assigned to the authenticated user- If I authenticate as "PLM-1" user, I only see PLM-1's tasks- If I authenticate as "oozcelik" user, I only see oozcelik's tasks**What I Need:**I need to retrieve ALL WorkItems across ALL users to build a notification system that monitors new task assignments and sends notifications to the assigned users.**What I've Tried:**1. Using administrator account (PLM-1) - still only returns tasks assigned to admin2. Using $expand and $filter parameters - no success3. Looking for different endpoints like /AllWorkItems - couldn't find any
I added a task out change task that is shall we say a good idea but not critical to the overall execution of the release. I notice that the these tasks are still running long after the change notice workflows are complete. I can manually go in and close them out since at this point, their need is no longer required. What is the best way to automate this? I was thinking of adding a sync task that would spin up in parallel and when the change notice hits released state, close out this task. If the task closes first, it would close out the sync task and there by complete the workflow. Is this the only way to do this?
Article cs366586 refers to creating 2 mapping xml files. When I run the windchill wt.org.util.ReconnectPrincipalsUtility command below, it errors with mapping file not found. I assume that both the dnMapping and adapterMapping files need to be placed in a $WT_HOME directory before running the windchill comand. Can someone give advice on where these should be placed and if any wt.properties need to be set Thanks in advance TJ <dnMapping>\n <reconnect>\n <sourceDN>uid=$email,ou=<>,cn=<>,cn=<>,o=ptc<sourceDN>\n"; <targetDN>uid=$email,ou=users,dc=xxxxxxx=,dc=okta,dc=com</targetDN>\n"; <reconnect>\n<dnMapping>\n <adapterMapping> <sourceAdapter>ne
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M010-CPS09在NX里面A装配下面挂了个B模型,并且从A装配中建立了Wave链接参考了B模型,检入windchill系统后,产生的EBOM结构中B在A下面的用量变成了2, 为什么呢?如果解决,使得参考的模型不计入EBOM的用量中
Version: Windchill 13.0 Use Case: We are trying to establish a FlexNet floating license server for windchill risk and reliability. The server installation seems to be fine, but client machines are not able to access the server.Description: Based on experience with other SWs, we are aware that our IT does not allow communication among computers inside our intranet (not sure why), we need to submit exception request to allow it case-by-case. During the license server configuration, we defined its communication port number, but IT still asks which program in the server computer needs to be allowed to communicate through this port. Without knowing much details, we provided the path of lmadmin.exe. However, after this exception request was approved and implemented, the license server still does not work. Can someone here tell whether lmadmin.exe is the right program that need to access TCP/IP port, and whether any other programs need accessibility to port as well? Thanks!
Version: Windchill 12.0 Use Case: All documents are attached to item and I need to get a list of them in order to download themDescription: I know how to search an item with the rest api and how to display all its metadata but I didn't find how to get list of child items which should be the documents I need to download.Thanks for help.Fred
I am using PTC Pro/Intralink Release 11.1 and Datecode with CPS M020-CPS13While creating a product, getting below error:Type Identifier "WCTYPE|wt.change2.WTChangeReview|wt.change2.PeerReview" cannot be found. See the Windchill Business Administrator's Guide for further information.Here are the errors that I facedType Identifier "WCTYPE|wt.change2.WTChangeReview|wt.change2.PeerReview" cannot be found. See the Windchill Business Administrator's Guide for further information.
I am using Windchill PDMLink Release 11.1 and Datecode with CPS M020-CPS12When we are publishing the drawing the frame and boxes are coming in yellow colour in thumbnails
Version: Windchill 12.0 Use Case: What release of WRS is corresponding to PDMLink version ?Description: Is there any corresponding table that explain which version of WRS map which version of PDMLink ?Thanks in advance for any answer.Fred
we are doing windchill rehosting of our dev environment (Windows based). we have filled all the required data in the rehost.properties file but we are stuck at vault section. what does those '0' and '1' means in the attached snap vault_properties.png?we have master vault and a replica as shown in below snap Windchill version 12.0.2.7 Thanks,Sandeep.
Version: Windchill 12.1 Use Case: Wondering if there's successful implementations of publish worker with File Synchronization for SolidWorks 2023 SP5.0 on virtual Windows Server 2022. Tried with (and some other combination also..) WWGM 12.1.2.1 and Creo View Adapters 10.1.0.0, but publish fails stubbornly with "WWGM ERROR: Loading addin "\x86e_win64\obj\swadapter_loader_net.dll" into SolidWorks failed". Windchill installation would be version 12.1.2.5 I know the above combination is not in the list of PTC tested combinations, but the one we have with SolidWorks 2021 is not either and it's working fine.Description: --
We are currently exploring an integration between Windchill PLM and Assent Compliance. As you may know, PTC has retired Windchill Product Analytics (WPA) beyond 11.1 and partnered with Assent to address evolving regulatory requirements such as REACH, RoHS, SCIP, Conflict Minerals, and IPC-1752B standards.I’d like to check if anyone in the community has:Already implemented or piloted a Windchill–Assent integrationInsights into what capabilities can and should be integrated (e.g., BOM data exchange, supplier declarations, compliance reporting)Lessons learned, challenges, or best practices during such an integrationAny guidance, references, would be highly appreciated!
I am working on a Windchill product structure and need help with Reference Designators in a reuse scenario.Here’s my structure:------------------------------------------------------------------------------------Product Structure 1 (Top Level) |--Parent 1 |--Sub Assembly 1 |--Child 1 with Reference Designator (e.g., R1) |--Parent 2 |--Sub Assembly 1 |--Child 1 with different Reference Designator (e.g., R2)-----------------------------------------------------------------------------------------------Sub Assembly 1 is reused under both Parent 1 and Parent 2.Child 1 is part of Sub Assembly 1.Sub Assembly 1, Parent 1 and Parent 2 are Configurable Modules whereas Child 1 is a WT Part.I want to assign different Reference Designators to Child 1 depending on which parent it is under (R1 for Parent
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.