Windchill
Recently active
Hi Team, Currently, we are planning to build the Service Bill Of Material in Windchill 11.1 M20. So, would like to hear out from the different specialist in the forum about the best practice to be followed when building S-BoM. Below attachment is a DRAFT process proposal we are thinking to roll out...!!! Any feedback will be much appreciated. Thank you all in advance. Regards, PRKAC
Hi all, The Criteria in the Advanced Search is ordered alphabetically and also its case sensitive. So if there is a criteria with lowercase it will be added after all the other. Is there a way to remove the case-sensitive and only have them ordered alphabetically? Alex
Hello , We want to send mail to particular member from team after releasing the Promotion request .How we can achieve If we set notification robot then it will send to all user we want only selected users. Regards, Dhananjay
Hello Community! Is there a possibility to create a new Attribute, where I can pick a User? Thanks in Advance!
When you receive a Workflow Task, the user must be able to get an IBA (with dropdown) in the Input Panel, only when he selects Reject as the routing option. How can I do it?Below is the exampleSomething like this :So Only when I select Reject, an IBA should appear with some values. How to achieve this customization without using Information Modeler.
I have a requirement that allow a role participant to modify CR at In Review state. The team member can only read at In Review state at policy ACL. The Role/ participants are not setup at context team. It is defined in CR's team template. So the role populates at the team in CR workflow process. So I use CR's lifecycle ACL to give the Role/participants (at the WF process ) the modify /modify content access. However still the participants can't modify the CR. Any thoughts or advice on where I am doing wrong.
Has anyone considered (or successfully implemented) a means of displaying for a user whether she has permissions to share to a project BEFORE trying to share and it failing? In my head, I'd like an option perhaps as a column in the Structure tab (for assemblies) that says something like "Sharing permissions" and then displaying "No sharing, Share ok, Share and check-out" per user based on their specific domain access (i.e. whether the user has read, read/write, and change permissions policies for a particular domain). We have a lot of users participating with external suppliers and often it comes up that something can't be shared (always because of a permissions issue). I'd much rather users have this info up front rather than going through the steps and then at the end getting the failure.
Hello, I want to generate a wsdl where one bean class is a sub class of another bean class. Please refer the attachment for more details, fullfeedback must come inside feedback bean. Once the wsdl is loaded in SoapUI, the data must look like the one in the snapshot. Please assist in writing the xml using which I can generate the desired wsdl. Thanks and Regards, Hari R
Hello Community ! I created a virtual table on the windchill database to use them in the query builder of an report template, but unfortunately the virtual table is not visible in the object list of the tab "Tables and Joins" of the report template (edit mode). How to make the virtual table visible in this list ? Thanks for any hints !
Hi, I have setup Windchill Application 11.0 in SAML authentication mode. I have used Shibboleth as Service Provider and ADFS as Identity Provider. This SAML setup works fine on browser. I want to do same using my Connector DAO class using JAVA InfoEngine Connector. I have used below code : IeConnectionFactory f1 = new IeConnectionFactory();IeConnectionSpec connSpc = new IeConnectionSpec();Principal principal = new Principal() {@Overridepublic String getName() {return "uid=wcadmin,ou=people,cn=administrativeldap,cn=windchill_11.0,o=ptc";}}; connSpc.setAuthUser(principal);connSpc.setProperty("ConnectionURL","https://vinw12wc25125.plugin.local/Windchill/servlet/SimpleTaskDispatcher" );connSpc.setProperty("signRequests", "TRUE");connSpc.setProperty("keyStoreType", "PKCS12");connSpc.setProperty("keyStoreFilename", "C:/demo/user.pfx");connSpc.setProperty("keyStorePassword", "dkpune");connSpc.setProperty("certificateAlias", "useralias");connSpc.setProperty("
Here is a scenario: Some parts are already loaded to windchill. Now if we want to update some of the custom attribute values for those loaded parts, what is the ideal way of doing it without changing its version?
Здравствуйте, есть ли команда для остановки всех агентов и запуска всех агентов?(Остановите все и начните все)
Hi, everybody!I have created a subtype of the Document using the following code: package com.acme; import wt.doc.WTDocument; import wt.util.WTException; import com.ptc.windchill.annotations.metadata.*; @GenAsPersistable(superClass=WTDocument.class, properties={ @GeneratedProperty(name="sizeC", type=Integer.class, initialValue="3", javaDoc="Integer value to represent the size of C.")}, iconProperties=@IconProperties(standardIcon="netmarkets/images/stop.gif", openIcon="netmarkets/images/stop.gif") ) public class AcmeModeledDoc extends _AcmeModeledDoc { static final long serialVersionUID = 1; public static AcmeModeledDoc newAcmeModeledDoc() throws WTException { AcmeModeledDoc instance = new AcmeModeledDoc(); instance.initialize(); return instance; } } Everything works , I can create a document, specify the sizeС.I tried creating a second subtype with link it to the previous one: package com.acme; import wt.doc.WTDocument; import wt.util.WTException; import com.ptc.wi
One of my first projects in Windchill was to implement Nonconformance. Being new to Windchill I was relunctant to make many changes to the out-of-the-box implementation. While walking my clients through the process of Nonconformance I was consistently being asked the generic question of "Why can't I see that information in my task? Why do I need to dig into the Nonconformance to see the information I need?" and I couldn't give them a good answer. I did what I could but the best I could do was use the PersistableAdapter api to get information stored in the Nonconformance itself. For example... com.ptc.qualitymanagement.nc.Nonconformance mine = (com.ptc.qualitymanagement.nc.Nonconformance)primaryBusinessObject; com.ptc.core.lwc.server.PersistableAdapter obj = new com.ptc.core.lwc.server.PersistableAdapter(mine,null,null,null); obj.load("dateFileOpened", "number", "name","description","OBSERVATION","ncKey","requester"); java.text.DateFormat df = java.text.D
While implementing CAPA for our company, I realized that they use the DataUtility field to identify a method that allows them to show or hide specific values based on other attributes... If Risk Required is set to yes, then show the Risks table. If Change Notice is required, then show two more attributes to define Change Notice Type and Name.... etc...I tried to create one that I can use for similar purposes. Show/Hide and Require/NotRequire attributes in a subtyped ChangeActivity based on a variable called Intent. Didn't quite work out. I'm not looking for help troubleshooting, but more looking for clearer examples of how to make a DataUtility. The examples I have found have been superficial and not very helpful.
Hello. I am currently attempting to create a Cog nos report that allows a user to select multiple contexts with a select and search prompt with multi select and pass them back as parameters for a Query Builder report, however when I try to I can only seem to pass the first selected value in the list. Is there a way to pass them all back as a Comma separated values?
Hi, Hope someone can assist. I get this message when I try to create a new downstream branch. I cannot seem to find info on this. Has anyone else perhaps encountered this message? Thank you
Hello, the following "workspace columns" have no header labels (Creo 5). I'm wondering if this is some setting or preference? If not, will this be resolved at some point? Metadata management is extremely costly and time consuming and this is one of the fundamental root causes. The other fundamental root cause is the inability to edit attributes in one location (e.g. some attributes can only be changed/assigned after check-in and some only when checked out). Thank you. Workspace column headers with no column labels shown below and in the attachment image. 'sort by general status''sort by local workspace status''sort by out of date''sort by modified status''sort by compare status''sort by conflict information'
Hi, For a current customer I am trying to implement a service that will record the Fault messages of the machine. I've set up an infotable property on the asset that would house the recorded faults. I've also set up a data table holding the fault code reference document that has a numerical code and string for each fault. What I need to do, is when an Alert on the faulted PLC tag is triggered, to get the numerical code from a seperate PLC tag, reference that code in the data table, get the string equivalent, then add a row with all that information to my asset fault history infotable property. I cannot get my javascript code to work, I'll paste below what I have currently, I am wondering now if it is easier to use data tables for both tables listed above or if this set up should work? To clarify, I am using a configured Alert on the Faulted property (boolean) to trigger a subscription with the following code: var PLCFaultCode = me.Current_Fault_Code; var que
Hello everyone , who has encountered such an error?How did you solve it? Windchill Error Contact your administrator for assistance. Information for their reference follows. Request Id: Request URI: /Windchill/app/ Query String: Status Code: 500 Exception: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultHandlerMapping' defined in class path resource [config/mvc/mvc.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'CARDataService' available
We have just started using Windchill and uploading our legacy stuff to it. We also have a few soft types defined which we are identifying in the solidworks attributes using UPLOAD_SOFT_SOFT which have their own auto numbering sequence defined (with prefixes like MA for Mechanical Assembly so the number would be MAxxxxx). The issue is that when using save to workspace the number does not get autogenerated and instead the file name is used as the part number even if the soft type is correctly set. Currently the workarounds we have available are: Create a part in the workspace with the type we want which generates a number automatically with the correct sequence. The external CAD file is renamed to that number and then saved to workspace to overwrite the generated part. OR rename the parts we want manually with sequence such as MA51xxx and then using that 51 as an additional manually set prefix for that product and then saving to workspace. What we would like is based on t
The calculate method of the RuleAlgorithm interface is passed an array of the parameters, provided within the AttrValue tag of the OIR e.g. <Attr id="SomeAttribute"/>. While RuleConfigurableTypeAttributes.properties can be configured, one is still typically limited as to what one can list there.I would think there would be some APIs (e.g. action bean) used by the form submission framework to call the RuleAlgorithm implementation that can also be called directly from the RuleAlgorithm implementation to access the form data. Any ideas?Environment: PDMLink 11.2 M010
We want to add one column in folder page. Where name, number all details coming there we want one more column percentage. How we can achieve.
Dear all, I need to know about is there REST API available for below mentioned scenario : 1. Can we retrieve as stored configuration of EPM Document? 2. Can we download content of EPM Document iteration which is non latest? Can anyone please help me out to find REST API? Thanks.
I know that some restrictions exist for naming of container in Windchill. Does it exist also some restriction in usable characters for number or name for EPMdocument WTPart or WTdocument? Is it also possible to forbid some extra characters in preferences or by setting a constraint in Windchill? Found today the case CS41839 which answers partially to my question and a table "Special Characters" in the help "Using Special Characters".
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.