Re: How to get the resulting access control rule?
From the current object, select Actions --> Manage Security. It will open a new window, where you can see the resulting access control to the current object in the current context. You can select...
View ArticleHow to Query MAX SQLFunction by Query Builder?\
In order to query the latest WTpart 'version', etc A,B.C...etc. querySpec: QuerySpec qs1 = new QuerySpec(); qs1.setAdvancedQueryEnabled(true); int classIndex =...
View ArticleRe: How to get the resulting access control rule?
Thanks, Sureshabu! I know about it. It's amazing but in this tool I have no any blocking rule for my action and for two days I could not create new revision for my object. But today this action is...
View ArticleRe: WTPart-EPMDocument associations
Gregory,can you say something about "Calculated" association?
View ArticleRe: WTPart-EPMDocument associations
Calculated associations are not "real links" persited in database between WTpart and EPMdoc They are calculated: from the WTpart, through the owner link to the 3D CADdoc, then to all Drawings that are...
View ArticleRe: WTPart-EPMDocument associations
Do you know how get EPMDocument from WTPart by java code if they are linked with "Calculated" association?
View ArticleRe: What is considered a "critical" point for low Server Memory?
How are you monitoring this usage? I ask since you mention "85% used physical memory". A few notes:No Java server process, Windchill or otherwise, should be configured in such a way that its memory may...
View ArticleRe: How to Query MAX SQLFunction by Query Builder?\
The MAX function is performed at the SQL level prior to and without regards to access control filtering -- finding the MAX amongst all records. Thus in order to use it you must by-pass access control...
View ArticleRe: Primary Content search in Windchill
Update from PTC, we have identified this issue and plan to address it in Windchill 10.2 M030. No need to create a new Product Idea for this one.
View ArticleRe: What is considered a "critical" point for low Server Memory?
Jess M. Thanks so much for all the information. We are monitoring using Server Manager - Diagnostics - Performance.Today the monitor indicates that the used physical memory is at 87%.I have inserted a...
View ArticleRe: What is considered a "critical" point for low Server Memory?
The "Available System Memory" statistic is provided by the JVM itself, so the server status page is just passing this information along -- for whatever it is worth. Unforrtunately, it doesn't seem to...
View ArticleRe: What is considered a "critical" point for low Server Memory?
Very helpful...Thanks a bunch!!!
View ArticleRe: How to Query MAX SQLFunction by Query Builder?\
If you're intending to use MAX in order to get the latest Revision, you have to use a different approach - since the Revision series could be anything (e.g. 1, 2, -, A, B....). The SQL function has no...
View ArticleRe: WTPart-EPMDocument associations
Have a look to EPMNavigateHelper.navigate . But not sure if supported ... ask to PTC TSupport for the best API
View ArticleRe: Automated rehosting. Bugs and problems help request.
Your target.db.password property in rehost.properties is set to encrypted.wt.pom.dbPassword. Which means the rehost utility is pulling the Oracle password value from the same place as the...
View ArticleRe: java.sql.SQLException: Failed to get connection from Windchill:
Take a look at CS116762. This article indicates that this error message can be caused by the property wt.pom.maxDbConnections being set too low. Try increasing the value of this property. Then, restart...
View ArticleRe: Primary Content search in Windchill
Thanks for the update Scott, I'm sure many of our members appreciate you sharing the news here.
View ArticleRe: Query builder for WTDocument
Aha - sorry about that. Exporting query builder report templates that have any Description text resulting in a separate .txt file with the comments in that tab. This one had a single space - not...
View ArticleRe: Automated rehosting. Bugs and problems help request.
Hello Chris, Thanks for the suggestion. I'm just finishing re-setting up to test this again. I'll let you know if this works. - Jim
View ArticleRe: Create 99 sequences in MS SQL
I think this will work if you first store the CREATE TABLE and CREATE PROCEDURE commands as string variables, and then run EXEC on those variables. Try something like the below: DECLARE @intFlag...
View Article