Windchill
Recently active
how do i file over modified workspace files with files from windchill cabinets? add objects? checkout/ with "reuse content" unchecked? I know I've done this before but I can't seem to get the right combo...
Stumped on this one. It maybe a CSS issue or something in the TableBuilder. I have created custom tables which look great but the last column seems to scroll off page forever. Something is controlling that to where I cannot shrink last column to fit on page and wrap. I have two system, one where it works and other where it was causing me problems. This is what I want. Columns can be expanded by user. This is what I get where last column goes off right forever and I cannot drag back. I do not even get corner menu to change wrapping. Since columns are huge, it does not wrap correctly and gets cut off on printout. I suspect this is a CSS setting or something in the table builder. Any ideas?
Hello all, In Windchill Quality Solutions 11 the audit trail can be enabled by going to the file properties of the project. Except in our case the "enable audit trail" option is greyed out and can not be enabled. Appreciate any comments on this.
I am trying to create a change notice through api, and now i want to link a change request to it, and also other related objects.
Hi, Is there a way to open Word directly when downloading a file .wcdti please ? Thanks & regards, Camille
I am working on an inplace upgrade from Windchill 10.0 m040 to Windchill 11.0 m030, and Oracle from 11g to 12c. I have taken my production data and rehosted it to my test servers and verified that it runs. There are no WinDU errors but some potential problems that I am working through simultaneously. I have done the import of Oracle into 12c with no errors. I have done the import of the LDAP into Windchill DS for 11.0, overridding the OOTB box data. When I run Upgrade Manager, it gets to the Verify Supported Upgrade Path step and runs for a few minutes and then fails. The failed messages is: Missing Configuration branch: The configuration branch on the target directory server appears to be missing. I do have a configuration brnach under WC10 node under o=ptc. I had to create the o=usec before doing my import from the WC10 export. Any pointers as to how to correct this?
Hi, I work for the Customer that have in local team User defined Group that updates daily (security reasons). From what I noticed not having Members as listed Users causing some deficiency in tool performance e.g. they cannot use discusion. What other limitation can I expect in this scenarion? Can you suggest some solutions please.
Hi All, How to set Integer and Alphabetical versioning schemas for same type of object for different life-cycle states. For ex. Object in Prototype State - 1.1 to ... and when same object's lifecycle state is Released, version will A.1 ... In short - Prototype - 1.1 Released -A.1. Thanks, Vivek
Hi Trying to install Navigate 1.6. When accessing ThingWorx with the configuration so far, request the user certificate to Windchill and proceed to LandingPageAccessAppMashup. However, the design data can not be loaded. I installed Windchill in a state where HTTPS configuration was not completed. The guide says that Windchill's SSL (understood as HTTPS configuration) configuration is essential for Navigate installation. Therefore, we configured Windchill as HTTPS with a self-signed certificate for resolution. I then reset the ptc-windchill-intergraion-connector. Previously, we set the base URL to http: // <hostID> / Windchill. At that time, ValidateConnection returned success. I changed it to https: // <hostID> / Windchill / sslClientAuth when I set it up newly. We also added the ssl keystore path and password to ptc-winndchill-intergration-connector-proxy. The path is <PTC_Windchill> / java / lib / security / cacerts. However, ValidateConnetion returns a failu
Hello, I have a problem with multiple revision change on pdf files. The point is that I need to massively increase the revision for certain documents, but I do not know how it is because when selecting files I can't have a review button Is there any way to bulk up the bulk document revision? I have administrator permissions. Screenshots are an attachments. Thank you for help!
Greetings, We have a situation where we have a bunch of WTParts, but no WTDocuments that pair with them. We also have loads of JPG photos of these objects. There's a desire to load these photos into the WTPart somehow and create a viewable, and not create a WTDocument. I'm not certain this is possible. We clearly can make a WTDocument, associate it and see that viewable, but management wants to avoid the work time of creating these objects. Any ideas how this could be done without a WTDocument? TIA, JamesWindchill 11.0 M030 CPS09WGM 11.0 M030Inventor Pro 2017Windows 10
Anyone know how to hide or remove this? At Submit CR, the Participants tab only shows the Roles that are in the change team and they can only see the roles that are displayed in the workflow task. I do not use "guest" in the workflow. But, if someone selects the Change Request and then the Process tab, they can see the Add Members icon. Once selected, Guest is listed as an option? Guest is a Role in the Context Team (and can't be removed). As you can see, the Guest role is not displayed on the Set Up Participants action.
Hi All, I am trying to display the WTPart Icon as per certain criteria, for example, OOTB WTPart Icon will display if the Lifecyle state of that object is in In-Work, but when it get changed to released state, i want to change the display icon as well, now i want to show green color icon for that released object. Kindly share your thoughts. Regards, Vivek
We are on WC 10.1 M040 CREO 2.0 M080, some are onother previous buildsThis has caused work loss here recently to @ 6 users so far, these are the symptoms and corrective action to reactivate:symptoms:1- Pro/e will report saved successfully in the message log2- upon checking the workspace, there is no + to display the modification/save has happened3- open the Event Manager, there is no save recorded, check-in or upload4- in the top of the workspace browser, Primary Active Workspace, it will display inactive, the pull down to Activate will not Activate the workspace5- the server is still registered and onlineTo correct the inactivated Workspace:1- in the workspace browser, select the "Browse"2- go to the product and expand to show workspaces3- here you will notice that no WS are active4- if you try to activate your WS here it won't activate until you activate another WS then reactivate the original WS5- go to your workspace and notice the modifications are now present and the event manage
In IE, Chrome & FireFox browsers all users are unable to view results when they switch from one table view to the next. For example: 'Open' view vs 'Reassigned' view. Within 'open' view there are numerous tasks displayed, when the user switches the view to 'reassigned' view the results are blank (there should be at least 4 tasks displaying). When the user refreshes the screen (F5) approx. 4 times the new list will finally appear. Note: The table views were working the day before. Any ideas as to what would have changed to cause this issue (browser, WC, network, server, java)?
Hello, Does anybody has any experience getting data from Teamcenter or another PLM tool and expose data in Thingworx Navigate? How do you recomend would be the best approach to do that? Thanks,Sal
Hi. I need to make some changes to WfAssignedActivity. The code runs from a separate thread (SessionThread) that starts in "Start" transition of activity. I get exception "wt.pom.ObjectNotPersistentException: Object "wt.workflow.work.WfAssignedActivity:39876147" is not a persistent" when i try to save changes with PersistenceHelper.manager.save() method. If i try to PersistenceHelper.manager.refresh so i get exception "Cannot restore Wf Assigned Activity because it no longer exists." But if i suspend my thread for example for 2 minutes with Thread.sleep() method, after that PersistenceHelper.manager.save works fine (and PersistenceHelper.manager.refresh as well). So how can i check that assigned activity is available for PersistenceHelper.manager methods?
Has or does anyone on here use windchill for PMI? (Product manufacturing information).We are looking at setting this up where windchill will hold all of the relevant manufacturing information for a part. This is all to tie in with going towards the 3D CAD model holding all of the manufacturing information.Does anybody have any experience of setting this up, I am looking to hear of pros and cons of this type of working.
Hello,We are working on a web service to upload files (PDFs) to Windchill. Depending on some information it should go to a specific folder or another. 1) For our tests we took as base the example given under 'prog_examples' called 'Attachments'. In upload.xml (this file uses the webject "Add-ContentItems") one can modify the destination of the file, by default is STAGING_AREA but we would like to change it to point to a specific folder. I was reading about the "WHERE" and "TYPE", but we did not manage to specify a folder that way, we get all kind of issues. Could anyone be so kind as to give us an example on how we could specify the destination folder using that file?One problem we are currently having is that Windchill reports there is more than one Part with the same number and name, which is obviously not right. I don't know how to fetch the first ([0]) returned item only. 2) For the next step, we would need more complex evaluation to decide the destination folder. Is it
Hi Developers, We are working on custom apps with the Navigate Extension. We're successful in creating the apps and adding them to the landing page of the Administrator. We've added seven apps to the landing page and they are visible for the Administrator. But when we're trying to give the visibility for non-admin user groups, there are only five apps available in the permission screen of the administrator. When we removed one custom app, then a new app is available in the permission screen. Is there anyway to show all the custom apps in the permission screen? Thanks and Regards, SaranKarthick K R
What is the difference between Design View and manufacturing view?
In Windchill 11.0, part structure information view page of Chrome browser, when i click right key to view part information, it accur an error. Could you help to fix that? thanks in advance.
Hi All, request you to please let me know the limitations on the windchill trial version downloaded from the website link below : i feel that the trial version is taking only 10 rows of data from the imported BOM xl sheet hence i am not able to import all the components from the excel sheet bom. https://www.ptc.com/en/products/plm/capabilities/quality/free-trial thanks in advance
Hi, I'm trying to install the Golf Cart demo data into our Windchill 11.0 instance. Obviously, something wrong happens. From a windchill shell, I run: windchill wt.load.WindchillLoader -LoadOnlyDemo And I get the following stack trace: Welcome to Database Setup Utility for Windchill and Windchill Solutions. You will be presented with a series of prompts. If you have already installed a base data set as part of a previous loading sequence you do not need to load it again. ---------------------------------------------------------------- Stop the ServerManager. NOTE: If the SM is hung on the MethodServer, this may wait for 60 sec. NOTE: If the SM is not running, you'll get a traceback ending in java.net.ConnectionException: Connection refused This can be ignored. Begin stop sequence... ---------------------------------------------------------------- Checking if MethodServer is alive Server Manager is not running -----------------------------------------------------
Hi All, I have got a query on Windchill Versioning schemes and whenever we revise an object we are having an issue w.r.t version. So can you please let me know how to get it resolved. I have got an entry in OIR as <AttrValue id="MBA|versionInfo" algorithm="com.ptc.core.foundation.vc.server.impl.VersionInfoGenerator"> <Arg>wt.series.HarvardSeries.CustomSeries</Arg> </AttrValue> And within the State Based Versioning the series name is <series name="StateBased"> <seed name="NUMERIC"> <value>1</value> .. <value>99</value> </seed> <seed name="MILSTD"> <value>-</value> <value>A</value> .. <value>Y</value> <value>AA</value> .. <value>AY</value> </seed> </series> Whenever we create an object it is getting created as A.1. However if we revise it is going as AA.1 instead of B.1 ? Can you please let me know where w
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.