Windchill
Recently active
I am trying to generate the step file over the code as below. ReferenceFactory rf = new ReferenceFactory ();WTReference reference= (WTReference)rf.getReference("VR:wt.epm.EPMDocument:xxxxxxxxx");EPMDocument epm =(EPMDocument)reference.getObject();String objRef = ObjectReference.newObjectReference(epm).toString();Publisher pub = new Publisher();PublisherAction pa = new PublisherAction(PublisherAction.QUEUEPRIORITY, "H");boolean result = pub.doPublish(false, true, objRef,(ConfigSpec)null,(ConfigSpec)null, true, "CodeRep", null,Publisher.EPM, pa.toString(), 1); Publishing is working fine but not generating the step file output
I've struggled with this for a while but need to solve this finally. CR/CN process works well for Parts, CAD and some critical documents. In my company, we see this as CCB control. Sign off is done via workflow through CN workflow process as stand in for signing actual configuration items. An easier class of documents requires no sign off but we may want to "release". Some processing required for only the author is needed to deem it ok to release. I can see just using set state in these cases. There is a middle case where review and sign off is still required but who signs off is very loose, perhaps defined by document categories or types (not necessarily soft-types here). There are a few ideas I can think of: Outside review and sign off process - Use set state to lock down. No record in PDMLink of process. Promotion Requests - We have a workflow to do review and approval. You will lose roles of who approved and OOTB, all approvers are
I have some old raster scans of hand drawings that we need to maintain. We make minor edits to them from time to time and re-pdf them. How can I manually upload this PDF drawing as a representation on the wtpart? I create a new representation and on "Chose Input Source" browse for the PDF but the job status just sits stuck on EXECUTING. Is this possible?
Hi, I'm working with engine to make it as a configurable product, for ex. I'm having 12 cylinder and 16 cylinder crankcase, for those two crankcase if i want to a assemble a cylinder liner with quantity how can i manage. Will this be assembled automatically based on QTY??
Hi all, I have layout problem. It is possible to add some text after drop-down list (or any "form" element)? t:jukka
Hello! We will host a live Expert Session: "What's new in Navigate 9.0" on August 18h at 01:00 PM EST. Please find below the description of the expert session as well as the link to register. Expert Session: What's new in Navigate 9.0 Date and Time: Tuesday, August 18th, 2020 01:00 pm EST Duration: 1 hour Registration link: https://www.ptc.com/en/special-event/thingworx-navigate Description: This session is the intro of a series that will cover new capabilities of the recent Navigate 9 release and the value that each can bring to your implementation. Then we will have further sessions covering the details of some of them You can also suggest topics for upcoming sessions using this small form.
Hi, Is there any way to know or extract any kind or report listing the users that have Access to certain product? For instance as example in image below there are 6 products folders listed, but I´m interested to know which are the users that have Access to IPG GSB 3D and IPG GSB LFP only, is there any way from windchill to extract in an easy way this info? Thanks so much in advance
Hi, Is there any way to do an advanced search in windchill for parts/documents which Revisión or Versión are equal or greater tan A, so that only Alphanumericals Will be shown? I do not want to extract all revisions or versions starting by a number, I only want to extract from database that ones starting by a letter I do not know if this is posible and how I can define in the advanced search
I do not know how I did this, but, I think it was rather easy for me to do... When I am logged into Windchill as the ORG or Site ADMIN I no longer have write permissions into my Library Structure (all the remains is Read permission) In my Product structure the permissions still remain as Read and Write. Anyone have thoughts how I did this, and how I can fix it? The joys of Windchill just keep coming... Thanks
Hello,so i need to get all the items from a table, my method was to get the data with a custom Form Processor using the list of objectBean from the parameter of the post process method, but i figured out that i getting only a limited number of object depending of the scroll size of my table area. Do someone know how to fix that ? Get the list from nmcommandbean or increase the cache size in JS.Is there a mean to add JS in my tableBuilder to increase JS cache ? Thanks for your attention.
Anyone know of a way for atttribute B to use a truncated string of attribute A Attribute A = 12345-67-89 Attribute B = 12345
I found the database table for Affected Objects and it is called AffectedActivityData. But I cannot find the table for Resulting Objects. Does anyone know what that table is called? I'm learning how to join tables in SQL server and I have the results of a join that are duplicating rows if they part is in both the Affected Objects and Resulting Objects of a CN. Thank you, Brian
Hello everyone! Please tell me how can I download the user signature file using Java API or using Info * Engine? Best regards!
Hello, i have drop down list which has validation on it to be visible or not , when drop down has been hidden ,i want to make place of it not to be empty and filled with another widget like label, and when it is visible , label shifts to bottom of drop down it is available in Thingworx ? how can i achieve this?
Anyone know what this is regarding... Just started noticing it... But I'm not experiencing anything out of the ordinary currently. 2020-07-09 12:26:33,770 ERROR [ajp-nio-127.0.0.1-8011-exec-63] wt.util.ReleaseOptIn Joe Blow - Features added in previous release are making check for OPT IN. These checks should be removed
Hello,we are trying to customize output page (created by "Export to PDF" command from the Mulit-Level BOM Report) to include company name and logo and also to include information about selected product and organization but with out success. I tried changing the xslfo.xsl and also reportGenForm.jsp but (predictable) without valid result, I also searched in Windchill Customization manual for something that will give me a clue what to do, but no luck.Does anybody knows is this possible and if so where to start?Thanks!
It has been a while since I had to rehost my production machine to a test server, but I recently upgraded to 10.2 and would like my test server to reflect the 10.2 production server so that I have a fresh start. I would like to use the Rehost 2.0 tool to help me since I do not want to go through a manual rehost. I do have Solr turned on, some customization and connect to our corporate LDAP. I have an app server and a database server in production and am moving to the same on two virtual servers. Which method would be better and why?Copy all the files to the new machines, import the database and use RenameUse Rehost with a staging areaUse Clone with a staging area
Hi admins Something is wrong in TWX. Here is the bottom left of the Composer: "Waiting for available socket" I wanted to post a screenshot, but it seems I am no longer able to. This looked like a bug, but no: actually this is a user error. I have another tab showing the TWX Runtime, and it currently has the login dialog up waiting for my password. When I login correctly in that tab, then my Composer works fine. So this is not a bug, but it is a usability issue. Rick
Anyone now what this business is about? We did a search for a part number and a file other than that name came up. 1000617 was searched for and 1006123 was returned... when looking at the attributes in CREO View I see this. epmdoc_teamName shows another number... It appears the file was originally named 1000617 and then renumbered and named to 1006123.. is this going to cause me problems down the road?
Hello,How to enable MPMLink API? which jar is used?(for MPMPartToProcessPlanLink, MPMLinkHelper,...)How to create Process Plan with API?How to copy Operation to Process Plan with API? Thank you
I want to add a new column that will display the attribute (some other attribute which is not available in the table currently) in the edit association table. This edit association action is on the cad object. Can somebody help in achieving this requirement?
Please use this thread to provide feedback on Navigate documentation. Early feedback provided after a release will allow us time to act on the feedback prior to the next release. Right now, we're seeking early feedback on Navigate 9.0 documentation. Any feedback in the next couple of weeks will be greatly helpful. Please feel free to link existing threads.
Hello everyone, please tell me how to download the drawing view of a wt.epm.EPMDocument using JAVA or Info*Engine?
Hello, tell me, please. How can I get data from the Process Status table in Promotion Request using Info*Engine or JAVA?
Hi All, I am using Rehost Utility 3.0 M010 to rehost Windchill PDMLink, and it seems that it is ignoring the properties that I provided. I have 3 adapters, 2 are base administrative and enterprise, and one additional JNDI adapter, which has been configured with those properties: target.ldap.username.<domain>.<adaptername>=target.ldap.password.<domain>.<adaptername>=target.ldap.hostname.<domain>.<adaptername>=target.ldap.port.<domain>.<adaptername>= And rehost is successful, but some Windchill properties are not updated. mapcredentials.admin.adapters and wt.federation.org.directoryServices properties contain only two entries instead of 3, and missing one is that additional JNDI adapter. What else needs to be filled to have that set up by Rehost Utility?
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.