Includes: Windchill API, Windchill REST Services, Info*Engine, UI Customization
Recently active
How to remove all the link between part and CAD object linked to it using a class, taking input as part numbers and then remove all the links.. Links including owner, Image, Contributing Image and Contributing Content.Please suggest
I need to copy BOM of a particular version to the latest version with same attributes of child parts. please help.Thanks
We are a new windchill customer (one year) and wish to utilize stamps in the creoview markup tool. I wish to have all the stamps available to the entire windchill community. How can this be done?Mark
I have to set state of some wtpart to released of a particular view. currently have 2 views but while getting the latest version of a wtpart, it will retrieve the part of a particular view,for Example. xxxxxx have Design and Technological view and I want to change state of design view to released (remember both views have same version and iteration).but it always give me Technogical view as latest. Thus unable to change state of Design view. please help
Hello,I'm designing a workflow that will send out notifications at specific times post-due (i.e. 10 days late, 15 days late, etc.) and I'd like to end this workflow if the revision process for the specific WTDocument has started (i.e. AA.4 -> AB.1, so the AB revision exists in Windchill). However, within a workflow for a specific revision of a WTDocument, I'm not sure how to query for the "latest revision" of the PrimaryBusinessObject since I believe this will only return the revision of the document that initiated the workflow. Any thoughts? Perhaps I've misunderstood something very simple.Thanks!
Hi.How can i register my own ObjectFormProcessorDelegate for some windchill OOTB ObjectFormProcessor?I can't find any example in customization guide.I need to add some code to run on com.ptc.windchill.enterprise.part.forms.CreatePartAndCADDocFormProcessor.postProcess step.So i need add my ObjectFormProcessorDelegate to CreatePartAndCADDocFormProcessor.createPartProcessor.How can i do it?Thanks.
I Have Created Subtype as Try1now i want to apply OIR to this sub-type only what objectType we should give in OIR@
Hi, we have a trial version of Windchill 11.0 and need to get it up and running. When we go to create the database we are not able to due to the fact that it does not recognize the DBA's credentials. Does anybody happen to know of and tricks that we might have missed, I have read multiple articles and instruction guides on this and everything points us into different directions.
Hi,I want to know how to find CAD Documents linked to WTParts using different types of link using API's.
Hello Everybody,How to get the Get-Properties webject to retrieve the xxxxxx.verbose property from the wt.properties file?Currently, I create tasks have several System.out.println() statements that output information to the Method Server window and log. This is desirable during development, when we frequently need to debug code. However, in production this can slow the application, waste disk space, and make the logs less readable. Instead of deleting the output statements entirely, it would be nice if it could be switched on and off using a wt.properties entry. How i can enhance the task to only execute the System.out.println() statements if the wt.properties entry xxxx.verbose is set to true.
Hi,I am trying to retrieve BaselinedPlan object using the OOTB api but when I try to get object it throws me class case exception. can any one tell me which API i can use to retrieve BaselinedPlancode using:PlanActivity pa = getPlanActivity(activityName, proj); // get PlanActivity ObjectReference objRef = wt.fc.ObjectReference.newObjectReference(pa); com.ptc.projectmanagement.plan.baseline.BaselineHelper.service.getActiveBaseline(objRef);Error Message : Caused by: java.lang.ClassCastException: com.ptc.projectmanagement.plan.baseline.BaselinedPlanActivity cannot be cast to com.ptc.projectmanagement.plan.baseline.BaselinedPlan
Hi Folks,I want to checkin (PDM Checkin) WTObjects from Project Link to PDMLink. using API - SandboxHelper.service.Checkin(WTKeyedMap,String). But unable to figure out what parameter we have to givein. I didn't find any example or help in PTC user site so looking for answer in community site 🙂We can do PDM Checkout, undoCheckOut and sharing with Sandboxhelper API successfully but not able to do checkin.Thanks in advance.Rahul Dixit
Hello ALL,I hate to be lazy, but my search to date, hasn't produced much.I am not much on windchill listeners, but my current need is for a listener that checks a server/shared folder, for a file with a specific name.Maybe every 5 minutes or such. Then as soon as it finds that file, it starts/initiates/initializes/? a workflow.I hope the listener area isn't as limited as the business rules are...4 ootb or lots of coding....lolThanksLarry Jettdatajett@aol.com
Hi I need to create a form, so you can insert information about a document however I don't know where can I find information.
Product and Library icons disappeared from the Navigator, only the Recently Visited icon is visible. The Organizations and Site icons are visible too if logged in as organizations or site admin. Any ideas please?
Hello,Is it possible to download file/document from Windchill using REST API? If you have some example, please share it here.Thanks.
import bom failed , please help me2016-11-11 14:42:19,667 INFO [DataSource Task Executor-3069] wt.system.err wcadmin - (wt.ixb.publicforhandlers.ixbResource/UNIT_HAS_TO_BE_EACH) wt.ixb.publicforhandlers.LogHelper$IxbException: 把σ竚度ぉ虫琌–箂ン2016-11-11 14:42:19,667 INFO [DataSource Task Executor-3069] wt.system.err wcadmin - at wt.ixb.publicforhandlers.LogHelper.userError(LogHelper.java:225)2016-11-11 14:42:19,667 INFO [DataSource Task Executor-3069] wt.system.err wcadmin - at wt.ixb.publicforhandlers.LogHelper.userError(LogHelper.java:561)2016-11-11 14:42:19,667 INFO [DataSource Task Executor-3069] wt.system.err wcadmin - at com.ptc.windchill.ixb.importer.bom.BOMSheetImporter.validateRefDesigAndQuantity(BOMSheetImporter.java:833)2016-11-11 14:42:19,667 INFO [DataSource Task Executor-3069] wt.system.err wcadmin - at com.ptc.windchill.ixb.importer.bom.BOMSheetImporter.validateSheetTypeAttributes(BOMSheetImporter.java:673)2016-11-11 14:42:19,667 INFO&nb
Hi all,During the installation of the Windchilll System we set the Organization Internet Domain Name to the wrong value: test.ext.com and all the new types that we create have the internal anme test.ext.com.NewType. Is there a posibility to change this so that the internal name is "ext.com" for example, when we create new types? Thanks, Alex
HiI have code to extract data in Excel Format on Windchill server .Now i want a Client action to Open or Download the generated file content(Excel files).Please share if you have some examples.RegardsRakesh
Is there a way to add a list or table of affected objects to a change notice email notification?
Hi,i have used,Process p = Runtime.getRuntime().exec("cmd /c \"start sqlplus system/manager && CREATE OR REPLACE DIRECTORY export_dir AS 'E:\';\"");application connected to oracle database successfully using command sqlplus system/manager. but second command CREATE OR REPLACE DIRECTORY export_dir AS 'E:\';does not work as shown in Image attached. Plz let me know how to execute multiple commands on cmd.exe one by one . Please check syntax to run multiple commands in Process p = Runtime.getRuntime().exec("cmd /c \"start sqlplus system/manager && CREATE OR REPLACE DIRECTORY export_dir AS 'E:\';\"");ThanksManoj
Hello AllIn Windchill 10.1, i am trying to open a part / assembly in Creo view.When the creo view tab opens, its shows an error "This visualization is marked out of date"And when i click continue, nothing happens, only blank screen.Please provide me solution for this problemThank youRegardsSumeet
I found list of Windchill REST Endpoints on my server here: http://myserver.com/Windchill/netmarkets/jsp/restapi/index.htmlThere is POST method "First Stage Content upload". Model and parameters are discribed on picture bellow:Can I with this POST method upload file from my server to Workspace on Windchill server?If yes, what parameters I must specify in request? Thank you!
Hello,Add/Edit Attachment UI needs improvement. Need to avoid accidental removal of attachments. A lot of people click on ‘Browse ‘ button instead of ‘new local file attachment‘ to add another attachment. This always causes problems as the existing attachment gets lost. Additional training has not solved thisPlease vote this up!!
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.