Includes: Windchill API, Windchill REST Services, Info*Engine, UI Customization
Recently active
Hello everyone, please tell me, can I create a mail to be able to send emails from the site Windchill? I don't have a mailing address right now. I tried to perform c vladislav728@gmail the following steps, but I could not send the email, but there was no error
Hello everyone, please tell me how to create a new page where I can place my tables from the database? And how do I access the page only to selected users?
Hello everyone, please tell me how I can use" Info *Engine " to output a table from the database so that it looks like other tables on Windchill pages?
Hello everyone, please tell me, I can form a standard settings table that will be displayed on the site page? In the documentation I found an interesting example https://support.ptc.com/help/windchill/wc111_hc/whc_en/index.html#page/Windchill_Help_Center/WCCG_BusLogicCust_ChangeMgmt_FlexChangeLinks_WCCG_ChangeMgmt_FlexChangeLink_Procedure.html , but it is intended for building reports, is there such a way for ordinary tables?
Hello everyone, please tell me how I can activate in "Customization" links "TestClients " and "NewParticipant Picker"?
Hello everyone, please tell me how I can remove the column "Context" from the table "Promotion Object" and swap "Name" and "Number"?
Hello everyone, please tell me what could be the problem, I did everything as described in the example https://www.ptc.com/en/support/article?n=CS260239&language=en&posno=53&q=custom-actionModels.xml&DocumentType=Article%7CCommunity%20Forum&source=search , but the OUTLOOK application does not start?
Version Info - Windchill version 10..2 M030-CPS28 - Oracle version 11.2.0.1.0 I am trying to move the windchill source to the other PC. like the following process. 1. installed new eclipse project and copied with the windchill source. 2. compiled bundle file, class file, SQL script. 3. made jar file. 4. added data to oracle database. but, there was a error to start Method Server. this is the error log : 2019-11-06 16:37:27,647 INFO [main] wt.system.out - *** Non-Modeled Services ...2019-11-06 16:37:31,139 FATAL [main] wt.method.server - MethodServerMain abortwt.services.ManagerException: wt.util.WTException: (wt.pom.pomResource/0) wt.pom.PersistenceException: Persistent error occurred. The system message is:Nested exception: (wt.introspection.introspectionResource/6) wt.introspection.WTIntrospectionException: Persistent error occurred. The system message is:Nested exception: java.lang.ClassNotFoundException: com.ptc.windchill.option.tools.IAEConvertedObjectNested exc
Is there a way to see the sizes of files within the Folder Contents table itself? Like to have it in between the Version and Last Modified columns?
Hello, please tell me how I can add my button to some page that will run java code?
I need some help with the Alias Attribute Mapping. I want to map an Attribute from an Instance of the WT-Part to the WT-Document. The Attribute only exists on the Instance "Article" on my WT-Part. I have tried different Types of mappings so far, but I always get an error. Here the three main attemps: describedBy@wt.part.WTPartDescribeLink~describes^com.test_fuchs.article~ARTICLE_DESCRIPTION_DE^wt.part.WTPart describedBy@wt.part.WTPartDescribeLink~describes^wt.part.WTPart~ARTICLE_DESCRIPTION_DE@com.test_fuchs.article describedBy@wt.part.WTPartDescribeLink~describes^wt.part.WTPart~ARTICLE_DESCRIPTION_DE What am I doing wrong? Thanks in advance!
Hi,I'm creating a JSP that would list all the groups of a specified organisation in the Windchill.To prevent the authentication window, I'm trying to use RemoteMethodServer API and the suggested method of authentication from CS254321 in PTC K-Base.But i still get the authentication window when i try to access this JSP.Any help?
Hello, please tell me how to make a backup of all files and how to restore Windchill?
Hello, please tell me how you can undo the last actions with Windchill files? How to restore a previous version if I didn't do a backup. I made a lot of changes in 2 days, and now I want to restore the contents of the files.
Hello, please tell me how to fix the situation, I performed the actions strictly according to the example from the documentation https://support.ptc.com/help/windchill/wc111_hc/whc_en/index.html#page/Windchill_Help_Center%2FIEUG_WSFWriteIEWS_IEUG_WSFCreateProject.html%23 . But now windchill does not start
Hello, please tell me how to run server Windchill? After an unplanned restart of my computer, I cannot enable Windchill. Tried through programs to start and through Windchill Shell to start the windchill start command, but it did not turn out to start the server. Only one thing helped-restart the computer, then the windchill server starts itself
Hello, please tell me what type should be the variable obj ? I found an example of editing a template https://www.ptc.com/en/support/article?n=CS150777 , but there was a problem with the type of variable, tried everything I knew and everything that was recommended, it did not work to pass the test. CODE: wt.maturity.PromotionNotice notice = (wt.maturity.PromotionNotice)primaryBusinessObject; wt.fc.QueryResult results = wt.maturity.MaturityHelper.service.getPromotionTargets(notice); while (results.hasMoreElements()) { obj = results.nextElement();  
Hello PTC Community, I am fairly new to both Java and especially to the WC API, but I muddle through ok. I am stuck on some API and need the guru help! The intent: check for next available Version (Rev), common to a WTSet (that part works), then if the result is numeric, rev the whole WTSet to A.1, or if the result is alpha, then rev the whole set to the result. Most of the time the items should all be numeric, going to A.1, which is "legal" in our WC setup. I have tried both the following approaches: newVersion(Versioned version, VersionIdentifier version_id, IterationIdentifier iteration_id)-OR-newAdHocStringVersion(AdHocStringVersioned version, java.lang.String adHocVersionId) I gave up on "newVersion" because I could not get the "userClassName" reference to work out in MultilevelSeries (needed for VersionIdentifier)...there is no explanation for what is realy needed in this argument in the API. I tried using several things as the "user". Here are a few with the associated er
Hello, please tell me how can find the location of template files on local computer? I tried to find "default" of type "jsp", but after long searches did not define where it is
Need to apply option filter on the WTPart structure programmatically. What API's to be used ?
Please tell me how to perform the actions https://support.ptc.com/help/windchill/wc111_hc/whc_en/index.html#page/Windchill_Help_Center%2FWCCG_BusLogicCust_DTIFrameworkRibbon_WCCG_DTIFramework_ClientEx.html to have a new group " Windchill and buttons in Excel? I added the code as in the documentation to all XML files, but the tab did not appear after restarting the server and clearing the cache. Attach screenshots of files in XML format
Is there a way to modify the additional files published names by using model parameters (like revision, or version, for example) as a suffix? What I'd like to do is something like this: <publish on="create-representation" display-label="Publish w/ additional files" additional-files="dump_to_all" output-suffix=">{revision parameter} </> but as another post noted, the keys aren't available.
Does anyone know the syntax required to access the comments entered for each promotion object line on a promotion request? I have the syntax necessary to loop through each object in the baseline, but these are the actual EPMDocuments and don't contain the comments that are part of the promotion request (as far as I can tell.) wt.maturity.StandardMaturityService p = new wt.maturity.StandardMaturityService(); wt.maturity.PromotionNotice pn =(wt.maturity.PromotionNotice)primaryBusinessObject; wt.fc.QueryResult pn_targets; pn_targets = (wt.fc.QueryResult) p.getBaselineItems(pn); wt.epm.EPMDocument epmDoc = new wt.epm.EPMDocument(); while (pn_targets.hasMoreElements()) { Object obj =pn_targets.nextElement(); String objType =obj.getClass().getName(); if (objType.equals("wt.epm.EPMDocument")) { epmDoc = (wt.epm.EPMDocument)obj; String epmNumber = epmDoc.getNumber().toString(); String epmName = epmDoc.getName(); String epmCADName = epmDoc.getCADName(); String epmVersion =
Hi, I am trying to rename a published additional file of pdf type and download it to local.I referred articles CS216668 & CS252900 that suggest using afterloader hook methods.I was able to rename the primary content of the published file from the attribute values but however am not able to download the same to local.The articles show 2 methods - CS252900 renames the primary content of additional file using attribute info but no provision to download the same CS216668 creates and saves a copy of the viewable as an attachment, renames it and is downloaded. I am unable to combine both, as in rename the primary content of the additional file and downaload the same. I tried creating a seperate workflow containing a 'download to local' expression at Released state for the published additonal file but was only successful the first time.For the next iteration published the workflow isnt triggered and no file is downloaded. Anybody has any thoughts on this?
I'm currently using Selenium WebDriver to automate testing for Windchill, and I'm running into a problem. When the authentication window pops up, it pops up as an alert. Since it pops up as an alert, I can't automate the input of the username and password. There's no functions that allow for it. Any tips on how to fix this? I'm using Selenium 3, Java 8 and Firefox 45.
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.