Windchill
Recently active
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS19Using the embedded IE browser, the detailed information page is blankCreo6.0 WGM using an embedded IE browser, the detailed information page of CADDocument or Part is blank。------------------------------------------ Short test translated from Simplified Chinese to English using google translate by Community Moderation team.Body: 使用内嵌IE浏览器,详细信息页面空白------------------------------------------
Hello, I'm trying to create my custom Enum with Java code, so I created a class @GenAsEnumeratedType public class LayerEnum extends _LayerEnum { private static final long serialVersionUID = 1L; public static final LayerEnum LAYER1 = toLayerEnum("Layer1"); public static final LayerEnum LAYER2 = toLayerEnum("Layer2"); } Then I'm adding it as a property to my custom Part which is using it @GenAsPersistable(superClass = WTPart.class, extendable = true, properties={ @GeneratedProperty(name="layer", type=LayerEnum.class, initialValue = "LayerEnum.LAYER1") } , foreignKeys = {@GeneratedForeignKey(foreignKeyRole=@ForeignKeyRole(name="master", type=MyPartMaster.class))}) public class MyPart extends _MyPart { static final long serialVersionUID = 1; public static MyPart newMyPart() throws Exception { final MyPart instance = new MyPart(); instance.initialize(); return instance; } } The problem I encounter is that, when I try to create t
Hi Everyone,I recently faced one issue, how we can find who have been move the one file into a different context or domain? For Example, I maintain the standard format like .frm, and .prt(template) in the library, and someone moves into the product to use in some model. How we can find history who is done that? Please share the doc or video to understand the way to find out. RegardAmir
Folder structure for our product:Design Manufacturing Design Engineer creates part in Design Folder. MBOM Creator open the part in Manufacturing Associate Part Structure Browser (MPSAB) and then creates a New Downstream Branch of the part. The default location for this is /Default of the Product which can be changed manually by browsing to required location. We want to change this Default location to /Default/Manufacturing. Please suggest steps.
HiWe have an offer for a large plotter (A3->A0) that prints in colour and I was wondering if it was possible to publisch only large drawings (e.g. A1 format) automatically to colour where the smaller formats (that do not need clarification by colour) on monochrome ? We like to avoid publishing all to a colour pdf as we have some black/white printers for small formats and the bright colours do not print so clear there.
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.2I want to listen on an WTPart action for "Actions-> Edit Common attributes". I am able to listen to event "PersistenceManagerEvent.UPDATE" and object type WTPartMaster. But i am facing the issue that this event triggers on every CAD check-in.I am not able to differentiate the event on action and check-in. Is there any way to difference the event ?
We have got aprox. 500 jobs failed to publish with bellow error in worker log. Job LogJun 27, 2023, 9:44:24 PM:Start Job: PUBLISHJun 27, 2023, 9:44:24 PM:make temp dir /var/wvaults/pubtemp/publish1432273868708521802.tmpJun 27, 2023, 9:44:24 PM:Job unable to locate object to process: OR:wt.epm.EPMDocument:701282179Jun 27, 2023, 9:44:24 PM:End job (with error): PUBLISHJun 27, 2023, 9:44:24 PM:remove temp dir: /var/wvaults/pubtemp/publish1432273868708521802.tmp Can someone help tp resolve this issue?Please find attached file for error
Hi Everyone, We know when we associate we set the type manually - Owner, Contributing Image, Image & Content. But I have a doubt about how we can find which one is the Owner because I checked the info page in both WT & CAD data is shown it's the Owner. I don't know if it's the correct way to find it. Please find the below attachments.
Hello everybody, I have got a question related to the iteration scheme in windchill. Is there a way to auto (during release process) delete all old iterations and set the latest iteration to number 1? Thanks in advance! kind regardsChristian
Hi,I am getting warning message(No Enumeration type exists with "update_checked_out_parts as its internal name") on Import Job Monitor Wizard and not showing any running job.PFA. Thanks
Our Windchill PDMLink is currently using ADFS for the SSO. But our company is switching from the ADFS to PingOne (or Ping Identity) to be the new IdP serving the SSO.Has anyone of you are using the same PingOne or PingID for your Windchill SSO authentication? I have opened the TS case to PTC, but they said they have no experience with it. This is odd, as PingID is very popular and commonly used in the industry.
Is there a way to notify specific user or group of users if the number of failed jobs in queue passes a defined threshold in WVS jobs monitor queue
I need some specific part properties in windchill search window. to check the part source i need to check by clicking the engg part of each file. it is taking more time. is there any option to include part properties in search window? it will reduce the time and i can export the report. please revert back if any options available.
I am using Windchill PDMLink Release 11.2 and Datecode with CPS 11.2.1.0Not able to designate Line number and Find Number parameter with Windchill.
Hello Experts What are views in Pdmlink? Are these similar to "Bom" views in other PLM systems? I can see the same Part can be in both views with same item number and revision. On a side note, the Rest Api doesnt seem to have a filter on View Thanks
Hi,we think about generating custom jobs to create viewables for latest items that don't have one. Alone the "geneate jobs-job" runs a couple of days (testsystem) and would block users from productive work as the cad worker runs full. Is it possible to abort these jobs? Our plan would then be something like:Stop publishing queuesRun latest-no-viewables-JobAbort latest-no-viewable-Job (after e.g. generation of 5k jobs in the queue)Filter queue (remove .drw, .asm etc.)Start publishing queuesRegards
ListUnreferencedFiles:Diagnostic task computes the storage space occupied by unreferenced files in the system. To remove these unreferenced files from the system, follow the instructions provided in the "Maintaining Your Vaults" section of the Windchill System Administrator's Guide. can you guide me step by step on how to remove un referenced files Tue 6/27/23 18:55:35: at java.lang.Thread.run(Thread.java:745)Tue 6/27/23 18:55:35: Task failed.Tue 6/27/23 18:55:35: com.ptc.windchill.upgrade.updates.UpdateExecutionException: Error executing IncrementalUpdate Unreferenced Files Report (#ListUnreferencedFiles)Tue 6/27/23 18:55:35: Nested exception is: (com.ptc.windchill.upgrade.updates.directives.directivesResource/39) com.ptc.windchill.upgrade.updates.DirectiveExecutionException: Method server code wt.fv.ListUnreferencedFilesDT.executeDiagnosticTask failed. See nested exception for detailsTue 6/27/23 18:55:35: Nested exception is: (wt.pom.pomResource/10) wt.pom.Persistence
When creating a CustomTableBuilder with "return new WTArrayList(PersistenceHelper.manager.find((StatementSpec) querySpec)" for the OOTB Default tables, am I able to add custom columns and how? The question aims to the return value not the TableConfig and ColumnConfig, but rather how to fill the columns.
Hi All,I need to make Template attribute mandatory which is present on Create Change notice Wizard ? How I can do that.PFA.
I am looking to mass set effectivity (Date Effectivity) across my system. Is the correct API the following?wt.effectivity.EffectivityHelper.setEffectivityTarget(wt.effectivity.Effectivity effectivity, wt.effectivity.EffectivityHoldereffectivityHolder) I would provide a version of a WTPart (holder) and an Effectivityinstance (WTDatedEffectivity), assuming that this method does the storefor me. Another question, would I be responsible for providing the proper enddate when creating the WTDatedEffectivity? For example, if I had a partwith multiple revisions and I was setting effectivity on all of them,when I apply the effectivity to version B after A was defined asopen-ended, would it update the end date of A to the start date of B?
Hello,I have a question about the "Remove from Cache" and "Purge Paticipant Cache" actions on Windchill's Participant Administration menu.If I execute those actions, what will the consequences be?Does the user's workspaces get cleared out?
Will ChatGPT AI Revolutionize Engineering and Product Development? Here’s What to Know. I was just reading PTC's blog post on potential impacts of ChatGPT on engineering. This is all moving very fast, years have been reduced to months and weeks. Just a few weeks back I was seeing a flurry of posts and youtube videos on PrivateGPT: How to create a private ChatGPT with your own data It got me thinking of how this can impact search. Assuming you had compute resources to ingest all your data and documents inside of Windchill, what could you ask it? The Windchill data model and relationships would not be terrible difficult for an AI to learn combined with the LLM you would train from the content, having the ability for a user to interact in a natural language to mine the system would be a game changer. Users struggle understanding the complex relationships between objects and as administrators we spend our time making the interface and system blend those things
Getting garbled code when using API to obtain form information
Hello all, I want to create a dropdown selection menu from which I can set the association type for my parts in one go. I have attached an image of my requirement. How can I ? please help. Br,Sandeep C.
Hello dear Community,lately I have encountered a problem while creating a promotion notice on a WTDocument. To further describe my case: I am using Windchill Version 12.0.2.1.In the 3rd step of the Create Wizard of the Promotion Notice, the user has to tick at least 1 user for each custom role: "Genehmiger", "Work Instruction Genehmigung" and "Work Instruction Info". To ensure that he does so, I have implemented a Validator. The Problem: The User ticks one WTUser for each role, like he should, so the Validator should not throw an error message.The Validator throws an error message.The User unticks his previously ticked WTUsers and ticks them again.Now it works just fine and the Validator lets him complete. In the Validator Class, in the Method "validateFormSubmission", I am retrieving the ticked WTUsers by iterating uiValidationCriteria.getParameterMap(); While debugging I have noticed that the parameterMap misses some Role-User-Param
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.