Windchill
Recently active
We would like to hide site>utilities>Workflow Template Administration to group of admin users. Is it possible in Windchill 12.1.2 without any customization.
I am currently unable to download the software from PTC using the Software Download options, as I am receiving an "Access Denied" error. I have attempted to upgrade my PTC account using my Customer Number, Service Contract Number (SCN), Sales Order Number (SOC), and Site Number, but have been unsuccessful in completing the upgrade.Downloading the PTC applications is essential for my daily tasks, and I would appreciate it if this issue could be resolved as a top priority. Thank you for your prompt attention to this matter.
In the attached image, i have a vendor tab on wtpart page with supplier details. i couldn't able to find out where these attribute details are stored in the windchill database. i have searched stringdefinition/stringvalue tables but no luck..can some one help us with this query.. Thanks in advance
Version: Windchill 12.0 Use Case: wtpart visualization - any way to display "image" of associated CAD when part is same nameDescription: no image for *.prt associated - cannot change association to image get error: "Cannot create a reflexive Usage/Reference Link. The following object is trying to make a link to itself: "Part - M043238C001, BASE AXIEM3 AXIS CONTROLLER, 2.9 (Design)"image is sheetmetal part
Version: Windchill 12.1 Use Case: I need to customize the order of which tabs are displayed on the Part. In my case, Custom-ActionModels.xml I only have the structure tab, because, when I create a sub-type(like TestPart), I want it to start from a clean layout, nothing else except Structure tab should be there but I do not mention the 'Details' tab in the xml, and create in in UI using customize option, the Structure tab is always coming first. I am able to drag and reorder but that order will not be the same for all users. How can I get the Details tab first, without having it in the xml?Description: I need to customize the order of which tabs are displayed on the Part.In my case, Custom-ActionModels.xml I only have the structure tab, because, when I create a sub-type(like TestPart), I want it to start from a clean layout, nothing else except Structure tab should be therebut I do not mention the 'Details' tab in the xml, and create in in UI using customize option, the Structure t
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.2.2The class StructuredAnnotationSet is depricated. Is there a replacement class? We only have 1 row of the data in the StructuredAnnotationSet db table, but if we start using annotations after WC 13, what table will they be stored in.
Version: Windchill 12.1 Use Case: The position matrix of a assembly created in Creo needs to be viewed in windchill UI.Description: There are no columns available in windchill UI for the transformation matrix / Position Matrix in the structure tab of an assembly. How to enable this ?
How can update Product container Templates by Load from file without using Windchill UI?any Windchill shell query? or DB query?
Version: Windchill 12.0 Use Case: user need not see the action of createPDF for WtDocuments which are inside one specific folder. user did not able to perform the action. that action was enabled by DefaultUIComponentValidator.Description: one of the subfolders, we used for storing all approved documents and Restricted documents. if this action enabled, it allows all users to recreate the PDF without stamps that may cause data changes that to for wt documents.user need not see the action of createPDF for WtDocuments which are inside one specific folder. user did not able to perform the action. that action was enabled by DefaultUIComponentValidator.i already created validator but it is not working. i cannot be able to see the logs in method server.Here is the class example:private UIValidationResultSet validateMenuEntry(UIValidationKey vkey, UIValidationCriteria vcriteria, Locale locale) throws WTException {UIValidationResultSet vrs = UIValidationResultSet.newInstance();WTReference
Hi Guys, Does anyone have experience will automatic population of the Line Number automatically or what should be updated or customized to reach this? Alex
Version: Windchill 13.0 Use Case: Production system is Windchill 13.0.2.1 and several VMs running a mix of Creo, NX and Office workers. In the recipes I have a worker exit on error code for 13032. Now I have an NX drawing triggering that code... but I still need to publish it. Is there a good process somewhere to work through this error to get a successful publish? Description: An NX drawing (NX2312 running on publisher with WGM 13.0.2.0) doesn't publish because of the "worker exists after job on 13032 error" line. What can I do to publish the file via the CAD worker despite this error?
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.2Please include khushbu.vijayvargiya@hcltech.com , satishkumar.krish@hcltech.com , gokul.duraisamy@hcltech.com in the mail communication.We are using OOTB Rest call of Documenet Domain "GetDocStructure" and we are using expand query "Structure($expand=Document($select=ID,Name,Number,Version,Description,State,TypeIcon,FolderLocation);$levels=2),Document($select=ID,Name,Number,Version,Description,State,TypeIcon,FolderLocation)" to fetch the require details.but we are getting issue in this service as it is not giving us the result in same order of document what we see in windchill. In every hit it change the order of child document hence it is causing the issue for user to view as same in windchill.
Dear all,the requests to the OOTB and Custom OData Rest Endpoints are executed per default in the MethodServer context. We would like to implement a Custom Odata Rest Endpoint which should be executed in the Background Method Server Context, due to the concerns regarding the performance. Is there a way to configure \ customize the Odata Rest Endpoints such that they can be executed in the Background Method Server context? We have a Cluster Configuration with Dedicated Cluster Master and LoadBalancer Hardware. Thanks in advance.
As per the title, how do you update string iba values without iterating. I know this is possible but cant seem to find the code to do so at the moment.
Hi there, I want to display a "released by" information on my drawing.I created an alias attribute with this mapping: roleBObject@wt.maturity.PromotionTarget~roleAObject^wt.maturity.PromotionNotice~primaryBusinessObject@wt.workflow.work.WorkItem~theWorkItemReference@wt.workflow.engine.WfVotingEventAudit~userRef^wt.org.WTPrincipal~name=name@wt.org.WTUser~fullName The attribute works great so far and lists all User's Full Names, which were involved in the process. The attribute should be shown as parameter "released_by_alias".But in Creo no such parameter is listed. What am I missing?
Hi, I have written java code using Windchill API to create WTPart. Object is getting created but added IBA values are NOT getting displayed on info page of the WTPart object in UI. IBA values are getting added to attribute container but not getting associted with created WTPart object. Can anyone help me out please? Thanks, Rekha Bhosale
How can I add the problem report type found in the Windchill Action > New > New Problem Report menu as a shortcut to the Windchill library main screen?
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.5How to get the API JSON files for the Project (Create, Update, and Delete actions) & Task Management (task update and completion action)Here are the errors that I facedHow to get the API JSON files for the Project (Create, Update, and Delete actions) & Task Management (task update and completion action)
Version: Windchill 12.1 Use Case: need to trigger/initiate a workflow based on a custom action event.Description: I have a scenario wherein we need to trigger a workflow upon an action click and inturn that needs to get assigned to the initiator. need help.
Hello, We have configured Navigate using Windchill-based authentication. However, the customer is now changing the ThingWorx and Windchill server URLs. Other than below pointers, anything else need to take care? Add the new ThingWorx URL to the allowlist on the Windchill side.Update the Windchill URL in all integration connectors and configurations. Thank you in Advance. -Abhiram
I want to recall the table builder on button click in jsp page. how can i do in windchill 12.1
Hi Guys,Some WT Document is not published, how we can publish in Windchill with Bulk.Regards,AJ
Hi Guys,Can we create a multi-policy through loader?Regards,Aj
Version: Windchill 12.0 Use Case: It is possible to export all documents of an EBOM (cad drawings, pdf) and also all drawings generated by the publisher that are inside Representations/Annotations!! How can it be done?Description: It is possible to export all documents of an EBOM (cad drawings, pdf) and also all drawings generated by the publisher that are inside Representations/Annotations!!How can it be done?
Version: Windchill Below 11.0 Use Case: I want to open visualization of parts and assemblies on Creo View directily by Windchill. Our Client uses Creo 8 so that's what we use. I have just installed Creo 8 with everything in it (Creo View Express 9.1 included).Description: When trying to open a Creo View visualization by Windchill either by clicking on thumbnail (the thumbnail works just fine, zooms and rotates) or by Open in Creo View option,, this happens: - On Windchill integrated in CREO: it just pops a IE error webpage that says its not possible to open this webpage, "Some content or files on the webpage require a program that is not installed". (windows_browser_type is now ie_browser, but was chromium_browser before and nothing happened) - Windchill on Chrome it pops up a error message that says "Get an app to open this Creoview link." - Windchill on Edge nothing happens. Creo View Express 9.1 opens normally when opened standalone.What should I do? What am
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.