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

Force Workflow Comment on Approve Vote

$
0
0
We have so many exciting workflow email threads lately, I would like to throw this one out there as well...

This is a very valid use case and asked many times in Alcon. I hope somebody has figured this out already.

We would like to our users to put comments when they are revising (for example). When they select other vote Approve in the below screen shot, it should just let it go as is and completes the task. So the criteria is ..


1)      Check for the Voting option (Revise_CR)

2)      Look at the Comment Attribute and force it to be filled if empty

[cid:image001.png@01CF5316.70B54EB0]

Thanks,
Preeti

Can the column headers be changed for the offline viewer of a package?

$
0
0

I am looking to see if you can change the column headers and information shown of the contents shown in the offline viewer for a package?

Run IE task trough API with current logged user

$
0
0

Hello,

 

I'm trying to run an IE task trough a java method. But Windchill ran the task as WCadmin .

The task run fine but it retrieves info that user shouldn't have access.

If I run the IE task in the browser with the user it run fine too.

 

here is the code:

publicstatic String ieTaskRun(String Task1, String Name1, String Group1, String userNa) throws WTException, IOException, IEException {

String obid1 = "";

String obType = "";

try{

IeService ieService = new IeService();

Task objtask = new Task(Task1);

objtask.setService(ieService);

//>>>> Here is where I'm trying to set username who will run the task <<<

objtask.setUsername(userNa);

String groupOutName = Group1;

objtask.setParam("name", Name1);

objtask.setParam("GROUP_OUT", Group1);

System.out.println("**** ieTaskRun Check entering task **** " + userNa);

 

objtask.invoke();

Group prlnks = ieService.getGroup(groupOutName);

System.out.println("ieTaskRun element: " + prlnks.getElementCount());

 

if (prlnks.getElementCount() > 0){

 

for (intp = 0; p< prlnks.getElementCount(); p++)

{

obid1 = (String) prlnks.getAttributeValue(p, "number");

obType = (String) prlnks.getAttributeValue(p, "type");

if (obType.equalsIgnoreCase("CAD Document")){

obid1 = obid1 + ":" + (String) prlnks.getAttributeValue(p, "version");

}else{

obid1 = obid1 + ":" + (String) prlnks.getAttributeValue(p, "revision");

}

System.out.println("ieTaskRun obid Task: " + obid1 + " Object Type: " + obType);

 

if(obType.equalsIgnoreCase("CAD Document"))

{

returnobid1;

}

}

}

} catch(Exception e) {

   //e.printStackTrace(System.err);

 

   returnobid1;

  }

 

returnobid1;

 

}//end of method ieTaskRun

windchill 10.2 "recently accessed" tab is not showing up recently visited objects.

$
0
0

windchill 10.2  "recently accessed" tab is not showing up recently visited objects.

 

Any idea of possible reasons.

How to add new column in "My Task" table with my iba attribute?

$
0
0

Hi to all!

I have created my own iba attribute and want to display it in the column of "My Task" table. But in the view constructor I have no my attribute.

How can I do it?

Thanks!

Revisions

$
0
0

We are implementing Windchill and the way it is setup right now the revisions carry an iteration number A.1, A.2, A.3. When released Windchill display A.3 Released. Is it possible to get the released revision to a solid "A" Released?

Full text indexing / search - SolidWorks drawings

$
0
0

I may have posted this earlier - don't remember.

 

We now have indexing in place (Solr - 10.2 M020), working perfectly for Creo Drawings.   Hoping to extend to SolidWorks drawings.

 

Tech support case C12917558 has been open for a bit.  In general tech support has been saying (not totally confidently) that indexing of SolidWorks drawings seems to be working on their end but no Solid Works drawings are retuned using keyword search for text on the drawings.

 

Looking for anyone who has experience with this.

 

thanks

Summary Activity not completed

$
0
0

We created a project in Auto execution  mode. Then we import a project plan(.mpp) file in it.  It has few Phases (summary activities). All activities of a phase are completed (100% work complete and has  'Tick Mark' symbol) but for summary activity it still shows status as "unavailable"('Question Mark' symbol) and state as "In Process".


