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

Question Regarding to publisher License during windchill installation

$
0
0

Hello All,

I have just wanted to install Windchill PDM Essentials on a server. My question is that if during the installation I choose "Don't install" for Creo Publisher License Server  and don't install the publisher now , am I able to add Publishing License in future ? I mean is there still a chance to add this feature in future or I have to install it just right now ?

thanks so much.


How to modify the layout of Multiples Edit Parts

$
0
0

Hello

 

I would like to modify the layout of Edit Multiples Parts:

Image 1.png

 

Thanks in advance

Creo View messed up with Chrome

$
0
0

So Google must have pushed out another update that has broken it working with Windchill.  When we try to view something in Creo View it gives us the Install Creo View Client or Stop Checking for new versions in the Creo View window.  It worked yesterday.  It works in IE.  Nothing has changed server wise as far as which build I am using.  The Chrome version is Version 42.0.2311.90 m.  We are on Windchill 10.2 m020 CPS08 and Creo View 3.0 m020.  Has anyone else had this happen today?  Anyone with a solution?

partlist

$
0
0

Hello,

 

I Would like to load a partlist object but it is not working. Here is a sample of my xml file:

 

<?xml version="1.0" ?><!DOCTYPE NmLoader SYSTEM "standardX24.dtd">

<NmLoader>

<csvPartList handler="com.ptc.arbortext.windchill.partlist.LoadPartList.createPartList" >

    <csvuser></csvuser>

    <csvname>720A00</csvname>

    <csvnumber>0000000002</csvnumber>

    <csvfolder>/Default/Planche Catalogue - POC</csvfolder>

    <csvlifecycle></csvlifecycle>

    <csvview></csvview>

    <csvteamTemplate></csvteamTemplate>

    <csvlifecyclestate>RELEASED</csvlifecyclestate>

    <csvtypedef>WCTYPE|com.ptc.arbortext.windchill.partlist.PartList</csvtypedef>

    <csvversion>A</csvversion>

    <csviteration>1</csviteration>

    <csvdescription />

    <csvinformationType />

    <csvpartListItemType />

    <csvparentContainerPath></csvparentContainerPath>

    <csvorganizationName></csvorganizationName>

    <csvorganizationID></csvorganizationID>

    <csvcreateTimestamp></csvcreateTimestamp>

    <csvmodifyTimestamp></csvmodifyTimestamp>

    <csvauthoringLanguage>en</csvauthoringLanguage>

</csvPartList>

<csvendIBAHolder handler="wt.iba.value.service.LoadValue.endIBAHolder" />

</NmLoader>

 

 

Here is the stack trace:

(wt.ixb.publicforhandlers.ixbResource/18) wt.ixb.publicforhandlers.LogHelper$IxbException: Error in XML input file

  at wt.ixb.publicforhandlers.LogHelper.userError(LogHelper.java:230)

  at wt.ixb.publicforhandlers.LogHelper.userError(LogHelper.java:566)

  at wt.ixb.impl.doc.IxbDomDocument.initialize(IxbDomDocument.java:169)

  at wt.ixb.publicforapps.IxbDomDocumentDelegate.newIxbDocument(IxbDomDocumentDelegate.java:39)

  at wt.ixb.publicforapps.IxbHelper.newIxbDocument(IxbHelper.java:282)

  at wt.load.StandardLoadService.importData(StandardLoadService.java:776)

  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

  at java.lang.reflect.Method.invoke(Method.java:606)

  at wt.method.MethodResultWriter.writeExternal(MethodResultWriter.java:152)

  at wt.method.MethodResult.writeExternal(MethodResult.java:228)

  at java.io.ObjectOutputStream.writeExternalData(ObjectOutputStream.java:1455)

  at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1429)

  at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1177)

  at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:347)

  at sun.rmi.server.UnicastRef.marshalValue(UnicastRef.java:293)

  at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:332)

  at sun.rmi.transport.Transport$1.run(Transport.java:177)

  at sun.rmi.transport.Transport$1.run(Transport.java:174)

  at java.security.AccessController.doPrivileged(Native Method)

  at sun.rmi.transport.Transport.serviceCall(Transport.java:173)

  at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:556)

  at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:811)

  at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:670)

  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)

  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)

  at java.lang.Thread.run(Thread.java:745)

 

Thanks,

 

Julien

Update attributes of a project (wt.proj mgmt.admin.Project 2).

$
0
0

Hi, need to update attributes of a project.

The interface allows you to edit one at a time, but I like to do this lot, because I have several projects to upgrade.

 

I tried doing this via xml, but I have no success.

 

<%@page language="java"%>

<%@taglib uri="http://www.ptc.com/infoengine/taglib/core" prefix="ie"%>

<%

     String typeFather  = "wt.projmgmt.admin.Project2";

     String typeChild = "net.odebrecht.PROJPO";

%>

