Net Core 6 consoles running from runbook Orchestrator 2019

Luis Eduardo Reyes Gaspar 46 Reputation points
2022-05-17T23:21:48.307+00:00

Hi Everyone!

I hope someone could support me with a strange issue showed on my SC Orchestrator infrestructure, Let me explain...

I have a runbook configured which it runs a console every 5 minutes from remote server, Runbook is configured like this:

Server: ServerName
Console: Console_name.exe
Path: Directory\where\is\console

So, this console is using dependency injection and it was configured using Net Core 6. When runbook runs, its process works normally and close the instance from remote server, but on Orchestrattor runbook designer is showed it still running and the next execution is not started.

I mean, Orchestrator is not closing the program (Run Program), when from remote server the console has finished it..

Is Anybody have the same issue? o what I should review to fix this problem and avoid it?

Or consoles are not compatible with dependency injection running from runbook?

The infrestructure is System Center Orchestrator 2019.

Please, I hope the above is useful to you.

Best Regards

Luis Reyes

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
698 questions
System Center Orchestrator
System Center Orchestrator
A family of System Center products that provide an automation platform for orchestrating and integrating both Microsoft and non-Microsoft IT tools.
216 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Stefan Horz 3,461 Reputation points
    2022-05-25T18:51:38.007+00:00

    Hi @Luis Eduardo Reyes Gaspar ,

    if I understand right, you Runbook runs with Orchestrator Runbook Service as expected, but stucks if it is executed on Runbook Designer.
    When you execute a Runbook with Tester in run in your environment, with the user which executes Runbook Designer and on the system where Runbook Designer is executed.
    If the user is different from from the logon Account of Orchestrator Runbook Service or it runs on a system different Orchestrator Runbook Service the will be the difference.

    Regards,
    Stefan

    0 comments No comments

  2. Luis Eduardo Reyes Gaspar 46 Reputation points
    2022-05-26T21:32:20.413+00:00

    Hi StefanHorz

    I appreciate your answer and your time.

    There are two different users for logon Account, so, both users are doing the same on runbook tester and runbook server. The issue are the same, when remote process finish, orchestrator do not receive a call that process is finished remotely.

    According to this... Is there any framework matrix compatible with SC Orchestrator 2019?. Or Can you suggest or test any more? or Could we review any else?

    Thank you again for your time and your answer!

    Best Regards

    Luis Reyes

    0 comments No comments