Windchill
Recently active
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
Hi I created a query builder for Latest BOM with first level child parts. In that the WTParts where the view was converted from Design view to Manufacture view which are not fetching in the reports( For example: WTPart which are in Revision C.1 (XYZ C.1(Design)) Design view and that object changed to Manufacture view at Revision B.3(XYZ B.3(Manufacture)) these kinds of objects are not fetching in reports.) so that in the above code can you modify and add a criteria for fetch the latest manufacture view objects for child parts? Separated from topic - https://community.ptc.com/t5/Windchill/How-to-get-actual-Iteration-version-of-WTPartMaster/m-p/291051#M34182
EPMReferenceLink is Object to Master (i.e. Drawing to PRT/ASM) . whenever drawing is getting linked to PRT, windchill will not store revision for PRT in DB.For Business Use case I want to get the version and iteration for PRT from EPMASStored to derive lifecycle state for PRT from DRW revision.
friends, My current windchill version is Windchill 12.0.1.1.However, there is no thingworks or codebeamer compatible with this version.Windchill version upgrade is difficult butIf I want to upgrade WIndchill to 12.0.2.13, will it be very difficult?Do I need to change everything?For example, I use Work group manager. Do I need to update this for all users?
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS03Hello Team,While updating the CPS patch PSI is getting failedHere are the errors that I facedDEBUG 2023-10-18 18:04:57 - at com.zerog.lax.LAX.main(Unknown Source)DEBUG 2023-10-18 18:04:57 - Exiting with return code -1DEBUG 2023-10-18 18:04:57 - Installation AbortingDEBUG 2023-10-18 18:04:57 - The following 2 logs contain information that may be useful for diagnosing installation problems. Include them in your support requests. Shutdown the installer before accessing any logs to ensure that they are up to date.DEBUG 2023-10-18 18:04:57 - - D:\ptc\Windchill_11.0\Java\installer\logs\JAVASDK_PtcInstall.logDEBUG 2023-10-18 18:04:57 - - D:\ptc\Windchill_11.0\Java\installer\logs\JAVASDK_InstallLog.xmlDEBUG 2023-10-18 18:04:57 - The installation is aborting due to an unexpected error.DEBUG 2023-10-18 18:04:57 - D:\Installation Files\MED-61006-CD-110_M030_M030-CPS22-Bundle\Java_development_kit_(JDK)_for_windchill_11.0\Dis
Hello Windchill, wt.fv.uploadtocache - (wt.intersvrcom.intersvrcomResource/11) wt.wrmf.transport.WTTransportException: Signature from http://windchill.test.com/Windchill/servlet/WindchillGW, signed in "Tue Oct 17 20: 36:25 GMT+08:00 2023", received on "Tue Oct 17 20:43:15 GMT+08:00 2023", which has expired. Please try the operation again. If this error continues to occur, contact your system administrator. Looks like the signature has expired... Need help...😋 -Zhangyue Translated by the Community Moderation using Google Translate ----------------------------------------------------------------------------------------------- Hello Windchill, wt.fv.uploadtocache - (wt.intersvrcom.intersvrcomResource/11) wt.wrmf.transport.WTTransportException: 来自 http://windchill.test.com/Windchill/servlet/WindchillGW 的签名, 签在 "Tue Oct 17 20:36:25 GMT+08:00 2023" 上, 接收在 "Tue Oct 17 20:43:15 GMT+08:00 2023" 上, 它已过期。 请重试该操作。如果继续发生该错误,请与系统管理员联系。 Looks like the signature has expire
Hi, I am experiencing an error (as attached in the screenshot) when trying view the Document attached to the MPMStandardOperation on Windchill 11.1. Furthermore, this is happening intermittently using a non-admin account only however this error is not appearing when logged into Windchill with an admin account. Following is the snippet from the Method Server logs:Resource bundle/Message key = wt.vc.config.configResource/1(wt.vc.config.configResource/1) wt.vc.config.ConfigException: An element of the wt.fc.QueryResult"results" is invalid: all elements should be "wt.vc.views.ViewManageable" Would appreciate any suggestion, how to overcome this issue.
Hello Windchill,How to batch modify user information? For example, password, email address...I haven't found any similar actions on the interface... -Zhangyue
I'm working an FTA and the descriptions of the events/gates are larger than the text box that the program generates. It seems there's an intended operation to be able to resize the description box but when I click and drag the corners nothing happens. Is there a permission I'm missing? I've asked others in my organization about it and they don't have a solution. They seem as aggravated as me with the issue. Thanks!
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030 How to store the MBD information in catia digital model into XML after entering the PDM system Changke SCN: XXXXXXXXX Meng Xiangming Translated by the Community Moderation using Google Translate. catia数模中的MBD信息进入到PDM系统后如何存储到XML中长客SCN:XXXXXXXXX 孟祥明
I am creating a report listing task details.One of the columns in this report is for the "Completed Date" of a task.I need help implementing a condition for the "Completed Date" column. The condition is: If "Work Item.Status" equals "Completed" then populate the "Completed Date" with "Wf Assignment. Last Modified", else, leave "Completed Date" null/blank.How can I go about accomplishing this?Should I create two reports? If so, how do I merge the reports to see both completed and uncompleted tasks?Is this something that is done under the "Select or Constrain" tab or under the "Criteria" tab? TIA!
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.