<ie:webject name="Query-Objects" type="OBJ">

    <ie:param name="INSTANCE" data="windchill" delim="!" valueSeparator="!" default="<%=com.infoengine.au.NamingService.getVMName()%>"/>

    <ie:param name="GROUP_OUT" data="resultQuery"/>

    <ie:param name="TYPE" data="<%=typeFather%>"/>

    <ie:param name="WHERE" data="(number='*')"/>

    <ie:param name="ATTRIBUTE" data="*"/>

</ie:webject>

 

 

<%

        com.infoengine.object.factory.Group obj = getGroup("resultQuery");

        int quantidade = obj.getElementCount();

        System.out.println("Quantidade de elementos no GRUPO:    " + quantidade);

       

        for(int x = 0; x < quantidade; x++){

                if(tipoDoc.equalsIgnoreCase("WCTYPE|wt.projmgmt.admin.Project2|net.odebrecht.PROJPO")){

                            String tipoDoc = (String)obj.getAttributeValue(x,"class");

                            String number = (String)obj.getAttributeValue(x,"projectNumber");

                            String atributeprojetoAtual = (String)obj.getAttributeValue(x,"AUFO_CNTR_CODIGO");

                            String novoAtributoProjeto = (String)obj.getAttributeValue(x,"CNTR_CODIGO_PO_RFQ");

%>

                               <ie:webject name="Query-Objects" type="OBJ">

                                    <ie:param name="INSTANCE" data="windchill" delim="!" valueSeparator="!" default="<%=com.infoengine.au.NamingService.getVMName()%>"/>

                                    <ie:param name="GROUP_OUT" data="resultQueryChild"/>

                                    <ie:param name="TYPE" data="<%=typeChild%>"/>

                                    <ie:param name="WHERE" data="(number='<%=number%>')"/>

                                    <ie:param name="ATTRIBUTE" data="*"/>

                                </ie:webject>

<%                   

                               System.out.println("Tipo de Documento = "+tipoDoc);

                               System.out.println("Projeto Atual = "+atributeprojetoAtual);

                               if(atributeprojetoAtual !=null){

                                    System.out.println("Indice:" + x);

                                    System.out.println("Number: " + number);

                                    System.out.println("Atribute projeto Atual: " + atributeprojetoAtual);

                                    System.out.println("Novo Atributo Projeto: " + novoAtributoProjeto);

%>

             <!-- CheckOut-OBJECTS

             <ie:webject name="CheckOut-Objects" type="ACT">

                 <ie:param name="INSTANCE" data="windchill" delim="!" valueSeparator="!" default="<%=com.infoengine.au.NamingService.getVMName()%>"/>

                                        <ie:param name="ATTRIBUTE" data="*"/>

                                        <ie:param name="TYPE" data="<%=typeChild%>"/>

                                        <ie:param name="GROUP_OUT" data="checkoutDocument"/>

                 <ie:param name="OBJECT_REF" data="$(resultQueryChild[0]obid[0])"/>

                                    </ie:webject>

 

           Update-OBJECTS

             <ie:webject name="Update-Objects" type="ACT">

                 <ie:param name="INSTANCE" data="windchill" delim="!" valueSeparator="!" default="<%=com.infoengine.au.NamingService.getVMName()%>"/>

                 <ie:param name="FIELD" data="CNTR_CODIGO_PO_RFQ='<%=atributeprojetoAtual%>'"/>

                                        <ie:param name="TYPE" data="<%=typeChild%>"/>

                 <ie:param name="OBJECT_REF" data="$(checkoutDocumento[0]obid[0])"/>

                 <ie:param name="GROUP_OUT" data="resultUpdate"/>

             </ie:webject>

 

              CheckIn-OBJECTS

             <ie:webject name="CheckIn-Objects" type="ACT">

                 <ie:param name="INSTANCE" data="windchill" delim="!" valueSeparator="!" default="<%=com.infoengine.au.NamingService.getVMName()%>"/>

                 <ie:param name="ATTRIBUTE" data="*"/>

                 <ie:param name="GROUP_OUT" data="checkinDocumento"/>

                 <ie:param name="OBJECT_REF" data="$(resultUpdate[0]obid[0])"/>

             </ie:webject> -->

<%                              

                               }

              } 

        }

%>

how to remove recover failed installation

$
0
0

Currently windchill 10 pdmlink is running and i tried of adding projectlink using solution installer as optional installation. had some errors and now some of services and third party services got corrupted . now i need to repair it

http:///Windchill/somePropertiesFile.properties happily displays the contents of the properties file??

$
0
0

Windchill PDMLink 10.2 M020-CPS09 and M030-CPS02

I just noticed that I can display the contents of properties files by constructing a url to the properties file. For example to display the contents of wt.properties use this:

http://<windchillserver>/Windchill/wt.properties

 

Should this really be allowed??

I am wondering if I have something mis-configured in Apache config files or somewhere else.

How many contexts do you have in your Windchill system ?

$
0
0

By context I mean product / library / project containers.


Who in your organization manages your Windchill/PDM System?

$
0
0

Who in your organization manages your Windchill/PDM System?

This would include Site Admin access, Org Admin Access, Implenentation & Upgrade planning

