Windchill
Recently active
Hi everyone,I would like to view creo files present in Windchill through PTC Navigate.I am able to get the data from windchill but how to view in creo view.for this, Do we need to install creo or any other solution is available for viewing the files.Thanks,Madhu
var params = { infoTableName : "InfoTable", dataShapeName : "demo.wt.doc.WTDocument" }; // CreateInfoTableFromDataShape(infoTableName:STRING("InfoTable"), dataShapeName:STRING):INFOTABLE(ptc-demoProblemReportShape) var newDocument = Resources["InfoTableFunctions"].CreateInfoTableFromDataShape(params); newDocument.AddRow({ name: "TestDocument1", number: "000001", // 'state--state': "Released", // 'versionInfo--identifier--versionId': "A", type: "wt.doc.WTDocument", containerReference: "OR:wt.inf.container.ExchangeContainer:5:219321006-1506495753013-268599241-1-56-168-192@blrmaigwd27067.itcinfotech.com", 'folderingInfo--cabinet': "OR:wt.folder.Cabinet:280:219321006-1506495753013-268599241-1-56-168-192@blrmaigwd27067.itcinfotech.com" }); var params = { dataShape: 'demo.wt.doc.WTDocument' /* DATASHAPENAME */, objects: newDocument /* INFOTABLE */ }; // result: INFOTABLE dataShape: "undefined" var createdDocument = me.Create(params); var result = createdDocument; With this service
Hi,I'm trying to install Windchill 10.2 M030 using the PSI, configured to created the Database schema in an existing Oracle 12c R2 SE2 database software only installation instance.I had keyed in correct values of the Oracle 12c Home user password as well during the configuration steps in PSI for installation. But the PSI aborts the Installation pre maturedly during the step of Creating Oracle configurations and the installation fails. The OCU logs that the installation failure message prompting to isn't clear to trouble shoot.Had some one faced any similar issue? Below is the snapshot of the error screen when the PSI aborts. Attaching the logs pointed in the error screen as well. Appreciate any help that would assist me overcoming this issue. Thanks in advance!
Hello All I am getting this error while installing WIndchill 11.0 . any one came across with this error before ? I have attached one PSI log which is from the location C:\ptc\Windchill_11.0\PSI\installer\logs . I have copied the log from the log file "PTCSOLNINSTALLER_PtcInstall" to a separate file and attached here , since the original log file is 120 MB Regards
I am new to WBM and got requirement ==> If a Part having 3 Revisions A, B, C then at first the latest Revision 'C' should be loaded through WBM and in the Target Windchill10.2 it should create as Revision 'C'. After few weeks the older Revisions A, B should be loaded to Target Windchill10.2. How this can be achieved? Thank you!
Define a classification structure Identify critical attributes Prioritize parts/material to migrate Don’t get hung up on creating the structure - begin with the end in mind Leverage resources - smart part numbers, description fields, commodity codes, suppliers, etc. Using a classification structure to group similar parts To cleanse and normalize data for similar parts, they need to share the same naming conventions, attribute profiles, and attribute value lists. A classification structure can be used to address this issue. Normalizing is the process of making similar items look similar. You don’t want to be cleansing similar parts independently of each other, so they should be done together – against a single data model or part classification structure. The classification structure will help enforce that all similar parts will be described in the same way. Not only will parts share the same attributes, the values for each attribute will have the same format. For example – material at
I am using WindChill 11 M10. I have a document type that has been created that uses two different templates. I was wondering if there is a way that the OIR can determine which template has been chosen. My goal is to set an attribute based on which template the user selects.
It should be for wtdocument type
How to manage color changes for the entities like 'Time in Garbage collection' ?
Hi Can PDM ESSENTIALS be installed on Windows 7 for testing? According to the PTC reference, PDM ESSENTIALS will be installed on Windows 2012 or Windows 2008.But is it ok to install on Windows 7 to test with just a few CREO engineers without deployment? And, is there a comparison between PDM ESSENTIAL and PDM LINK? Thank you.
not able to do sync workspace Local cache contents need to be synchronized with the workspace.
I am trying to embed a Jira issue collector into our WC pages to collect tickets from users. Jira created the issue collector and gave me the javascripts to embed. I have tried to embed a variety of ways, but I cannot seem to get it to display or work correctly. I've tried a couple ways shown below with no real success. Both appear to load initally, then the button they are supposed to create disappears. My console does not show errors, it just appears like the clickable button gets hidden or moved back in the page. I am just adding these into my banner.txt file. I have the begin_custom.jspf modified to include the message banner. Generally the message banner works okay. Any pointers what I am doing wrong? I'm not an html person. <script type="text/javascript" src="<Jira_page>/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector.js?locale=en-US&collectorId=cac9911
Hi all, While starting Windchill we receive the following error in the MS log: FATAL [main] wt.dataops.purge.StandardPurgeService - wt.util.WTException: wt.pom.DeadlockDetectedException: Deadlock is detected on the wt.queue.ScheduleQueueEntry object in the database. We have a configuration with 2 MS and 3BGMS, Windchill 10.3 M030. Do you have an idea what can cause this? The system is stopped automatically during the night for DD and Vaults backup and restarted in the morning using 2 Tasks in the Windows Task Scheduler. If I stop the system and start it again there will be no deadlock message. Thanks in advance.
Error: "number) may not have its identity changed. The identity of this item may only be changed if it is not checked out and you have Modify permission for all versions. This started after installing service pacl CPS11. The serice pack now requires "modify" at all states for Documents and EPMdocument types (CAD and Arbortext) that are moved. It seems that Parts are not affected.
Hi folks, Does anyone have a working QML report for Windchill 10.x that reports users who have not logged in within 90 days? I have a QML (found on this site) but it's returning false positive users.
Is there any way to export all PDF Representations (created by a CAD Worker) for an entire WTPart assembly? We build our BOMs in Windchill, and then need an easy way of compiling all of the related PDFs for that BOM. Is this an option in Windchill? Is there an add-on/utility that can do it? Thank you!
Hi All, I would like to know if we just pass a Change Request Number as parameter how would I get the Affected Objects, Resulting Objects, Change Notices or Change Tasks that are associated for a part. Can anyone please let me know the API or code accordingly for that. Thanks and Regards, Aditya
Hi,I'm trying to use the newMultiObjectCopy API from wt.enterprise.EnterpriseHelper and getthe error below. javax.servlet.ServletException: wt.util.WTException: The value of "Owner Application" cannot be set to null, since it is a "required" attribute. Verschachtelte Ausnahme ist: Der Wert von "Besitzer-Anwendung" kann nicht auf null eingestellt werden, da es ein "erforderliches" Attribut ist. org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:862) org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:791) org.apache.jsp.netmarkets.jsp.nexiles.test_jsp._jspService(test_jsp.java:128) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
Hi i'm searching PDM essnetials package file i go download software page there are windchill product WINDCHILL INFO*ENGINE WINDCHILL PDMLINK WINDCHILL PARTSLINK WINDCHILL PROJECTLINK WINDCHILL WORKGROUP MANAGERS AND GATEWAYS but PDM Essentials doesn't exist where is it?
When switching workspaces and I have AutoCAD open in the background, it will close automatically without warning. Is there anything that can be done to prevent this?
We just upgraded to Windchill 11 M030 and discovered that DTI is now creating a local context folder structure. Is it possible to disable this? We also experience problems with folders paths having to many characters.
Hi All, I have written a windchill listener that waits for EPMWorkspaceManagerEvent.PRE_WORKSPACE_CHECKIN events, and then changes the names of epm documents, and parts in certain ways depending on some IBA. It works fine, a part from the fact that I am unable to distinguish between the first checkin, when the autonumber is substituted with the proper computed-by-the-listener name, and all the following checkins. For example, I checkin the part 295.prt, and it gets renamed to NEWNAME-142-DONE.prt; then, I modify it, and check it in again, but instead of becoming A.2, it becomes NEWNAME-143-DONE.prt, version A.1. This does not happen to the WTPart, which is renamed as well initially, but then keeps the same name and only increases the iteration. Is there any attribute of the EPMDocument that I can check? Any API that could help me? (I may check the format of the name to verify if it has been already renamed, but I would prefer to use somethin
background - its been years since I've done any serious modeling, but I think this should be possible. When I check in a creo assembly, i want to push the X,Y,Z locations of the origin of each of the children components. In my mind, this is similar to pushing the find number, line number, or reference designator from an assembly to Windchill. Ideally, these would be occurence attributes in the part structure. I'm just not sure how to set these parameters/attributes in Creo and how to configure Windchill to recieve them. Any help would be appreciated. Thanks, Kar
Registration is now open for the 2017 Fall Pro/Users of the Carolinas event on November 9, 2017 at Lenovo in Morrisville, NC. If you live in the area we would love to see you at the event. Upcoming Events | 2017 Fall Event at Lenovo | Pro/Users of the Carolinas
Hello, I created my construction tree from article. I managed the CAD. My two trees are identical. When I open with CREO he tells me that ASM is changed and clicking ok nothing happens. An error message on the relation MASS. Disable MODEL CHECK always the same. By opening ASM outside of PLM even choisi.
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.