Re: Create own context
Hi.I implemented WTContainer interface and got an error "A context can only be created using theWTContainerService.create API." when tried to create instance of my class.Can you help me?
View ArticleRe: Create own context
Dear Vasiliy, First question is why would you want to do this? If you are trying to create a brand new context class (WTContainer) e.g. not a Product, Project2, Library etc. It will not be a supported...
View ArticleRe: In Windchill 10.1,Workflow Editor not Showing Robots in Editor Area
Resolved by inserting a different video card.
View ArticleQuerySpec to find all childs by parent
Hi.I have my own classes for ParentObject, ChildObject and MyOwnLink for the first two.I need to construct QuerySpec (for TableBuilder) which would return all childs for given parent.Can anyone provide...
View ArticleInstallation issue: missing CD
Hi,we're setting up a development environment for Windchill 10.0. We run the PTC Solution Installer , and we've reached the step where we're requested about providing CDs (Service, PDMLink, etc...)....
View ArticleRe: Installation issue: missing CD
Your looking for this number MED-60318-CD-100, check here for a list of CD numbers http://www.ptc.com/cgi/support/apps/sft_upd_dsp/sft_upd_dsp_adv.pl?product=WNC You should have it in the download center
View ArticleRe: Installation issue: missing CD
Thanks a lot Simon. The Service Pack doesn't appear in our account download page, but clicking the Software Update Tool link in the page you provided works. Thanks again.
View ArticleRe: QuerySpec to find all childs by parent
The next code seems to be appropriate:Parent parentInstance = some given parent QuerySpec querySpec = new QuerySpec(); int parentIndex = querySpec.appendClassList(Parent.class, false);int linkIndex =...
View ArticleCrash: Debugging strategy
Hi,We're trying to setup a 10.0 Windchill development environment. We ran PTC Solutions installer, set required parameters and launch the installation. The installation procedure ran for a while, and...
View ArticleRe: QuerySpec to find all childs by parent
Resolved setting second parameter of querySpec.appendClassList method to true for Child.class. Now in UI table i see right number of rows, but columns are empty. For example, if i define querySpec =...
View ArticleRe: Crash: Debugging strategy
We've made some investigations. When we run Windchill as the PTC Solutions Installer did, we don't get any error from the ServerManager, but from the MethodServer, the first error reported is: INFO :...
View ArticleRe: Windchill Error - WCTYPE - wt.doc.WTDocument
Any thoughts? Should I have opened this discussion in the FIRST category...and not the Windchill category?
View ArticleWhat to log to view queries to WindchillDS?
Hello! We are using DPAs and have setup WindchillDS to host the MQ information about connection factores, destinations and such.Aparently this is not working very well in a clustered environment.It...
View ArticleRe: Windchill Error - WCTYPE - wt.doc.WTDocument
This issue is now resolved. Scott Morris (PTC) made a change in FIRST Windchill configuration and the issue is now resolved. I am closing this issue.
View ArticleRe: QuerySpec to find all childs by parent
Hi Vasiliy , Can you kindly specify your process of creating your own parent ,child and link class? When you are writing QuerySpec querySpec = new QuerySpec(); int parentIndex =...
View ArticleRe: How do I make the Windchill logo in the header an active link?
Hi, In OOTB Windchill 10.1 M040 the Windchill logo is hyperlinked to the Home Page. Thanks,Kaushik
View ArticleRe: Navigator tab model for individual object
Yes Vasiliy , It is possible to do that, You just have to define the tab structure in Custom-Action.xml properly.Define command like this and then <command class="netmarkets"...
View ArticleRe: Navigator tab model for individual object
You can simple using tag<lable>dispaly label</label> . <model name="tab-id navigation" > <lable>dispaly label</label> <description>Sub tabs under main...
View ArticleSynch completion on Effective date?
In 10.1 there is an option to add an Effective date range to Resulting objects on the Change Task.Does anyone know a method to have a workflow wait until that date is reached before completing?
View Article