Re: How to get Project Owner by API in Windchill PDMLink 10.1
You can use getOwner() api on the Project2 object. It will return you the owner as a WTPrincipal object. Let me know, if you need more info.
View ArticleWorkflow should execute when EPMDocument Checkin not when EPMDocument Save...
Hello , I created workflow, which need to execute when EPMDocument checked in from PROE. I set Workflow in INWORK state of EPMDocument lifecycle. I added synchronize robot on CHECKIN event of...
View ArticleRe: Check in new EPMDocument with Windchill API's
Hi guyz, I created workflow, which need to execute when EPMDocument checked in from PROE. I set Workflow in INWORK state of EPMDocument lifecycle. I added synchronize robot on CHECKIN event of...
View ArticleProE errors
Good morning, A number of our users have reported and issue attempting to check out items int o their workspace. This does not happen to everything, but the individual files it does happen on gives an...
View ArticleRe: Open Multiple Drawings in Creo View
Created:Open multiple drawings in Creo View without going through clipboard I hear you about the new site, I have a few opinions on it myself, but it's a Friday and I'm feeling charitable so will keep...
View ArticleRe: ProE errors
You could check the Method Server log on the Windchill server. If a corresponding error message is being logged to the Method Server, then that may give a better indication of the cause of the error.
View ArticleResetting Team template for Primary Business Object ???
There is a critical situation with my organization that I have a workflow which is being triggered from the library and I want to resolve the roles in the workflow activities from a team template which...
View ArticleSet State in Windchill to Obsolete
Ref Windchill 10.2 M020. Curious to know what "Obsolete" means in Windchill (WC). How is this different from "Release"? Will it still show up in the BOM structure?
View ArticleRe: Set State in Windchill to Obsolete
Yes, a WTPart with an Obsolete State will still show up in the WTPart Structure (BOM).
View ArticleSearchCondition Showing an error
i want to Query projects by ownerhence passing owners id through long own[] SearchCondition sc=new SearchCondition(Project2.class,"containerInfo.ownerRef.key.id",own,false); getting the following...
View ArticleHow to start a windchill shell using command prompt ?
Hi Friends, I am doing windchill reshosting from source system to target system.My machine is Target system.I have copied all the windchill instllation and apache to my target system.and i was...
View ArticleRe: How to start a windchill shell using command prompt ?
SET WT_HOME=C:\ptc\WindchillSET JAVA_HOME=C:\ptc\Javacd /d %WT_HOME%pushd %WT_HOME%\bincall setvars.batcall tools.batpopd <Now include any Windchill Shell Commands that you want to run by CALL...
View ArticleRe: How to start a windchill shell using command prompt ?
That may be a useful set of commands, but where instructions ask for a "windchill shell", they generally intend for one to use the "windchill shell" command to obtain a shell. If you look at the...
View ArticleRe: How to start a windchill shell using command prompt ?
I assumed OP wanted to run some commands programatically and I have done it that way before. Is there a way to call a windchill shell and pass commands to run in it from a command line then?
View ArticleIs there any API to fetch the internal names of all the soft attributes...
I need to fetch the internal names of all the IBAs available on a type (ex: wt.part.WTPart). Is there any API already available? If not, can some one help with the approach/code to get this?I am using...
View ArticleHow to change Windchill 10.1 Adminisatror email address?
Good Morning, How would I go about changing an Administrators e-mail address? I am currently logged in as the user "Publisher" who is listed underneath site administrators but when I go into: Site...
View ArticleRe: How to change Windchill 10.1 Adminisatror email address?
Change users email address using the Site / Participant Administrator and edit the user to change the email address
View ArticleRe: How to change Windchill 10.1 Adminisatror email address?
Ah Many thanks, I checked in that location first but when logged in as wcadmin account. Did not think to check back once logged in as a site administrator! Simple answer!!!!
View ArticleWindchill 10.1 - Failed publish job alerts?
Good Afternoon, I would like to set up Alerts on my Windchill server so that when there is a failed Publish job it will send and email to the administrators account.Failed Jobs that you see in Site...
View ArticleRe: Windchill 10.1 - Failed publish job alerts?
in subscriptionConfig.xml there are the below lines, I'm guessing I need to do something here? <category name="PUBLISH_UNSUCCESSFUL"> <event...
View Article