Windchill
Recently active
I am trying to get objects creator in data utility. How to get Creator of Action item in DataUtilty which extends ActionItemDataUtility.
I am in the process of upgrading from 12.0 to 12.1. I've done everything to install the target windchill system, including deploying customizations, running the custom column length command, and running the addcolumns tool. Our source database runs under schema user "WFUSER" and our target database was installed (on a separate host) under "WVUSER." I tried following the steps for importing to a different target schema username, but we keep running into issues with data being skipped. Can anyone help outline what the proper steps are here? Do I need to drop the "WVUSER" schema on the target (even though that's where our target application is installed to) and recreate using the <WT_HOME>/db/sql/create_user.sql? Should I be importing the source to the target under username "WFUSER" and do I need to use the create_user.sql script prior to doing that? The upgrade guides are extremely confusing to me on this subject. Any help is appreciated! Thanks.
Hello, i see there are many tasks floating into my "My Task" table in windchill. Some are engineering change notice and some are deviation which are resolved long ago but still i can see them in my "My Task" window.how can i clear it ?WC version 12.0 Br,Sandeep
I created a Template for the creation of a new change notice in Windchill 12.1. I have tested it and it shows up as a selection in the Template drop down. When I tried to train a user on how to create a Change Notice, the template is not available for him. It sounds like a rights issue, but I just can't seem to find the location of where it is. Any ideas? Thanks
Hello Everyone,I am trying to restrict some softtype from dropdown list when creating new documents.Can you please tell me how to restrict the types?FYR : 1. File Name : createDocumentSetTypeAndAttributesWizStep.jsp<jca:configureTypePicker><p:pickerParam name="filterType" value="wt.doc.WTDocument|com.ptc.InterferenceDetectionDefinition"/></jca:configureTypePicker> above line will work for OOTB document type and won't show "Interference Detection Definition" document type in dropdown list. but won't for custom type as like below example :<jca:configureTypePicker><p:pickerParam name="filterType" value="wt.doc.WTDocument|com.ptc.InterferenceDetectionDefinition"/><p:pickerParam name="filterType" value="wt.doc.WTDocument|ext.test.softType|ext.test.softTypeTest"/></jca:configureTypePicker> If someone knows please share how to achieve this? Thanks.
Schuetzinger, Christian Di 28.11, 19:19 Schuetzinger, Christian Dear PTC Team, I am currently working on my Masterthesis with the windchill modeler.Now I am at a point where i can't find sufficient material in the knowlege base.May I ask you if you can help me with my following problem:I am currently creating a windchill model for a car body.Now I want to assingn specific values to the blocks like lenght and weight. How is it possible to give the blocks the real value properties which can be used later on in the CAD enviroment like Creo.Example one block is the Front end. It shall have the block property h x w x d = 0,1m x 0,2m x 0,02m.How can I assign them?I hope you can help me with this issue. Many Thanks, Christian Schützinger
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.0When a Change notice is created with the Workflow, The change task includes both Design view and Engineering view of a WTPart, along with associated CAD and Drawing as Affected/Resulting objects, The Design View and Engineering View have Equivalent Links when routed to the Change Activity task, Upon reaching the Change Activity task, the Data Assurance Team checks out the associated drawing and updates the title block and revision block with users names and dates, When checking out the drawing, it causes the Design View to iterate and creates an equivalency mismatch between the Design View and Engineering View. Users then have to resolve the discrepancies in BOM Transformer to synchronize the Design view with the Engineering view.So can we do any customization on linking/Synchronization the Design and Engineering view in the BOM Transformer
I'm having trouble calculating the time (hours) and days between two dates Windchill provides (created and last modified) on a document. Google searching for Java examples results in tons of ideas but I haven't been able to get any to work. I think my problem is in how the stamps are stored or the format of the stored stamps. The log outputs look good but the math fails. Here is what I have so far. The math function fails with: error: bad operand types for binary operator '-'.My Workflow code: com.ptc.core.lwc.server.PersistableAdapter obj = new com.ptc.core.lwc.server.PersistableAdapter(primaryBusinessObject,null, java.util.Locale.US, new com.ptc.core.meta.common.DisplayOperationIdentifier()); obj.load("thePersistInfo.createStamp", "thePersistInfo.modifyStamp"); Object CreateStamp = obj.get("thePersistInfo.createStamp"); Object ModifiedStamp = obj.get("thePersistInfo.modifyStamp"); System.out.println("Create Stamp: " + CreateStamp); System.out.println("Modified
I trying to write some Workflow Activity instructions that include attributes (workflow variables) derived from enumerated lists chosen when creating the object. For example, we have a list of Technical Approves. Each approver has a unique internal name that is different from their display name. The instructions need to say "talk with J. Baker about this" but they are coming out as "talk with TA_JBaker about this". The problem is even worse when the user's name has changed (i.e. through marriage their display name should now be J. Reynolds). How can I tell the instructions to use the display name and not the internal name?We are using Release 12.0.2.12 with PLMlink 12.0.2.7.
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.0 How to batch transfer drw image files in windchill to PDF with watermark? Translated by the Community Moderation using Google Translate ----------------------------------------------------------------------------------------------- I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.0windchill 中的drw图档如何批量转带水印的PDF?
What is the Difference between New Downstream Branch and New Downstream Part in BOM Transformer?
Is it possible to use manage replacement operation in more BOM?
Could you please share API imports used for same. It will be helpful.Reference topic link - https://community.ptc.com/t5/Windchill/Change-Object-type-using-API/m-p/302875#M35609
Hello Everyone, How many of the long term Windchill folks feel if PTC is losing focus towards improving Windchill as a product with every release with no much of improvement in adding or enhancing functionalities? The What's new document for Windchill 13.0 is just a mere 38 page document for a new release with No meaningful to NIL new enhancements or any key features for few key modules like PDM Link, Project Link & Service Information Manager.
Hi, Windchill 12.1.2.2, Two things I have issues with: a) When there are legacy CAD files brought into WC and then WTParts are created and associated to them in bulk, can representations be created for them automatically? How - which settings control that? Also can representations be generated in bulk afterwards?We're in a place where some items have representations, other do not: Sending them individually to WVS worker generates most of them but it's manual labour... b) How do you set up the background in CAD and viewables generation on WTParts? In my case visualization on WTPart appears as expected because WTParts of backgrounds are not generated and do not participate in structure. However Creo View viewables (thumbnail and open in Creo View) contain 1:1 CAD default master representation which is undesirable. Any tips appreciated! Best regards,Tom
Hello All,I want to get the AddressedBy2 links from CN &CR which API I can use it?Thanks.
Hello People, I want to explore Modules option in Variant Specification. Could anybody tell me how to create a Managed Variant Specification, as I could not see the Modules tab in a normal Variant Specification.? Looking forward to your response. Thanks in advance.Sha
I am using Windchill PDMLink Release 11.2 and Datecode with CPS 11.2.1.8Users unable to perform any operation in windchill. Search, create objects etc. Error in MS is tandardRequestDispatcher.dispatchRequest :: Runtime failure(s)java.lang.NullPointerExceptionat wt.access.AccessSelector.getQuerySpec(AccessSelector.java:346).Also if we stop a MS process, it is unable to come up with errorNullPointerException
Hello Everyone, My requirement is to migrate the custom objects which is not able to do using WBM tool. This Migration is in 12.0.2 version and Windchill - Windchill Migration. Hope any one of you help me to answer my question. Awaiting for your response 🙂
Folks,I have a customer who has many groups configured in their Active Directory but wants to filter Windchill access to just 5 of the groups. They have one group currently defined in <Runtime Service Name>.windchill.mapping.user.filter. Per Article CS24211 I edited app-Windchill-AuthProvider.xml and added the 4 new filters. But that article does not mention how to update windchill.mapping.user.filter for multiple filters. (I commented on that article to have them add in the missing info.) I see that there is an Edit button on that Property. I'm looking for what syntax I need to add the other filters. What is the delimiter between filter "memberOf" entries? A [Return}, comma, space or semicolon? Thanks,Mark Plimley
HI, I have around 100 parts create in PLM, which will have individual attachments. Is there anyways i can add easily instead of editing each parts and attaching the document ?
Screenshot is just for example.Below is the scenario :There is a group named PLM_Deactivated users Under members, there are columns named Name,, user name, email , last name and distinguished name Here, I need to add two more columns. Is that possible, If yes, how? Thanks in advance
Hi, I wrote a SELECT statement that basically queries all Change Activities for all Change Orders (please ignore the * selector for now):SELECT*FROM WTCHANGEORDER2 INNER JOIN INCLUDEDIN2 ON WTCHANGEORDER2.branchiditerationinfo = INCLUDEDIN2.BRANCHIDA3A5 INNER JOIN WTCHANGEACTIVITY2 ON INCLUDEDIN2.BRANCHIDA3B5 = WTChangeActivity2.branchiditerationinfo Now I would like to convert this to a Windchill QuerySpec.What I am trying to do is to get attributes for both the Change Activity and the Change Order. For now I used the * selector but I would like to select attributes from WTChangeActivity2 and WtChangeOrder2. As of my intuition, you need to specify an "output" class for your query spec, so what class or type those objects from the Query spec belong to but in my case this would be mixed because I need attributes from both types. Is there a way how I can do this or do I need to split my query up (i.e. first query all Change Orders and then query all Change Activities
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.0Not able to create a new OIR. Throwing error, Added screenshot
I think one of the first exercises when customizing Windchill is making use of Queryspec API to search for objects in the database. Given a number string, find me the Parts that match and do something with them. If we are taking input from the browser, what consideration must we do so that we do not open ourselves up to SQL Injection? Does the API already handle this for us internally? Given that I am providing the where clause a string value directly from the user's input, how do we make sure it does not contain another SQL statement? Is that where its done, checking before adding to where clause? I know that we can put checks on any exceptions that are thrown from bad input that can expose data. Just curious where developer's responsibilities lie and what PTC has already handled.
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.