Includes: Windchill API, Windchill REST Services, Info*Engine, UI Customization
Recently active
Hi Folks,I want to checkin (PDM Checkin) WTObjects from Project Link to PDMLink. using API - SandboxHelper.service.Checkin(WTKeyedMap,String). But unable to figure out what parameter we have to givein. I didn't find any example or help in PTC user site so looking for answer in community site 🙂We can do PDM Checkout, undoCheckOut and sharing with Sandboxhelper API successfully but not able to do checkin.Thanks in advance.Rahul Dixit
Hello ALL,I hate to be lazy, but my search to date, hasn't produced much.I am not much on windchill listeners, but my current need is for a listener that checks a server/shared folder, for a file with a specific name.Maybe every 5 minutes or such. Then as soon as it finds that file, it starts/initiates/initializes/? a workflow.I hope the listener area isn't as limited as the business rules are...4 ootb or lots of coding....lolThanksLarry Jettdatajett@aol.com
Hi I need to create a form, so you can insert information about a document however I don't know where can I find information.
Product and Library icons disappeared from the Navigator, only the Recently Visited icon is visible. The Organizations and Site icons are visible too if logged in as organizations or site admin. Any ideas please?
Hello,Is it possible to download file/document from Windchill using REST API? If you have some example, please share it here.Thanks.
import bom failed , please help me2016-11-11 14:42:19,667 INFO [DataSource Task Executor-3069] wt.system.err wcadmin - (wt.ixb.publicforhandlers.ixbResource/UNIT_HAS_TO_BE_EACH) wt.ixb.publicforhandlers.LogHelper$IxbException: 把σ竚度ぉ虫琌–箂ン2016-11-11 14:42:19,667 INFO [DataSource Task Executor-3069] wt.system.err wcadmin - at wt.ixb.publicforhandlers.LogHelper.userError(LogHelper.java:225)2016-11-11 14:42:19,667 INFO [DataSource Task Executor-3069] wt.system.err wcadmin - at wt.ixb.publicforhandlers.LogHelper.userError(LogHelper.java:561)2016-11-11 14:42:19,667 INFO [DataSource Task Executor-3069] wt.system.err wcadmin - at com.ptc.windchill.ixb.importer.bom.BOMSheetImporter.validateRefDesigAndQuantity(BOMSheetImporter.java:833)2016-11-11 14:42:19,667 INFO [DataSource Task Executor-3069] wt.system.err wcadmin - at com.ptc.windchill.ixb.importer.bom.BOMSheetImporter.validateSheetTypeAttributes(BOMSheetImporter.java:673)2016-11-11 14:42:19,667 INFO&nb
Hi all,During the installation of the Windchilll System we set the Organization Internet Domain Name to the wrong value: test.ext.com and all the new types that we create have the internal anme test.ext.com.NewType. Is there a posibility to change this so that the internal name is "ext.com" for example, when we create new types? Thanks, Alex
HiI have code to extract data in Excel Format on Windchill server .Now i want a Client action to Open or Download the generated file content(Excel files).Please share if you have some examples.RegardsRakesh
Is there a way to add a list or table of affected objects to a change notice email notification?
Hi,i have used,Process p = Runtime.getRuntime().exec("cmd /c \"start sqlplus system/manager && CREATE OR REPLACE DIRECTORY export_dir AS 'E:\';\"");application connected to oracle database successfully using command sqlplus system/manager. but second command CREATE OR REPLACE DIRECTORY export_dir AS 'E:\';does not work as shown in Image attached. Plz let me know how to execute multiple commands on cmd.exe one by one . Please check syntax to run multiple commands in Process p = Runtime.getRuntime().exec("cmd /c \"start sqlplus system/manager && CREATE OR REPLACE DIRECTORY export_dir AS 'E:\';\"");ThanksManoj
Hello AllIn Windchill 10.1, i am trying to open a part / assembly in Creo view.When the creo view tab opens, its shows an error "This visualization is marked out of date"And when i click continue, nothing happens, only blank screen.Please provide me solution for this problemThank youRegardsSumeet
I found list of Windchill REST Endpoints on my server here: http://myserver.com/Windchill/netmarkets/jsp/restapi/index.htmlThere is POST method "First Stage Content upload". Model and parameters are discribed on picture bellow:Can I with this POST method upload file from my server to Workspace on Windchill server?If yes, what parameters I must specify in request? Thank you!
Hello,Add/Edit Attachment UI needs improvement. Need to avoid accidental removal of attachments. A lot of people click on ‘Browse ‘ button instead of ‘new local file attachment‘ to add another attachment. This always causes problems as the existing attachment gets lost. Additional training has not solved thisPlease vote this up!!
i want to add sate judgment in the existing search .
Hi Friends,I am working on SQL functionality where I need to get the folder detail includes name of product/library, name of folder and location of folder, I am able to fetch product and folder name detail but I am not able to find the location of folder can anyone please help me how I can get folder location using sql query
Hi all, I have AddIn for Fusion 360(JavaScript). How to establish connection between my AddIn and Windchill Workgroup Manager(or Windchill server directly)?I know that Windchill is not supported Fusion's files, but I'm interested in architecture of this solution.What possible ways to resolve this problem: create CAD adapter for Fusion 360 or create custom Windchill Adapter with Info Engine API or there is Windhill Workgroup Manager API?Thanks!
I’m currently doing some research about alternate BOMS in Windchill. I was able to create a structure with different BOM configuration & I was able to modify the BOM of each configuration separately.Now, my question is, for a same view type (ex: Design), it is possible to filter the configuration options result when searching for a part? Whenever search for part 3011810, I get result for configuration null, 001 & 002. Ideally, I would like to be able to search for a particular configuration without having the others in the search results…Thank you
Hi All,I need to find out the Role of User who initiate the workflow. On the basis of user's "Role", Routing of Workflow decided.Ex. If "Member" Role user initiated a workflow then it will follow different direction like, notify to Product Manager and after approval of "Product Manager" it will start to next process.But if the Workflow initiator is itself "Product Manager" role user, then in this case no need of Approval and all.Please let me help to know, which API i have to use to find out a "Role" of a user who initiate the Workflow.Regards,Vivek
My question is in the title.Thanks for help.
Hello,How can I get assignee(User 1) as an attribute from a Problem Report ? Please look at attached file.Thanks in advance.
How gathering part should be handled while retrieving MultiLevel BOM through JAVA Api?
When started, methodserver make a error like LDAP error 32 no such object, it seems to be a problem if certificat, i use the document CS29454 from PTC website but always a error.I m sure the bind user and password to commicate with LDAPS are good (verify with apacheStudio software).Thanks
Hi All,I'm trying to create custom data utilities in order to create task page action in my work flow activities. I could find site.xconf for respective context and could realize that Data Utility has used singleton class. I tried to find if there will be any related java file exists in respective location but unsuccessful. For your information, I'm now working on Quality context for CAPA and found related xconf for data utility in Windchill\codebase\com\ptc\qualitymanagement\capa\xconfs\CAPA.datautilities.properties . In this file I could able to notice that Data Utility class for CAPA review is CAPAReviewDataUtility(See below line)<Option serviceClass="com.ptc.qualitymanagement.capa.review.datautilities.CAPAReviewDataUtility" requestor="java.lang.Object" selector="reviewDU" cardinality="singleton"/>I'll be very thank full if anyone provide detailed process for Data Utility creationand assigning attributes to it as I'm new to customization.Regards,Krishna Chaithanya
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.