If project is created in manual mode then summary activity shows status as completed.

Following are environment Details

 

·         Windchill Environment Details –Windchill PDMPJL 10.2 M030 CPS08

·         Microsoft Project 2010

Please find attached related document which has screenshots.


Is it possible to print a list of drawings from a Change Task? Right now, the only way I know how to is open each individually.

$
0
0

Is it possible to print a list of drawings from a Change Task?  Right now, the only way I know how to is open each individually.

Can you define a publishing rule for a drawing of a simple model and refuse it for a drawing of an assembly ?

$
0
0

Hi,

 

We have an publisher setup to create a dxf file for all drawings during check in but this is in fact not needed for drawings of an assembly and also considering the diskspace these take. Is it possible to define a publishing rule (xml file) in version 10.2 that will publish only for a drawing of a simple model an not for a drawing of an assembly ?

 

Best regards, Bernard

Publishing a WTPart

$
0
0

Is there a system setting to turn on publishing a WTPart?  The representation is carried froward from the CAD doc just fine when they are all checkout  / checkin together.  The issue I am seeing is when a WTPart is iterated due to adding additional information to it...then you have to manually click on the viewable on the details page to get the system to create a publish job.  This seems like there should be a setting someplace.

 

Thanks,

Greg 

Windchill 11 Upgrade in place

$
0
0

Hi,

We are beginning our investigation into upgrading from Windchill 10.2 M030 to Windchill 11 on the same hardware.  I've been reading the installation and upgrade guides (5 or 6 of them) and I'm still a little confused.  The upgrade steps reference the installation guide for setting up the "target" system.  The target system in our case are the same servers as the source system.  The confusing part (to me at least) is this, do I need a new Oracle user for the installation? The upgrade guide talks about exporting the data from the source database and importing into the target database before running the Upgrade Manager tool. Do I need to do this or just point Windchill 11 to the original database user and run Upgrade Manager?

Report all WTParts related to WTDocuments

$
0
0

Hello,

I want to run a report which shows all teh WTParts related to a list of WTDocuments. I tried the WTPart described Link and also the Iterated describe Link without success. We use Reference Documents.

Any suggestions?

Regards

Martin

How to Automate the Creo with Windchill?

$
0
0

Hi everyone,

 

I am going to automate the creo and windchill integration testing , i know the  how to handle the windchill object or web elements using the Selenium Webdriver. now i want to test the the creo and windchill integration. how is it possible?

 

Thanks in advance.

Revise automatically changes the Lifecycle State to "In Work"

$
0
0

Hi everyone,

 

We are using Windchill 10.0 M030

 

Whenever our designers revise a part, WTpart, or .dwg (ex A to B), Windchill automatically kicks the file's Lifecycle State back to "In Work" on the default template. We created our own custom template with the appropriate States, but this glitch is also even happening on test parts using the default template. Every time a part or dwg gets a revision, we have to reset the state for each file.

 

We haven't gotten the managerial PLM features integrated into company procedures yet, so for now this is just an annoyance for designers using Windchill. However, as we move forward, this could cause some serious problems and confusion.

 

Is there a preference somewhere to configure Windchill so that when revising, it maintains the same Lifecycle state and template? I cannot seem to find one.

 

Thanks

 

-Jon


Non-product specific knowledge capture in Windchill?

$
0
0

Hi Folks,

Sure miss the days of the email exploder (ProE) as I so rarely remember to look at forums (yep, I am a dinosaur).

 

This is a non CAD question about capturing knowledge that is not part or product specific.  This is the sort of information you want to reuse for other projects across your organisation.  In a previous job it was silos of information kept in windows folders, some more easily accessed than others and others buried deep in somebodies personal HDD or even paper files!  In my present job we have specific software for this but it is a standalone system and I wonder about using Windchill for storing this design related non-part/product specific reference information as it is not related to PLM as such.

 

