Quantcast
Channel: PTC Community : Discussion List - Windchill
Viewing all 5797 articles
Browse latest View live

Windchill 10.3 (X-26)

$
0
0

Not sure if it will move, but the PTC Product Calendar now is listing a release target for the next version of Windchill.

 

16.PNG

 

I'm also starting to see support documents discussing Creo Parametric 4.0.  I wonder if maybe that will be released around the same time...

 

In some ways it's kind of funny.  We are finally getting ready to jump from Wildfire 5.0 to Creo 3.0.  Maybe we should wait a little longer and just go from Wildfire 5.0 to Creo 5.0.  Of course by then it will probably have it's name changed again. 


Change request Set Attributes change

$
0
0
Hello,

I have some questions on how to change the attributes within the change request form. What I want to do is delete some system ones from the form and add choices to another system one. See attached screen shot.

I think that I found the file in enumcustomize to change to add choices, but do not know where to look to delete the fields. I need to know how for either 9.1 m060 or 10.0.

Thanks,

Brian Toussaint
CAD Administrator

Hoshizaki America, Inc.
"A Superior Degree Of Reliability"
618 Hwy. 74 S., Peachtree City, GA 30269
Phone: (770) 487-2331 ext. 1216
Fax: (770) 487-3359
www.hoshizaki.comhttp://www.hoshizaki.com

How do I change the Event Type from Undeveloped Event to Basic Event on a repeated event?

$
0
0

I have an FTA tree with a repeated "undeveloped event".  After researching and entering the correct failure rate, I would like to change all instances to "Basic Event", however, the Gate/Event Type column is grayed out.

 

Thanks,

Dustin

PDMLink Oracle Table listings

$
0
0

Does anyone have a document that lists the Oracle tables and other items in Oracle that Windchill uses with a description of what each record in the table is used for?

I know it would not be a small document as there are over 900 tables in PDMLink and they vary in size.

If someone has already done this, it save others from having to do the same work again.

 

If the number of tables changes with different versions, that would be useful information, too.

 

I am on Windchill/PDMLink 10.0m050 and am looking at 10.2m030.

Attachment of WTPart is not getting saved when I do checkout and edit,add more attachment and then check in

$
0
0

Hi,

 

Scenario:

1. Create WTPart with attachment and new modeled object called lineitems.

Result: Successfully saved WTPart,attachment and line items.

2. Checkout and Edit WTPart and edit attributes, add more attachment and add more line items.

Result: Successfully saved WTPart , attributes and line items.

 

Issue: Attachment is not getting saved.

 

here is my code:

@Override

  public FormResult doOperation(NmCommandBean paramNmCommandBean, List<ObjectBean> paramList)

  throws WTException

  {

  FormResult localFormResult1 = new FormResult(FormProcessingStatus.SUCCESS);

  for (ObjectBean localObjectBean : paramList)

  {

  Object beanObject = localObjectBean.getObject();

  if(beanObject instanceof WTPart)

  {

  logger.debug("Is Persistable:"+beanObject);

  beanObject = PersistenceHelper.manager.save((Persistable)beanObject);

  if ((beanObject instanceof RevisionControlled))

  {

  Mastered localMastered = ((RevisionControlled)beanObject).getMaster();

  localMastered = (Mastered)PersistenceHelper.manager.save(localMastered);

  break;

} }  }

  return localFormResult1;

  }

 

Could you please help me to save attachment when we do checkout and edit.

 

Thanks,

Sithik

Timestamps in MethodServer Log Files

$
0
0

I'm running Windchill on a Unix server.  I try to log something to an external file, but I also print information to the MethodServer at the same time.

  • In the MethodServer, the information is printed with timestamp "2015-08-27 08:49:56" using System.out.println().
  • In my log file, the timestamp is printed as "2015-08-27 13:49:56" using output.println(new java.sql.Timestamp(System.currentTimeMillis()) + "information").

 

I've tried searching the internet for how to change the timestamp (which is essentially GMT, but not technically) to a different timezone, but I have gotten anywhere.  But obviously the logging has figured it out somehow.

How to disable "Revise & Cheked out now" option?

$
0
0

Dear All,

 

I am using PTC Creo 2.0 with windchill integration. But every time opening big assembly it pop up below dialog box. Many times my team members pressed OK & all assemblies are revised and checked out & creates a lots of trouble for me. I want to disable Revise and Check out now option. Please do needful

 

Query report on WTPart NOT Associated with EPMDocument

$
0
0

I would like to know how to build a query report to search for WTParts that do not have association with EPMDocument. I see that only one link goes to EPMDocument from WTPart i.e EPMBuildHistory, are there any other links, using which i can query?

 

Thanks,

Shashi


Workgroup Manager

$
0
0

Hello,

 

What can I find the Workgroup manager? How can I tell that it's been installed?

 

Thanks,
Craig

"Fatal error..." when staring Creo2

$
0
0


Hi

We have an issue when we start Creo2.

Almost every morning we have to start twice because we get a "fatal error..." popup at first start up.

it is as follows> start Creo2>logon password>click on Work space then the error occurs.......

