Windchill
Recently active
when I open the file .asm refers to an old project (inserted in the windchill system two years ago)there is a conflict Server error: Cannot retrieve family table neutral data.Please could you send me a solution to this problem?
Hi All,We would like know how to migrate custom objects (custom object types) in Windchill from WC 12.0.2 to WC 12.0.2. Please provide what are the steps we need to follow to migrate custom object data. Thanks.
Which server do I need to start installing the Windchill Hardware question on? There will be 60 users on this server. Initially, let's start with the basics.
Hello All, Greetings! I am sharing a recent issue where I am unable to create any WTObjects on WC. The create new wizard does not show any attributes for type of object.. And the MS Log displays VersionControlException & wt.fc.InvalidAttributeException. I am attaching related screeshots to help understand this issue. I would appreciate if anyone might have faced similar issue and could help figure out the cause.
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.4 Is it possible to define the hiding and display of certain types of data that use this attribute for the global IBA attribute?Translated by the Community Moderation using Google Translate -----------------------------------------------------------------------------------------------是否可以针对全局IBA属性,可以定义某部分使用该属性的类型数据的隐藏和显示请联系徐工,电话:
I am using Windchill PDMLink Release 11.2 and Datecode with CPS 11.2.0.0We are not able to perform check out and check in of the updated objectsHere are the errors that I faced- Upload from Creo:Fail > A persistence error occurred. System message follows- Revise from Creo:Fail > A persistence error occurred. System message follows- Add fom Creo:Fail > A persistence error occurred. System message follows
We are in need to obsolete a bunch of existing WTDocuments. I have done creating new WTDocument using Bulk Upload method, but I have not done Obsolete existing WTDocument before. Has anyone done this before? If yes, can you share the xml recipe file if you can? Thank you,
I have been trying to connect Jasper Studio to WC 12 to add more parameters to the OOTB Change_Notice_Summary_Report. Documentation is not getting me to full solution.I can get the datasetxxxx.jar from WC and place it in the Plugins folder along with the log4j-api.jar.I can open the report and do a simple edit and send it back to WC to run the updated report and I see the simple edit. I cannot , however, see any of my custom attributes inside of the Jasper studio when I add a table or field,Each time I preview the report it fails with errors that say:net.sf.jasperreports.engine.JRException: net.sf.jasperreports.engine.fill.JRExpressionEvalException: Error evaluating expression for source text: new net.sf.jasperreports.engine.data.JRXmlDataSource($P{WINDCHILL_URL}+"?proc=com_ptc_windchill_enterprise_report_ReportTask%23ChangeNoticeSummaryHeader&contextOid="+$P{contextOid}+"&isDraft=" + $P{isDraft} +"&uid="+$P{USERNAME}+"&locale="+$P{LOCALE},"/datase
I am using Windchill PDMLink Release 11.0 and Datecode with CPS N/ARemote access invoke issue while executing Windchill API's from client machine using Eclipse.Referred to article CS254321 for RMI.Here are the errors that I facedjava.lang.NoClassDefFoundError: sun/rmi/transport/proxy/RMISocketInfo at java.base/java.lang.ClassLoader.defineClass1(Native Method) at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1013) at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150) at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:862) at java.base/jdk.internal.loader.BuiltinClassLoader.findClassOnClassPathOrNull(BuiltinClassLoader.java:760) at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:681) at java.base/jdk.internal.loader.BuiltinClassLoader.loadCla
I have written below files but giving error while loading business rule: Business Rule:<?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE BusinessRule SYSTEM "standardX20.dtd"><BusinessRule><ObjectID><localId>wt.businessRules.BusinessRule:151031</localId></ObjectID><key>RELEASE_TARGET</key><selector>RELEASE_TARGET</selector><name>com.ptc.windchill.enterprise.change2.change2ClientResource:RELEASE_TARGET_RULE_NAME</name><description>com.ptc.windchill.enterprise.change2.change2ClientResource:RELEASE_TARGET_RULE_DESC</description><enabled>true</enabled></BusinessRule>Business Rule Link:<?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE BusinessRuleLink SYSTEM "standardX20.dtd"><BusinessRuleLink><ObjectID><localId>wt.businessRules.BusinessRuleLink:151033</localId></ObjectID><ruleSet><ObjectReference><localID>wt.businessRules
Hello, I am using the Structure_Get_Descendants service from ptc-windchill-integration-connector thing and haven't found any documentation related to this parameter specifically. So what can be used on this parameter and for what purposes?
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.0 How to download the source model and turn it into a drawing server, and convert the document to a drawing to generate a PDF drawing (office)The size of the drawing generated by the original transfer server is 566 X400 mml (horizontal)Now the size of the drawing generated by the transfer server is 396 x280 mm (horizontal)What needs to be asked is how to adjust the size of the generated PDF drawing Translated by the Community Moderation using Google Translate -----------------------------------------------------------------------------------------------转图服务器中,文档转图生成PDF图纸(office)原转图服务器生成图纸尺寸大小 566 X400 mml横向)现在转图服器生成图纸尺寸大小为 396 x280 mm(横向)需要询问的是如何调整生成后PDF图纸大小联系人: 吕工电话: 13049134496 解决方法发送邮箱即可:lvdx@szpnt.com.cn
I am using Windchill PDMLink Release 11.1 and Datecode with CPS M010additional file types and output format options not available.it is a cloned system . the system it was cloned from has these features but it is missing in the clone system. while creating a new representation based on our publishing rules there should be two additional file types pdf and dxf . i have attached the publishing rule xml file. please check the attached for the snapshot. please check the publishing rule below: <rules xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.ptc.com" evaluate-rules-on-republish="true" xsi:schemaLocation="http://www.ptc.com PublishRulesSchema.xsd"> <authoring-application name="PROE"> <condition name="is_released_drawing"> <attribute name="epmdoc_CADName" regex=".*\.drw$"/> </condition> <condition name="is_cadpart"> <attribute name="epmdoc_CADName" regex=".*\.prt$"/> </condition> &l
Hello, I wrote an API that queries all WTParts that match a search string. The query, however, should only return those WTParts that are in a specific project. Currently I am using the following 2 Search conditions for this (only parts of the actual QuerySpec): This query works, but as I figured out it only returns WTParts that are IN the project and not just part of it. Most WTParts or WTDocuments are just shared to the project and existed before the project was created.Those parts and documents then have a different container than 'MyProject', so the query won`t be able find and return those. I tried a couple of things, I also searched through the database to find any connections between the shared parts and the project, but I was not able to find anything useful. Is there a way to query for all WTParts that are in the project (so basically what you see when you click the project in Windchill) Best regards
I am using Windchill PDMLink Release 11.2 and Datecode with CPS 11.2.1.18The package collector is collecting the reference documents which are in in-work state of the initially selected part. How to configure the collector to collect only the Released reference documents of the initially selected Part.
Hello All,I have one attribute in create Part Wizard the value of that attribute is dyanamic(comming from 3rd application) on the basis of that I want to show the other attribute Group(like bussiness, General) So How I can do this customization?Thanks,Basheer@HelesicPetr
I am using Windchill PDMLink Release 11.1 and Datecode with CPS M020-CPS23How to see in WT-Part Structure Visualization which Reference Designator is assigned to which Occurence in 3D?When selecting a Part in visualization, I can't find any information which Reference Designator is assigned to it. Also when selecting any Occurence in the Occurence list, no object is being selected in the Visualization tab.
Looking for API to set multiValue Attribute in create page of Promotion Request. Values are taken from another MultiValued attribute. EG: Product under which PR is getting created has attribute A with values A,B,C When I am creating Promotion request , attribute in PR should take values from that attribute of product (Multivalued and editable) Help would be appriciated.Thanks
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS20Visualization Worker do not make 100% viewable file from Solidword 2D Drawing.I found A part of Solidword 2D Drawing is missing when I see the viewable file with Creo View, But 2D Drawing have the part that Creo View Adapter did not transfer to viewable.Here are the errors that I facedNo Error Message , Queue Manager say it have success to converse the Solidworks 2D to Creo View Viewable.
Inventor can include in his assemblies files created with other CAD tools (i.e.: SolidWorks) in two different ways, "Reference Model" or "Convert Model" (as well as Creo Parametric, Unite Technology, ways "Open" or "Import").We are noting that a "converted model" can be checked-in Windchill (not a surprise: with the conversion, the file becomes a native Inventor file), while a "referenced model" can not.The "Reference Model" way is essential for a prospect who decided to standardize/consolidate Inventor as unique CAD tool (SolidWorks is also currently in use) and is planning to manage the transition phase leveraging the Inventor's "Reference Model" capability, in order to reuse - as they are - the historical SolidWorks files.Is there a solution for that ?Many thanks in advance.
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.0Opening Creo with connected to Windchill, it just keep spinning and not able to connect to Windchill.
I just tried this url: https://community.ptc.com/t5/Windchill/ECN-Change-Activity-Need-Date-reflected-as-the-Task-Deadline/m-p/91375 Which leads to "This Content was Archived" Who decides when useful content needs to be archived?? This particular post shows how to programmatically modify a task deadline. I have the url copied into the comments of a method I created back in Nov of 2021: * Used code from this post: * https://community.ptc.com/t5/Windchill/ECN-Change-Activity-Need-Date-reflected-as-the-Task-Deadline/m-p/91375
Hello all, Could someone let me know how to create report of all the users where I can get to know who is using the Windchill licenses for how much duration (Hrs.)? Thanks in Advance Sandeep C.
I am using Windchill PDMLink Release 10.1 and Datecode with CPS M030 An checked that there is log4j in the system that needs to be upgraded, but we cannot locate the log4j file ------------------------------------ Translated the text from simplified chinese to english using google translate by community moderation team Subject: log4j需要升级 Body: 安检查到系统中有log4j需要升级,但是我们无法定位到log4j文件在哪 ------------------------------------
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.