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

Windchill Publishing - End job error

  • January 13, 2020
  • 1 reply
  • 3907 views

Hi,

I created publish rule for generating PDF files from DRW. It works on my local Windchill with no errors but on clients server, I have this error (other) in job monitor:

 

2020-01-13 10:33:56:Start Job: Other - s4456215.pdf, A.2
2020-01-13 10:33:56:make temp dir C:\ptc\Windchill_11.1\Windchill\temp\pubtemp\publish6171712364649683954.tmp
2020-01-13 10:33:56:"As Stored" Config Spec is available
2020-01-13 10:33:56:The EPMDocument As Stored Config Spec was selected as the default
2020-01-13 10:33:56:Start: Other - s4456215.pdf, A.2
2020-01-13 10:33:56:Authoring Application: Creo
2020-01-13 10:33:56:Creo Assembly Conversion
2020-01-13 10:33:56:make temp dir C:\ptc\Windchill_11.1\Windchill\temp\pubtemp\publish1083216001341765289ed
2020-01-13 10:33:56:Start: Other - s4456215.pdf, A.2
2020-01-13 10:33:56:Authoring Application: Creo
2020-01-13 10:33:56:No Processing Required
2020-01-13 10:33:56:End: Other - s4456215.pdf, A.2
2020-01-13 10:33:56:remove temp dir: C:\ptc\Windchill_11.1\Windchill\temp\pubtemp\publish1083216001341765289ed
2020-01-13 10:33:56:Creo Assembly, Number of Components Processed: 1
2020-01-13 10:33:56:End: Other - s4456215.pdf, A.2
2020-01-13 10:33:56:End job (with error): Other - s4456215.pdf, A.2
2020-01-13 10:33:56:Publish Complete event dispatched
2020-01-13 10:33:56:remove temp dir: C:\ptc\Windchill_11.1\Windchill\temp\pubtemp\publish6171712364649683954.tmp

 It should be generating PDF in post publish into the direct folder but it returns an error. I don't know if that is some problem with Creo? Thanks for help 

Best answer by sconroy

Sounds like its trying to create viewables for the files generated from your rule, as this the case its worth adding a few additional lines to your xconf file like below

 

    <Property name="worker..DWG" overridable="true" targetFile="codebase/WEB-INF/conf/wvs.properties" value="DUMMY,preconverted=true"/>
    <Property name="worker..TIF" overridable="true" targetFile="codebase/WEB-INF/conf/wvs.properties" value="DUMMY,preconverted=true"/>
    <Property name="worker..TIFF" overridable="true" targetFile="codebase/WEB-INF/conf/wvs.properties" value="DUMMY,preconverted=true"/>
    <Property name="worker..GIF" overridable="true" targetFile="codebase/WEB-INF/conf/wvs.properties" value="DUMMY,preconverted=true"/>
    <Property name="worker..JPG" overridable="true" targetFile="codebase/WEB-INF/conf/wvs.properties" value="DUMMY,preconverted=true"/>
    <Property name="worker..JPEG" overridable="true" targetFile="codebase/WEB-INF/conf/wvs.properties" value="DUMMY,preconverted=true"/>
    <Property name="worker..PNG" overridable="true" targetFile="codebase/WEB-INF/conf/wvs.properties" value="DUMMY,preconverted=true"/>
    <Property name="worker..PDF" overridable="true" targetFile="codebase/WEB-INF/conf/wvs.properties" value="DUMMY,preconverted=true"/>
    <Property name="worker..DXF" overridable="true" targetFile="codebase/WEB-INF/conf/wvs.properties" value="DUMMY,preconverted=true"/>

1 reply

MattPat14-AlexandriteAuthor
14-Alexandrite
January 15, 2020

Has anyone had an idea what happened? Job Monitor in attach. 

1-Visitor
January 15, 2020

Are you trying to create a viewable of a PDF with Creo?

MattPat14-AlexandriteAuthor
14-Alexandrite
January 15, 2020

Sorry but I don't really understand your question. I have a publish rule that generates pdfs from drw file as additional files in checkin.