Workflow and ServiceDesk Community

 View Only
  • 1.  Service Desk/Workflow 7.5 Screen Capture errors out if "Allow Remote Connections" is disabled.

    Posted Jan 23, 2013 10:02 AM

    Dear All,

    If your organisation uses the Screen Capture Utility, then the Utility will error out (saying that the remote computer actively refused the connection) in ServiceDesk 7.5 if you do not set the "Allow Remote Connections" in the Server Extensions Configuration.

    Symantec advise that this setting should only be switched on if you are updating the Workflows and using the Workflow Designer, but if you do, then the Screen Capture Utility also stops working.

    Hope that this helps someone else (and you vote it up if it did)!

    Kindest regards,

    QuietLeni



  • 2.  RE: Service Desk/Workflow 7.5 Screen Capture errors out if "Allow Remote Connections" is disabled.

    Posted Jan 23, 2013 11:05 AM

    Is this erroring out when you do a certain piece of functionality, like Send to Process Manager?

    I just tried opening it up and saving a screenshot and it appears to be working. I'm doing this in Workflow, however... not ServiceDesk.



  • 3.  RE: Service Desk/Workflow 7.5 Screen Capture errors out if "Allow Remote Connections" is disabled.

    Posted Jan 24, 2013 07:35 AM
    Yes, it was at "Send to Process Manager"! Did I not specify that; d'oh!?!?


  • 4.  RE: Service Desk/Workflow 7.5 Screen Capture errors out if "Allow Remote Connections" is disabled.

    Posted Jan 29, 2013 08:13 PM

    QuietLeni,

    This was a good callout, as I'm sure other customers will be affected. There is a workaround to allow you to use the 'Upload to ProcessManager' functionality from the screen capture utility without having to enable the Allow Remote Connections option:

    1. Edit the SD.IncidentManagementSimple.EndUserRequest project in Workflow Designer

    2. Edit the 'Create SShot URL' component in the Model: Primary

    3. Change the existing URL:

    sshot://[[ProjectProperties].ServerIPAddress]?mx=lme://[[ProjectProperties].ServerIPAddress]/remote.snapshotqueue&mid=[SnapShotID]

    To this new URL:

    sshot://[[ProjectProperties].ServerIPAddress]?mx=lme://127.0.0.1/remote.snapshotqueue&mid=[SnapShotID]

    4. Save and publish the project

     

    This should resolve the issue by using a internal localhost call during the screenshot post on the ServiceDesk server, instead of using the published server address.



  • 5.  RE: Service Desk/Workflow 7.5 Screen Capture errors out if "Allow Remote Connections" is disabled.

    Posted Jan 30, 2013 12:32 PM
    gBBB, Hmm. I think that this should be a fix to the product. The product should be able to work properly, out-of-the-box and not require this change, with good security implemented. What do you think? Kindest regards, QuietLeni


  • 6.  RE: Service Desk/Workflow 7.5 Screen Capture errors out if "Allow Remote Connections" is disabled.

    Posted Jan 30, 2013 08:30 PM

    I neglected to note this in my original response, but I did record this as a ticket in our internal system (as we do with many of the issues raised in this forum). Look for it to be fixed in a future release. 

    Thanks for the feedback.yes