Windchill
Recently active
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
We would like to hide site>utilities>Workflow Template Administration to group of admin users. Is it possible in Windchill 12.1.2 without any customization.
I am currently unable to download the software from PTC using the Software Download options, as I am receiving an "Access Denied" error. I have attempted to upgrade my PTC account using my Customer Number, Service Contract Number (SCN), Sales Order Number (SOC), and Site Number, but have been unsuccessful in completing the upgrade.Downloading the PTC applications is essential for my daily tasks, and I would appreciate it if this issue could be resolved as a top priority. Thank you for your prompt attention to this matter.
In the attached image, i have a vendor tab on wtpart page with supplier details. i couldn't able to find out where these attribute details are stored in the windchill database. i have searched stringdefinition/stringvalue tables but no luck..can some one help us with this query.. Thanks in advance
Version: Windchill 12.0 Use Case: wtpart visualization - any way to display "image" of associated CAD when part is same nameDescription: no image for *.prt associated - cannot change association to image get error: "Cannot create a reflexive Usage/Reference Link. The following object is trying to make a link to itself: "Part - M043238C001, BASE AXIEM3 AXIS CONTROLLER, 2.9 (Design)"image is sheetmetal part
Version: Windchill 12.1 Use Case: I need to customize the order of which tabs are displayed on the Part. In my case, Custom-ActionModels.xml I only have the structure tab, because, when I create a sub-type(like TestPart), I want it to start from a clean layout, nothing else except Structure tab should be there but I do not mention the 'Details' tab in the xml, and create in in UI using customize option, the Structure tab is always coming first. I am able to drag and reorder but that order will not be the same for all users. How can I get the Details tab first, without having it in the xml?Description: I need to customize the order of which tabs are displayed on the Part.In my case, Custom-ActionModels.xml I only have the structure tab, because, when I create a sub-type(like TestPart), I want it to start from a clean layout, nothing else except Structure tab should be therebut I do not mention the 'Details' tab in the xml, and create in in UI using customize option, the Structure t
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.2.2The class StructuredAnnotationSet is depricated. Is there a replacement class? We only have 1 row of the data in the StructuredAnnotationSet db table, but if we start using annotations after WC 13, what table will they be stored in.
Version: Windchill 12.1 Use Case: The position matrix of a assembly created in Creo needs to be viewed in windchill UI.Description: There are no columns available in windchill UI for the transformation matrix / Position Matrix in the structure tab of an assembly. How to enable this ?
How can update Product container Templates by Load from file without using Windchill UI?any Windchill shell query? or DB query?
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.