Re: Cache corruption due to multiple WC login
Brian, appreciate the reply however I was looking for something more fool proof. The problem with that approach is you could still easily login to WC using the wrong login by accident.
View ArticleRe: Cache corruption due to multiple WC login
I don't know what versions you are using, but I do know that with CREO 2 and Windchill 10.1 if I try to login as a different user it throws a warning that says: Warning: Active user changedThe server...
View ArticleRe: Cache corruption due to multiple WC login
Interesting... didn't know that. We're on 10.0 and WF5 at the moment. Wonder if there is an option setting to make this happen or if it's only a product of upgrading?
View ArticleRe: Cache corruption due to multiple WC login
No setting that I remember. I cannot remember for sure which upgrade it was. We went to 10.1 and then we upgraded to another version of CREO2 shortly after.
View ArticleRe: Maintaining Rev History in Drawings
Hey Greg, Hopefully at some point my questions will become smaller than my answers. I think the easiest way to communicate is through examples and as much detail as can be provided. Currently WC is...
View ArticleRe: How to search EPMDocument in folder or container using WC APIs
Thanks Kaushik but I Getting below error. It is for the line wt.query.QueryException (EPMDocument.class,EPMDocument.CONTAINER_NAME,SearchCondition.EQUAL,"mytest2"),new int[] { 0 }); : Attribute...
View ArticleRe: Creo View
Viewables weren't being generated. The Visualization Worker was not connecting to the server because the auth.properties files was corrupt and needed to be remade. Took a little while to figure this...
View ArticleHow to create Parent & Child WTPart using Code ?
Hi allI want to create WTPart Parent and Child to it in stuctured way using java code with Oracle sequence as Number.
View ArticleRe: How to search EPMDocument in folder or container using WC APIs
QuerySpec qss = new QuerySpec(EPMDocument.class); EPMDocument doc = null; QueryResult qrr = PersistenceHelper.manager.find((StatementSpec)qss);while(qrr.hasMoreElements()) { doc =...
View ArticleRe: How to create Parent & Child WTPart using Code ?
Hi Guru, I dont know the exact way.But you may try this WTPart workingCopy;WTPart part = WTPart.newWTPart("myPartNumber",...
View ArticleRe: Replication Server issues (and hi from a new user!)
Hi Amit, I'm afraid I never recieved the document Francis mentioned above - we'll have to wait for him.
View ArticleRe: Customizing the "new promotion request" window
Hi Dask, What is it that you're trying to acheive as the end result? When you say "new promotion request window," you mean the one that displays to the person initiating the promotion request,...
View ArticleRe: Maintaining Rev History in Drawings
"Q1. Will WC create system parameters for all 10 pieces of info so they can be used in the drawing format? Ex. PTC_WM_CHK_BY, PTC_WM_MOD_BY, PTC_WM_MOD_DATE. " Sytem parameters are default attributes....
View ArticleRe: "publishing rules" samples for visualization...please? SolidWorks if...
Hi, this exemple produce PDF and step <rules xmlns="http://www.ptc.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.ptc.com PublishRulesSchema.xsd"...
View ArticleUsing Eclipse
Documentation 10_MR040_WindchillCustomizationGuide.pdf on page 51 it shows project cust_Windchill_src in Eclipse. In order to load that project in you must follow directions from ant -f...
View ArticleRe: Using Eclipse
Step 1) Run the eclipse_project task. this implies running the ant command as below - C:\ptc\Windchill_10.0\Windchill>ant -f bin/tools.xml eclipse_projectIt is basically creating a workspace and...
View ArticleRe: Creo View
Hello you're able to create batch jobs for that In Site/Utilities/WVS Job Scheduler Administration, you can create jobs for re publishing WTparts or CADDoc without representations ... regards
View ArticleUsing ModelCheck to automatically add/designate parameters at check in or save
I was told by PTC modelchecker will not automatically add parameters using the save mode and you have to select the update button in the report screen, unlike the interactive mode which just does it....
View ArticleRe: Using ModelCheck to automatically add/designate parameters at check in or...
Hello you are able to configure the ModelCheck "gatekeeper" mode in Windchill. If there's error in MC_ERROR parameter, Windchill will veto the checkin ... so Users have to add/designate the missing...
View Article