Includes: Windchill API, Windchill REST Services, Info*Engine, UI Customization
Recently active
We are trying to export a "report" that will show the CAD models related to a given Windchill Part. Or the other way around; a report that shows what Windchill Part is related to a given CAD model. We would like this to be able to search thru more than one given, but could even live with just spitting out the whole of the WT Part folder. We also are trying to do so from a Windchill user standpoint, but might be able to get the Windchill admin to help if it isn't too involved.Any thoughts or suggestions? Thanks in advance!
I have a Saved Report, and created a Data Monitor using it. Email is not being sent and its showing this error.2023-08-23 12:26:14,091 INFO [EMailQueue.SchedulingThread] wt.system.out wcadmin - 554 5.2.252 SendAsDenied; windchill@xyz.com not allowed to send as abc@xyz.com; STOREDRV.Submission.Exception:SendAsDeniedException.MapiExceptionSendAsDenied; Failed to process message due to a permanent exception with message [Hostname=***********.namprd19.prod.outlook.com] Running into this error even after updating the following files. updated SendMail.xmlparam name="FROM" data="abc@xyz.com" default="<%=DEFAULT_FROM%>"/> updated wt.propertieswt.mail.from=abc@xyz.com updated mail.propertieswt.mail.smtp.username=abc@xyz.comwt.mail.smtp.password=123 updated site.xconf<Property name="wt.mail.from" overridable="true" targetFile="codebase/wt.properties"value="abc@xyz.com"/><Property name="wt.mail.smtp.username" overridable="true" targetFile="mail.propertie
Need replacement for the api mentioned in CS348452 for csm in Windchill 12
For EPMDocument CAD Part references section (Related Objects Tab), other cad assembly objects are listed as reference type= "Relation Reference" whereas when we query for this record in database table, the same value is stored as just "REFERENCE". would like to know how and where this mapping is done.Thanks in advance
Hi All,Trying to create a new file based series to be used for objects.Steps followed:created xml with series name and values.loaded using windchill wt.series.LoadFileBasedSeries Ax_FileBase.xml -load in shell.added series name in <Windchill>\codebase\wt\series\SeriesRangeSelectorRB.RB.ser using enumcustomizerun ant -f codebase/MakeJar.xmladded series name in wt.properties file wt.series.HarvardSeries.seriesNames=MilSpec,Arx_FileBaseadded series name in OIR <Arg>wt.series.HarvardSeries.Arx_FileBase</Arg>Still it not fetching the new file based series. Anything in correct I'm doing.
Hi, I want to set revision schema like 1D.0 , 1D.1 , 1D.2 , 2D.0 , 2D.1 , 2D.2 ... in default "wt.series.HarvardSeries" Can anyone tell what necessary changes I need to do in wt.properties (or somewhere else) so i can achieve versioning in above format. Please Help. - KU
i want to create custom action to copy current url to clipboard in windchill. Please guide me.
Hi,Can we editable autogenerated number.I don't want to use the Edit option.Upon creations of part it should be editable.Ref link below not getting it.PTC Windchill Help CenterAny help appreciated.Regards.
As per this thread, related issue. Hi, Do you kwon how to register automatically the server name? Thx
Is there any way to update the Select Participants role on the fly using windchill api. Currently we need a subset of roles based on whatever types of documents or parts are available but I cant seem to figure out how to do that using the api. Only thing I came up with so far is to remove the roles from table using javascript thought havent figured out yet how I will pass those roles to the front-end for removal.
Hi, Is anyone aware of below cases,API to by pass the revise transition of the object to set new versionORAPI to set version to specific version without revising to new revision of the object.Please let me know if anyone aware of this cases or any alternative if you feel. Thanks in Advance
HelloWould you have to change this name of the Windchill server? or do I need to change the server again? for the little that he took the name of the server I put.
I was trying to get data from ServiceEffectivity to a String and I tried to convert it to NmCommandBean as shown in the figure. When I tried to compile it I am now getting a error as String cannot be converted into NmCommandBean. How should I solve this problem?
I am now working on a customization where I have to create an export of Parts List data in that particular Information Structure based on the Service Effectivities present in the Service Effectivity Filter. When I am trying to get the Service Effectivity of a Parts List object it is giving me zero value though the service effectivities has been defined in it. I was trying to use these methods to get the service effectivity of a Parts List object. Method 1:ServiceEffectivityDataServiceFactory serviceFactory1 = new ServiceEffectivityDataServiceFactory();ServiceEffectivityDataService service1 = serviceFactory1.getServiceEffectivityDataServiceDelegate(partsList);List<Persistable> effectvityonPartandPLItem = service1.getEffectivitiesForPersistable(persistable); Method 2:QueryResult qr = ServiceEffectivityHelper.service.getEffectivitiesFor(partsList); Could you suggest me what mistake I made or is there any other alternative way to get the service effectivities of a part
Hello Community, My client is looking for a way to continuously synchronise data from PROD to DEV server. For example, if an assembly is modified in PROD, the same updates need to be propagated to DEV system so that any update that they may do in DEV will utilize the latest BOM. Could you tell me if you have faced with such requirement and what is the best possible way to go about the same? Thanks,Sha
Hi All,I want to clear attribute for specific use case is it possible to set Empty value for floating point or Long data type in windchill.Is it possible to set the attribute value as Empty for FloatingPoint data type.Thanks,Basheer
How to automatically transfer data (documents) from windchill project link to another windchill instance?
Hi All,I want to disable project email notification it should be enable only for creation of project can we able to configure it in such a way?Thanks,Basheer@HelesicPetr
Hi All,I want to customize the Promotion Request Notification Template can we able to configure it ?Thanks.@HelesicPetr
I want to add custom action on a windchill workspace GUI , if any body done then please share the details.
Hi everyone,we are uploading documents exported from another pdm (being deleted...) using a mass migration tool developed by an external company. I have to check if all the documents (pdf,doc,...) are really loaded in db.I just found some documents not uploading and I don't know why.do i just need a SELECT * FROM WTPARTMASTER, WTPART, ...?to check if all documents have been imported and try to upload them again. Thanks for any help!
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
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.