Hi.
How can i get MPMProcessPlan by WTPart through api?
Thanks.
Hi.
How can i get MPMProcessPlan by WTPart through api?
Thanks.
Hi everyone, I hope this is easy to understand:
I made a new Creo part and by default it was checked into Windchill in the context called /Working/mystuff/
I actually wanted this part to be in another context called /Products/widget, but when I try to move it, I get the following error:
Life cycle template of object "my_part.prt, 0.0" does not exist in the target context.
The strange thing is if I were to check in this part directly into the /Products/widget context, things work just fine.
In the past, my remedy for such "filing mistake" was to open my new part in Creo, delete the one I mistakenly filed from the /Working context and then check-in the opened part into the correct /Products context. However, this time I can't do this because the part was filed when I checked in the parent assembly and so now it is a dependent and can't be deleted.
I think the answer is to change the life cycle template of this part, but I'm not sure how to do this...
Please help me while I try to read the Windchill reference guide.
Can I see statistics/history of how many licenses, and what licenses, have been in use and when? I need to determine the load/use of our license to quantify and determine if we need more licenses.
Hi!
How to extend user's permissions to the target objects in the workflow? For example, in the current product context user have no permission for modifying documents. But in the change activity workflow user on role assignee should modify some documents.
We recently made the jump to Windchill 10.2 M020 and Solidworks 2014. We also run Solidworks 2013 & Creo2 with Windchill 10.2
Has anyone had any issue with custom check ins? It seems to crash Windchill. Auto check ins work fine, as do custom check ins with SW 2013 and Creo2. This issue seems to be specific to SW2014 and custom check ins only.
Is there any PTC documentation related to Performance Benchmark test - Soft Typing versus Hard Typing ?
Hi,
We are looking for reporting tool alternatives that anyone has tried instead of cognos. Out of few options as below:
Does anyone have firm opinion of one versus other? Looking for a unified reporting design approach ideas that will help in long run for development and maintenance.
Thanks in advance,
-Chetan
Hi All,
In Windchill 10.1, Promotion Request get terminated automatically even approvers Approve it, but its shows Rejected status.
It gives "Promotion Request validation Error" on e-mail message.
Nothing find related in MS logs.
How we can resolve this issue.
Please guide us.
Here is image of Process Manager for Promotion Request.
Regards,
Vivek
Hey everyone,
We have been on Windchll 10.0 for a few years now, and the other day I started looking through files on the server and seeing if there was a way to conserve space possibly. Well I came across the "SystemVaultFolder" and just wanted to make sure the .unreferenced folders were empty.
The folders I looked through I started to notice that a lot of them were empty... all that is in them is the .unrefenced folder and the MOUNT_VALIDATION_DATA folder, which contains only a "Site_120........com.WC" file?
I guess my question is what is the point of these empty vault folders? Currently there are 722 SystemVaultFolders on our server and every other one is empty...
Just looking for opinions on why they would be empty and not get deleted, or why the server keeps creating more vault folders when it doesn't seem like they are needed?
How to create a prodcut or container in windchill ?
Regards,
Sandeep
Hi I am trying to install Windchill but when I tried appears "Windchill server failed " what can I do thanks
Getting PR ,CR, CN details where part number is input through SQL query.
Can somebody help me on this?
Hi,
We are developing solutions around PTC products and Windchill in particular. We've installed Windchill for our development purpose, but without the "Golf Cart" example. Is there a way to install it afterwards?
Thanks.
When saving an assembly, often times Creo will ask me “Do I want to save/continue/make read only/etc” parts that have really not been intentionally modified. When I indicate “Make Read Only”, I get the message “[filename] could not be saved to the workspace”. Then if I save a second time, the assembly is saved “[filename] has been saved”.
Is this something we are doing wrong that makes us have to save twice? Some procedure we need to correct? A setting in the config that needs adjusting? Creo 3.0 F000 Windchill 10.2 M22
Thanks in advance,
Herb Spaulding
Miller Industries
Hi
I´m trying to retrieve an value from a class and returning a string value in to another class.
The return value is not a string it´s returning the class name and an object id.
Class IBAHandler
public class IBAHandler {
public String s;
public String obj;
public String IBAHandler() throws WTException {
//this.changeOrder = co;
wt.fc.ReferenceFactory rf = new wt.fc.ReferenceFactory();
wt.fc.WTReference ref = rf.getReference("VR:wt.change2.WTChangeOrder2:9049460");
wt.fc.Persistable obj = ref.getObject();
String s = obj;
return s;
}
Class RetriveHandler
if (workshops != null) {
IBAHandler workshops = new IBAHandler();
this.workshops=s;
} else {
workshops="Workshops not set";
}
(return workshops: ext.itt.www.productService.IBAHandler@231ef93)
Regards
Hello,
Need help to delete 2 instances from a family table.
see in the sreenshots attached, I want to delete the files P14007_...
For that, I have to delete the last version of the generic 501109.
But the system doesn't accept! see the message attached...
Thanks
Laurent
Hi! I qant to query object through windchill api like this:
QuerySpec qs = new QuerySpec(WTDocument.class);
qs.setAdvancedQueryEnabled(true);
int ind = qs.appendClassList(WTDocument.class,true);
SearchCondition sc = new SearchCondition(WTDocument.class, WTDocument.NUMBER, SearchCondition.LIKE, "173.157.%");
SearchCondition sc2 = new SearchCondition(WTDocument.class, WTDocument.FOLDERING_INFO, SearchCondition.LIKE, "folderName");
qs.appendWhere(sc, new int[ind]);
qs.appendAnd();
qs.appendWhere(sc2, new int[ind]);
QueryResult qr = PersistenceHelper.manager.find(qs);
while (qr.hasMoreElements())
{
WTDocument doc = (WTDocument)qr.nextElement();
System.out.println(doc.getNumber());
}
But I have an exception that attribute "folderingInfo" is not the member of the wt.doc.WTDocument class.
Whats wrong? How can I create the complex query with a lot of searchConditions?
For ease of permissions management I put users in groups.
I then put those groups in roles in libraries.
In a PDMLink 9.1 setup participants workflow task, I could assign a task to any user in the applicable role no matter which group they were in. I can't even see the groups.
In a 10.x setup participants workflow task, I see the groups in each role and users not in a group that have been added to roles but no users if they are in a group.
There is no way to expand the group or any setting that I can find to allow me to select users that are in groups.
Without groups, my permissions management is shot.
This work well in 9.1 but has been completely reworked in 10.
I submitted a case to PTC TS and went round and round, before and after escalating the case, trying to explain the issue and they all acted like they had no idea what I was talking about.
Eventually one of them said that it was probably impossible but he would make sure with R&D.
This functionality is necessary for our processes and just makes sense to have in the application.
I am dumbfounded as to why PTC TS acts like they have not heard of this, why I can't find any information on this, and why no one else seems to be complaining as I am.
I now need to consider third-party solutions but don't really know where to start.
Had anyone else had this issue?
Any solutions or ideas?
Hi,
With some copyed old wtparts we see that there are multiple values for a single attribute in Windchill, see screenshot.
Can anyone explain this ? Can this be an inheritance from the Intralink time ?
Best regards,
Bernard