Windchill
Recently active
Hello, I have upgraded from CREO 6.0 to CREO 8.0 and I get an error "cannot be retrieved" occasionally when opening files which were created several years ago with CREO 2.0 or so (old version back in 2015). Frustrating thing is that it is not consistent, sometimes I can open the files without a problem. I thought it might be other programs that I have open, but I have not been able to confirm this. Any idea how to solve this? Chris
WT Part has 3D CAD normally.But sometimes Detail and Structure Tab's visualization doesn't work properly.There is a continuous loading phenomenon. 1`. Detail Tab's Visualization2. Structure Tab's Visualization Someone see this phenomenon Or how to fix this?
I am using Windchill PartsLink Release 11.1 and Datecode with CPS M010-CPS02Can we create or configure parts classification on EPM documents?
Hi,I am writing a custom FormProcessor that extends OOTB ImportFormProcessor and overrides postTransactionProcess() method. This Custom FormProcessor gets called when we click on Import on Import from Spreadsheet wizard Added below entry in custom-action.xml<objecttype resourceBundle="com.ptc.windchill.ixb.importer.importerResource" name="ixb" class="com.ptc.windchill.ixb.importer.ImportJob" ><action checkaccess="true" name="createImportJob" uicomponent="IMPORT_FROM_EXCEL" ><command method="execute" class="ext.tagheuer.part.formprocessors.customImportFormProcessor" url="/netmarkets/jsp/ixb/importer/import.jsp" windowType="popup"/></action></action></objecttype> Basically, my initial requirement is to get all the Part details those are within the Importable Spreadsheet.Is there any API to get all the part details which are within Importable Spreadsheet?Can someone suggest? Regards,SY
Somehow, I've modified CAD assembly in my workspace and then checked it out, and now Creo Parametric keeps insisting it that it is "out-of-date". I tried to use "update" function: system asks for some objects in session to be replaced with ones from the workspace; I agree - afterwards, the annoying message is still there: I've refreshed the workspace, tried to synchronize (says nothing to synchronize)... So I don't understand - this is the latest version and it is checked out. So by definition, how can it be out-of-date? I have a feeling it would be something that will fix itself if I shutdown the computer and restart it. But wondering if someone could shed light on this issue / offer a "hot fix" so I don't have to resort to the restart.
Hello, I want to introduce a new tab under a specific type of WTDocument page and populate it with some of the attributes, could you shed some light on how to approach this requirement? Thanks,Sha
Hello, I'm working on deprecated API and some on the information on the javadoc is missing.Could you please tell me how to replace this following deprecated Windchill API :wt.effectivity.EffectivityHolderwt.prefs.PreferenceHelperwt.prefs.WTPreferences Kind regards,
--iplocal --xml si projectcpdiff --project=/test/project.pj --recurse -r 1.1This command i applied and it doesn't show any differences. So what does it basically do. I don't know the purpose of this recurse command. I have the latest checkpoint 1.16.
Hello,I am trying to investigate if there is a way to link the Solidworks Revision Table with the Windchill Revision and data. So basically, when i enter the revision information on solidworks custom properties tab, it should update the revision table in solidworks drawing automatically. the revision version itself should be linked to windchill version. This makes a lot of things automatic and saves me typing/ doing the tasks twice and its a more cleaner option. Is this possible in windchill? i know i have done this with Solidworks EPDM system but not sure how or if we can do it on windchill. Any help much appreciated. Thankyou,
I have a solidworks database that I am bringing into Windchill WGM into a work space and eventually into my windchill server.I can easily save my assemblies to my workspace, however I have yet to figure out how to collect the drawings that are associated with all the components and subassemblies in the top level.How do I save my files to the workspace and send the drawings along with the components and assemblies?Thanks in advance for any help you can offer!-Morgan
wt.org.DirectoryContextProvider contextProvider = wt.inf.container.WTContainerHelper.service.getExchangeContainer().getContextProvider(); wt.org.WTGroup wgroup = wt.org.OrganizationServicesHelper.manager.getGroup("YONETICI", contextProvider); wt.query.QuerySpec qs = null; qs = new wt.query.QuerySpec(wt.org.WTGroup.class); wt.query.SearchCondition sc = new wt.query.SearchCondition(wt.org.WTGroup.class, wt.org.WTGroup.NAME, wt.query.SearchCondition.EQUAL, "YONETICI"); qs.appendWhere(sc, new int[] { 0 }); for(wt.fc.QueryResult queryResult = wt.fc.PersistenceHelper.manager.find(qs); queryResult != null && queryResult.hasMoreElements();) wgroup = (wt.org.WTGroup)queryResult.nextElement(); java.util.ArrayList<WTUser> members = new java.util.ArrayList<WTUser>(); java.util.Enumeration<wt.org.WTPrincipal> member = wgroup.members(); while (member.hasMoreElements()) { wt.org.WTPrincipal principal = (wt.org.WTPrincipal) member.nextElement(); if (prin
Hi all, I need to display error messages from a custom action in a separate alert window. This alert should pop up after the action is completed. Since this is only a simple display of error messages, I am trying to create a simple jsp page for this. However, I am facing compilation issues for this jsp page. I am attaching the error screenshot and the code. The custom action is "anonymizeUser". Any suggestions with respect to this will be highly appreciated. Thanks and Regards
Hello, I'm using Windchill Risk and Reliability 11.1. Does anyone know the limit of the data set I could import for calculating the probability using Weibull calculator? I'm having trouble importing a data set over 100 000 samples. Thanks
Hi,I need to upgrade Thingworx Navigate from 1.6 to 9.3, From the Thingworx Navigate Upgrade Support Matrix I saw that I can upgrade Navigate from 1.6 to 8.5 and then to 9,3.But in Ptc software Download it seems that the release 8.5 for Navigate isn't available.Can someone help me?
Hi, Can we use single DB instance that can be used for multiple Thingworx instances? Thanks,Keerthi
Is it possible to revert back CPS installation to the previous one? I am using the windchill 11.1 MO2O CPS16 on my local workstation and updated the CPS 18, after some time i realized that CPS16 was better than CPS18. So i want to revert back to CPS16? Can i do that? What would be right options or steps to do that? Thanks
Hi guys, I am trying to patch the remote file servers but this command "ant -f install_ccsdsu.xml" executed from Windchill Shell does not complete successfully I stopped all the services except WindchillDS. what am I missing? E:\PTC\Windchill_11.1\Windchill\bin\CCSTools>ant -f install_ccsdsu.xmlBuildfile: E:\PTC\Windchill_11.1\Windchill\bin\CCSTools\install_ccsdsu.xml********************************************************************************!+! STARTED @ Sat Jan 21 02:34:53 CET 2023********************************************************************************--------------------------------------------------------------------------------!+! ENTERING install_ccsdsu[E:\PTC\Windchill_11.1\Windchill\bin\CCSTools\install_ccsdsu.xml]--------------------------------------------------------------------------------Build sequence for target(s) `process' is [unzip, deploy, process]unzip:[java] Working directory ignored when same JVM is used.[java] Preparin
IS there any API to change Created by and modified by of EPMDOCUMENT/WTPart in windchill?
HiI have a user request to create a new group and role in CAD Data context to provide only read and download access for CAD objects. Can anyone help me in creating and group and ACL for the above request.
Where should I get "v$session.osuser " And how to change the String limit of osuser name.
Upgrade to Windchill 12 and have 1 user who has the same licenses and profiles as 2 other users but he cannot activate workspaces from the customize menu on his home page. The Workspace name is greywd out and the check box cannot be selected. I have used both Chrome and Edge browsers and no difference. The other users are different too. One has workspaces greyed out and checked and the other user has workspaces not greyed out and checked.
Hi I have linked wrong pdf document to drawing . is there any option to delink the wrong document and link correct document for the drawing(.drw)
hello, I have a workflow and in this workflow, the flow goes to different parts according to the values in the global enumeration in the attribute in a particular layout. In fact, I make users choose a section, and as a result, the flow progresses according to the selected section. The problem is that I do this for each partition and I have 30 partitions in total. which means task and etc required for 30 sections.How should I use something here so that the participant I selected directly finds the role or group in the enumeration?
Hello, I want to introduce a filter for an action which should restrict a certain set of users. The solution I thought was to associate the set of users to a group, created under Organization context, and the filter will validate if the current user belongs to the said group and if so the action will be hidden. I used the below mentioned API to find the group based on the user but it is not giving me any output i.e. enumeration is empty Enumeration enumeration = OrganizationServicesHelper.manager.parentGroups(validationCriteria.getUser().getPrincipal(),false); Please provide an alternative way or an API I can implement. Thanks and Regards, Hari R
Hi All,I want to create a "Manufacturing" view for the part included in the Change task, but I want to do it only if it doesn't exist.Now I use this code without checking. And I want to add something like " if Manufacturing view for obj ==null then" wt.fc.QueryResult qr = wt.change2.ChangeHelper2.service.getChangeablesBefore((wt.change2.ChangeOrderIfc) primaryBusinessObject);while(qr.hasMoreElements()){ wt.fc.WTObject obj =(wt.fc.WTObject) qr.nextElement(); if(obj instanceof wt.part.WTPart) { wt.part.WTPart prt = (wt.part.WTPart) obj; wt.part.WTPart ManufPart = (wt.part.WTPart) ManufPart = (wt.vc.views.ViewManageable)obj, "Manufacturing") wt.vc.views.ViewHelper.service.newBranchForView((wt.vc.views.ViewManageable)obj, "Manufacturing"); ManufPart = (wt.part.WTPart)wt.fc.PersistenceHelper.manager.store(Man
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.