Take the Windchill Satisfaction Survey!
Windchill
Recently active
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
Hello there,I have this code: for (var x = 0; x <me.kpis.length; x++) {var line=me.kpis[x].Line;var json_yt = Things["Name of Things"].GetKpis({Lines: line,_timeOption:"Yesterday"});var json_yt = Things["Name of Things"].GetKpis({Lines: line,_timeOption:"All month"});if(line.includes("line1")) {var kpis_value_yt_value =json_yt.array.filter(x=>x.kpis)[0]["kpis"]; I want to get Kpis from json_yt but when I try to get data from there I have a message: Error executing service Test. Message :: TypeError: Cannot read property "kpis" from undefined - See Script Error Log for more details. When I read this service : var result = (json_yt);I have an array with all data. When I try to do this with _timeOption "All month" it works, only with Yesterday it wont works. I dont know if I made a mistake or the platform have some problems. Can someone help me?Thanks
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.0 The process procedure ZZ_GC_0000035709_INDEX failed when publishing a single procedure. No error message was seen. There was a return message in the log: no need to process the request.Here are the errors that I faced 作业日志 2023-12-4 8:09:26:开始作业: 发布来源 - FA7R系列(Ⅸ线/34岗)工艺规程(Released)_INDEX, EU.23 2023-12-4 8:09:26:产生 temp dir :/ptc/Windchill/tmp/pubtemp/publish1072540746031180165.tmp 2023-12-4 8:09:26:启动: 发布来源 - FA7R系列(Ⅸ线/34岗)工艺规程(Released)_INDEX, EU.23 2023-12-4 8:09:26:创作应用程序: Arbortext Editor 2023-12-4 8:09:26:Arbortext 装配转换 2023-12-4 8:09:26:产生 temp dir :/ptc/Windchill/tmp/pubtemp/publish571111986399022420ed 2023-12-4 8:09:26:启动: 发布来源 - FA7R系列(Ⅸ线/34岗)工艺规程(Released)_INDEX, EU.23 2023-12-4 8:09:26:创作应用程序: Arbortext Editor 2023-12-4 8:09:26:无需处理请求 2023-12-4 8:09:26:结束发布:发布来源 - FA7R系列(Ⅸ线/34岗)工艺规程(Released)_INDEX, EU.23 2023-12-4 8:09:26:删除 temp dir: /p
I have product level document created using MSWord and Uploaded as "Document type" object. I want this document object should be part of BOM, when I am generating top level assembly WT part BOM report from Windchill. Someone Please provide your ideology on this? 1. Where i have to add that document in the WT Part object to enable it in top level BOM 2. Do we have any other way to add it in BOM
I was wondering how other companies handle when users remove an object from the resulting object and do not let an admin know so they can do clean up work. Usually the object has been revised and the change was cancelled and it needs to be deleted. Other than relying on the user to let you know, how are you figuring this out?
Hello everyone,I need some help with this problem, PTC is responding with the usual "Works as intended".I'm trying to find a workaround for this problem (See video)(view in My Videos) The current problem we have:Attributes with illegal (Spaces and"/" were used) characters were created in Inventor, we are now using these inventor file in Creo parametric (Creo unite allows us to do this).The result is the propagation error.We have hundreds of users receiving a lot of errors when opening assemblies. Is it possible to automatically implement the ignore option?Or even better: skip this useless check on Inventor files?We already have the following solutions, but they are not suitable for us- Hide all warnings (Also hides useful warnings)- Rename all the inventor attributesSincereAlex
Hi,I would like to create advanced expressions when the choice names are the same.In the help I found this info. Is it possible to assign advanced expressions? Thanks in advance.Regards,Nora
We are on the stage of upgrading windchill 10 to windchill 12.So in the process we are installing windchill 11.0 in linux environment.Oracle is installed and using psi we are trying to configure database in db server.PSI is getting failed in ocu stage.I executed below commands :export ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1export PATH=$ORACLE_HOME/bin:$PATHexport PATH=$ORACLE_HOME:$PATHexport PATH=/usr/bin:/usr/local/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/ucb:/usr/ccs/bin:$ORACLE_HOME/ bin:$PATHexport SHLIB_PATH=/u01/app/oracle/product/11.2.0/lib:$SHLIB_PATHLD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATHexport LIBPATH=/u01/app/oracle/product/11.2.0/lib:$LIB_PATHexport LAX_VM=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.362.b08-1.el7_9.x86_64/jre/bin/java Empty OCU folder was getting created when psi failed , then i executed below commands to get ocu files:/u01/PTC_Installables/windchill_11.0_third_party_software/OCU/setup LAX_VM /var/tmp/ptc_installer_jres/Sun_JRE_1
When converting excel file into XML file, under Attribute definition there are few information in converted XML file which is not in excel. Are they static and what are those tags refers to?
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.