Windchill
Recently active
Hello,I am trying to get the numerical value of the Structure Level of a part in a mulitlevel BOM via Windchill REST Services, similiar to when exporting a Multi-Level BOM of Material Report under an assemblies structure tab. The GetPartStructure endpoint doesnt seem to have an attribute specifically for Structure Level. Is there another endpoint or a maybe a param I may be missing?
I have a need to import a Solidworks library into Windchilll. My issues are that the library is stored in a Windows folder structure and it is also large. 3500+ prt/asm/drw files. Also, the file names are long and many contain invalid characters for Windchill. I can resolve the file names with Excel and a command prompt easy enough, but if I change file names outside Solidworks or Windchill, then I break references in the Solidworks assemblies. What is the best way to go about this migration? Is there a tool or combinations of tools to do things like this?
Hey everyone, this might be a bit of an odd request. When I usually go to reassign a task to a different user, I can either select the user from the dropdown menu or I can click "Find" to do a search for the user. From that point, that user will appear in the dropdown for selection by other people in the org. That is no longer the case for me. Does anyone know where the reassign dropdown entries are stored?
Hi,What is difference between updatestamp and modifystamp?Regards,Dhananjay Sandbhor
Good day I am new to Windchill and I have created some baselines and added objects to these baselines. I would like to find out how I can create a report, which tables and joins and select or constraint that I should use to show/list all objects added to a baseline. Regards Mark
Our WTParts and EPM Documents are normally in the same Workflow.I want to change it for one Lifecyclestep. Where can i change it?
DOC111 - WTDocument name (refDoc)Expected result --> Get associated changes QuerySpec qsLink=FlexibleChangeHelper.getFlexibleChangeLinksQuerySpec((FlexibleChangeItem) refDoc, FlexibleChangeLink.PARENT_ROLE, false, FlexibleChangeHelper.PROCESS_TYPE_ID);QueryResult qr1 = PersistenceHelper.manager.find(qsLink);System.out.println("Size of the Query Result for Associated Objects::"+qr1.size());
Looks like there are api's for fetching representations from windchill and need to know whether there are api to perform to CUD operation.
Hello, i have a lifecycle for approval process. There are 3 approvers designated but one of theme is already a designer. How can avoid this? the designer should not be able to approve the object.
In one of our processes for a Document, the user is expected to upload an attachment into the Document Notebook section (in a particular folder). I am trying to learn the tables involved to report on such an upload and potentially determine that one has or has not been done prior to a workflow task being completed. Ex: For a Notebook such as below...... I can create a QB report to get the Document and Notebook folders... ... but I cannot find which table to add so that I can report the "Sample" attachment from the first image. Help?
Hello All, I want to use a text box and a button in a single row in Attributes table. How can I achieve this in a JCA attributes table. ? Is it possible through data utilities ? If anyone has done anything similar or anyone has created a GuiComponent Data utility, can you please explain the procedure to do so. Any help will be appreciated. Thanks, Praseeth M
hi, i'm implementing SSO. The IDP is ADFS and the CAS is PingFederate.I configured according to the referenced document,but encountering an error in Part i.https://support.ptc.com/help/identity_and_access_management/en/index.html#page/iam/ExampleAdfsIdentityProviderWindchillResourceProvider.html# I'm experiencing an error on the redirect page when accessing Thingworx, as shown in the attached image.How can i resolve this error?
When you edit a view in Folder Contents of a product you can customize a view and enter these criteria:For context I was having similar issue in this article: https://www.ptc.com/en/support/article/CS370354And the image above was taken from there. Can anyone explain why would I want to set Revision to All and Latest Revision to Yes? Does the first criteria even serve a purpose? When I delete it it doesn't make a difference.
Hi, I think as of Windchill 12.0.2 it is possible to use Azure AD / Entra ID as the store for all Windchill user accounts (including Administrator) - is that correct? I believe this entails:Setting up an Azure AD / Entra ID Enterprise Application for WindchillSetting up a Shibboleth SP Server to deal with the SAML requests from Azure AD / Entra ID and configuring Apache to talk to it.Configure Windchill with properties for the Azure AD Enterprise Application settings and Shibboleth SP Is it possible to set this up for a fresh install of 13.x using the default PSI installer setup screens, or do you need to do an LDAP v3 compliant install first to (for example WindchillDS) and then re-configure it (post install) to then switch to Azure AD / Entra ID authentication? One thing that has confused me is the PTC doco on the subject mentioning the need for an LDAPS connection - as Azure AD / Entra ID does not support LDAPS. Does that mean that to use Azure AD / Entra ID, you
In Windchill 10.2, Edit multiple objects can mass edit an attribute, but however, for WTdocument, you have to click the radio box "do not upload file" for each item you select. This is unacceptable when editing 1000+ documents. Any ideas?(I'm clear that it is easy to write customized code to mass edit an attribute, but I'm finding a way every user could easily access.)Thanks!
Hello all,I am facing an issue with one of our Jasper Reports. There is a text field inside a table that has to be stretched according to the length of the text. I have given the textAdjust property as "Stretch Height" and also the Stretch Type but it doesnt work in the pdf format. In HTML, it works fine. I checked the Print Order of the jrxml as well and it is Vertical. Can somebody please give any suggestion in that? Thanks,Ramsha Kamal
After populating contentmap table,I have created a batch script to load content using Enhance Content Migration with WBM define output_file='copyScript.bat';spool &output_file;select'copy'||srcfilepath||'\'||srcfilename||' '||targetfilepath||'\'||targetfilename||CHR(13) || CHR(10) from contentmapwhere srcfilepath like '%EnDemo3%';spool off; - 'copyScript.bat' has created but how to run this bat file to see the content of my loaded object.
hello Team, I am implementing Rest service (GET )where i have to pass multiple oid of wtdocument and user Id .If user have access to that doc then response will be primary content Downloadable url.It is working fine when i pass single OID.How can we pass multiple oid in request ?Any other approach I have to follow .Need Guidance to achieve this requirement.
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.2.8CORS issue in the Windchill while calling the Windchill REST Services from an external applicationHere are the errors that I facedAccess to fetch at 'https://plm-test.intra.infineon.com/Windchill/servlet/odata/v1/Infineon/IFXParts('1231231')' from origin 'https://portal-graviteeio-sbx.icp.infineon.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
Team According to this Help page below, SL is compatible with DTI. Too many acronyms! SL = Security Labels DTI = Desktop Tools Integration https://support.ptc.com/help/windchill/r12.1.2.0/en/index.html#page/Windchill_Help_Center/securitylabel/SecurityLabelDTI.html I have SL configured to pop up a Download Confirmation message window and wait for acknowledgement. However this just works for normal file downloads. When I set the preference so I am using DTI, there is a blank popup which disappears immediately. Thanks
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS03Received an error "ATTENTION: Unable to download file content for one of the following reasons:" when attempting to download attachments.PTC support (https://www.ptc.com/en/support/article/CS235343) link the error to upgrade. However, we did not perform any upgrade. The error came out of the blue.Here are the errors that I facedATTENTION: Unable to download file content for one of the following reasons:Nothing was selected.Selected attachments are not files.Selected documents do not have primary content files.You do not have permission to download selected file content.Selected design is an ECAD Design having multi-primary content.Select file attachments or documents with file attachments as primary content to which you have permission to download file content.
Hello, When importing parts using import from spreadsheet functionality, it throws this error regarding the Predecessor Revision any ideas regarding this error? Thank you!
Dear friendsI got a problem when I want to check in my part and drawing, the event management showsI have no idea why this situation happen and how should I solved it. very thanks for your help!!!
For one of our products I turned on autonumbering with OIRs.Because it's NX (and the drawing, part and assembly all have the same file extension), it took some effort to get the drawing to behave correctly. It needed a subtype of EPMDocument (here), "UPLOAD_SOFT_TYPE" template change for the drawing template to point to the correct sub-type (CS41665 ) and OIRs that DON'T autonumber the drawing (CS388043). Now that things are working, the first use case of "save as from within CAD" doesn't assign a new number on creation (like it does when I use File/New from NX) nor does it update the number on Save/Upload. How do I get save-as from CAD to pull from the autonumbering sequence like File/New does?
Hello, I have some attributes which I want to move to the second page of the Change Task creation wizard and then tie a data utility to the attributes, could any of you give me the high level touchpoints to be considered to do the same? Thanks.Sha
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.