Includes: Windchill API, Windchill REST Services, Info*Engine, UI Customization
Recently active
Version: Windchill 12.0 Use Case: I encountered an error message while executing xconfmanager - p in Windchill shell: ERROR [main] com.ptc.windchill.structconf.StructConfManager - Unexpected error (stack trace below):Description: I encountered an error message while executing xconfmanager - p in Windchill shell:ERROR [main] com.ptc.windchill.structconf.StructConfManager - Unexpected error (stack trace below):The attachment contains my specific error message
Version: Windchill 12.1 Use Case: I'd like to add a link to our internal support portal on this pageDescription:
I am creating and testing simple functions using EXCEL VBA.I am testing the function with WRS before coding EXCEL VBA. WRS > PTC Product Management Domain V6 > Testing POST /CreateParts results in an error Where the error occurs "Context@odata.bind": "Containers('OR:wt.pdmlink.PDMLinkProduct:131308')", erro code : 400 - MALFORMED_BINDING_LINK - "The format of 'binding link' is incorrect." Many users have asked about the above issue in Google search results, and I have tested it several times by referring to the answers. 1. I tested it by referring to the PTC manual, but an error occurred., - MALFORMED_BINDING_LINK **** Request Body {"Name":"TestWTPart_001","AssemblyMode": {"Value": "separable","Display": "Separable" }, "PhantomManufacturingPart" : false,"Context@odata.bind": "Containers('OR:wt.pdmlink.PDMLinkProduct:48507000')" } 2. I also de
Hello ,I need to install Windchill-Workgroup-Managers and silent mode , I've tried everything but it doesn't go , someone did this could help me I already put in the script /S, /quiet, /silent, /qn and without success @echo offsetlocalrem Path to the .exe filesset “installers=D:\Windchill-Workgroup-Managers”rem Install the first programecho Installing Program1...“%installers%\setup.exe” /silent /D=\C:\Program Filesecho Program1 installed successfully!rem Add more programs as neededecho Installation complete.pause
I'm trying to create a DevOps style of Windchill development and need some community guidance.In a nut shell, we have 9 Windchill developers and we are all doing both configuration (inside Windchill) and customization (directly on the servers). We are having to duplicate the work between development, test, and production servers which is a colossal waste of time. Also, we currently have very little controls in place and our customer wants us to do better... they suggested we use DevOps.I believe I can use a git repo to capture and apply server side changes but how do I capture configuration changes saved inside the Oracle DB and apply them to other servers that have their own, separate Oracle instances?
HI all, Using below API I am able to get representations for EPM document. Is there any API to get creo view URL of a representation? VisualizationHelper visualizationHelper = new VisualizationHelper();QueryResult epmReps = visualizationHelper.getRepresentations(epm);
Hi All, In Windchill OOTB functionality "The user who creates the context is automatically assigned to the context manager role"As the product manager has special access, providing this role to Product creator might create issue. At present, we are removing the user manually from the role after Product creation. How can we customize to disable this default addition of Product creator to Product Manager in context team.
I need to find on windchill all those cad documents that do not have a publicationis it possible to generate a report that identifies, starting from a code, all those 3D and 2D documents that do not have a publication in (.pdf, .dxf, .step)? Translated by the moderation using Google Translate-----------------------------------------------------------------------------------------------Devo trovare su windchill tutti quei documenti cad che non hanno una pubblicazioneè possibile generare un report che mi individua partendo da un codice tutte quei documenti 3d e 2D che non hanno una pubblicazione in (.pdf , .dxf , .step) ?
I want to attached a local file to EPMDocument in Winchill by RESTApis. But i can not see any document about this. When working around i see 2 possible ways Way 1: +> Find some way to upload the file to server's content cache. Then get the encodedCCD property+> Using encodedCCD to add to the request create EPMDocument. API: **POST Windchill/servlet/rest/v1/wgm/workspaces/{workspaceId}/store ** Way 2: +> Associate EPMDocument to a WTDocument+> Attach the file to WTDocument I not have any experience in Winchill, so can anybody have faced with similar problems, please help me Thank you
Version: Windchill 12.0 Use Case: Validating all Selected objects with few conditions during validateSelectedMultiSelectActionDescription: I am selecting multiple objects(Documents/Parts ) from the folder to perform to trigger an action which performs setState/Workflow initiation.Here reading the list of objects from command bean/validation criteria returning the null.When I am selecting one object it is returning the object and validateSelectedAction is executed with out any issues.I tried multiple ways to get the selected objects by changing the window type= normal popup new no content and etc...I also used different apis to read the objects but none is working. All these api's were returning the selected objects like 2 months back now all of a sudden it all stopped returning the objects.Used below apis to get the selected objects from the folder .WTCollection targetObjects = new WTArrayList(criteria.getTargetObjects());final List<NmOid> selectedListO
版本:Windchill 12.0 Description:The customer complained that they are unable to view all task nodes and can only see the current task node. I now need to adjust the display mode to show completed and unfinished nodes.May I ask how I should adjust
Hi, I would like to get a List of .drw who changed the lifecycle state within the last 24 h. There is a restriction to get the information via REST Endpoint. I used the PTC CAD Document management with GET CADDocuments. I tried to use the filter for the LastModified date. But there is no impact of a changed Lifecycle state to the Last modified date. Any Ideas how i can filter for objects who changed their lifecycle state in a range of time?
I have the change Notice Number. From the changenotice number get the changables after from the changables i want only part. From that part i want to retrieve the attribute "Material_Type".
Hi BjoernRueegg, Can we use same ( PersistenceManagerEvent.PRE_STORE) event for Change notice creation ? Because I want manipulate char length of one of String type IBA before CN creation. If not then could you please suggest the right event.
Is it possible to create a WTDocument with MULTI_PRIMARY Content via JAVA API?
I need to retrieve the API of all objects affected by change notifications in WTpart through programming, because I need to control whether the WTPart objects of the affected objects already have other changes when creating a new ECN. If so, the current change will be canceled and the customer will be prompted that there are already other changes in the objects. Please complete them first before initiating the change
Hello everyone, please tell me how to add an action to the "Actions" button for only one subtype of the document WTDocument?
Version: Windchill 12.1 Use Case: We have a use case where we have custom numbers stored in excel sheet and whenever a number is taken it is marked as used by engineer,engineer creates WTpart using that part(those numbers are standard to business,the sequence cannot be changed).and picking of this numbers is not in sequence,user takes whatever number they want from list.Because of this auto numbering became challengeDescription: To address above issue, I am planning to load all the available numbers in to a table in database and create a data utility to compare numbers between WTPARTMASTER and MasterNumbers Table(Created by me) and create a JSP page with Find available numbers button that should run the data utility to show the available numbers. 1.Database Query 1. Database Query Create a query to find the free numbers by comparing the MASTERNUMBERS table with the WTPARTMASTER table. SELECT mn.number FROM MASTERNUMBERS mn LEFT JOIN WTPARTMASTER wp ON mn.number = w
Hello PTC Community, I’ve configured Role A at the organization level to allow users to read and download content only in release-equivalent lifecycle states. However, I’ve encountered an issue where Role A is inheriting the out-of-the-box (OOTB) ACLs assigned to the Team Member role, which inadvertently grants users access (read and download) to objects in all lifecycle states.What is the best practice for configuring ACLs so that Role A can only access objects in release-equivalent lifecycle states, even when users are also assigned the Team Member role? Any advice on managing role-based permissions effectively in this scenario would be greatly appreciated.Thank you in advance! Best regards,Santosh
Version: Windchill 11.1 Use Case: Need to copy Bom structure and Process Plan structure to new objectsDescription: Is there an API that could be used to copy the whole bom structure from one part to another part, and also is there an API to copy process plan structure to another process plan?
The following steps which we have followed to create custom WTDocument numbering using two wizard steps1. custom action and action model2 Main wizard3. Wizard step one and two4. Error message com.ptc.core.components.jsp.JspUtils wcadmin - java.lang.NullPointerException java.lang.NullPointerExceptionat com.ptc.core.components.tags.components.InitializeItemTag.doTag(InitializeItemTag.java:371)at org.apache.jsp.netmarkets.jsp.doc.Second_005fWizard_jsp._jspx_meth_jca_005finitializeItem_005f1(Second_005fWizard_jsp.java:1939)at org.apache.jsp.netmarkets.jsp.doc.Second_005fWizard_jsp._jspx_meth_c_005fotherwise_005f1(Second_005fWizard_jsp.java:1903)at org.apache.jsp.netmarkets.jsp.doc.Second_005fWizard_jsp._jspx_meth_c_005fchoose_005f1(Second_005fWizard_jsp.java:1808) Earlier we have tried the same activity using single wizard page, it was working as expected.
As per the original post. Hello @HelesicPetr,I have a table that I am calling directly from a jsp file: <div id="mvcTable"> <mvc:tableContainer compId="com.ml.util.testUserTable" height="800"/></div>The table automatically brings back a list of users. The users are selected by checkbox and then I have a custom action that allows action on the selected users from the Actions menu. I'd like to implement an inline message that gives information once the custom action completes. I would normally do this from the jsp file but the custom action is not accessed from there. Any thoughts on how to accomplish this?
Version: Windchill 12.1 Use Case: Trying to connect Windchill PLM to Codebeamer via Digital Product Traceability (DPT) Following: https://www.ptc.com/en/support/article/CS400634Description: From Windchill go to Part, show Traced To tab, click on plus icon, unable to see any server on the drop-down: By the way, I'm not setting SSL on any server, only thingworx flow was set to https by default during its installation(not sure why). + @BRAHIM + @AO_10972871
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.2.1How to create substitute for a component in BOM using OOTB ODATA Windchill Rest ServicesHere are the errors that I facedNot applicable
I've implemented a Custom User Picker Utility, and displaying it on an attribute called 'PR Owner' on Problem Report. When I initially create a PR and search for a user using the find icon and pick a user, or edit an existing one and pick a user, it is working as expected.But, when I open the PR in a Edit Mode, and save/finish without making any changes to the previously selected user in that attribute, the values vanishes, it is not being persisted upon save. Once the save is completed, the PR Owner attribute value is empty. Any suggestions/ideas on how to persist the value?
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.