Windchill
Recently active
Hi We have registered server from Creo. It has three workspaces. I observed a random behavior and could not also identify when it behaves like this. Once I click to change workspace from Creo by doing manage server, sometime external browser gets opened outside of Creo which I need to close twice or thrice before I could see changed active workspace from Creo . I am not sure when this happen as each time external browser for Wind chill is not opened. How to avoid this problem?
When searching for reference documents related to Windchill PDMLink, no results appear. Used: No keyword, Windchill PDMLink M030 (or all versions) and all document types. Returns no results. This needs fixed ASAP.
Hi Folks, Anyone know of a way to create link to the highest version of a primary content file? If not, how about a static link to the object itself? Perhaps post a link on a document: Create a JSP page that accepts a parameter (docNumber). Then it has to get the latest version (Released for Production) of the document by querying, from a URL for the information page and forward it to that URL.
Hi Guys, While executing the InvokeIETask with input parameter given in this Article: InvokeIETask/ExecuteIETask using the OData connector fails It is showing error: Unable to Invoke Service InvokeIETask on ptc-windchill-OData-connector : Your route exchange has failed. Service operation failed [http://pdm.demo.com/Windchill/servlet/odata/IE/InvokeIETask] with status [ - This task is not authorized for execution via HTTP. If you think you have received this message in error, please contact your administrator]. Validateconnection and Endpointlist are working. If anyboby know means let me know guys.
Hi Guys, I am using Navigate View 1.8. I am getting this error: [context: com.thingworx.webservices.context.HttpExecutionContext@67856339][message: Execution error in service script [ExecuteSavedSearch] in Application Log while loading mashup.
I have built one textbox, button and grid and binded with PTC-Windchill-Demo-Thing and service is Executesavedsearch and Listsavedsearches. I create a connector which is duplicate of Windchill-integration-connector. I am Navigate View 1.8 with fixed authentication. When i search part number in textbox which i build in mashup, It is not fetching data from windchill. I don't know whether i have connector to correct service or not ! I followed Advance Customization article in Help center to built the mashup. Help me if anyboby knows this issue.
How to create new documents from the templates of a specific library and attaching the newly created documents as related objects automatically when creating a new WTpart , Can anyone help me with this??
Hi All, I'm looking at an issue we have. Some users are collating copies of released drawings in PDF outside of Windchill because it's too much pain pulling a full drawing set from the products and Libraries. We have project Link but are restricted from using this externally. Does anyone have a similar issue and how have you resolved this? #Looking for ideas. Thanks in advance
HiAs we have attribute in windchill, we have parameter in Creo.... As far as I know, people maps attribute and parameter...Question is related to system attribute for cad file....one of the attribute is date created.value for the same is default date time at which one has checked in. can we change this from Creo parameter by any chance? Any other way is there to change this or not ?
A hypothetical has been lobbed my way and I don't have a concrete answer. We have 20 Contexts and Libraries. They all use a simple revision series; -, A, B, C, etc. The new question I've been asked to explore is whether it's possible to have one (or perhaps more than one) context/library follow a different revision series; -, -1, -2, -3, A, A1, A2, A3, B B1, B2, B3, etc. I feel like I saw something about this being possible some time ago, but I've yet to get any sort of useful results on the eSupport Portal for any query since PTC "upgraded" it awhile back. So, is it possible to have different revision series for different contexts/libraries? If so, where is this outlined?
Does anyone know of a way with (minimal to nocustomization) to have the system delete objects in the system that have been removed from the resulting objects table of a change task? Or maybe some way to efficiently search for all theseorphaned resulting objectsso they could more easily be manually deleted?My understanding of WC10 out of the box funtionality is that if I decided to revise an object into the resulting objects table of the change task the next rev of the affected object (let's say B) is created in the system and displayedin the resulting objectstable. If I then decide I will not be making a change and do notneed to revise that object toB and removerevB from my resulting objects table, Rev B still exists in the system. I need to find some relatively efficient way of deleting those objects from the system without customizing the system to do it automatically.Any ideas would be appreciated! Thanks!
We use Creo 4.0 M070 with Windchill 11.0 M030-CPS13. The problem occurs when the user is not working for a certain period of time (for example 1 hour). During the period of Window 7 usage we met "offline appearance" very rarely. Now on Windows 10 this phenomenon is more common. Do you have any explanation ? Thanks in advance for any piece of information.
We ran into a bit of a bug with Windchill and it's causing us some heartburn. We have tickets in place and all to get it fixed, but we're trying to find a short term solution and PTC has yet to be able to give us a reasonable answer so I'm turning to you the community. So 2 months ago I asked for help on a (seemingly) simple Query Builder report. We've all seen the structure report if you're using Product Structure right? And the BOM reports? Well we're looking for an Instance report. On the structure tab for a Part Instance there is a listed structure. A part instance As-Built with serial numbers. For given instance Assembly1 Instance: 001A Subassembly2 Instance: 002A Subassembly2 Instance: 002B You might also have Assembly1  
Please share any step by step document or videos. Tibco Designer SAP adapters are started
Hello, I did some REST 1.5 API tests in Postman and things do look good. However, I found some problems which I cannot explain. For example, I am unable to do Checkout/Checkin on WTpart. I created new WTPart and tried to do Checkout via REST call, someting like that: http://tomazj-wnc11.audax2.local/Windchill/servlet/odata/ProdMgmt/Parts('OR:wt.part.WTPart:1462146')/PTC.CheckOut Exactly like in Windchill REST Services User’s Guide v1.5, page 167. I used POST call, I got current CSRF_NONCE. Return JSON is : { "error": { "code": null, "message": "The type of the type cast 'PTC.CheckOut' is not defined." } } MS log error is: 2019-06-14 10:58:43,931 ERROR [ajp-nio-127.0.0.1-8010-exec-2] com.ptc.odata.windchill.servlet.WcRestServlet wcadmin - An unexpected REST error occured Type 'PTC.CheckOut' not found. It looks like there is something wrong with my REST implementation in Windchill. I got v1.5 via 11.0 M030 CPS 15 install. I authenticate in Windchill as wcadmin. Any ideas? Regards.
I'm creating a table which doesn't have business objects in it but custom POJOs. This is how the table is configured and filled with data: @Override public ComponentConfig buildComponentConfig(ComponentParams arg0) throws WTException { ComponentConfigFactory factory = getComponentConfigFactory(); TableConfig table = factory.newTableConfig(); table.setLabel("Test-Table"); table.setSelectable(true); table.setShowCustomViewLink(true); table.addComponent(factory.newColumnConfig("firstName", "First Name", true)); table.addComponent(factory.newColumnConfig("lastName", "Last Name", true)); table.addComponent(factory.newColumnConfig("link", "Arbitrary Link", true)); return table; } @Override public Object buildComponentData(ComponentConfig arg0, ComponentParams arg1) throws Exception { Vector<Object> list = new Vector<>(); Person person1 = new Person(); person1.setFirstName("Homer"); person1.setLastName("Simpson"); person1.setLink("http://www.ho
Hello,I am working on the functionality where I need to identify the event for uploading the Primary content in WTDocument can any one please tell what is the event for Uploading Primary and Secondary content
Hello All, I'm trying to move a bunch of users from one group to another group. Is there a way to do bulk move the users from one group to another group. I was just wondering if there are any load files or any other way to do this process. Thanks in Advance, Kiran
Greetings, I would like to create an Org level Group within a context that has restricted printing and downloading permissions. I see the ACL's to restrict downloading, but don't seem to see how one would prevent them from printing a document. Our documents are PDFs, we are also restricting this Group from seeing any source documents. Any ideas about restricting printing? I'm assuming it has to be in Creo View. - James - Windchill 11.0 M030 CPS08WGM 11.0 M030Inventor Pro 2017Windows 10
There is a BOM structure. The condition is that before a child is not at its RELEASED state, Parent cannot be released.I have used wt.doc.WTDocumentHelper.service.getUsesWTDocumentMasters() to get the child document.I want to get the state of the child document. SO I used, WTDocumentMaster childPart = (WTDocumentMaster) childInfo; wt.lifecycle.State childState = ((_LifeCycleManaged) childPart).getLifeCycleState();ERROR is -> wt.doc.WTDocumentMaster cannot be cast to wt.lifecycle._LifeCycleManagedI cannot get the state of the object. The above function does not work for WTDocumentMaster. Neither does object.getState().How should I
HiI have created two CAD objects of Creo part type.... They are having name as P1.prt and P2.prtBoth of these parts have family table instances as instance1.Now, I am connecting to windchill from Creo and tries to check in P1.prt which gets checked in successfully.Post this, check in of P2.prt fails throwing an error that instance.prt model is not unique. How to avoid this issue while check in into windchill...?For us as cad, P1 and P2 are already unique files which are physical files... Instances details are inside generic part files P1 and P2. How to check in these two part files without changing any name of isntances?Thanks and RegardsKetan
Ooohhh the frustration... can anyone with a dictionary "PTC - plain English - PTC" explain me what this is about... https://www.ptc.com/en/support/article?n=CS183904 What I'd want it to be and what it looks like in the pic in that CS is a truly Ad Hoc Task you can assign to anyone without relation to any process. Ie. not a Change Notice Task, Approve Promotion Task, just a random task to notify someone "Hey I want you to take a look at this and assigned you a Task so you see it in Windchill instead of sending you email about it." If so, how would a user trigger it?
Review and optimize your license usage Monitor primary business objects Browser and Client OS usage Optimize Windchill performance through cache tuning recommendations Monitor Windchill feature usage and performance metrics Tune Windchill performance by right sizing resource allocation of your environment Customization Analysis Gadget to determine the impact of upgrade on your Windchill environment To know more about configuring Windchill to see this Performance Advisor data, refer Configuring Windchill to Send Diagnostic Data. For additional information, check FAQs on the PTC support site.
You can use this gadget to quickly determine the impact of upgrade on your Windchill environment, by: Identifying configurations and customizations in your environment Determining specific changes to the out-of-the-box files, such as classes, properties, and Xconfs. Checking for unsupported and deprecated APIs The changes in your Windchill environment are categorized based on file type and type of customizations, such as user-interface, workflow, Integration, and Services. http://support.ptc.com/help/windchill/ptc_perf_adv/en/index.html#page/performance_advisor/customization_analysis_gadget.html (Gadget will provide the details for Windchill 11.2 F000 onwards)
We would like to configure Windchill server with 7 File Servers to achieve the following requirement.There is a Product container X and user A is from US and user B is from India.Both are members of this Product Container.Both members are required to design two separate product lines using Creo.If user A checks in Creo data it should be deposited in US FCS Master vault and if user B checks in data then it should be deposited in India FCS master vault.Is there any good bractice to configure Replica Vaulting Rules according to this requirement? How can we make sure that data is not stored centrally?
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.