Windchill
Recently active
I am working on Pro/Engineer Wildfire 4 with a pilot installation of Pro/Intralink 9.1.I'm testing "what-if" functionality, where I'm modifying objects in my Workspace WITHOUT checking any of them out.I opened up an assembly, then opened a part in the assembly. I changed a dimension, then a conflict window popped-up, prompting me to check-out the model. Since I didn't want to check-out the model, I chose Continue, instead. Then it let me change the dimension and regenerated the model.I went back to the assembly and regenerated the assembly. I got a conflict warning - Read Only object regenerated (my assembly - OK so far).I clicked Save for my assembly, and got a conflict about it - The object is read only as it is not checked out. I changed the Action to Continue, then clicked OK.What I was expecting to happen is that the assembly and the part that I modified would get saved. Instead, the message window says that the assembly could not be saved to the workspace.I looked at the message
Hello Experts, The Reporting Domain (v1) of Windchill REST Services is having errors responding to the /ReportTemplates endpoint. The query was running from long time for specific users and there are several errors in the method server log around that time. We do not have any custom WRS domains. Noticed many errors/warnings like Delegate not found for selector/couldn't find the imported domain. Since, Report Template represents Windchill object that is a saved query, that can be used to generate and run a query. The ReportTemplate entity represents Persistable information about report templates. Every Report template object is represented as an entity type in metadata with QML attributes as its Properties. Report templates are non-persistable entities. Report templates are auto generated based on the number of report templates that exist. So, having below quest
For those using Basic Authentication (yes, its on my list to fix) and Excel to pull down query builder reports (web data), this latest Microsoft patch breaks that, Agree totally in that this is a security hole but we should be able to trust our own servers without such a hard block. I knew this was coming for some time. You'll get a message like this. Here is more information on this and a work around to allow access to specific hosts. I will be testing this with my IT this week. https://answers.microsoft.com/en-us/msoffice/forum/all/how-to-overcome-the-blocked-access-because-the/613314bf-c5ad-4d3e-ac2c-bb24c3ce5c27 https://learn.microsoft.com/en-us/deployoffice/security/basic-authentication-prompts-blocked Background - I have a bunch of reports and helper analysis tools I built in Excel that rely upon data connections to Windchill Reports. I can refresh the data and then do some analysis from there. I think long term ditching Basic auth would work around this issue but
I'm likely missing something here, but cannot seem to figure out how to upload .stk files created using the piping application within windchill. I'd like to standardize our hose stock files for use in creation and routing of hydraulic hoses and windchill seems to the best place to store these. I've tried to manually import to a new workspace to check-in (similar to .mtl files import/check-in) , but the in-creo windchill workspace import doesn't show .stk file extensions, I can create a document and attach the line stock there, but the piping application will not find the *.stk that is content of the respective document. Am I missing something?
Can someone help me to get active Userlist of last one year from project name using report managament, I am lacking in linkages how to link user and projects so that I can get exact what i want
Version: Windchill 12.0 Use Case: We are trying to display Change Notice Summary Report with customizations from a Java classDescription: Hello, I am trying to display the OOTB Change Notice Summary Jasper Report which has some customizations, from a Java class. I am using the following code to load and then fill the Jasper Report: String path= wthome+"/codebase/JasperReports/Change Management/Change Notice Summary Report.jasper";path = URLDecoder.decode(path, "UTF-8");System.out.println("Decoded path:"+path); File f= new File(path); JasperReport jasperReport = (JasperReport)JRLoader.loadObject(f); System.out.println("Report is loaded");JRXmlDataSource datasource= new JRXmlDataSource("https://"+localURL+"/Windchill/servlet/ReportServlet?proc=com_ptc_windchill_enterprise_report_ReportTask%23ChangeNoticeSummaryHeader&contextOid="+contextOid+"&isDraft=" + isDraft +"&uid="+USERNAME+"&locale="+LOCALE,"/dataset/data/row"); Map<String, Obj
Hello can you please explain the detailed steps to registered JSP files ? I registered Datautility, added property file location into "TgsPropertyHelper". but not getting idea how to register the "createDocumentSetTypeAndAttributesWizStep.jsp" and "loadStateNames.jsp" JSP files ? please find attached file for reference
Version: Windchill 12.1 Use Case: A basic OOTB Translation Management use case - First time Translation of a Released Publication Structure with just two textual contents for testing the OOTB Translation flow.Description: After clicking the 'Create Translation Package' from a Released Publication Structure, the package is generated as configured. At this point, from the Pubication Structure -> Translation Content Table, I can see the 'Translation Names' (Target objects) in 'In Translation' status and the related 'Package ID' for the baseline object. I can update the package and zip it back to put in the Import directory. Now when the import happens successfully (disappers from the import directory) I cannot see the 'Translation Names' (Target objects) nor the 'Package ID' from the Pubication Structure -> Translation Content Table. This is the problem I am facing. However when I navigate to the configured Translated content Library, the contents are Translated and status is a
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS22How do I check if disabling an account would affect the workflow? I'm worried that some of these accounts I wish to close have some kind of responsibilities on them that would produce unforeseeable consequences, for example all process from a workflow might go through that account. How do I find out the account's responsibility and effect?Also, is there a way to find out the heavy/light user in the system for this windchill version?Thank you so much for your help. I'm new here and really appreciates your helping hand.
Version: Windchill 12.0 Use Case: Came An error while installing Windchill PDMLink 12.0Description: Hi Everyone,I was having an error while installing windchill PDMLInk 12.0 pls suggest me the solution Thanks and Regards,Lav
Version: Windchill 13.0 Use Case: In order to connect CatiaV5 to Windchill+, 3° party Libraries are required to use Workgroup Manager ? In addition, also Theorem libraries have to be installed in order to publish with worker ? Description: i
hi. i've set up Thingworx SSO with an AD server.If Windchill cannot be configured for SSO,Is it possible to use the current Thingworx logged-in user account for the Windchill connector(OData, Swagger) after authenticating Thingworx with SSO? This is because each user has different permissions in Windchill. Thanks.
Version: Windchill 12.0 Use Case: We have a custom action where when the user clicks on it, a jasper report is downloaded as pdf in the backgroundDescription: Hello all, I am trying to run a Jasper Report from java code. I have few questions regarding that- 1. I have a jrxml with multiple data sources( infoengine tasks), how do I combine all of them into one Jasper Print object using the below API? JasperPrint jasperPrint = JasperFillManager.fillReport(jasperReport, parameters); 2. When exporting the jasper report as pdf, how can I give the path so that the report gets automatically downloaded in the user's local system? Currently I am running the report on the server so the pdf is saved in the server location itself, so how can I change that? Below, instead of creating the LfDocumentReport.pdf in the particular location, it creates a pdf in appl/ptc/Windchill_12.0/Windchill location with the whole name given as pathJasperExportManager.exportReportToPdfFile(jas
Version: Windchill 12.0 Use Case: The CPS18 staging dir does not contain an iinnnnnnn file in any of the instreg directories Description: I am still having trouble (you will see a recent question with a similar name).The psi_iir.xml file under ~/.ptc/windchill/psi_iir_index.xml contains:<Instance location="/opt/ptc/Windchill_12/PSI" id="ii nnnwith an old id corresponding to an iinnn directory under my CPS11 staging directory. The new (CPS18) staging dir does not contain an iinnnnnnn file in any of the instreg directories:CPS18/windchill_12.0.2.18_service_pack/Disk1/InstallerData/instreg Am I supposed to create the new iinnn directory in the CPS18 staging directory manually? The PSI installer does not create it.Maybe I should move the iinnn file from the old CPS11 staging directory to the new staging directory? That seems incorrect. I have read many articles and help pages; what doco addresses this issue? @avillanueva @HelesicPetr @ @RandyJon
Hi ,I am also trying in wf to get user comments on the promotion notice approve task but getting an exception in BGMS :Caused by: java.lang.ClassCastException: class wt.workflow.engine.WfProcess cannot be cast to class wt.workflow.work.WfAssignedActivity (wt.workflow.engine.WfProcess and wt.workflow.work.WfAssignedActivity are in unnamed module of loader 'app')
Hi Guys,In Windchill we can use the "Target State" to set a lifecycle state at a single shot for all the WT Part rights.I want the same thing for the association type because whenever tried to associate EPM comes as the owner is the default. I want to change into a contributing image.Can we control through preference management to set my EPM always in the contributing image? If that means WT Part is Owner Right.Regards,Aj
using Creo9 and Windchill 12.0.2.10getting this error message when publishing PDF (any ideas ?)
Hi Guys,We have the option to create a multiple WT Part at a single time in Windchill, But I can't see the "New CAD Document" option to enable while creating the WT Part. Is there any possibility to do this? Regards,AJ
Hello,As we work towards our EPLM journey to author OM, WSM content, it would be wonderful if we could add applicability in ATX that is then searchable within Windchill or searchable item/usage expression.We do not currently tag all of our topics with attributes at the topic level (it would be a tagging nightmare) so looking for an alternative.This will allow the team creating new publications to look for reuse content easier. For example, if we have a new model coming out that reuses an existing 9.8L engine. "9.8L" is tagged in-line, as well as at the topic level as an assigned item/usage expression. Would be wonderful if we could search the expression "9.8L" to find relevant content.NOTE - we are authoring task topics with text, not generating parts/CAD/etc. like a typical Windchill user.
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS22Pre-Upgrade WINDU Potential error " ObjectsInExternalOrgDT"Here are the errors that I facedTue 5/14/24 13:27:35: WinDU has found conflicting object(s) which cannot be repaired automatically. Resolve these conflicts manually by renumbering the object or by changing the organization of the object.Tue 5/14/24 13:27:35:Tue 5/14/24 13:27:35: The conflicting objects are listed for Site level and Organization level Migration respectively.Tue 5/14/24 13:27:35: If the customer wants to move to Site level uniqueness, then there should not exist any conflicting objects for Site level Migration in the WinDU report.Tue 5/14/24 13:27:35: If the customer wants to move to Org level uniqueness, then there should not exist any conflicting objects for Organization level Migration in the WinDU report.Tue 5/14/24 13:27:35: If the report does not lists conflicting objects in Site or Organization level uniqueness section, then there ar
Change Notice and activity workflows are not starting suddenly. Didn't have any clue regarding the root cause. Earlier they are working fine. The same workflows are working on other environment. Can anyone throw some light on the root cause?2024-04-25 11:39:10,182 INFO [WfPropagationQueue.PoolQueueThread-25184] wt.system.err wcadmin - java.lang.reflect.InvocationTargetException 2024-04-25 11:39:10,183 INFO [WfPropagationQueue.PoolQueueThread-25184] wt.system.err wcadmin - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2024-04-25 11:39:10,183 INFO [WfPropagationQueue.PoolQueueThread-25184] wt.system.err wcadmin - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 2024-04-25 11:39:10,183 INFO [WfPropagationQueue.PoolQueueThread-25184] wt.system.err wcadmin - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2024-04-25 11:39:10,183 INFO [WfP
Hello everyone!I need to know where to find the following method signatures and overloads:com.ptc.wvs.server.loader.EDRHelper.addFile(<unknown>)com.ptc.wvs.common.cadagent.CadProxy.ConvertCadFile(<unknown>)
Hi All I want to get review comments and store it into a variable and it need to the person in task at the time of performing rework Please suggest me how can I do
Windchill should exclude some files to upload in a WT_Document. The filter should be by extensión (.odt, .exe, .....) or by size (for example only upload files minus than 500 MB.These filters should be configurated by preferences.
I am curious if someone has done this. It does not look like it is straight forward using infoengine. So wondering, if anyone has used infoengine to get workflow intruction, variables, and voting options of an open task.thanks.
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.