Windchill
Recently active
We want to maintain the same session across multiple requests to InfoEngine via Data Acess Object API. What we are trying to do is, call start-Session present in a task file, get the generated Session ID and instance and pass the same in another request to another task file. We are using InfoEngine's Java DataAccessObject API. We are however, getting "Session doesn't exist" error.
Hi All, Has anyone came across features / capabilities like 1Factory application and how it can be integrated / used with Windchill? Do let me know RegardsAshish
We are trying to build a query that: A) Use an XML DITA map (EPMdocument) as our primary fileB) From the XML DITA map file, extract all the links to other EPMdocumentsC) The EPMdocument links are found in the "topicref" elements (href attribute)D) Get the ID, name and author for each link. Sample XML DITA map:<bookmap>.....<chapter> <topicmeta><navtitle>Introduction &amp; General Description</navtitle></topicmeta> <topicref href="windcillEPMdocLink1.dita"/> <topicref href="windcillEPMdocLink2.dita"/></chapter>...</bookmap> Result XML:<REQS> <REQ id=".." link="windcillEPMdocLink1.dita"><name>...</name><author>...</author> </REQ> <REQ id=".." link="windcillEPMdocLink2.dita"><name>...</name><author>...</author></REQ></REQS>
I see the user attributes that I pulled from LDAP in the participant and it works very well.But I can't add these attributes to any form. For example, I select a user from the system with userpicker and I want to see the user attributes of this user.How is it possible? Has anyone tried it before?
We just upgrade our windchill environment to WC12. I am trying to use the REST APIs for the first time and just trying using classic asp. I have been successful using classic asp and doing a "GET" with my http request to retrieve a WTPart or WTDoc object. I thought things were going well. I wanted to try getting a BOM structure. After a lot of reading, I read the GetBOM will be deprecated so I thought I would just try GetPartStructure. I keep getting "404 error", "Entity key is not valid". I read in article CS317238 i should be able to send an empty json string (i.e. {} ) . Here is the sample code from my classic asp. **** classic asp ****set HttpReq = CreateObject("MSXML2.ServerXMLHTTP.6.0")''get the WC token'HttpReq.Open "GET", "http://windschillserver/Windchill/servlet/odata/PTC/GetCSRFToken", False,"username","password"HttpReq.setRequestHeader "Authorization","username:password"HttpReq.setRequestHeader "Content
Hello, I'd import a mass file to chage some attributes (custom attributes, string type) on a specific wt.part. If I try to import an exitsting without cad documents, the import is done but if the wt.part has a cad documents the import failure. Do you have an idea?
Hi, I've been struggling for 2 weeks to figure this out. I've been able to sucesfully achieve this via Postman for simple .txt file following this document:https://support.ptc.com/help/windchill_rest_services/r1.6/en/index.html#page/windchill_rest_services/WCCG_RESTAccessExamplesUploadContent.htmlI'm however struggling alot with Excel(.xls,xltm & pdf). For example my files do get loaded into Windchill but if I try open them they are corrupt. It means Stage2 Upload was unsuccessful even though it the Response looks good: Would it be possible for somebody to help me out with 3 stages of curl example( out of Postman) showing how to exeucte upload of a Excel and a pdf document please?Help in this regards would be much appreaciated thanks.
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS17We want to convert Hard Model to Soft type in Windchill. We came across ModeledToSoftType tool. Need more understanding on the same. And also another utility to change type from one to another. Can we use it to convert Hard to Soft type?
Subject: The database capacity grew rapidly, and later it was found that the files uploaded by the code were all stored in the StreamData table I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS12 The database capacity grew rapidly. Later, it was found that the files uploaded by the code were all stored in the StreamData table, but not in the electronic warehouse (vault). Why? How to avoid it? Translated with Google Translator by Hedy Jin on Aug 1, 2022---------------------------------------------------------------------------------------Subject: 数据库容量增长很快,后来发现代码上传的文件都保存在StreamData 表内 I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS12数据库容量增长很快,后来发现代码上传的文件都保存在StreamData 表内,没有保存在电子仓库,这是为什么?怎么避免?
I've been pretty good a custom display actions, tables and renderers. I need to create my first wizard which is simply in concept but there are some things I am unclear about. Story: Add a custom action to the Change Notice that displays a related object to the change notice and allows the user to edit information about that object. There can be more than one related object but a drop down list will allow the user to toggle between the different objects to edit a specific one. I think I have the form processor down which processes the form once a user hits complete. The wizard template (one step) looks fairly straight forward with describeAttributesTable block for input. Things I am fuzzy on: where do I place the code to navigate from the change notice to this related object and return one to the describeAttributesTable? Do I need a getModel block related with that table? Seeing as there could be more than one object but I am allowing edit to only one at a time, how do
I have a very slow vm and requires a lot of time to restart the method server os there any alternative to restarting the method server?
Changes Notices (CN) do not respect a user's access defined in the Access Control Lists (ACL's). Read only objects can be added to the CN Resulting Objects with a Target State. Then the CN workflow runs as wcadmin so it has no problem promoting everything (including read only objects). Promotion Requests give desired error of 'Insufficient Permission for promoting an object in this context' to users on read only objects when they try to submit but Change Notices do not. I created a ticket with PTC, but R&D said that CN's should not respect user access because the people reviewing/approving the CN should be doing it. R&D also said CN workflow can be customized using expression robots if we wish to check permissions. My thoughts: having approvers check is easier said than done when there are hundreds or thousands of Resulting Objects in a CN, and I'm not super excited about customizing/maintaining a custom CN workflow. The net result is we keep having users acc
Currently doing an upgrade of PDMLink 11.1 to 12.0 using the 11.2 Windchill Directory Server, and wanted to learn what others have done to convert PingFederate or something similar. Many thanks in advance!
@Overridepublic ConfigurableTable buildConfigurableTable(String id) throws WTException {return configurableTable;}
Im working on a scenario, where for a given attribute(eg,status), im using the iba name 'status' with the value anything less than the value 3, i wanted to fetch all the wtdocs with the attribute value<3. Can anyone guide me thorugh please? @xyzabc kindly route me through to the correct plaxe
Related to this post. I'm also looking for this. Did you find anything? Thanks in advance.
We are planning to set up Windchill on the cloud using the following high level infrastructure: Windchill Application on Azure VMWindchill connected to Oracle Database on OCI (Oracle Cloud) as IaaSCAD Worker on Azure VMThingWorx and Navigate on PostgreSQL on a VM with a self-contained database Let me know if anyone has any thoughts specifically on the Oracle database on OCI as an IaaSThere was an announcement from Oracle about Oracle DB on OCIOracle Database Service for Azure | Oracle Any thoughts are appreciated
Hello,I'm trying to create an OIR which directs Variant Specifications generated from different configurable products to their corresponding folders.Example:I have configurable products "Product 1", "Product 2" and "Product 3" and each one of them has a different option set assigned to them.When I create a new variant specification from Product 1, I want it to go to folder Default/Product 1, and when I create a variant spec from Product 2, I want it to go to Default/Product 2 and so on.I think I could use either the variantSpecOptionSet or genericPartName attributes of the variant specification for identifying which product the variant specification relates, but I can't get the rule to work.Here is a sample of the OIR I made and which doesn't work: <AttrValue id="folder.id" algorithm="com.ptc.core.foundation.folder.server.impl.FolderPathAttributeAlgorithm"> <!-- Check the option set used in creating the variant specification and select the default folder according
I am uploading into PDMLink. When I save into a workspace, I get ghost objects. How do I find source of ghost objects in pro engineer. I need to resolve them for the checkin.
I am using Windchill PartsLink Release 11.1 and Datecode with CPS M020-CPS12Find Similar Parts window shows Parts for the nodes even if no attributes are defined for that node, we are separating our attribute releases based on different nodes so we want to find the Parts only where the classification attributes are present but it looks like its searching for all the Parts, we don't want to see that windows for nodes which do not have any attributes
Getting error while checking out a component from windchill to do some modifications. ERROR MESSAGE: "Operation failed because the user did not have the necessary permission on the following objects to perform the operation". Help me with the solution. Thanks
I'm trying to achieve cascading on an EPM document.According to Article - CS311528 its not a PDMLink Functionality.Any has an idea about work around.
Hi All,I'm trying to achieve for auto-populate in cascading when attribute has only one value.Any references.Thanks in advance.
Can anyone help me with this conflict? I am using Creo 2.0 with Windchill PDMLink 10.2 I updated two parameters, revision and part number and nothing else and when I go to check in th file I get Model is in a transient state due to the background operation in progress. One of the guys said to wait a few minutes and it should go away. I have waited over 15. What do I need to do to get my file checked in?
Hello Everyone, I need to be create barcode according from a attribute of a part. I have find out some javascript tools to do it, but i am not sure that i can add on windchill page. Thanks in advance!
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.