Skip to main content
16-Pearl
January 15, 2024
Solved

Post Publishing Failed

  • January 15, 2024
  • 2 replies
  • 1179 views

I am using Windchill PDMLink Release 11.1 and Datecode with CPS M020-CPS16

How to get more info of failed Post Publishing job??

Here are the errors that I faced
Post Publishing Failed.
Error Creating EPMDocument.

Best answer by Gucio

Problem was with naming convention. At the very begining it was set as follow

 

                                               <post-publish name="number">{EPM_NUMBER}-PG</post-publish>

                                               <post-publish name="name">{EPM_NAME} (Publication Graphic)</post-publish>

 

but after some time user has changed into

 

                                               <post-publish name="number">{EPM_NUMBER}-PG</post-publish>

                                               <post-publish name="name">{EPM_NUMBER} {EPM_NAME} (PG)</post-publish>

 

As a result BGMS shows error:

Nested exception is: wt.pom.UniquenessException: Publication Graphic - xxxxxxxxxxxxxxxxxx is not unique

2 replies

jbailey
18-Opal
January 15, 2024

Did the initial publish succeed or fail?

avillanueva
23-Emerald I
23-Emerald I
January 15, 2024

Can you explain your rules and post the logs?

Gucio16-PearlAuthorAnswer
16-Pearl
January 15, 2024

Problem was with naming convention. At the very begining it was set as follow

 

                                               <post-publish name="number">{EPM_NUMBER}-PG</post-publish>

                                               <post-publish name="name">{EPM_NAME} (Publication Graphic)</post-publish>

 

but after some time user has changed into

 

                                               <post-publish name="number">{EPM_NUMBER}-PG</post-publish>

                                               <post-publish name="name">{EPM_NUMBER} {EPM_NAME} (PG)</post-publish>

 

As a result BGMS shows error:

Nested exception is: wt.pom.UniquenessException: Publication Graphic - xxxxxxxxxxxxxxxxxx is not unique