Windchill
Recently active
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS19i have created two step wizard but length of 1 step wizard to 2 step wizard is very less how can we increase that length (1--2) after 1st step wizar 2nd step is very near
What is bac? Can it use to update windchill
How many language windchill support
can we pass distinct in windchill rest services expand queryMy input query is let expand="Components($expand=Part($select=ID,Number),PartUse($select=ComPolarisindPolarisIndustriesEngineeringSequences);$levels=max)"; how to get distinct of Number?
Hi, Is anyone aware of how to programmatically attach the files (xml, txt) etc to the CAD Attachments section?? Thanks
This is regarding article CS241241. In one of our usecase, we had to increase the propertie TreeChildNodeFetchTimeout from 1800000 ms to 5400000 ms. Do we have to check some others software parameters or physical configuration to avoird any issue, like any memory leaks ? What are the consequences of such change. Thank you in advance Windchill PDMLink 12.0.2.8
I am using Windchill PDM Link Release 11.1 M020-CPS16. When I create a Part with the "New Part" button, at the bottom there a option to create a CAD Document. Number and Name are automatically set on the CAD Document Tab. Although, I have Attribute1, which on Type and Managemente Attribute has the same internal name for WTPart and EPM Document, that is not being set. My question is, is there a preference or way to set this attribute on my wizard? Or this functionality will need a customization?
Is there a report or another process to see that all parts in all VC groups have been consumed in parts list. the parts lists are added to the publication structure.
For the multi-CAD users here that use NX, has anyone tried connecting NX Viewer to WGM?
Hi, me and my team is working on a design. while opening the assembly, i got this error always. how do i rectify this on my computer/server?
I am using Windchill PDMLink Release 11.1 and Datecode with CPS M010-CPS02I have been asked by our business to provide them with the capability to reassign workflow tasks to another user. They asked for Product Manager role membership at first but we would first like to see if this is a permission that can be granted granularly rather than giving the full role membership. I have already researched this and found that it cannot be done due to this functionality being hard coded into the Product/Project/Library Manager roles and the Site/Org Administrator groups and is not on the list of available actions in the "Configure Actions for Roles" app in context Team management. However I've read an article that seems to suggest that it can be done in Windchill 12.1. The article URL is https://www.ptc.com/en/support/article/CS394511?source=search&source=copyurl where it clearly states that the "Reassign Task" action can be granted within the "Configure Actions for Roles". Please confirm or
Hi Community,like the subject my question: is there a Training video for Full track change management? Regards
I am using Windchill PDMLink Release 11.2 and Datecode with CPS 11.2.1.0configuration file vaultHere are the errors that I faceddoest exist after mount validation
Hi Community,I need to understand Navigate SSO in detail. I am following through ptc support article but need to confirm: Can we configure ThingWorx Foundation authentication separately with SSO and for Navigate keep fixed authentication with Windchill?Our use case is to display 3D documents from widchill to ThingWorx to priveledged users only. Regards,Sid
Friends,Any presentations available for understanding Options & Variant Capabilities of Windchill (10.1 / 10.2)?Thanks,Ravin Kayasth
Is there a load file to rename a group?I didn't find any handler from csvmapfile.txt
I have some script that has been working for months... String varName = <some text>;String varDesc = <some text>;<some code>wt.change2.WTChangeRequest2 cr = wt.change2.WTChangeRequest2.newWTChangeRequest2();cr.setName(varName);cr.setDescription(varDesc);<more code>cr = (wt.change2.WTChangeRequest2) wt.fc.PersistenceHelper.manager.save(cr); The result was a new Change Request with my preset field values for my business case. As of today, this code fails on the cr.setDescription() call with the following message: Message: Resource bundle/Message key = wt.introspection.introspectionResource/21 I haven't found any reason or solution yet... but I am assuming someone has. Anyone have some ideas?
There was a thread on this from ~10 years ago (here) and I'm sure things have changed for the better since then. Is there a way to autoassociate CAD to a soft type of a WTPart in certain contexts? I have 2 subtypes of WTParts and one is set as the default on CAD associations. In one context, I want the other one to be the only WTPart type going in. I tried adjusting the preference for that context (Operations/General/Custom Modeled Part Class and added my WTPart internal name there) and I tried adjusting the OIR to enable only the subtype I want AND in the OIRs calling out wt.part.WTPart|my custom part internal name. Still, it auto-associates to the default.
Is it possible to display name/number of drawing on a Change Notice? If so, is it possible to provide a link to drawing in the email, in the instructions?
let expand="Components($expand=Part($select=ID,Number),PartUse($select=ComPolarisindPolarisIndustriesEngineeringSequences);$levels=max)";let Json = Things["Polaris.Windchill-Odata-Connector"].GetPartStructure({$expand: expand /* STRING */,ID: PrevOID /* STRING */,$select: undefined /* STRING */,NavigationCriteria: undefined /* STRING */});Iam using the above code in thingworx to fetch windchill data for the oid. I have to compare data of two different oid. Is it possible to fetch the partnumbers which is present OID-1 but the same partnumbers which is not present in OID-2 in single API call???
We are using CATIA and Windchill WGM. We are getting duplicate (phantom) parts in upper level assemblies. Sometimes the parts are (exploded) as far as position, other times they are in the correct location, just duplicated. They are always "products" list as a child of a "part". The part is 98% of the time some piece of hardware. (rivet, flow drill screw, spot weld). I know that deleting the "product" one level above the problem "part" and then re-inserting the product into the assembly, seems to graphically fix the issue in the upper level assemblies. I know that opening a sub-assembly in a new window shows the geometry correctly. (at least graphically) I have reason to believe that even though the sub-assembly opens graphically good, Catia still recognizes the exploded parts. The exploded parts show in the product structure of the top level assembly but do not show when opening the lower level assemblies. Anyone have any resolution?
Hello, I am trying to set OIR for a WTpart.I want to get the name from an Enumerated List assigned to an attribute GROUP.When I create the part I get is the Internal name of the attribute (see part of the code bellow).My question is how I get the display name of that attribute. ......<AttrValue id="name" algorithm="wt.rule.algorithm.BooleanBranch"> <Value algorithm="wt.rule.algorithm.EqualsTest"> <Attr id="genericType"/> <Arg>variant</Arg> </Value> <Value algorithm="wt.generic.rule.VariantNameGenerator"> <Arg>{GEN:wt.enterprise.SequenceGenerator:variantnameseq:20:0}</Arg> </Value> <Value algorithm="wt.rule.algorithm.StringConstant" <Attr id="IBA|GROUP"/>&nb
Hi All I'm getting the below errors logged while publishing though my publishing is successful. Please help me understand how to resolve this or the only way is to provide the access to the user? DEBUG [PublisherQueueXXX.PollingThread] wt.access.evaluation.report:2814 Administrator - "xxx" does not have Delete permission for "EPMDoc Config Spec - wt.epm.EPMDocConfigSpec:10593701025" in Administrative Domain "Site /User". DEBUG [PublisherQueueXXX.PollingThread] wt.wvs.viewmarkup.StandardViewMarkUpService:352 Administrator - ViewMarkUpService: Error postStoreDerviedImage (wt.access.accessResource/19) wt.access.NotAuthorizedException: ATTENTION: Secured Action. You do not have the necessary authorization for this operation. Contact your administrator if you believe you have received this message in error.at wt.access.StandardAccessControlManager.hasAccess(StandardAccessControlManager.java:11084)at wt.access.StandardAccessControlManager.checkAccess(
I've read that baseWhereClause can be used to filter objects in pickers. https://www.ptc.com/en/support/article/CS25075?source=search I added the clause to 'AddAffectedData' jsp in the server, but the UI is still returning objects in all states, the state.state = PRODUCTION filter is not being applied.
Hi All, Hi @HelesicPetr I have a Data Utility were I process the attribute values using the gatDataValue(). But the data utility does not get called for Common Attributes(allNonSchemaNonClassificationMinusClassificationRefIbas) in a WTPart. If the attributes are listed maybe I can assign the selector in the Layout attribute properties but for Common Attributes the attributes are not listed but I see just one cell with value "allNonSchemaNonClassificationMinusClassificationRefIbas". Can anybody help me know why?
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.