Re: Configuring Windchill for Solidworks
I Think you need to load a solidworks template file into windchill so that it has something to "create" when you tell windchill to create a new Cad document of type solidworks. Ootb, windchill does...
View ArticleenumCustomize vs. wtCustom *RB.rbInfo files
In Your Opinion: Which is the better solution, using enumCustomize utility? Or creating a wtCustom folder structure with *RB.rbInfo files and running the ResourceBuild and ant commands? I am going...
View ArticleRe: enumCustomize vs. wtCustom *RB.rbInfo files
I normaly use enumcustomize for adding/hidding some values to the different languages. Enumcustomizing saves these changes to the WTCustom folder and compiles the files.If you already have all the...
View ArticleRe: Query Builder/Database Type Joins
Hi David, I've attached a QML from Windchill 10.1 for you. The only difference to what you have described is that Role AObject Ref and Role BObject Ref should be the other way around! The QML I've...
View ArticleRe: enumCustomize vs. wtCustom *RB.rbInfo files
If you are going for upgrade then create the wtCustom folder structure.And EnumCustomize utility also creates the folder structure and run ResourceBuild in background. So no matter which procedure you...
View ArticleRe: How to iterate a part using Api?
Using WorkInProgreeHelper API you can check in check out WTPart which leads to Iteration
View ArticleRe: How to Revise a part using Api? want a sample program
Using the same code you can Revide WTPart also.The above code is written in WorkFlow so you may have to change it a bit in order to suit your requirement Regards,Kaushik
View ArticleRe: How do we get the ibaholder of the part using api?
IbaHolder is a name of an Interface which is implemented by WTPart.SO, the WTPart itself is also an IBAHolder.You just have to typecast it.
View ArticleRe: how to Retrieve document structure of a part. how to Display the name of...
Try below methodsPartDocHelper.service.getAssociatedDocuments(part) WTPartHelper.service.getDescribedByWTDocuments(part)...
View ArticleRe: MultiLevel BOM Report
Hi Sandeep, Use this code publicstaticvoid getChildParts(WTPart parentPart) throws WTException { @SuppressWarnings("deprecation") QueryResult queryResult=...
View ArticleRe: How to iterate a part using Api?
CheckoutlocalWTPart1 = (WTPart)WorkInProgressHelper.service.checkout(localWTPart1, WorkInProgressHelper.service.getCheckoutFolder(), null).getWorkingCopy(); CheckinlocalWTPart1 =...
View ArticleRe: Setting "Autoselect Folder" as default location for new documents
Hi Matthias Please see the below article which helped me to achieve this https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS21908 Hope this helps. Let me know if you need anything further Kind...
View ArticleWindchill PDMlink parts life cycle issue
Hi all, pls see below image or attached. Why my drawing D.1&D.2 state is not In Work but In Revision?
View ArticleRe: Large documents visualization with the Adobe LiveCycle
I have added memory for jvm, but problem was not solved. I have added transactionTimeout to 1200 (in .\jboss\server\lc_turnkey\deploy\transaction-jboss-beans.xml) but problem was not solved.Which...
View ArticleRe: Large documents visualization with the Adobe LiveCycle
Silly question, but I just want to confirm... You're getting the error on the LC Server and not in the MethodServer, correct? If LC server can you please provide your run.conf.bat file that you updated...
View ArticleRe: How to iterate a part using Api?
Vineeth, Did Kaushik's and Bjorn's suggestions answer your question? If so, can you please mark the thread as answered? Thanks,Lori
View ArticleRe: Configuring Windchill for Solidworks
Hi Tom, When the Windchill Workgroup Manager module was installed via PSI on the server was SolidWorks selected? It may be that you need to run the PSI again and select the SolidWorks applications when...
View ArticleRe: Windchill PDMlink parts life cycle issue
Ok. I get your point. That's helpful. Thanks Mike.
View ArticleHow to Creata a document object with primary content item in Windchill using...
Hi friends,How to Creata a document object with primary content item in Windchill using api. Can you help me out. Regards,Sandeep
View Article