Skip to main content
12-Amethyst
April 16, 2015
Solved

Disable PDMLink 10.1 from carrying forward old iteration's image

  • April 16, 2015
  • 1 reply
  • 1278 views

I'm looking for a way to stop Windchill PDMLink from carrying forward the Creo View images from previous iterations.

 

Currently, if a publish job fails the system will pull forward the image from the previous iteration. As you can imagine, this causes a problem when people try to review the drawings from Creo View and get a half-completed mess, yet when the file is opened in Creo Parametric everything is completed properly.

 

Any ideas?


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
Best answer by BrianToussaint

Hey Don,

I've got this in my site.xconf file and I do not get the old iteration image.

<Property name="publish.copyrepresentationsforward" overridable="true"

targetFile="codebase/wvs.properties"

value="false"/>

I think this is it as I have had this since 10.0 and am now on 10.2, but someone else set that up for me back then and I have just carried it forward each version.

1 reply

19-Tanzanite
April 16, 2015

Hey Don,

I've got this in my site.xconf file and I do not get the old iteration image.

<Property name="publish.copyrepresentationsforward" overridable="true"

targetFile="codebase/wvs.properties"

value="false"/>

I think this is it as I have had this since 10.0 and am now on 10.2, but someone else set that up for me back then and I have just carried it forward each version.

12-Amethyst
April 16, 2015

Thanks Brian. I'll give it a test and see how it goes.