Windchill
Recently active
When troubleshooting of Windchill Workgroup Manager, PTC Technical Support would ask for logs generated by Windchill Workgroup Manager to investigate the integration issue between CAD applications and Windchill. The Windchill Workgroup Manager (WWGM) logging tool provides easy way to configure log collection setting and managing log sessions per issue scenario. The WWGM logging tool is available from Windchill 11.0 F000.In order to run the WWGM logger in UI mode, perform these steps:Important Note: The WWGM logging tool should be launched and log session should be started before Workgroup Manager is launched. And after operation is finished in the Workgroup Manager, the Workgroup Manager should be closed then the WWGM logging session Navigate to <Windchill Workgroup Manager Home Directory>/x86e_win64/obj and double-click on WGMLogger.exe to launch the application (Note: from 11.0 M030, the short cut for WWGM logging tool is available at "Windows" > Start > All Programs >
Anybody figure out how to get a query builder report to display the value of a workflow process global variable?
Is there a straightforward way to have the document name being dynamically generated to match the template name when a user creates a new document?
I have a table action. I am trying to open a popup window to show an UI page. But I would like to show that window to be small. Here is my action, <moreurlinfo>height=500,width=560</moreurlinfo> It is still opening default size page. Could you please help me to resolve this issue.<action name="selectECO" multiselect="true" selectRequired="true"> <command windowType="popup" url="netmarkets/jsp/pac/pacSelectChangeFromAgile.jsp?mode=ECO"/> <moreurlinfo>height=500,width=560</moreurlinfo></action>
Lifecycle history table displays the action, actor name, date in Routing history tab.Action and actor name are obtained through the following code.QueryResult LCHistoryList =LifeCycleHelper.service.getHistory((LifeCycleManaged) epm);if(LCHistoryList.hasMoreElements()) { LifeCycleHistory lct=(LifeCycleHistory)LCHistoryList.nextElement(); String action=lct.getAction(); String actorName=lct.getActorName(); Timestamp createDate =lct.getCreateTimeStamp(); } Timestamp object createDate fetched is always null.Can you please help me how to fetch the timestamp from LifeCycleHistory object?
I am working on making a FRACAS input form in windchill 10.1 & wanted to know if there was a way I could get some of the fields to auto fill with a previous incident's data when that previous incident's identifier is entered into a "parent failure #:" field so that they wont need to re-enter all the data for a repeat failure. Thank you for your time.
Using Windchill, every window I open in sequence of a previous one has reduced font size, getting so small it becomes unworkable.Where can I find the setting to keep the font size the same? See screengrabs below.
Please help me in this. \\\\\\Thanks Roop
Hello, What is checkin and checkout objects in windchill? What does happen exatly, when we do checkin and checkout? Thank you in advance.Thank you Sumit Patil
Hi All,Is it possible to assign a certain workflow activity to a user which is selected by a user while creating a Windchill Object.I found Variable option under Participant tab in Activity robot. I have created a "WTUser" type of variable in workflow, still below pan shows blank.Please guide me to use this functionality.Regards,Vivek
When a newly created ThingWorx local user is trying to access PTC Navigate landing page suing below URL, system throws error. How can I fix this? Is there any document that explain how ACL defenition works in ThingWorx? Error Message: Unable to Invoke Service CollectApps on AppCollectionsConsolidator : You do not have permission to Navigate apps. Please contact the Administrator. Mashup URL: http://<HOSTNAME>/Thingworx/Runtime/index.html#master=PTC.AccessApp.Master&mashup=LandingPageAccessAp…
Looking at an ALM / PLM integration with Windchill. ALM we expect to integrate is supporting OSLC (Open Services Lifecycle Collaboration). From this point of view what is the best way to integrate with windchill in terms of architecture? (knowing that webservices are required for OSLC). I was thinking of the REST web services but unsure what windchill really supports for this? Thank you in Advance. Regards, Devidas
Hello,I am wondering whether there is somehow a way to select objects from the relationship explorer window (blue in the screenshot sample), and add them to a workspace directly from that window (without having to find them from the search bar typing their names one by one):I have Windchill 10.2 M020.Should I change the location of this topic, please let me know.Thanksbye
Implement the PDMLink options, which enables to choose if unverified family table can be checked in or not. Currently we have to invest additional effort to create specific triggers / listeners, which can prevent check in unverified family tables. Options available in Creo: Modelcheck Die config.pro option: verify_on_save_by_default=yes are not sufficient. We need the option in PDMlink. Now in PDMlink 10.2 or 11.0 it's possible to check in the unverified family table.
I have a custom action defined on more part actions. I want to add an onclick handler to prevent my action getting called for Separable attribute value. I have javascript ready. when I place my custom javascript method in begin_custom.jspf its not getting called. could you please explain is there any step missing in the way that I am doing? 1. Defined onclick on custom-actions.xml 2. Created javascript method in \netmarkets\jsp\util\begin_custom.jspf
I do have IBA attribute field on the wizard table. I want to update that attribute without check out and checkin object.I have tried using following code for that. But getting error message that "Design is not checked out and cannot be modified".object.load("XXXXX","YYYY","ZZZ"); /* Set value of IBAName soft attribute to IBAValue */ object.set("XXXX", strCNo); object.set("YYY", strCS); object.set("ZZZ", strAS); perObj = object.apply(); perObj = (Persistable) PersistenceHelper.manager.modify(perObj);
I have a requirement where a non org-admin users needs to have access to only type and attribute management under an Organization. He should not have access to anything else under organization. Please help with guidance with this customization.
Hi,I am working in data migration but mistakenly I have loaded data in wt.epm.EPMDocument but I want to load data in wt.epm.EPMDocument|com.xxxxxx.DefaultEPMDocument data type can any one please tell me which table values I need to updatedselect epmdocument.ida2a2, controlbranch.ida2a2, epmdocumentmaster.documentnumber, wttypedefinitionmaster.inthid, wttypedefinitionmaster.ida2a2 from wttypedefinitionmaster, epmdocumentmaster, epmdocument, controlbranchwhere epmdocumentmaster.ida2a2 = epmdocument.ida3masterreference and controlbranch.ida3b5 = wttypedefinitionmaster.ida2a2and epmdocument.branchida2typedefinitionrefe = controlbranch.ida2a2 and epmdocumentmaster.documentnumber = 'xxxxxx.PRT';I have updated epmdocument.branchida2typedefinitionrefe but it did not work
Hi,Need help to create QuerySpec by using Windchill API, the sql like below :select LENGTHSCALE from EPMDOCUMENT WHERE IDA3MASTERREFERENCE IN (SELECT ida2a2 from EPMDOCUMENTMASTER WHERE DOCUMENTNUMBER='TEST.PRT')Who can help me?
Problem related to PDMlink 10.2 and PDMLink 11.0: it's possible to check in unverified family table. It is needed to implement the PDMLink options, which enables to choose if unverified family table can be checked in or not. Currently we have to invest additional effort to create specific triggers / listeners, which can prevent check in unverified family tables. Options available in Creo:ModelcheckDie config.pro option: verify_on_save_by_default=yes are not sufficient. We need the option in PDMlink.
User has accepted a workflow task and completed the task. The task should automatically be removed from inbox and go to the next task. The wf does advance to the next task and the task does appear in the next user's inbox, however, the previous task still appears in the previous user's inbox (note: this task does indicate that it has been completed). Has anyone else had this happen? Note: All other wf tasks are working correctly in this user's inbox. Thanks
I would like to create a Query report that lists all the drawings that are released with a list of CRs that I input. Note: Drawings are released using a Change Notice. Change notice is created from Change Request. So there may be multiple notices for a single Change request and each notice may have multiple drawings added as resulting objects. Appreciate if someone can help me to create this report. Using Windchill 10.1 Regards, Manjunath
Hello,I am having a requirement as below :Existing Rule - WTPart, ALL, TestUser, (Grant) Read/DownloadNew Rule - WTPart, ALL, TestUser, (Grant) Read/Download/ReviseA rule already exists with Read & Download granted to TestUser for WTPart in ALL state.I am trying to override this rule by adding additional grant permission for Revise (using LoadFromFile)But its giving an error as "Rule already exists".*****TestACL.xml*****<?xml version="1.0"?><!DOCTYPE NmLoader SYSTEM "standardX26.dtd"><NmLoader> <csvAccessRule handler="wt.load.LoadUser.createAccessRule"> <csvuser/> <csvdomain>/Default/PDM</csvdomain> <csvtypeId>WCTYPE|wt.part.WTPart</csvtypeId> <csvpermission>+</csvpermission> <csvprincipal>TestUser</csvprincipal> <csvpermissionList>0/7/10/</csvpermissionList>  
I have a workflow that I'd like to have the user select a user, then have the workflow update the PBO's team and add it to a specific role.- I created the WTUser variable in the workflow,- I created a method to take the user and put it into the PBO's team. There is some debugging statements in here and it outputs the team before and the team after.The expression runs successfully but the before and after team look identical with the user not showing in the output, but if you go to the UI it shows the users.Any ideas what I'm doing wrong?public static void addUserToRole(ObjectReference self, String toRole, WTUser currentUser) throws WTException{Role to_role = Role.toRole(toRole);wt.team.WTRoleHolder2 team = null;try {team = TeamHelper.service.getTeam( (TeamManaged)self.getObject());System.out.println("_____________BEFORE___________________");System.out.println("ROLE: " + to_role.toString());System.out.println("USER: " + currentUser.getFullName());System.out.println("TEAM: " +team.getDis
Hi all,Using Windchill PDMLink 10.2.I have, in the past added custom attributes for EPMDocument usage links directly in the Type and Attribute Management , navigating to the EPMDDocument .Also, custom attributes in Part Usage link.But, here I want to add custom attribute in the link "References Document", however there is no Object Type like this (Similar to EPmDocument Usage Link or Part Usage Link).There is only Document Uses link, but this is meant for the Document Structure Tab and not for the References Document in the Related Objects tab.If there is no object type for this link, then only way is to study what is going into that link through the JCA debug or look at the Document tables in DB..Is ther any way out?Thanks & RegardsHari
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.