Refreshing a Wizard step, question revisited

$
0
0

Hello all,

 

I have a custom wizard in Windchill 10.2. The wizard has two steps. The first step is a radio-button selection. The second step displays different things depending on what was selected in the first step.

 

This works well the first time that the user enters step number two. The problem is that if a user goes back to the first step, selects something else and then returns to the second step, the second step is not re-processed to show the appropriate results.

 

This problem was described in this thread and I did try the suggestion that was given there - that is to say: use preloadWizardPage="false" as an attribute for the action in custom-actions.xml - but this makes no difference.

 

What do I need to do to make sure that the JSP for a wizard step is executed every time that the user brings up the step?

 

With Best Regards

/Michael

Description tools on file creation

$
0
0

Hi All,

 

We currently have our Windchill set up to prevent duplicate part numbers from being created. I'm looking to further evolve our systems to remove the need for an external part number database altogether. Are any of the following achievable with Windchill 10.1, please:

 

  • Preventing duplicate part descriptions;
  • Setting a custom field for an abbreviated description that can also prevent duplicates;
  • Setting both fields up to prevent inputs over a certain length.

 

Many thanks,

 

Andy

Table column customization

$
0
0

We are trying to insert a column in the "My Tasks" table. Specifically, we want the column to list the previous owner of each task. The current owner would be able to see who sent them the task. I thought that the item called "predecessor" or "modified by" would work. Both column options are blank. Is there another option?  Does this require customization?

How to get Resulting Objects before they are Persisted to database?

$
0
0

Hi Experts,

 

     I am trying to get resulting Objects added to the change task before they are persisted to the database, as I am trying to put a constraint on the resulting object. I want only the resulting object having design view to be permitted and if other parts are added it should not allow him to create the change notice. So is there a way I can get the resulting object before they are persisted.

workflow is not opening properly in windows 7 64 bit machine.. here is the attached workflow.

$
0
0

Hi..

 

Here we are facing one problem related to workflow. We are not able to open workflow in correct format. Very large view occurs when I open the  workflow. Please find attached file for your reference.

 

Regards

Sujata

Is there anyway to schedule certain windu tasks say on a weekly basis ? (unattended)

$
0
0

Is there anyway to schedule certain windu tasks say on a weekly basis ?


Creo View messed up with Chrome

$
0
0

So Google must have pushed out another update that has broken it working with Windchill.  When we try to view something in Creo View it gives us the Install Creo View Client or Stop Checking for new versions in the Creo View window.  It worked yesterday.  It works in IE.  Nothing has changed server wise as far as which build I am using.  The Chrome version is Version 42.0.2311.90 m.  We are on Windchill 10.2 m020 CPS08 and Creo View 3.0 m020.  Has anyone else had this happen today?  Anyone with a solution?

Rehost Info*Engine Adapter Setting

$
0
0

I am a little confused with the rehosting guide on the adapter.  On page 122 under target.adapter.name, it says "The adapter on the target system takes its name from name of the adapter on the source system. Specify the source system name in this rehosting property."

 

So if my adapter name is the following: com.<company_network>.<source_server>.Windchill, will my target.adapter.name.1=com.<company_network>.<source_server>.Windchill or do I put in the target server name?  If I leave the source name, when/how does that change?

 

Their directions seem backwards to me with what everything else tells me to do in other sections for target.

 

Thank you,

Brian

How to build a two-level "where used" query with Query Builder

$
0
0

I can get some basic queries working using Query Builder, but much of it is still a matter of much trial and error for me. I am trying to build a query which will give me results on the following structure:

structure.png

 

The structure has three levels: Caring Unit, Structure and Member, all of which are custom Parts. I can get a report which will give me Caring Unit and Structure combinations, or Structure and Member combinations, but not all three. I am trying to answer the question, "For each member inside a shelter inside a caring unit, what are the attributes of the member, shelter and caring unit?"

 

Here are the two queries I have working so far. What must I do to combine them and get data on all three levels?

 

Members in Shelters:

from1.PNG

join1.PNG

Shelters in Caring Units:

from2.PNG

join2.PNG

Can anyone confirm at DTI only use port 443 for communication with Winchill?

$
0
0

We are going to use a reverse proxy between the Desk Top Integration client and the Windchill server.

Therefore we want to know if DTI only use port 443 to communicate with Windchill.

When we ask helpdesk, they say that DTI uses port 445, but if we close port 445 DTI still works fine.

 


WGM with Inventor: how to map custom parameters from Inventor to Windchill if the parameter contains a special character like a spacing

$
0
0

I'm investigating the use of the WGM with Inventor.

The Inventor files carry a number of custom parameters of which some have a parameter name that contains a blank space, e.g. 'Treatment process"

 

Problem now is how to define a Windchill attribute (in version 10.2) so I can capture the value of this parameter.

 

Any parameter that has a name which does not carry a special character and so complies to the rules of Windchill attribute definition can be captured easily (either implicitly or explicitly).

Viewing all 6049 articles
Browse latest View live


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