Windchill
Recently active
Reference from topic Hello @bp_01 , Did you got answer to your above post ? I am also looking for same now and still not able to get solution. if you have got the answer, can you please share implementation steps ? Thanks
Version: Windchill 12.1 Use Case: In Promotion Request workflow, check if any of the promotables are WTDocuments with URLData as primary content. If yes, send a notification to a specific groupDescription: In a promotion request workflow, I'm trying to check if any of the promotables are WTDocuments with URLData as primary content and if so, send a notification to a certain group. The only method I've found to possibly allow me to do this is getURLData, which returns a Vector. Below is the code I've tried in a Conditional node in the workflow. Testing by promoting a Document that's content is a URL, it returned result = NO wt.maturity.PromotionNotice pn = (wt.maturity.PromotionNotice) primaryBusinessObject; wt.fc.QueryResult queryResult = wt.maturity.MaturityHelper.service.getPromotionSeeds(pn); boolean isUrl = false; while (queryResult.hasMoreElements()) { Object obj = queryResult.nextElement(); if (obj instanceof wt.doc.WTDocument
Version: Windchill 13.0 Use Case: I have a query that can return thousands of results but only need to see the first 10 to 20 based on sort order. Description: I can return the top 10 results in TSQL with:SELECT TOP 10 {column} ... ORDER BY {column} DESCCan we do this with Query Builder?
I am using Windchill PDMLink Release 10.1 and Datecode with CPS M030 on Sun Solaris platformWe want to upgrade to a latest Windchill version which will be compatible on RHEL 8x or RHEL 9x.Need suggestions on what can be the viable / possible Upgrade options for this Windchill application.
Version: Windchill 12.0 Use Case: Integration with Jasper StudioDescription: Following the steps in Authoring Jasper Report Using Report Template After completed step 12 I get this error InvocationTargetException If anyone has experience with this integration or knows how to resolve this issue, your assistance would be greatly appreciated. java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source) at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source) at net.sf.jasperreports.data.provider.DataSourceProviderDataAdapterService.getProvider(DataSourceProviderDataAdapterService.java:93) at com.jaspersof
Version: Windchill 12.1 Use Case: I have two version of WC installed on my machine. but only one instance is running.Description: when i want to run previously installed instance of WC, i run respective http server and WC shell to start that instance. but it will start running latest one only.is there any way to run both version of WC on same machine?
Hi Guys,Whenever we can use save as an option from the library can we set it as a default "re-use" automatically, i found a .frm format automatically excluded. Can we do the same thing? Regards,AJ
Version: Windchill 11.1 Use Case: Managing MS Excel with Windchill DTIDescription: before upload, a field has the attribute wc_versionafter downloading the DIT from the object. the cell value is no longer wc_version but has the wc_version value of the attribute.Any idea how this is happening or how to prevent it?
This is view More Attributes Info Page Layout on a WTPart.Can the attribute title be displayed in single line? without wrapping to next line."Package Description" as two continuous words?
Version: Windchill 12.1 Use Case: get rid of scrollbars in text areaDescription: This is a String attribute of limit up to 500 characters on a WTPart.this field has to be editable, so do not want to make it read-only. Can we get rid of the scrollbar?
I am using Windchill PDMLink Release 11.1 and Datecode with CPS M020-CPS24Some of the users in one of our Contract Manufacturers can see items that are in the middle of changes (In Work, Prototype In Work, etc.) in Windchill. We do not want that, only those that are released and locked down.I have different group access settings for some of the users and I was wondering if you could tell me which groups they should and shouldn’t be in to prevent this. Or maybe it is a setting somewhere else I need to change?Thanks,Pam
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.
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.