cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are happy to announce the new Windchill Customization board! Learn more.

AfterLoader installed, viewables no longer generated on check-in

Aaronm87
12-Amethyst

AfterLoader installed, viewables no longer generated on check-in

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

1 ACCEPTED SOLUTION

Accepted Solutions
Aaronm87
12-Amethyst
(To: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".

View solution in original post

1 REPLY 1
Aaronm87
12-Amethyst
(To: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".

Top Tags