Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
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.
Solved! Go to Solution.
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
Did the initial publish succeed or fail?
Can you explain your rules and post the logs?
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