Windchill
Recently active
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.2.2Windchill InfoEngine Task fails to produce any results ,when calling the Windchill Query Builder Report Template using "Generate-Report" webject in custom IE Task.Here are the errors that I facedWindchill InfoEngine Task fails to produce any results ,when calling the Windchill Query Builder Report Template using "Generate-Report" webject in custom IE Task.
Considering a double hop upgrade from 12.02. to 13.1. I need to stop briefly at 13.0.2 before continuing on but seeing if we can chain this together. What are some things to look out for? I believe I would need to plan for two target hosts and databases right? Is it just as straight forward as running the upgrade manager twice or should there be deep validation in the intermediate upgrade? In people's experience who've done this, is it 2X or 1.2x harder?
I am using Windchill PDMLink Release 13.1 and Datecode with CPS 13.1.0.0Ola, tudo bem ? Poderiam me apoiar em fazer uma customização no campo "number" ? Onde é preciso que nesse campo puxe os 8 primeiros caracteres do nome do arquivo vindo do CAD. conforme a imagem anexada. É minha primeira vez realizando customização e estou com dificuldades para realizar.
I would like to download primary contents and attatchemtns for WTDocument and place it some pre defined folder on server , on releasing document. I would like to know what is the API to use to download attachments and primary content of document. Also if it is possible to build a JS hook to perform this action. Thanks in Advance.
I am also stuck here , I cant persist the selected value . Could you please assist us to achieve this.
public class PartComboBoxUtility extends DefaultDataUtility {@Overridepublic Object getDataValue(String component_id, Object datum, ModelContext modelContext) throws WTException { // Initialize ComboBox UI Component Object object = super.getDataValue(component_id, datum, modelContext); System.out.println("component_id 111 4444 = = = = = = = "+component_id); Object raw_value = modelContext.getRawValue(); com.ptc.core.lwc.server.PersistableAdapter nmObject= new com.ptc.core.lwc.server.PersistableAdapter (new WTPart(), null,java.util.Locale.US, null); nmObject.load("Country"); String o=TgsPropertyHelper.getPropertyValue("Country"); String[] ab=o.split(","); ArrayList<String> displayList = new ArrayList<String>(); ArrayList<String> internalList = new ArrayList<String>(); ArrayList<String> selectedValue = new ArrayList<String>(); &n
Hi ,I am new to customizationI have a string attribute , which should pick up the from user input [like google search , autocomplete ] the valid list of values from the database.Could anyone please tell me what would be way to go for this sort of customization.
Is anyone using / testing OIDC on Windchill 13.0.2.x yet? Followed the instructions, but Apache fails to load auth_openidc_module. Kind of stumped here, when manually running httpd.exe, I get: Cannot load modules/mod_auth_openidc.so into server: The specified module could not be found. Server root is proper, permissions look good, and the license file for auth_openidc_module is in the proper location. (only CS reference on PTC for OIDC/Windchill) Jim
Hello, When I'm inputting into a new data set in the Weibull module it runs the calculation every time I enter a new line. This makes it a bit of a slow process. I know I can import datasets or copy and paste from excel but sometimes I need to manually change things in the dataset itself. Can I turn off this automatic calculation so that it only does it when I select calculate?
Can anyone assist with troubleshooting why we cannot see allocated parts on a work instruction with certain users? Manufacturing Engineers are able to create Process plans and view work instructions without any missing data...but a shop employee with read and download permission to a Process Plan cannot see allocated parts.
In our environment we have had multiple issues with users accidentally deleting a Workspace which contains changed (not checked out) and new objects by miss clicking upon activating a workspace.The Delete button is right next to the Activate button and both require an extra answer in a pop-up window:When Activating you must answer this question:And when Deleting you must answer this question:If your mindset is to activate the WS and you know you get the extra question to which you must answer YES, you are very likely to click on the OK button when you accidentally clicked on the Delete button.In other posts people have asked about recovering removed workspaces, but unless you have uploaded all your new and changed files, there is no way to restore these files. They are really gone.So now my question:Is there a way to customize the My Workspace view and remove the Delete function from the Actions menu?
Hi, I have the same requirement of getting esi transaction status using the WRS OData API.I have tried randomly guessing how to expand - without successe.g.Windchill/servlet/odata/v2/ESI/DistributionTargets?$expand=TransactionsWindchill/servlet/odata/v2/ESI/DistributionTargets?$expand=ESITransactionsWindchill/servlet/odata/v2/ESI/DistributionTargets?$expand=ESIReleasesWindchill/servlet/odata/v7/ChangeMgmt/ChangeNotices?$expand=TransactionsWindchill/servlet/odata/v7/ChangeMgmt/ChangeNotices?$expand=ReleaseActivityHas anyone found a way to get esi transaction status using WRS API? Reference topic: https://community.ptc.com/t5/Windchill/odata-function-to-get-distribution-target-publishing-and/m-p/995665 ThanksJukka
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.8I have a 3 Multiple Wizards a on a custom action , in each wizard page I have a different MVC table on which I'm rendering data using Custom Bean object . When I'm submitting the wizard form , I want to get the rows selected in the MVC table in 3rd wizard page in Formprocessor. I'm not getting the values using nmcommandbean object . Please help me if there is any other way to get these values.
Hi Guys,When I created a promotion request I didn't get any mail notification but if I tried on the email page from quick links I could receive a mail. Is there any configuration for this or related to the workflow issue?Regards,Aj
Version: Windchill 12.1 Use Case: We use Gathering Parts to define subassemblies that are created in CAD for simplifying and streamlining the design and reusing parts. For example a part that is always attached with the same fasteners could be in a subassembly with all those fasteners already in place. These subassemblies are not needed or wanted in the ERP system.Description: Is there some way to make ERP Connector handle Gathering Parts the same way as they are handled when a BOM report is generated from an item structure? Now Gathering Parts are included in the XML message generated by ERP Connector and they just have the IsCadPhantom attribute in the BOMHeader message block to identify them as Gathering Parts.We would like to handle dissolving the Gathering Parts to their constituent parts already in the Windchill side because it would be really complicated to handle it in our integration middleware. The information needed for handling them is distributed between three differe
Hello everybody,how can i add some attribute columns to the wtpart where used tab view?(see attachment)Matteo.
Hello @DeepakParihar , I want to validate action once user select/clicks on it. custom-actoin.xml : I registered the my class as below also update Onclick info. <objecttype name="pdmObject" class="wt.fc.WTObject" > <action checkaccess="true" name="WSEXPORT" enabledwhensuspended="true" renderType="PDM" > <command class="ext.epm.validator.ValidateWSEXPORT" onClick="PTC.validation.AJAXPostSelectValidation(event, 'WSEXPORT')" method="WSEXPORT" windowType="page"/> </action> </objecttype> My class is as follow : public class ValidateWSEXPORT extends DefaultUIComponentValidator { protected static final Logger logger = LogR.getLogger(ValidateWSEXPORT.class.getName()); @Override public UIValidationResult validateSelectedAction(UIValidationKey vKey, UIValidationCriteria vCriteria, Locale locale) throws WTException { // TODO Auto-generated method stub System.out.println("---------- ValidateWSEXPORT Val
Version: Windchill 13.0 Use Case: I am trying to publish client side with CEDM 20.6.1.0 and WWGM 13.0.2.1 Description: Hello everyone, I am trying to publish client side with CEDM 20.6.1.0 and WWGM 13.0.2.1. I have set the prferences and other settings according to the PTC articles. The publication is generated correctly but the thumbnail is missing (the pyramid is displayed) Is it possible to create this on the client side or only on the server side? I have already set in the recipe file adapter/outputThumbnail=1 in this path C:\PTC\Creo Elements\Direct Modeling 20.6\personality\Granite\ProductView\recipe\cocreate2pv.pvr but I still don't get the thumbnail ty, Matteo
Hi AllTrying to add a custom action to right-click menu in Part Structure Builder (PSB)Uncommented:<action name="customActionGWT" type="psb"/> in psb-actionmodels.xmland<action name="customActionGWT" ajax="component"> <command class="com.ptc.cat.ui.client.action.LaunchURLAction" method="execute" url="/ptc1/psb/customAction" windowType="popup"/> <supportedTypes> <type value="wt.part.WTPart"/>
Version: Windchill 12.0 Use Case: after switching from gmail to microsoft 365 he no longer sends me mailDescription: i have setmail.propertieswt.mail.smtp.username=xxxxxxxwt.mail.smtp.password=xxxxxxxwt.propertieswt.mail.mailhost=smtp.office365.com:587wt.mail.properties=\$(wt.home)\$(dir.sep)mail.propertieswt.mail.smtp.starttls.enable=truesite.xconf<Property name="wt.mail.mailhost" overridable="true" targetFile="codebase/wt.properties"value="smtp.office365.com:587"/><Property name="wt.mail.properties" overridable="true"targetFile="codebase/wt.properties"value="$(wt.home)$(dir.sep)mail.properties"/><Property name="wt.mail.smtp.starttls.enable" overridable="true"targetFile="codebase/wt.properties"value="true"/> Where is the error?Thanks
Version: Windchill 11.1 Use Case: A user has uploaded a file to a CAD part. It is saved as an attachment. I need to cleanup the CAD document and delete the attachment.Description:
Hi,I want to search in Windchill for Primary Content attributes of documents but without succes. Is there a filter or configuration option/possibility to achieve this need?Specially for managing documents in Windchill this is necessary to prevent entering double attribute information when uploading a new document. Now we have to copy e.g. the original pdf filename into another attribute field to find a suppliers document.Has someone a solution?Regards,Bas
helloi have a CR which is at "create new change notice" task. whom the task belongs to is no more in the organization but he already had deligated all his future tasks to someone else. instead of going to the deligate, it is going to WCADMIN.so it means deligation only works when the user who is deligating his/her tasks is Active?
Version: Windchill 12.1 Use Case: For context, we are using Windchill+ which means we need to send CCD packages to PTC for deployment. This would also mean we cannot adjust certain settings and properties located in Windchill, as the PTC-managed deployment to TEST and PROD would cause issues. I created a custom java class that is called within a workflow. It has been compiled and deployed and is currently functioning in our dev system. I am now attempting to write unit tests for my custom java class. I have been following the customization guide, especially "Building and Deploying Tests in Development System", but while I attempt `ant compile.test`, it fails as it cannot find my package .Description: For context, we are using Windchill+ which means we need to send CCD packages to PTC for deployment.I created a custom java class that is called within a workflow.It is located in <\opt\ptc\windchill_customization\customModule\main\src\com\acme\customClass.java> as suggested in
How do you edit xml files stored in windchill. We use these for some of our NC processes. Windchill sees these files as Pro/E files so you can add them to a workspace. Once in the workspace you cannot export it or open it. Any help would be great.
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.