Take the Windchill Satisfaction Survey!
Windchill
Recently active
Hello Everyone, My requirement is to migrate the custom objects which is not able to do using WBM tool. This Migration is in 12.0.2 version and Windchill - Windchill Migration. Hope any one of you help me to answer my question. Awaiting for your response 🙂
Folks,I have a customer who has many groups configured in their Active Directory but wants to filter Windchill access to just 5 of the groups. They have one group currently defined in <Runtime Service Name>.windchill.mapping.user.filter. Per Article CS24211 I edited app-Windchill-AuthProvider.xml and added the 4 new filters. But that article does not mention how to update windchill.mapping.user.filter for multiple filters. (I commented on that article to have them add in the missing info.) I see that there is an Edit button on that Property. I'm looking for what syntax I need to add the other filters. What is the delimiter between filter "memberOf" entries? A [Return}, comma, space or semicolon? Thanks,Mark Plimley
HI, I have around 100 parts create in PLM, which will have individual attachments. Is there anyways i can add easily instead of editing each parts and attaching the document ?
Screenshot is just for example.Below is the scenario :There is a group named PLM_Deactivated users Under members, there are columns named Name,, user name, email , last name and distinguished name Here, I need to add two more columns. Is that possible, If yes, how? Thanks in advance
Hi, I wrote a SELECT statement that basically queries all Change Activities for all Change Orders (please ignore the * selector for now):SELECT*FROM WTCHANGEORDER2 INNER JOIN INCLUDEDIN2 ON WTCHANGEORDER2.branchiditerationinfo = INCLUDEDIN2.BRANCHIDA3A5 INNER JOIN WTCHANGEACTIVITY2 ON INCLUDEDIN2.BRANCHIDA3B5 = WTChangeActivity2.branchiditerationinfo Now I would like to convert this to a Windchill QuerySpec.What I am trying to do is to get attributes for both the Change Activity and the Change Order. For now I used the * selector but I would like to select attributes from WTChangeActivity2 and WtChangeOrder2. As of my intuition, you need to specify an "output" class for your query spec, so what class or type those objects from the Query spec belong to but in my case this would be mixed because I need attributes from both types. Is there a way how I can do this or do I need to split my query up (i.e. first query all Change Orders and then query all Change Activities
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.0Not able to create a new OIR. Throwing error, Added screenshot
I think one of the first exercises when customizing Windchill is making use of Queryspec API to search for objects in the database. Given a number string, find me the Parts that match and do something with them. If we are taking input from the browser, what consideration must we do so that we do not open ourselves up to SQL Injection? Does the API already handle this for us internally? Given that I am providing the where clause a string value directly from the user's input, how do we make sure it does not contain another SQL statement? Is that where its done, checking before adding to where clause? I know that we can put checks on any exceptions that are thrown from bad input that can expose data. Just curious where developer's responsibilities lie and what PTC has already handled.
I am using Windchill InfoEngine Adapters Release 11.1 and Datecode with CPS F000Hello,after a rehosting of our ACM server in integration environment to be closer of production environment, we lost our adapters to local (windchill) LDAP and our own LDAP named Darwin.we tried to reconfigure it at HTTP Server Level and ACM level.To configure HTTP server , we update the file corresponding and it HTTP server works fine.To configure ACM server , we used the web admin interface. we configured connectors to local LDAP and to Darwin.But the ACM server goes down with following errors:Here are the errors that I faced2023-11-25 17:58:32,368 INFO [main] wt.system.err - javax.naming.AuthenticationException: [LDAP: error code 49 - Invalid Credentials]2023-11-25 17:58:32,384 INFO [main] wt.system.err - at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3154)2023-11-25 17:58:32,384 INFO [main] wt.system.err - at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:3100)2023-11-25 17:58:32,384 I
What tool on the PTC portfolio should be used for converting technical documents, both PDFs, Word and Excel format, to a readable document with bookmarks?
What is the use of AvailableAttributes.xml file?
Hello, I’m trying to implement SSO in our PTC Windchill environment using Shibboleth as the Service Provider and our Identity Provider is Okta. I'm basing my configs off of OKTA SSO and Windchill - PTC Community but I'm getting errors. I will admit I'm not fully sure what I'm doing, so I've basically taken the configs from that post, changed the URLs to our own okta site id's (after working with our Okta admin on that part) but I seem to be missing something. I’ve been able to get Shibboleth to call out to okta when I try logging into Windchill, but once I log into Okta, I get this error message:<faultcode>S:Server</faultcode><faultstring>Error processing request.</faultstring> Looking at the shibd.log, I see these errors when there’s a login failure:2023-11-09 14:00:03 WARN OpenSAML.MessageDecoder.SAML2SOAP [2] [default]: ignoring incorrect content type (application/x-www-form-urlencoded)2023-11-09 14:00:03 ERROR Shibbo
I am using Windchill PDMLink Release 11.1 and Datecode with CPS M020-CPS23I cannot find the table that holds the SUB object types in Oracle SQLExample: WTDocument:I believe WTDocument.BRANCHIDA2TYPEDEFINTIONREFERENCE andWTDOCUEMENT.IDA2TYPEDEFINITION REFERENCE hold the ID of the SUB TYPE of WTDocument.However, I cannot find the table with which to join to get the UI NAME for those ID's.
How can I move a part to a different assembly in one configuration without it changing the location in all other configurations? Example - I have 2 different configurations that's composed of 2 cabinets. In Configuration 1, I have a keyboard (part) that is in cabinet A (Assembly). In Configuration 2, the same keyboard is in cabinet B (assembly). If I move the keyboard to cabinet B in config 2, it automatically moves it to cabinet B in config 1. How do I prevent this from happening? Is there a way to lock each configuration?
In the automatically executed project plan, the Estimated Start date is getting set to the Actual Start date when the activity starts and the Estimated End date is getting set to Actual end date when the activity is completed.Due to this the estimated start and end dates are always same as the actual start and end dates for running or completed activities.Because of this behavior we are not able to track delayed activities. Is there any solution to this?
I need ideas on how to get comments sent to all participants in a workflow.Example:We have a doc called Sales Call Report, basically it's a document that is filled out after meeting with a customer. Then it's routed around to various departments notifying them of the visit and what transpired. People have been commenting when completing task thinking that the comments are sent to the creator.....but they are not. I have explained that the comments are viewable only if you go back in and look for them. Is there a way to have the creator of the document notified if a comment is entered down stream in the workflow? Thanks in advance:Greg
Hi Everyone, Actually i already have a part master number list in excel (only number), i want to create the WT Part from excel. I heard we can use the loader to create WT Part. I need a some example how we can load. I found a related document i didn't understand the .csv creation and as well as convert into xml. Please help me on this.
If we add a boolean attribute to object type like document, values show as Yes/No/undefined...Can we remove undefined here and keep only Yes/No ?
Initially posted in this topic Hello, i am hoping you can help me, i am able to build associated part and view it on a single level as build when comparing to the part structure, however, in an assembly BOM, the same part is showing as unassociated. Is there a step i am missing?
Hello,I am unable to get the Part BOM to populate correctly, I have associated the parts in the single level but in the multi-level, the part is not recognizing it. i am not sure how to fix this or what the root cause it. anyone else ever had this issue or have i misunderstood how to associate the partCreo 6 + Windchill 11
I am using Windchill PDMLink Release 10.2 and Datecode with CPS M010How to change the wcadmin account password, through the interface changes, after a while can not be used, and affect the use of the work machine
When trying to compile the Windchill Customizations (developed originally using JDK 8/Windchill 11) using JDK 11 (Windchill 12) we are getting compilation issues due to several packages being accessible from multiple modules. For ex: org.w3c.dom package is now included in jdk11 jar by default (Module Path), but is also present in ie3rdpartylibs, xmlParserAPIs and dom4j jars (Class path). We understand that JDK 11 is enforcing a modularity check to ensure the same package is not referenced in multiple jars. However it is also understood that module-info.java is not necessary to be configured for JDK 8 to 11 migration. As long as the relevant jars are added to the classpath, the code should be able to compile using JDK 11 as well. How does PTC handle these issues when working with JDK 11 and Eclipse (version 4.16)?
Is it possible to add CAD Documents in the 'Description' relationship? The help center suggests so.https://support.ptc.com/help/wnc/r12.0.2.0/en/#page/Windchill_Help_Center%2FObjectOviewObjectRelationships.html%23However, we could only create/search for WTDocs in the described by table of a part. Any insights will be helpful
Hello,We are having Parts with multiple classifications. Windchill .windchill pdmlink 12.0.2.7windchill partslink 12.0.2.7windchill 12.0.2.14 service pack Does anyone know what controls the order in which the classification groups are displayed on the Details tab in product information?It does not seem to be alphabetical (see attached screenshot). Neither the display value nor the internal name.It also seems to be neither in the order of object ID value nor the order in which the classifications was added to the Part.The Sort order property of the classification node also does not seem to influence this. Hopefully someone knows a way to influence the order in which the classification groups are displayed. Thanks in advanceMagnus
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.0Not able to import workflow from one Windchill Instance(12.1) to 12.0.Here are the errors that I faced2023-11-22 14:49:52,298 ERROR [ajp-nio-127.0.0.1-8010-exec-4] wt.ixb.parallelImport.ImportEngineImpl wcadmin - Import/Task execution failed!!! Error - Message: Resource bundle/Message key = wt.ixb.publicforhandlers.ixbResource/8
Hello, I am trying to load global enumerations from windchill 11.1 to windchill 12.0 using Load from file command. However, I am facing an an uniqueness exception in doing so. The windchill version for the target system is 12.0.2.15 with CPS15 installed. I have attached the log file containing the error. Kindly provide any suggestions on how to resolve this, Command used:-windchill --javaargs="-Dwt.auth.trustedAuth.username=wcadmin" wt.load.LoadFromFile -d /appl/ptc/builds/SCF_Lufkin_Build/loadFiles/sic/GlobalEnumerations/Global_Enum_All_0.xml Thanks,Ramsha
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.