if Creo2 is closed during the day and we start again, we can have several "Fatal error...." pop ups before getting thru to server

 

Creo2 M150 Intralink 10.2 m30

How do I add additional "default" tasks to a change notice implementation plan?

$
0
0

Hey,

 

I have been asked to add a couple of tasks to the Change Notice Implementation Plan so that they are there for every new change notice...    I will have to admit I am not sure on how to proceed...   Anyone done this before have some advice?

 

marc

CAD / PLM Systems Manager

TriMark Corp.

How to get role from parent role through API? Explanation : I have LC where particular role (For Eg: "APPROVER")is assigned to a state. For APPROVER role another role (For Eg: GRAPHICAL APPROVER) is assigned as participant. Now from team I can get only AP

$
0
0

How to get role from parent role through API? Explanation : I have LC where particular role (For Eg: "APPROVER")is assigned to a state. For APPROVER role another role (For Eg: GRAPHICAL APPROVER) is assigned as participant. Now from team I can get only APPROVER role. Now How do I get GRAPHICAL APPROVER role from APPROVER role? Is there any AP available? Please help

Attribute columns show up in my work spaces. How can I have them show up in the parts catalog (common space)?

$
0
0

Attributes such as user defined parameters show up in columns in my work spaces. However, they do not show up in the parts catalog (common space).

 

It is not a "display" issue. They don't even show up in the column list in the parts catalog (common space)

 

We are running Windchill PDM Essentials 10.2 M030.

How to Generate Charts In Cognos as per Date Wise

$
0
0

Hi All,

 

I'm using Cognos for generating reports. I've gnerated a report just like below..

 

 

cog.jpg

 

In the above chart, on X-axis there is an attribute called master.thePersistInfo.createStamp which represents the date of creation(as in above report list) picked from Windchill querybuilder. and ProdutGroup on PrimaryAxis .

 

But, there I need  a chart such that it represents date wise(i.e Date Of Ceation from the report list in above picture) product groups. i.e on x-axis different dates have to come and also primary axis should represents ProductGroup( Like Rings, Pistons.... in above picture) list with different colours.

 

I'm unable to generate this chartas I'm using Cognos for the first time.

 

I need your help to to do so.

Kindly request  to help me out.

 

Thanks And Regards

krishna Chaithanya

Change IBA Display Name programmatically?

$
0
0

Hi Experts,

 

I am trying to change the softype's attribute name through program, but finding it difficult to do so. Please help me on this guys.

Thanks in advance.


How to search for a representation by name?

$
0
0

Hey, 

 

I need to find all CAD Document representations named batch and delete them.  Any good ideas on how to go about that?

 

System: Windchill 10.1 m040

 

20150901-115320.png

Thanks for the help,

 

-marc

CAD / PLM Systems Manager

TriMark Corporation

Prevent user from selecting themselves approver?

$
0
0

Specifically during a promotion request, I'm trying to create an expression robot to remove the creator from the list of approvers, although, limiting the user during creation wizard of the promotion request would be the most helpful. Any suggestions? I'm very new to Windchill Admin so if this is a simple question, I apologize.

Markup and Annotation Report in Windchill - Need help Building URL to open the file in Creo View

$
0
0

Hello Gurus,

I've written a report that returns all the markups and annotations against a particular CAD document and/or particular user. The problem is that when the object that the markup was created against is no longer the latest, the UI does not allow the user to view or open the markup. Bug? PTC Case logged!

 

  Anyhow, i am trying to recreate the URL in the report that launches the markup in Creo View. I have been able to get all of the necessary data except for the application data id for the markup. Can anyone help me figure out the right way to get the application id linked and pulled into the report?

 

For the joins i have the following:

Annotation Join Tab.jpg

 

wt.viewmarkup.WTMarkUp - Role AObject Ref - wt.viewmarkup.WTMarkUp

wt.viewmarkup.TheMarkUpViewable - Role BObject Ref - wt.viewmarkup.Derived Image

wt.viewmarkup.Derived Image - Derived From Reference - wt.epm.EPMDOCUMENT

wt.org.WTUser - Ownership.Owner - wt.viewmarkup.WTMarkUp


I am building the URL as a concatenation as shown in the image below. I need to pull in the application id somehow and place it in the APPLICATION DATA ID placeholder.

Annotation Report Select Tab.jpg


Any help you can provide will be greatly appreciated.


Best Regards,

Dax Williams

How To Configure Apache James Server For Windchill

$
0
0

Hi All,

 

I want to send email notifications from Windchill to respective users.

 

So, I want to  install and configure Apache James Mail Server For  Windchill 10.2 M030.

 

Can any one guide me for steps to install and configure?

 

Thanks And Regards

Krishna Chaithanya

WTPart attachments

$
0
0

Does anyone know the history with the WTPart Attachment table? It's available to add, but when trying to edit, it says no authorization. Is this residual functionality that PTC has moved away from? We see a value in utilizing the attachments on WTparts for data we don't want as separate objects in the database (we don't want to control it) that is supporting information (like a quote).

 

Any infromation or help would be MUCH appreciated!!

Thanks,

Janis King

Viewing all 5797 articles
Browse latest View live


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