Some examples could be:

  • Bend Radii for different materials/thicknesses/hardness's (though this would likely be in a bend table in Creo where is the reference information for it?)
  • Reference articles on deep drawing of sheet metal
  • Reference information on various adhesives (some of which are not in any BoM)
  • Reference links to company products that have been researched
  • ???

 

Usually with Windchill we have a part or assembly number or possibly a process number to attach files of various types to.  But if there is no number?

 

My general thinking is to try and consolidate systems so that more people are more familiar with that one system so can better do their work.

 

Thoughts?

 

Regards, Brent

JSP Page to Set State

$
0
0

I am working on an administrative JSP page that would allow me to Set-State on wtdocuments and/or epmdocuments. I am using the Search-Objects webject to search for and get the information about the documents but, I cannot find a webect that allows me to set-state. Would anyone know how this could be accomplished in a JSP page? Is this something I would need to create a java class to handle? I have limited exposure to java so I would like to stick with the JSP if possible. Here is the search page I have currently. I would like to have the button that is clicked submit the request to the server for the state change.

 

search1.jpg

 

 

<%@page language="java" session="false"%>
<%@ taglib uri="http://www.ptc.com/infoengine/taglib/core" prefix="ie" %>

<html>
<head>


<title>WindSearch3.0</title>

<body>

</head>
<body>
<h2> Info*Engine JSP Test Page</h2>
<%
String where = request.getParameter ("where");
if ( where == null )
where = "()";
else if( where != null )
where= "(name='*" + where + "*')";
String wherevalue = request.getParameter ("where");
%>

<div class="main">
<h1>WindENG Search 3.0</h1>
<form action="aindex.jsp" method="POST">
Search: <input type="text" name="where" value="<%=wherevalue%>">
<input type="submit" value="Search">
<link rel="stylesheet" type="text/css" href="jsp.css">

<p><b>
Searching with where clause <%= where%>.
</b></p>

<ie:webject name="Search-Objects" type="OBJ">
       <ie:param name="INSTANCE" data="com.ptc.net.HostID.Windchill"/>
       <ie:param name="TYPE" data="wt.epm.EPMDocument"/>
       <ie:param name="VERSION" data="LATEST"/>
       <ie:param name="ITERATION" data="LATEST"/>
       <ie:param name="WHERE" data="<%=where%>"/>
       <ie:param name="WHERE" data="(state.state='Released')" />
    <ie:param name="ATTRIBUTE" data="CADName,name,state.state,versionInfo.identifier.versionId,obid" delim=","/>
       <ie:param name="GROUP_OUT" data="epmdocument"/>
</ie:webject>

<br>
<table border="1" cellpadding="2"
        <tr>
                <td>All<INPUT type=checkbox onclick="selectAll(this)" value=checkbox name=allcheckbox></td>
                <td>CADname</td><td>name</td><td>state.state</td><td>versionInfo.identifer.verisonID</td><td>OBID</dt>
        </tr>

    <ie:forEach groupIn="epmdocument" groupOut="row">
        <tr>
            <td><input value=" " type="checkbox"></td>
                <td><ie:getValue name="CADName"/></td>
                <td><ie:getValue name="name"/></td>
                <td><ie:getValue name="state.state"/></td>
                <td><ie:getValue name="versionInfo.identifier.versionId"/></td>
                <td><ie:getValue name="obid"/></td>
                <td><input type="submit" value="In Work"></td>
                <td><input type="submit" value="Preproduction"></td>
                <td><input type="submit" value="Released"></td>
                <td><input type="submit" value="Obsolete"></td>
        </tr>
    </ie:forEach>
</table>

</body>
</html>

info*engine implementation how to do , i am newbe in plm as well as winchill

$
0
0

info*engine  implementation how to  do , i am newbe in plm as well as winchill

info*engine implementation how to do , i am newbe in plm as well as windchill

$
0
0

info*engine  implementation how to  do , i am newbe in plm as well as windchill

Windchill ERP Integration

$
0
0

Hello,

 

I have a task for Windchill and SAP/Oracle Integration but I have no Idea from where I should start which guide should I use. so can any please guide me from where I should learn this 

Viewing all 5797 articles
Browse latest View live


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