Skip to main content
14-Alexandrite
November 13, 2020
Solved

AfterLoader installed, viewables no longer generated on check-in

  • November 13, 2020
  • 1 reply
  • 1109 views

I recently installed after loader, but I noticed that the viewables are no longer generated on check in. Clicking the visualization window publishes a viewable with the desired attachments with no errors. How do I get this to occur at check-in?

 

 

publish.service.documents.checkin.enabled=true

publish.afterloadermethod=com.ptc.wvs.util.AfterEDRloader/copyToEPM
publish.afterloadermethod.copyToEPM.Filext=pdf dwg igs stp

Best answer by Aaronm87

After some digging, I found the cause. Posting this here in case anyone else has this issue.

 

The publish-riles.xml should contain the property

 

<publish additional-files="standard_files" on="checkin"/>

 

The initial setting from the documentation has it set to "create-representation".

1 reply

Aaronm8714-AlexandriteAuthorAnswer
14-Alexandrite
November 13, 2020

After some digging, I found the cause. Posting this here in case anyone else has this issue.

 

The publish-riles.xml should contain the property

 

<publish additional-files="standard_files" on="checkin"/>

 

The initial setting from the documentation has it set to "create-representation".