Windchill
Recently active
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?
After performing Save Bodies in SOLIDWORKS, the new/derived files does NOT appear in the workspace table of WGM However, the files can be found when browse using File Explorer The files will only appear if they are opened and saved again manually What might be causing this issue? Edit: The same issue also happens when performing a Save As Copy
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.4Attribute mapping is configured in the CAD document. The attributes in the model can be mapped to the CAD document attributes normally, but cannot be mapped to the parts associated with the CAD document.What is created on the part is not an IBA attribute, but an MBA attribute. The internal name is consistent with the one in the CAD document. --------------------------------------------------- Translated the text from Chinese to English using google translate. Subject: CAD属性无法映射到部件MBA属性中Body: 在CAD文档配置了属性映射,模型中属性可以正常映射到CAD文档属性中,但是无法映射到CAD文档关联的部件中。部件上创建的不是IBA属性,是MBA属性,内部名称和CAD文档中的一致。-By community Moderation Team.---------------------------------------------------
Hi All,Trying to achieve attaching published files to go as attachments on WTPart.Got some info need to use after loader method.Any inputs on using custom Java file for same.Thanks in advance. Regards.
Hi All,2 business divisions within my customer company currently using single/same Windchill instance.Now one of the business division has planned to get a separate Windchill instance, independent of current Windchill instance.I want to understand on how licensing works ,1. Can the current Windchill instance license be shared with new windchill instance? Is there any possibility?2. Or, a new set of licenses need to be purchased?3. How the license server is handled in both above scenarios? Thanks in advance Regards,Narendra
Not sure what I am doing wrong here but stumped on how to get the value to persist. I dont see the value in any of the method parameters (meaning if I select "No" in the drop down then nothing shows up in any of the method parametes aka BinaryLink, MethodContext, etc.) Not sure how this customization is supposed to work and the limited kb for this on ptc windchill help is not very helpful. Here is my github code. WCComboBox also I was trying to follow along to this :https://support.ptc.com/help/windchill/r12.1.2.0/en/index.html#page/Windchill_Help_Center/customization/WCCG_BusLogicCust_ChangeMgmt_EditAttrChangeRelTable_Step3.html#
Windchill UI cannot be set to Chinese, it is always English
How do I set the password validity period
Hello Guys, I am new to this forum and windchill as well. I am looking for data dictonary, defintion for field attributes and table level information. For instance:- Defintion of Product Code wrt to windchill and which table in windchill contains all mBOM related infromation etc.. I would appreciate if you could help me with this! Thanks Puneeth
We have a tab that shows part instances (serial numbers). When I revise the instance so that it matches the current state of the wtpart (Rev from - to B for example), the part instance tab will show the same serial number and list both revisions. Is there a preference to only show the latest?
There was a past thread with a similar topic here. I felt my ask was a bit more nuanced so... We have Creo and NX files. They both, unfortunately, end with .prt for the CAD models. In the library, there are a large number of Creo family tables that are of standard things like nuts, bolts, o-rings, etc. I'd like to add in the equivalent models in NX. The idea is that our NX models can consume NX library parts. Creo models can consume NX library files (assuming CS134024 compatibility is observed). So it makes sense that library files in general are in NX since Windchill doesn't do multi-CAD the other way around when Creo is not the driving CAD (i.e. NX cannot open and consume Creo files through it's "native" WGM Windchill interface). So now, I have a WTPart with a name and number driven by the Creo CAD. I'd like to have my NX CAD auto-associate to the existing WTPart but I can't have the number and file names be the same as the Creo. The filename can be differen
Hi All, Consider I have CAD document ABC--> 3.5, ABC--> 2.4 and ABC-->1.1I need to fetch all three versions of CAD document along with representations for every version. I am using /CADDocumens rest API and I am expanding "AllOlderVersion" service . for ex: expand: AllOlderVersion($select=AuthoringApplication,ID,VersionID,Name,Number,State,Version,Category,TypeIcon),Representations($filter=DefaultRepresentation eq true;$select=ID,CreoViewURL). If I do this, I am getting representation only for the latest version. But I need representations for all the versions. How Can i achieve this ?
When a promotion request is submitted by a user, it sends the following message to a group of approvers. What I would like to do is add some text to the top and bottom of the sent message, stating that the email is UNCLASSIFIED. You have been assigned a Approve Promotion Request . Instructions: You have been selected as an approver for this promotion request. <PBO to be approved>1. Review the object displayed. 2. Review the promotion request. 3. Enter comments in the Comments text field below. 4. Click Approve, Reject or Rework. 5. Click Complete Task to advance the promotion request. Requested Promotion State: Draft Process Initiator: <Submitter> Due Date: Role: Approver Assignee: <One of the approvers> Product Name: <Context
am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.2 How to delete a project in progress Here are the errors that I facedUnable to delete project tag that has associated workspace: EPMWorkspace Translated by the Community Moderation using Google Translate ----------------------------------------------------------------------------------------------- I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.2如何删除正在进行中的项目Here are the errors that I faced无法删除项目标记,该项目具有关联的的工作区:EPMWorkspace
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.1.0 We are planning to perform a revaulting operation to move approximately 820GB of Oracle BLOB vault data to the Master Vault. I would like to request support for revaulting work. ------------------------------------------------ Translated the text from Korean to English using google translate. By community moderation teamBody: Oracle BLOB의 820GB 가량의 Vault 데이터에 대해 Master Vault로 옮기는 Revaulting 작업 진행을 하려고 합니다. Revaulting 작업 지원 요청드립니다. ------------------------------------------------
I'm passing WTPart roleA(parent) object in a query of UsageLink object i'm getting roleB(child) objects.Here the roleB objects which I'm getting are the WTPartMaster..How can I get the actual Iteration of child object which has been attached to parent part??Thanksvignesh
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.