Jump to content

Ricky

Hornbill Product Specialists
  • Posts

    227
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by Ricky

  1. Hi @AndyGilly You are correct in that ITOM variables cannot be used to directly populate a email template, as the template data is sourced from a call record.  In order to use a ITOM variable you would be required to store the ITOM variables value within a custom field on the requests record.  The email template would then be able to extract the data on generation of the email.

    As you are intending to deliver password information within the email, it should be noted that the outgoing email would also be accessible via an email copy in the mailbox sent items folder.

    I am not sure if there is any other mechanism that be used for mail delivery within the Hornbill platform that can be used within the BPM or a Runbook.  There is a Cloud Automation that enables emails to be sent via Office 365 that may be feasible. 

    I will also see if I can get some further information from the team with regards to any other options available, as this not an area that I specialise in.

    Regards,

    Ricky

  2. Hi @AndyGilly, it looks like you are attempting to store the output of an array into  a string, Hornbill variable types currently do not support the use of arrays.  In order to store the content of an array into a variable you would need to store each element into a separate variable or concatenate each element into a single string.

    Regards,

    Ricky

  3. @AndyGillyThanks for the update. Have spoken with the Dev team and they suggest that the issue must be the result of some form of communication error.   I am currently in the process of organising access to the logs from yesterday, in order to investigate this further.   I may also require access to the logs located on the SIS sever on you're network, and may require them to sent over.  Due to the nature of the investigation I will be requesting that an Incident be raised on your behalf to track future progress, and will advise you of the incident reference.

    Could you also confirm roughly when you first started to experience the reported behaviour?

    Regards,

    Ricky

  4. @AndyGilly, Can you review the SIS log (EspSisService.log), and check that the following lines exist for any of the stalled jobs:

    2021-03-10 16:52:00Z [INFO]:[GENERAL]:[1164] Result: Success
    2021-03-10 16:52:00Z [INFO]:[GENERAL]:[1164] Setting job 317 status to processingOutput
    2021-03-10 16:52:00Z [INFO]:[GENERAL]:[1164] Setting job 317 status to succeeded

    Regards,

    Ricky

  5. Hi@AndyGilly,  I believe that this is an issue we are currently aware of and is in the development queue for further investigation.   I will enquire into any progress  they we have made and request that it is given a higher priority.  Can you confirm that the issue is consistently exhibits that same behaviour?  In that initially it stalls and subsequent executions are successful.  Also does refreshing the GUI in the Job queue have any effect?

    Regards,

    Ricky

     

  6. Hi @AndyGilly, You will need to first get the output into a variable, this can be achieved by creating a package operation output parameter in the package creator, and then outputting the value using the following:

    Write-Output "{{SISJobOutputParameterStart:outputParamaterName}}$($YourVariable){{SISJobOutputParameterEnd}}"

    further details of this can be found here: https://wiki.hornbill.com/index.php?title=Package_Creator#Output_Parameters

    Regrads,

    Ricky

  7. @AndyGillyIgnore my last post this has nothing to do with PS 7.  From the the last log it looks like the process  has executed successfully using Windows PowerShell.   Can you clarify what you mean or are interpreting as a parameter error?

    I can only assume you are getting something like this in the Job Monitor pane:

    image.png

    If so the issue is relating to one or more output parameters specified on  the Package Operation is set to mandatory and the script is not outputting the parameter or  the output is not using the correct format :

    {{SISJobOutputParameterStart:<param-name>}}<value>{{SISJobOutputParameterEnd}}

     

  8. Hi @james.uppington looks like the node you are looking at is from within the Hornbill Business Process Manger which looks to be slightly different, I am currently investigating why this and will get back to you shortly.  As a workaround if these features are required you can place the IT automation node in a Runbook Process and reference it from within the BPM.

    Regards,  Ricky

×
×
  • Create New...