Re: Get Part Information where i am on for JSP Site
Daniel, Is it something along the lines of this in your jsp you are looking for? <%@ include file="/netmarkets/jsp/util/begin.jspf" %> <%@ page import="wt.fc.Persistable" %><%@ page...
View ArticleRe: Updating oracle hostname
Amol, I think it's wt.pom.serviceName you need to update for an Oracle db server. You should always update in your site.xconf file located in the Windchill home folder and then run: xconfmanager...
View ArticleWindchill connected to MS Active Directory Load balanced server pair
When we first rolled out Windchill late last year we connected it to our MS Active Directory system for authentication. Worked great. At the time the AD system was two servers, call them AD1 and AD2,...
View ArticleRetarget Principals
Hi All, We are in the Process to Migrating the iPlanet LDAP to AD.As we unplugged the old (iPlanet) adapter the users are rendered disconnected. [These are visible in the Maintenance tab in Principal...
View ArticleCreating a link between Parent Part and Child Part using windchill API's
Hi, I am getting the following error while creating a link between a checked out working copy of a part and a child part. (wt.vc.wip.wipResource/0) wt.vc.wip.WorkInProgressException: The object was...
View ArticleHelp in adding action to “Model Structure Report” and “Family Table”
Hi, I have created URLActionDelegate for my action and have code (Link) to be added in .xml fileIf i add in "NavigationAndAction.xml" under any of the Navigation_Tree it does not gets rendered in...
View ArticleInstall Windchill 10.1 in Centos6.2 Error occurs : Windchill loader exited...
Do you hava this similar problems, help meos.name: Linux os.version: 2.6.32-220.el6.x86_64 os.arch: amd64 java.vendor: Sun Microsystems Inc. java.version:...
View ArticleRe: Creo tries to check out objects when opening
Hi, on our case we had a relation defined in the parts, which Creo wanted to check-out.It looked like this: DESCRIPTION=PTC_COMMON_NAME After these parts were renamed in Windchill PDMLink, as soon as...
View ArticleRe: EBOM creation from a CAD BOM
Hello the easiest way will be the "Auto Associate" function in the Workspace.For Number and Desription. If no auto numbering in Object Init rules, you should be able to map them between CAD and WTPart...
View ArticleRe: CASTING & RAW model management in WTPart structure
Hello .. Please look into Windchill Configurable Link
View ArticleRe: How Workflow Import in Windchill 10.1 from Windchill 9.1
Allowing cross release importing can be achieved by setting the following property in <Windchill>\codebase\wt.properties file. wt.ixb.import.allowCrossReleaseImport=true
View ArticleRe: Get Part Information where i am on for JSP Site
Hi Jørn , it works perfect for me :-) Thank you for your help again. Wish you a good week.
View ArticleHow do I set the Document Format in OIR rule?
I've made a custom OIR rule for a library that sets several attributes, but when I use it to upload files from the web, none of the files get a "Document Format", and therefore can't be added to a...
View ArticleRe: Updating oracle hostname
Arnol,I guess you exported the DB from the application server and imported it into the new standalone server? If you have done this, you need also to rename some tables in the DB itself. The easyiest...
View ArticleRe: Config file problems
Jess, that's the odd thing - no changes were made to WIndchill or Creo and one day that config line starts causing problems. As a matter of fact, it just happened again on a workstation which was...
View ArticleRe: Config file problems
Perhaps Creo uses Gecko via shared libraries and these particular users did something that placed other versions of some of the Gecko libraries into the PATH used by Creo? That could certainly louse...
View Articlecreating a link between part and document
Hie All, I m tring to create link between part and document throgh the following code. WTPart part = WTPart.newWTPart("MyPart", "MyPart001");PersistenceHelper.manager.save(part);...
View ArticleIssue while configuring Creo View Adapter for publishing Inventor files
Hi All, I'm trying to configure Creo View Adapter worker for publishing Inventor files in my PDM Essentials server. I had installed WGM using standard Installation procedure and it identified my...
View ArticleRetrieving back previous iteration
Hi all, i need to retrieve back previous iteration of a model in windchill. ie to my model there is 3 iterations in commonspace. I need to use the 1st iteration of the model again. How to retrieve...
View ArticleHow to add an action on right click in the Object List table of workspace?
The Object List table in Workspace of any product has no actions on right click of the objects. i need to add one.I have done that for other tables by using "menufor" in the actionmodel and then...
View Article