Windchill
Recently active
Has anyone found a way to set the default Bind DN for OpenDJ? It defaults to "CN=Directory Manager" and I would like it to default to "CN=Manager" instead.
In our EDR change task workflow, there is a setup participants task where someone picks a review team and that team is properly restricted to those who can see the context. But sometimes our users go to the Members list and add users directly to the review team role. Adding on the Members is not restricted in the same way as the workflow and they could add someone they should not have been able to choose (the unsecure person could not see any details of the EDR or its objects, but they did get the task and could blindly approve it). Can the Members area be view-only? Is there a permission to restrict it? I setup a read-only user such that they can't edit a certain document but can still modify the Members list.
Creo 4.0 M070 Windchill 11.0 M030 We are getting a Windchill error when we want to upload a modified generic: Document does not have IBA definition: document=_instance_name_, column(item)=ARTIKELNUMMER The error points to one of the instances and to one of the User Defined Parameters inside that part (our own "articlenumber"). "articlenumber" is one of the columns in our family table. "articlenumber" is also a designated parameter (and it is being used in thousands of other parts without any trouble). So Windchill refuses to upload that part... So I remove that column from the family table...Windchill still refuses to upload that part. So I remove the parameter completely from that part...Windchill uploads that part with no issues! So I re-add the parameter to the part (marking it as designated), re-add it to the family table...Windchill uploads the part with no issues! Does any one have any clue what is going on? P.s. We do not use WTParts.
I have a Spring scheduled method in Windchill and want to call some methods, but i get the erro that there is no active method context. So I tried to call the method via RemoteMethodServer.invoke(). This actually works but i always get the following error in the log:2023-12-07 10:44:13,675 ERROR [pool-14-thread-1] wt.method.client - RemoteMethodServer.invoke() called on default method server from within method server! Probable bad loopback code! java.lang.Exceptionat wt.method.RemoteMethodServer.logQuestionableOrBadInvokeCall(RemoteMethodServer.java:1581)at wt.method.RemoteMethodServer.invoke(RemoteMethodServer.java:647)at at.techsoft.ifactory.worker.components.QueueRetryMechanism.doRetry(QueueRetryMechanism.java:51)at at.techsoft.ifactory.worker.components.QueueRetryMechanism.retryFailedEntries(QueueRetryMechanism.java:31)at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethod
There are multiple tables with LWC* in windchill db. Does any one has idea about those tables?
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.2.14Import is not working as expected, getting unwanted errors.Here are the errors that I facedImport started...Started object creation process...com.ptc.windchill.option.model.Option:1445524|178845396-1568923833896-1164344728-23-128-64-10|ABB-IAEN-qa.ptcmscloud.com,"Design Option - 00082, Channels" is successfully imported.,com.ptc.windchill.option.model.Option:121158921,Design Option - xxxx, Chaxxxxcom.ptc.windchill.option.model.Option:1445617|178845396-xxxx-11643447xxxx28-23-128-64-10|xx-xx-qa.xx.com,"Design Option - 00083, Red.24V Supply" is successfully imported.,com.ptc.windchill.option.model.Option:121158922,Design Option - 00083, Red.24V Supplycom.ptc.windchill.option.model.Option:1679369|xxxx-xxx-1164344728-23-128-64-10|ABB-xx-xx.xxxx.com,"Design Option - xx, SKELETON" is successfully imported.,com.ptc.windchill.option.model.Option:121158923,Design Option - 00087, SKELETONcom.ptc.windchill.option.model.Option
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.1i need to run a report showing the list of windchill users and the Windchil DS Bind CN information for each account. I am preparing a list of users so that I can use the Disconnected Participant tool for my WindchillDS users prior to upgrade to HTTPS.Is this possible using the report builder function in Windchill PDM link and if so how?
Hi,I am using Windchill PDMLink Release 11.1 and Datecode with CPS M020-CPS27Is it possible to make a formula in Type and Attribute manager who listing all users in the system:My case is I need to create an attribute (on the product type) with the list of all people of the organisation.Thanks.
As per the original post. Is there a way to exclude all wtdocuments from being published regardless of size? We are dumping thousands of PDF files into the system, when we change state to released they all try to publish and fail... no reason to try and publish a pdf to a pdf.
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.0.4Is it possible to allow only the admin to revise files?Restrict users.
Looking for others with AWS private cloud implementations, We are experiencing the following failure and error message in the BGMS logs when attempting to ZIP a large Package Delivery. We have a top priority case open with PTC, but have not made any headway in two weeks. Curious if anyone else has experienced this issue with Windchill hosted in AWS? ERROR [WPSyncQueue.PollingThread] com.ptc.windchill.wp.action.DefaultActionDelegate Administrator - Delivery ZIP file could not be created. Contact your administrator if the problem persists. wt.util.WTException: com.amazonaws.SdkClientException: Unable to execute HTTP request: The target server failed to respon. Nested exception is: com.amazonaws.SdkClientException: Unable to execute HTTP request: The target server failed to respond We have a similar issue but no error messages, preventing us from uploading a primary content file larger than 1GB for a Windchill Document. Never had problems when the servers were in the
We have gotten multiple occurrences of the error: operation failed, because there is a new part usage link to never checked in part(s): Part --Secured Information. This error as occurred when truing to build WTPart structure and at check in. Any ideas what is causing it? How to fix it?
I need to import some code that I wrote in an IDE. How can I paste or import that into Modeler 10? How can I export textual notation?
I have been contemplating a way to provide 'local' autonumbering, but inside contexts- rather than using global database sequences to drive autonumbering, is there a way of having local iterative numbering without creating as many sequences as there are contexts?For example, you could achieve this based on whether a specific number is already in use?e.g. a specific context might start with an unique prefix, such as a product ID, and a subtype initial e.g.1111_DOC_*.The rest of the number could then be determined by whether the number is already is use e.g. if 1111_DOC_001 exists, try 1111_DOC_002, then *_003, until successful.I figured this could be possible, since when manually numbering objects, the 'number already in use' response is rather quick- though maybe not efficient enough to not overburden the system with requests when it needs to check if 900 numbers are valid to create before creating 1111_DOC_901.You could speed up execution by writing a custom java RuleAlgorithm class t
Hello, In an assembly of at least two-level child components, I can see that the Managed Variant Specification only manages the first level child components, is that the case or do we have way to edit second level child as well to create a variant ? Thanks.
Hi,I have implemented Custom Revision Scheme following the article -->https://www.ptc.com/en/support/article/CS148182?source=searchI have the following content in my Verison Loader file<series name="CustomVersioning"><value>A</value><value>B</value><value>C</value><value>D</value><value>E</value></series>After revising the E.1, I am getting the following errorThe series value has reached its maximum value: E, series=CustomVersioningI wanted to know that how combinations like AA, AB, AC, AD are generated?Do we need to set this combinations in load file or is there any other way to implement?
Hi All, Windchill PLM Just looking for some advice on the Audit Module as part of QMS? Any user tips? ThanksChris
Hello, If I checkin a CAD document which have designated parameter linked to a dimension <1mm, for example Ø0.202mm, in Windchill dimension is not displaying very user friendly. When I consult attributes in the detail page of that CAD document, it's indicated in scientific format : Ø2.0200E-1 Please see the print screen below. Is it possible to change format of real number to displays the same format than creo ? => 0.202 not 2.02E-1 Regards, Arnaud
Hay Everyone,Is it possible to set the Library location within the OIR for a Change Request?Currently, I have the OIR place the CR in a folder called 'Change Requests' but I would like all CR's created in any Library or Product context to be placed in that one Library / Folder.Possible?Arg>/Default/Change Requests</Arg>
I have an InfoEngine task that is querying Windchill for a document. See the following code for an example. This task works great on many customer servers without issue. On one customer server, about 50% of the time, List-ContentItems is returning a link that is different than it usually returns, and the page appears to be a login page. If anyone has any insight into why Windchill would be returning an invalid link to a login page 50% of the time, let me know. Valid Link: http://example.com:8020/Windchill/servlet/WindchillGW/wt.fv.master.StandardMasterService/doDirectDownload/SExampleFileName.pdf?folderId=60824325082&ft=FF&userid=48748377706&adId=52831251988&fileName=00000018a96b31&refsize=727814&mime=application/pdf&mk=wt.fv.master.StandardMasterService&ofn=SExampleFileName.pdf&c=93&riid=-1&sT=1701353872&sign=TBG9pmA%2FsEOoOVZ7gaxhDQ%3D%3D&site=http%3A%2F%2Fexample.com%3A8020%2FWindchill%2Fservlet%2FWindchillGW&AUTH_CODE=Hma
Hello,I am facing Referencial integrity error while deleteing CAD "Referential integrity violations occurred for this operation:Cannot delete wxxxxxxx.prt, because it is used by Assembly - wxxxxxxx.asm, D.14Cannot delete CAD Part - wxxxxxxx.prt, because it is referenced by Assembly - wxxxxxxxx.asm, D.17, Drawing - wxxxxxxx.drw, D.12 please help. Br,Sandeep C.
Has anyone successfully transferred "User Defined Categories" from an older Teams Project when up-converting to a new Teams Project? When the conversion is complete, all the User Defined Categories in the new project are preceded with the dreaded ~, meaning you lost the library. I've tried both conversion methods: on-the-fly and "convert older project". When using on-the-fly, the common library isn't converted that the old project used. If I use Convert Older Project, and direct it to the old top level file folder, the Common Library is transferred, but it's empty...what's the point??? So, it's obvious I'm doing something wrong, but all the references are followed. We have a lot of user defined categories and every time we convert, it's back to entering them again. Please help with any suggestions.
I nedd to create WTPart for all existing EPMDcoument (.asm .prt .drw).Is it possible by massive creation?
We are trying to load parts list and BOM to Windchill 13.0 through excel sheets, we are able to do it. But we are keen to know whether we can load the product structure configurations and instances to Windchill. Also, eager to know, if we can allocate serial numbers to the parts through excel sheets for specific instances of the configurations. Thanks in advance for your expertise.
Hello,i'm trying to create via API an EPMDocument and upload to it a Creo/Elements Direct Modeling .sdpc file.Here is my java code:public static EPMDocument createNewModelingEPMDocument(String epmnumber, String sdpcfilename, String sd_gfxfilename, String model_id) throws PropertyVetoException, WTException, IOException { EPMDocument document = null; // Create new EPDocument from sdpc template EPMAuthoringAppType appType = EPMAuthoringAppType.toEPMAuthoringAppType("COCRMOD"); EPMDocumentType docType = EPMDocumentType.toEPMDocumentType("CADCOMPONENT"); EPMContextHelper.setApplication(EPMApplicationType.toEPMApplicationType("EPM")); File sdpcfile = new File(sdpcfilename); File sd_gfxfile = new File(sd_gfxfilename); document = EPMDocument.newEPMDocument(epmnumber, epmnumber, appType, docType, sdpcfile.getName().toLowerCase()); // Set creation location PDMLinkProduct creationContext = WindchillUtils.getProductByName("MY_PRODUCT"); WTContainerRef c_ref = WTContainerRef.newWTContainerRef(creat
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.