Windchill
Recently active
How to get object identifier of workflow object on windchill object in 11.0 Ver ?if we just enter a part / document number , we should be able to see workflow process assignment , creator details , etc .? what exactly is missing is the how to get object identifier of any process associated with the object ? since if that is done we can fetch other details probably .
We are preparing to upgrade our Thingworx Doc Viewer cluster platform to Thingworx Navigate 9.4. Wondering if we have High Availability architecture supported for Thingworx Navigate platform 9.4 or it is in the roadmap?
We just rolled out new security labels and it took 6 hours for first issues to appear. Perhaps I need to dial back some of the configuration. We added a new label that has restrictions requiring an agreement to allow access. In testing we found that creators could set the label value to one of the restricted values and poof, the document would disappear on them since they would not have access. I guess same is true for sync robots and set state robots. A user was creating a change notice and set the security label to that restricted value. This caused ALL set state robots to abort when executing since that change notice was not accessible. From what I know, the state change causes sync robots that are listening to be checked and this CN was inaccessible due to that restricted value. wcadmin is part of the group that can see all values so it should not have been restricted. Does this mean the workflow was executing as the creator user? Possibly. Sure enough
I need to create action on this table.I have tried to check which OOTB table builder its using and want to override that.After enabling debug mode I couldn't see any OOTB table builder for this parts action.Kindly help me with creating action on this table.
Hello, I am facing an error when trying to cast version reference to Object Reference. The error is -java.lang.ClassCastException: class wt.vc.VersionReference cannot be cast to class wt.fc.ObjectReference (wt.vc.VersionReference and wt.fc.ObjectReference are in unnamed module of loader 'app') The code is-String oid = (String) request.getParameter("oid");final ReferenceFactory refFactory = new ReferenceFactory();final ObjectReference reportRef = (ObjectReference) refFactory.getReference(oid); Kindly suggest on how to resolve this,Thanks
I need help writing some code that will tell me who has accepted an activity task (but may not have completed that task yet). The code needs to run in a Workflow expression bot. I want to send an email to only that person. The task may have initially been assigned to 5 people, then one person accepts the task. If no one has accepted then the email will go to all 5.We are using Windchill 12.
Hello We want to move our old project data from windchill 11 to 11.2.1 .how we will move. Please suggest. Regards, DHANANJAY
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.2.1Windchill container folders page gets stuck/unresponsive and does not allow user to proceed further.Here are the errors that I facedPage unresponsive
As Windchill launches, I receive "Operation must use an updateable query" error message immediately after 'Opening last project in Navigator' loads. Selecting OK does not clear the error, and it just continues to error. Any assistance would be greatly appreciated, as production is at a standstill.
Is it possible generate a work instruction with Drawing Image (2D) instead 3D? Thanks a lot, Aline
Hello, I need to create a link between operation and part with MPMOperationToPartLink. I used the method com.ptc.windchill.mpml.processplan.operation.MPMOperationToPartLink.newMPMOperationToPartLink(MPMOperation operation, WTPartMaster partMaster) howeveran error message apears that ComponentIdPath is null. How to set ComponentIdPath? which parameters in the operation or the part are needed to create such link? Thank you.
I have WTPart associated with EPMDocument with Owner link. I want to navigate from EPMDocument to the WTPart via the EPMBuildRule link using following code. QueryResult result2 = PersistenceHelper.manager.navigate(epmDoc, EPMBuildRule.BUILD_TARGET_ROLE, EPMBuildRule.class, true); But the query results is always empty. Tried different values for the second parameter but no result. Windchill version - 11.2.1
How to extract data from Windchill DB using Oracle SQL for following cases:EPMDocument to WTPart link & the link type if it existsIs EPMbuildHistory consolidation of epmbuildrule and epmbuildassociation link?
Hi,I'm exploring Options and Variants area of Windchill. It's going fine but it seems that when you end up with an unused or even never assigned choices there's no way to delete them. As soon as you check-in the Option Set containing such choices then whenever you try to delete it you end up with an error saying that it's tied to an Option Set (or part, whatever).According to CS107727 this is fine... Since you usually have plenty of Parts (or modules) tied to an Option Set it is kind of impossible to detach them in order to delete the latest iteration of an Option Set. So the question is...how to manage this? Cause after a while you'll end up with lots of unused choices you can't delete...
I have a custom tab to show part instances. I want to assign serial numbers to customers and added an attribute to do so, but I can't show those values in a column under part instances. Is there anyway to add the column to the menu?
Hello, To do windchill connectivity, do we need to install Thingworx Foundation with an SSL/TLS secure connection? I am looking to do Thingworx - Windchill Connectivity with Windchill Extension not with the Thingworx Navigate Thanks,
Hi Guys,I want to know the standardized method for the family table, like how we can use it in assembly, replacement, and change instances, only releasing the instance, not a whole model, etc. Regards,Amir
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.0 Windchill Enumeration lists are not automatically updated in component enumeration constraint properties. Translated by the Community Moderation using Google Translate. Windchill 枚举列表不自动更新到部件枚举约束属性中。
After modifying the information of the administrators group, the ms service cannot be started and a ManagerException: Couldn't initialize Index manager is reported. Here are the errors that I facedwt.services.ManagerException: Couldn't initialize Index manager.The nested exception is: (wt.access.accessResource/19) wt.access.NotAuthorizedException: Note: Protected operation. You do not have the necessary authorization to perform this action. If you feel you should have received this message in error, please contact your administrator. Try to import the ds of the test machine to the official machine. The administrators group already exists, and wcadmin is also in this group. After clearing the info engine and tomcat, the service still cannot be started. Translated by the Community Moderation using Google Translate ----------------------------------------------------------------------------------------------- I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.4修
If you access the page after modifying from basic authentication to form authentication, you will receive 500 errorsom.ptc.mvc.controllers.ExceptionController - message : Handler dispatch failed; nested exception is wt.method.AuthenticationExceptionerror:-------------org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is wt.method.AuthenticationException org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is wt.method.AuthenticationExceptionat org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1078)at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)The same log as comes out.You can log in on OOTB, but it's an error that comes out when you access the developed page.How should we resolve the above errors?
After changing from basic authentication to form authentication, when I access the page, I get a 500 error. om.ptc.mvc.controllers.ExceptionController - message : Handler dispatch failed; nested exception is wt.method.AuthenticationException error:-------------org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is wt.method.AuthenticationException org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is wt.method.AuthenticationException at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1078) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) A log like this appears. How do I resolve the above error?
Hi, I am upgrading a Thingworx from 8.4.2 to 9.3+. The customer was using the Thingworx Navigate extension, and as per them, they did not have any License for Thingworx Navigate,When I upgrade, the Thingworx Navigate Extension is no longer working due to the Java Version compatibility.Therefore, I have installed Thingworx Navigate using the installer, but as per Navigate, many features need the Navigate License.So, has the licensing changed from Thingworx 8.4.2 to 9.3+?And what is the difference between Thingworx Extension vs Thingworx Navigate installation?Thanks,
Hi All, Hope to seek advice.i need to modify the IP address of the Thingworx server due to change of Network architecture. I read the article to modify the json files.Can i know which json files i should modify for the Thingworx and Vurforia. Hope you can advise. Thank youNewbie Kek
How can we restrict change notice type based on Part lifecycle state?Suppose one part is in INWORK state, then only CustomCN-1 (custom change notice type) can be created.So, whenever user will try to create a change notice for the part, CN type will fixed as CustomCN-1.Please provide an idea
As you can tell, doing some vault maintenance. This is my current setup. I want to shift this to a new storage volume and enable automatic folder creation which I believe is done by creating a new vault. Is it possible to "change" the defaultuploadvault to a new one? Since there are no vaulting rules which tied to this vault, how is revaulting accomplished? Second part is some weirdness I saw in this vault counts. FVItem count is 90K but there is also MasteredOnReplicaitem count of 740K files. Source is this article: https://www.ptc.com/en/support/article/CS347982?source=search Our system used to have a remote replica site but that was removed during a divestiture. I would think that this vault should be small as items are uploaded and moved to the master vaults. Any clean up steps needed here? What that heck is MasteredOnReplicaitem?
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.