Includes: Windchill API, Windchill REST Services, Info*Engine, UI Customization
Recently active
All, Do you have SQL Server installation document for Windchill? Please share it with me if you have it..
Hi all, I am going to create WTParts for all EPM Documents in Windchill, what I'd like to know is how can I find out what parts and assemblies have the same name? E.g root.prt and root.asm Once I create the WTParts they will have the file extension for the number (root.prt) which is fine however I will be removing all extensions but the tool will run in to problems if a part and assembly have the same name. Does anyone know how to produce a query/search in order to identify duplicate name parts and assemblies? Has anyone had to do this before so that they could integrate WTParts with their ERP/MRP? Many thanks. Best, -=D
I need to create a page and you will see some combobox so how can I create a new page in windchill.Thanks in advance
Can we force upward revising from document to document, and then on to the WT Part?What is the best way to store and retrieve all pertinent documents from this structure? Is embedding really the ideal solution?
Hello everyone,In windchill 10.2, i provide some rest services, all GET services works fin! But when the request is POST, PUT... i get this message as response for my request with the status '412 Precondition Failed' :A potential security problem was detected. Refresh the page and try again. If the problem persists, contact your administrator.How can i allow POST, PUT, DELETE.. requests in windchill 10.2?Thanks.
Hi All,I wish to extract all the ACL files from the source system to that of csv or an excel file.Can anyone please share the sample code related to the same where it extracts the ACL's in all the contexts and domains.Thanks and Regards,Aditya Achanta
Hello Everyone,I have requirement to add Ajax code, which will fetch details of Part( code for this I am having) after giving part no. in Number field in multiple part creation wizard(rest of details will be populated automatically). Can somebody guide me where I am to configure my javascript code for this requirement.Thanks in advance.
Please let me know the API to use..
Dear PTC support,Currently there is no way to launch CATIA using WWGM toolkit API.Simple use case would be to call CAA function from WWGM-client.But if CATIA is not opened, it won't be possible!.So think WWGM toolkit should provide API to lunach CATIA without opening any document.Let me know if you require more details.Thanks,Nathaniel
Hello!Does anyone know how to delete templates programatically?Reason is to create a customized loader that can handle the problem when a non iterable template (such as task templates or container templates) need to be refreshed.Today we get a silly exception that the template is already in the system and cannot be replaced.Any help is appreciated!Thanks and best regards,Peter
Which api to be used to update the attribute value for a URL datatype attribute. I want to update the URL and also the label value.
Hello Everyone,I am new to Windchill customization. I am using eclipse for code writing, I have configured method server with eclipse. Problem is, I am able to write and debug normal APIs based code but when I use any service related API like VersionControlService I am getting exception.like below.Exception in thread ``main`` wt.util.WTRemoteException: unable to invoke remote method; nested exception is : java.rmi.ServerRuntimeException: Server exception; nested exception is: java.lang.NullpointerException ..... ......I am calling method using RemoteMethodServer API and invoking class using invoke method.can any body guide me what wrong I am doing while running the code.Windchill and eclipse
I've had no luck establishing a link from an external program to an object (or even an object's page) in Windchill. I know there are system-generated links, and user-generated links (which get classified as objects themselves). And in MyNotebook - I can create "General links" and "Hot links". What I would like to be able to create is something similar to the link generated in the Review Board Disposition emails, meaning the URL takes you into Windchill and accesses the page of the object in question. Help?
Hello,How to configure Windchill LDAP with TIBCO EMS service, queue and topic?Appreciate if you anyone send sample .ldif configuration file.Thanks
Hi Gurus,I am using Windchill 10.2 M030 CPS5, I need to get the list of attributes in a email notification of that particular PBO, There is a workflow associated to it. I need to send a mail to Users with List of Attributes in Email Body and Some Attributes in Subject As well.Thanks in AdvanceBest Regards,Mahesh Kumar G
Dear PTC Support,We were trying to find a way to invoke WGM customeizer from 3rd party application (batch). But came to know that it's a limitation as per WGM toolkit documentation:Workaround:Note that at start up, WGM-client loads custom-DLL & calls initialize method (wwgmtkClientCustomizer::initialize())) where we can write code to do the job & terminate the WGM-client process.But as per our requirement, we need to have a batch application which will process several requests and it won't be a good idea to launch WGM-client process for each request!! and terminate it. So I think it is better to have someway to invoke custemizer from external application to manage properly.I hope it will be possible with future release.Let me know if you require more details. Thanks,Nathaniel
The documentation for SSO integration provided by PTC involves Windows authentication and not Siteminder. Is there someone who can guide us as to how we use Siteminder with WQS Enterprise Edition v11?
eg. listener service should be called for any event occurring on wtpart or a different listener should be called for any event occurring on wtdocument
if i use {principleBusinessObject} it will give me the document name, the windchill number 1000066578, and the document name with the revision number. my output would beTestDocumentWindchill,0000017893, TestDocumentWindchill, A.3I want a variable to only give me the name in red or in green would be fine.
We have a lot of deleted users in our system, so we have many "tasks to be completed" assigned to users that no more exists (deleted users).I would give to a particular user the ability to 1) execute the "Complete Task" action (the function run by clicking on the button "Complate task" in the work item details mask). 2) Reassign task. 3) Delete task.Do anyone knows how to grant these action to a user?
Hello everyone!i tried to use WTContainerHelper.setContainer() but it work just for unpersisted contained objet.How to update a persisted contained object?Thanks
Hi ,In projectlink you how to assign an activity to a team role/user from Shared Team, like you can do it for worflows as role or Shared Team for Product. Kindly suggest if any customization or workaround available for the same. Windchill Project Link 10.2 M030 CPs -05.Thanks in advanceMahesh
Windchill 11.0 F000-CPS04I am wanting to programatically find the database column(s) associated with a custom standard attribute. This would be the columns created by using the AddColumns utility and then are used when creating a custom standard attribute. The Type and Attribute Manager shows it as shown in the screenshot. How does it find it?So starting with a given subtype and a given standard parameter internal name how would I find this same information that the Type and Attribute Manager is showing?
In one of the Workflow process activity we are asking the user the manually convert the EPMDocuments into IGES file format using Creo.Are there any Windchill APIs to convert EPMDocument contents into IGES file format, so that we can get rid of the manual intervention.Please suggest how can I handle the Family table instace use case, as they don't have physical files associated to them.
Hello everyone,I'm windchill beginner, and i want to create WebApp out of Windchill, that will call for Windchill services (ex : ReportTemplateHelper.generateReport() )So, for me, to do that, i need to create RestFull web service into windchill, that will call for Windchill services. And out of windchill call my Rest services.It is possible to do that? How can i create RestFull web service into windchill? it is possible to call this services out of Windchill?Thanks!
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.