Windchill
Recently active
Version: Windchill 13.0 Use Case: Display the Last Modified date in yyyy-MM-dd format in Office documentsDescription: Hi All, I’m reaching out for advice on a challenge I’ve encountered while trying to display the Last Modified date of a document in Office documents using the Office Worker. The issue lies in the fact that the Last Modified attribute is of the Date & Time type, meaning it includes both the date and the precise time. However, I only need the date (yyyy-MM-dd format) in the Office document.Here’s what I’ve tried so far: Successfully Displayed Created On dateI managed to pass the Creation Date to Office Worker by creating a custom alias attribute that referenced the WTDocumentMaster Created On. I set this alias attribute to the Date only type, and it worked perfectly.Issues with the Last Modified AttributeWhen attempting the same approach for the Last Modified attribute, I encountered several challenges:The WTDocument and WTDocumentMaster have
WGM is not supporting Autodesk Naviworks tool. I am interested to know if any customer successfully implemented any custom solution from third parties to integrate Naviworks with Windchill?
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS09We are finding in Windchill production that we are filling the vault directory up and it seems like the size seems big. We are seeing where the vault fills in two weeks and last time it filled the PTC person said it was documents. I was also wondering if re publishing the thumbnails would cause this vault to fill up. I would like to know how to minimize the grow and was wondering if republishing tumbnails would cause this. Let me know.
Hi Guys,I want to know the procedure for deleting the instance/generic in Windchill. How do I create a new instance? Family table created in Assembly, component, and feature.Regards,AJ
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.0CN890869 seems to be stuck in release at Release Changeables in Philips Change Notice Workflow with null pointer exception.Here are the errors that I facedwt.util.WTException: wt.lifecycle.LifeCycleException: wt.util.WTException: java.lang.NumberFormatException: For input string: "true"Nested exception is: java.lang.NumberFormatException: For input string: "true"Nested exception is: wt.util.WTException: java.lang.NumberFormatException: For input string: "true"Nested exception is: java.lang.NumberFormatException: For input string: "true"Nested exception is: wt.lifecycle.LifeCycleException: wt.util.WTException: java.lang.NumberFormatException: For input string: "true"Nested exception is: java.lang.NumberFormatException: For input string: "true"Nested exception is: wt.util.WTException: java.lang.NumberFormatException: For input string: "true"
Version: Windchill 12.1 Use Case: Document publication information (Promotion Date, Resolution Datee and Approvers) comes from windchill processes (PR ve CN) needs written to the drawing when the processes (Promotion Request and Change Notice) is completed.Description: We want to add the promotion date and the person who approved to our Creo drawing. We want this information to be written on the drawing template when the PR approved and document is released. Similarly, when the change process is started on this document, we want to see the resolution date on the drawing.I have seen cases for the promotion date. Although we managed to include it for the first publication, we could not write the resolution date and the user name who approved the change to the drawing as a result of the change notification.We used the following for promotionpromote.approvers and promote.promotionDate. Which fields should we use for the publication process and update the CN process.
We are working on a task where it should have an input attribute with a suggestion box on a workflow task item.I have created the data utility for the suggestion box. I need clue how to map it with my workflow variable(it is not straight forward as i do for type and attribute)Kindly guide me
1. Describe the Problem Unable to search the parts which is having part name which contains (?). example: O-RING, ?1 x ? - POLEHOUSE. Now we need to search for the parts which is having part names which have "?" symbol 2. Are you using a workaround?Tried in Windchill but unable to get the results. PTC Case created & no solution found 3. What is the use case for your organization?we need to search for the parts which is having part names which have "?" symbol and after identification we need to replace "?" symbol with other symbols4. What impact does this problem currently have on your organization?Users affected -1
Our business use case involves creation of a lot of products and seasons (FlexPLM) and hence the vault size is ever growing. Would like to know if anyone is aware of a effective compression (images/pdf) and archival mechanism that PTC clients can use to make sure vault size increases at a slower pace.
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.2.2How to convert the following in the securityLabelDownloadAckResource.rbInfo to securityLabelDownloadAckResource.java?The rbInfo contains the followings:TEST1_ONLY_DownloadAck.value=I have read and agree to the terms of the state export license.TEST1_ONLY_DownloadAck.comment=State export license user acknowledgementTRUE_DownloadAck.value=I have read and agree to the terms of the state export license.TRUE_DownloadAck.comment=State export license user acknowledgementdownloadAckMessageKey.value=TRUE_DownloadAck
PTC should have stated there was no support when I started the ticket, instead of when I finished the ticket ! ! !I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.1.3My workgroup manager is having issues changing and refreshing workspaces.I may have saved files in the directory when WGM didn't want me to. But my IT department was demanding a computer shutdown.Here are the errors messages that I faceAn issue occurred while switching workspace. To resolve this issue, close any applications that might be using files from the workspace, activate the workspace that was active previously and then perform the workspace switching..Skipped workspace refresh due to an internal error. Refresh workspace if needed.Syncdown blocked due to WLD lock. Please close all CAD application/programs that might be using files from WLD, deactivate and activate the workspace again.I'd appreciate any assistance with this.Then again, I cannot believe this is the first error PTC has seen. There
Hello, I have a problem with an HTTP request. When the login has an “@”, I can't communicate via HTTP.I've tried different types of encoding:- ISO-8859-1- Windows-1252- UTF-8- UTF-16- UTF-32with “Basic” authorization.Here is my vb code: Dim reader As IO.StreamReaderTryDim hwebrequest As System.Net.WebRequest = System.Net.WebRequest.Create(url)hwebrequest.Method = "GET"hwebrequest.Timeout = timeout'Test encodageDim encoded As String = System.Convert.ToBase64String(System.Text.Encoding.GetEncoding("ISO-8859-1").GetBytes(login + ":" + pass))'Dim encoded As String = System.Convert.ToBase64String(System.Text.Encoding.GetEncoding("Windows-1252").GetBytes(System.Net.WebUtility.UrlEncode(login) + ":" + System.Net.WebUtility.UrlEncode(pass)))'Dim encoded As String = System.Convert.ToBase64String(System.Text.Encoding.GetEncoding("UTF-8").GetBytes(login + ":" + pass))'Dim encoded As String = System.Convert.ToBase64String(System.Text.Encoding.GetEncoding("UTF-16").GetBytes(System.N
Version: Windchill 12.0 Use Case: To get a Downloadable URL for the Document's in Windchill Description: There is a Use Case to download the Documents from the Windchill to Thingworx, I am trying to find a WRS API for it, but I couldn't find one. Is there any WRS API, present?Thanks,
Version: Windchill 13.0 Use Case: Bulk indexing millions of files runs the drive out of disk spaceDescription: We are in the process of upgrading to WC 13.0.2.0. We are in the post upgrade stage and we bulk index all of our files. We have 2M+ files and it takes a few weeks to index them all. Everything was running fine until 12-16. On 12-16 we rebooted the server for Windows patching . The Solr tmp folder has been filling up with files since then. Our path looks like this:E:\ptc\IndexSearchServer\SolrServer\solr\server\tmp\jetty-0_0_0_0-8085-webapp-_solr-any-12436573060378850937It seems like Solr creates a new tmp/jetty-0_0_0_0-8085-webapp-_solr-any-XXXXXXXX folder every time it starts. Sometimes it deletes the old jetty folders and sometimes it doesn't.We find the current jetty folder is filling up with files as they get indexed. The Solr Log shows an error saying it could not delete the file. I found Article - CS433080 which describes the problem but o
Reference from topic Hello @bp_01 , Did you got answer to your above post ? I am also looking for same now and still not able to get solution. if you have got the answer, can you please share implementation steps ? Thanks
Version: Windchill 12.1 Use Case: In Promotion Request workflow, check if any of the promotables are WTDocuments with URLData as primary content. If yes, send a notification to a specific groupDescription: In a promotion request workflow, I'm trying to check if any of the promotables are WTDocuments with URLData as primary content and if so, send a notification to a certain group. The only method I've found to possibly allow me to do this is getURLData, which returns a Vector. Below is the code I've tried in a Conditional node in the workflow. Testing by promoting a Document that's content is a URL, it returned result = NO wt.maturity.PromotionNotice pn = (wt.maturity.PromotionNotice) primaryBusinessObject; wt.fc.QueryResult queryResult = wt.maturity.MaturityHelper.service.getPromotionSeeds(pn); boolean isUrl = false; while (queryResult.hasMoreElements()) { Object obj = queryResult.nextElement(); if (obj instanceof wt.doc.WTDocument
Version: Windchill 13.0 Use Case: I have a query that can return thousands of results but only need to see the first 10 to 20 based on sort order. Description: I can return the top 10 results in TSQL with:SELECT TOP 10 {column} ... ORDER BY {column} DESCCan we do this with Query Builder?
I am using Windchill PDMLink Release 10.1 and Datecode with CPS M030 on Sun Solaris platformWe want to upgrade to a latest Windchill version which will be compatible on RHEL 8x or RHEL 9x.Need suggestions on what can be the viable / possible Upgrade options for this Windchill application.
Version: Windchill 12.0 Use Case: Integration with Jasper StudioDescription: Following the steps in Authoring Jasper Report Using Report Template After completed step 12 I get this error InvocationTargetException If anyone has experience with this integration or knows how to resolve this issue, your assistance would be greatly appreciated. java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source) at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source) at net.sf.jasperreports.data.provider.DataSourceProviderDataAdapterService.getProvider(DataSourceProviderDataAdapterService.java:93) at com.jaspersof
Version: Windchill 12.1 Use Case: I have two version of WC installed on my machine. but only one instance is running.Description: when i want to run previously installed instance of WC, i run respective http server and WC shell to start that instance. but it will start running latest one only.is there any way to run both version of WC on same machine?
Hi Guys,Whenever we can use save as an option from the library can we set it as a default "re-use" automatically, i found a .frm format automatically excluded. Can we do the same thing? Regards,AJ
Version: Windchill 11.1 Use Case: Managing MS Excel with Windchill DTIDescription: before upload, a field has the attribute wc_versionafter downloading the DIT from the object. the cell value is no longer wc_version but has the wc_version value of the attribute.Any idea how this is happening or how to prevent it?
This is view More Attributes Info Page Layout on a WTPart.Can the attribute title be displayed in single line? without wrapping to next line."Package Description" as two continuous words?
Version: Windchill 12.1 Use Case: get rid of scrollbars in text areaDescription: This is a String attribute of limit up to 500 characters on a WTPart.this field has to be editable, so do not want to make it read-only. Can we get rid of the scrollbar?
I am using Windchill PDMLink Release 11.1 and Datecode with CPS M020-CPS24Some of the users in one of our Contract Manufacturers can see items that are in the middle of changes (In Work, Prototype In Work, etc.) in Windchill. We do not want that, only those that are released and locked down.I have different group access settings for some of the users and I was wondering if you could tell me which groups they should and shouldn’t be in to prevent this. Or maybe it is a setting somewhere else I need to change?Thanks,Pam
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.