Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • the file extension of log files attached at mails is .log per default
  • in some environments (such as Blackberry) this extension could not assign to an application

Solution

  • see See "How to configure e-mail service?" to change the JobScheduler configuration if necessary.
  • Change the sytelsheet sytlesheet for JobScheduler e-mail service to define a different attchment attachment name for log files

from

Code Block
<?xml version='1.0' encoding='iso-8859-1' ?>
<xsl:stylesheet xmlns:xsl = "http://www.w3.org/1999/XSL/Transform" version   = "1.0">
    
   ...

   <xsl:template match="/scheduler_event">
      ...
      <xsl:copy-of select="mail/body/* [ not( text ) ]" />
      ...
   </xsl:template>

</xsl:stylesheet>

...