Quantcast
Channel: PTC Community : All Content - Windchill
Viewing all 6049 articles
Browse latest View live

How to get MPMProcessPlan by WTPart

$
0
0

Hi.

How can i get MPMProcessPlan by WTPart through api?

Thanks.


How can I move a checked-in part to another context?

$
0
0

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.

Statistics of license use

$
0
0

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.

Access in workflow

$
0
0

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.

Solidworks 2014 windchill 10.2 M020 custom check in issue

$
0
0

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.  

Soft type versus Hard type performance test?

$
0
0

Is there any PTC documentation related to Performance Benchmark test - Soft Typing versus Hard Typing ?

Reporting alternatives

$
0
0

Hi,

 

We are looking for reporting tool alternatives that anyone has tried instead of cognos. Out of few options as below:

 

  1. Use Cognos – Integrated with Windchill.
  2. Use Query builder/Data monitors.
  3. Create our own design and render using jsp and xsl templates.
  4. Any other industry recommended reporting tools that will work with windchill

 

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

Promotion Request get automatically Terminated, even if approver approve it, it get rejected automatically.

$
0
0

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


System vault folders

$
0
0

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 ?

$
0
0

How to create a prodcut or container  in windchill  ?

 

 

 

 

 

Regards,

Sandeep

Instalation Windchill server failed

$
0
0

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

$
0
0

Getting PR ,CR, CN details where part number is input through SQL query.

Can somebody help me on this?

How to install the "Golf Cart" example?

$
0
0

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.

saving issue

$
0
0

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

return value for string wrong(java api)

$
0
0

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


Attribute Name shown as Null on Structure page

$
0
0

Hi All,

 

we facing one issue on wtpart, EPM, and wtdoc type objects in Windchill 10.1M040.

issue is, on Structure page, Attribute name shown as null, as highlighted in attached image.

 

Please help me to solve this.

 

Details_Structure page.jpg

Help: I Can't delete files!

$
0
0

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

Query object through API

$
0
0

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?

How do I get Setup Participants in PDMLink 10 to act like it did in 9.

$
0
0

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?

Multiple values for an attribute

$
0
0

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

Viewing all 6049 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>