Windchill
Recently active
I am using Creo Parametric Release 12.4 and Datecode12.4.2.0Question: What is the supported and working method in Creo 12 for a headless CAD Worker to automatically use a custom STEP export profile with ap242?this is what i did already.Subject: Creo 12 CAD Worker - STEP export profile not loading from config.proDetails:Creo 12 used as Windchill CAD Worker (headless/batch mode)STEP export always defaults to ap203_is regardless of config.pro settingsStartup directory: D:\ptc\proe_setup_prod_01\All files present in startup directory: def_profile_MBN_MBD.dep_step, def_profile.dep_step, config.proAlready tried without success:export_profiles_step def_profile_MBN_MBD D:\ptc\...\def_profile_MBN_MBD.dep_stepintf_profile_dir D:\ptc\proe_setup_prod_01\intf3d_out_default_profile def_profile_MBN_MBDstep_export_format ap242Setting profile via File → Options → Data Exchange → Setup Export ProfilesRenaming profile to def_profile.dep_step
I am using Windchill PDMLink Release 11.0 and Datecode with CPS N/A希望WVS作业转图的时候,可以过滤掉prt、asm、物料和autocad类型的对象,只转2d图(drw)
Version: Windchill 13.1 Use Case: Trigger an IE Task from Thingworx, where the IE Task executes a Report requiring an input parameterDescription: Hi AllI have an IE task that executes a Report when triggered from Thingworx. I have a Report that returns all the Latest Released Version of a WTDocument, if I dont specify the WTDoc number, it will return all the versions of all available WTDocuments. For the case without specifying the WTDoc number, I am able to trigger it from PTC IE Domain in WRS using the below Request body{"Params": [{"Value": "Doc List","Name": "reportName"}],"Task": "com/ptc/windchill/enterprise/report/DocReport.xml"}Here, Task = IE Task LocationValue = Report Name Similarly, how do I execute by specifying the Document number? I tried the below but it won't work.{"Params": [{"Value": "Doc List,"Name": "reportName"},{"Value": "D000001364","Name": "Number"}],"Task": "com/ptc/windchill/enterprise/report/DocReport.xml"} Many thanks in advance for help
One of our clients is planning an upgrade to Windchill 13. They need to make sure that all legacy change objects are converted to flexible change objects. They have run the conversion tool, which converted about 2000 change objects. However, there are 400 legacy change objects that are not eligible for conversion. These change objects are change requests and change notices that are still running without having a resolution date set yet. According to the documentation (article CS425124) they need to "complete all tasks associated to each change object so that Resolution Date is set automatically". The problem is that our client is just not possible to complete all tasks on those 400 change objects. What is the best approach or workaround to resolve this issue and proceed with the upgrade?
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.2.6I have several Workflows where I use system print statements for debugging purposes. Here is an example: System.out.println("+++++++"); In Windchill 12 this statement appears in the Background logs, not 13. Is there a switch to turn logging on in 13?The history is "System.out.println" commands would be recorded in the Windchill logs for every version before Windchill 13.0. I do not see the logging anywhere for this output. Perhaps there is a switch in 13.0 that we are not aware of to direct system printing to the logs instead of some bit bucket.
Version: Windchill 12.1 Use Case: Need to extract the generic and instance family table dataDescription: I have already referred article: Article - CS284331 - How to get QML Report/SQL Query to get CAD Generic Part and its corresponding Instance parts in Windchill PDMLinkBut in our database, we have different tables related to family table:1. EPMSepFamilyTableMaster 2. EPMSepFamilyTable 3. EPMFamilyTableMember. I formed below query, but it was not successful because it's not retrieving all family table data and also the instance name is incorrect. SELECT master.name AS parent_name, master.createStampA2 AS parent_create_date, master.modifyStampA2 AS parent_modify_date, ft.versionIdA2versionInfo AS version_id, ft.iterationIdA2iterationInfo AS iteration_id, ft.statecheckoutinfo AS checkout_state, member.title AS member_titleFROM pdmlink.EPMSepFamilyTableMaster mas
Version: Windchill 13.0 Use Case: We want to restrict publishing of some CAD models having specific keyword in the name. These jobs whenever they reach the CAD worker for publishing it crashes the worker.Description: We want to restrict publishing of some CAD models having specific keyword in the name. These jobs whenever they reach the CAD worker for publishing it crashes the worker. Is there a way to restrict these models from getting to worker.?
Version: Windchill 13.0 Use Case: For some users upload, checkin and every interation with Windchill from Creo are very slowDescription: For some users upload, checkin and every interation with Windchill from Creo are very slow. even refresh of frames are real slow
Version: Windchill 12.1 Use Case: User A changed the state of an object (version 1.7) from released to inactive, Then checked it out and made version 1.8 and set the state to released. User B does not have any access to see inactive objects. They had version 1.7 in their workspace before the change. When trying to add version 1.8 the received an error say that 1.8 could not be add because 1.7 was inaccessible.Description: I was able to go into the users workspace as admin and remove the inactive 1.7 version which resolved the issue, but I was not able to change the state of that older iteration as the set state option was missing from the menu.Is there a way to allow the user to update an older version in their workspace that is at a state they do not have access to? Or is there a way to change the state of the previous 1.7 iteration back to a readable state for all users?
Description: Version: Windchill 13.0 Use Case: Fetch all unique WTDocuments of allowed types, modified on or after a given timestamp, across multiple document types, without duplicates.Description: I am using below queryspec however it is not returning the results expected, for example when I do teh search in Windchill advance search it fetched results around 300 but using queryspec it is fetching around 60. I am not sure why this discrepency is happening but please help me if you knwo something here. we can have multiple document type. Also internal name is correct. I have cross checked as well. just fetching few results not entire is confusing me. List<Long> typeIds = new ArrayList<>(); System.out.println("getWTDocumentByLastModifiedDate allowedDocumentTypes>>> "+allowedDocumentTypes); QuerySpec qs = new QuerySpec(WTDocument.class); for (String typeId : allowedDocumentTypes) { System.out.println("getWTDocumentByLastModifiedDate
Version: Windchill 12.0 Use Case: My team is trying to fetch Shared on Date ( Date on which part or documents was shared to the project). Is there a way we can do that.Description: My team is trying to fetch Shared on Date ( Date on which part or documents was shared to the project). Is there a way we can do that. Typically that is available on the project status table for part & docs but is there a way we can get that on the folder tables in projects.
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.2.0Elements on the home screen take a very long time to load(upwards of 10 minutes), mainly workspaces and tasks sections.Can someone provide guidance or steps to help diagnose or at least find clues about this issue?
I am using Windchill PDMLink Release 13.1 and Datecode with CPS 13.1.2.4test community, This is community Check points, Please ignore
Version: Windchill 13.1 Use Case: Install Windchill 13.1.1.0 on Linux (Red Hat based Rocky distro - version 8.10)Description: Version: Windchill 13.1 Use Case: Install Windchill 13.1.1.0 on Linux (Red Hat based Rocky distro - version 8.10)Description: So far successfully installed and set up the following components:Oracle Database 19c (19.3)OpenDJ 5.0.3-1Java 21 (Amazon Corretto)I am trying to install Windchill with the PTC Solution Installer (PSI), however the installation always fails (tried already to rerun multiple times, by clearing PSI caches) with the error: Windchill Loader failed.Checked the logs inside : <Windchill_Installation_Location>/Windchill/installer/logs/<installationtime>_WindchillLoader_error.logHave the following error:wt.util.WTRemoteException: Unable to ping server manager; nested exception is:wt.util.WTRemoteException: Unable to locate server manager; nested exception is:java.rmi.ConnectIOException: Exception creating connection to: myloca
Version: Windchill 13.0 Use Case: Trying to find the correct Custom Modeled Enumeration to add to the Downstream View (currently only Design and Manufacturing).Description: I want to create another option for the Equivalence Network and that looks like it is the same modeled enumeration as the Downstream View in the BOM Transformer so I am trying to find the correct custom modeled enumeration to make the change.
Version: Windchill 13.1 Use Case: Show few set attributes from wtpart to UDI Super Set details page, user will update these attributes on Part those should be reflected directly on UDI Super Set. Also want to know if part is iterated to update attribute values or revised what will happen? what will happen if multiple parts linked to one udi super set? Can this be achieved using alias attributes? If yes how?Description: Show few set attributes from wtpart to UDI Super Set details page, user will update these attributes on Part those should be reflected directly on UDI Super Set.Also want to know if part is iterated to update attribute values or revised what will happen?what will happen if multiple parts linked to one udi super set?Can this be achieved using alias attributes? If yes how?
Version: Windchill 12.0 Use Case: We are publishing Solidworks CAD using Creo View Adapters in Windchill 12. The default representation is created as a PDF document. We would like to customize the name of the PDF to include the Revision Info, but renaming the PDF is not supported if it is the primary representation type. If the file is renamed, it cannot be opened in Creo View directly from Windchill because the name is different. Description: Curious if anyone is using a format other than PDF for their primary 2D representations created in Windchill for Solidworks Drawings? DXF maybe? CVA supports the following 2D formats for Solidworks: DWG, DXF, EDRAWINGS, PDF & TIFF We have a customization that will rename the PDF files to a more user friendly name along with the Windchill revision. Unfortunately, PTC does not support renaming the primary representation, only secondary content. Is anyone using DXF as their primary representation in
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.0.2We have several users who receive an error when accessing their Windchill workplace:Windchill ErrorContact your administrator for assistance. The following is the reference information.Request ID: 4eijagow;mm35x217;408;svgrmk;80046Request URI: /Windchill/ptc1/workspaces/MyWorkspaceQuery string: AjaxEnabled=thirdLevelNavStatus code: 500Exception: java.lang.IllegalStateException: getReader() has already been called for this requestWe have found a workaround, possible from the client but not from web access. If the user goes to ‘File -> Server Management -> Workspace’, selects one of their workspaces and activates it with the right mouse button, it starts working again. The problem is that we have different users who have many workspaces, and performing this task on each user/workspace takes a long time. Is there a way to check what is causing this ‘problem’ and whether we can fix it for everyone centrally?Thank
I am using Windchill PDMLink Release 11.2 and Datecode with CPS 11.2.1.8"com.infoengine.exception.fatal.IEInternalServiceException; nested exception is: java.net.SocketException: Connection timed out (Read failed)" when the client attempts com.infoengine.SAK.Task.invoke() of webject task.Specifically, the Remote Importer attempts to process a “revise” command against a Windchill Drawing EPMDocument.The connection times out at the beginning of processing when trying to query the Drawing EPMDocument
The 'Display Part Allocation Status' icon is greyed out when 'Show Occurrences' is enabled in Process Plan Browser in Windchill MPMLinkDisplay Part Allocation Status feature should be available also in Occurrence Mode in PPB.
Version: Windchill 13.0 Use Case: View attribute not available on the part creation page. using OOTB OIR.Description: View attribute not available on the part creation page.
I am using Windchill PDMLink Release N/A and Datecode with CPS N/AIn windchill browse libraries LES Print Non CAD is there any possibilities to show folder in dropdown get product name as dropdowns (shows folders in it).
Version: Windchill 13.0 Use Case: User created several variants for parts in the system, but he cannot show "Configurable Modules" table, and he wants to know from what configurable module specific variant was created. We suppose that user needs either PTC Author license of Windchill Premium license, but I can't find confirmation in logs for StandardNmRoleAccessServiceDescription: It is possible to add table called "Configurable Modules" - it shows the part that was the "context" from which the variant was created User created several variants for parts in the system, but he cannot show "Configurable Modules" table, and he wants to know from what configurable module specific variant was created. We suppose that user needs either PTC Author license of Windchill Premium license, but I can't find direct proof and confirmation in logs for StandardNmRoleAccessService Tried with such setup and there is no table with "Configurable Modules" visible
Version: Windchill 12.0 Use Case: New users with Windchill access can add models to their workspace from the browser and edit them, but when they try to do so from CREO, it's not possible. Error messageDescription: New users with Windchill access can add models to their workspace from the browser and edit them, but when they try to do so from CREO, it's not possible. Error message: "Server error: wt.util.WTRuntimeException: ATTENTION: Secured Action. You do not have the necessary authorization for this operation. Contact your administrator if you believe you have received this message in error. Nested exception is: (wt.access.accessResource/19) wt.access.NotAuthorizedException: ATTENTION: Secured Action. You do not have the necessary authorization for this operation. Contact your administrator if you believe you have received this message in error." In the browser, you can see all the models in the workspace. But the Creo workspace is empty. I'll appreciate your hel
This evening, when several students tried to check out files from our Windchill server, the check out failed (and check in) and this error message came up in the Event Management console: "WTRuntimeException: ATTENTION: Secured Action. You do not have the necessary authorization for this operation. Contact your administrator if you believe you have received this message in error. Nested exception is: (wt.access.accessResource/19) wt.access.NotAuthorizedException: ATTENTION: Secured Action. You do not have the necessary authorization for this operation. Contact your administrator if you believe you have received this message in error" Also, when I go to Open and Windchill Commonspace, not
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.