Create your first automation in just a few minutes.Try Studio Web

Orchestrator Go

Orchestrator Go

by Internal Labs

StarStarStarStarStarStarStarStarStarStar

0

Solution

Downloads

<100

Yongho Gil
Posted 4 years ago

Hi, 

It looks very useful solution.

I've installed and execute it as followings.

  1. cmd windows with admin rights.
  2. sc create OrchGo binpath="C:\OrchGoFinal\OrchestratorGo.exe"
  3. sc start OrchGo
  4. open browser with http://localhost:5000

it opened the start page.

and I tried to connect database.

But i got following errors. Do you have any idea? how to fix it?

-----------------

Error.

An error occurred while processing your request.

Request ID: 0HM4IHSEQ4PGV:00000005

Development Mode

Swapping to Development environment will display more detailed information about the error that occurred.

Development environment should not be enabled in deployed applications, as it can result in sensitive information from exceptions being displayed to end users. For local debugging, development environment can be enabled by setting the ASPNETCORE_ENVIRONMENT environment variable to Development, and restarting the application.

© 2019 - OrchestratorGo

------------------

Diptendu Patra
Posted 5 years ago

Prerequisite:-

  • .Net core SDK 2.2
  • Install Microsoft.AspNetCore.Hosting.WindowsServices package from nuGet. This package can be installed either by using NuGet Package Manager or by using .NET Core CLI.

Using .NET Core CLIUsing nuget Package ManagerPM > Install-Package Microsoft.AspNetCore.Hosting.WindowsServices

  1. &gt; dotnet add package Microsoft.AspNetCore.Hosting.WindowsServices

Steps:-

  1. Extract the zip file.
  2. Open command prompt as admin.
  3. To register a Windows service, open a command shell with administrative privileges and use sc.exe command-line tool to create and start a service. In the following command, binPath is an executable of the application.

&gt;sc create TestService binPath="D:\PubTest\TestApp.exe"
&gt;sc start TestService

When the above command executes successfully and Windows service has started, we can browse the same path as when running without the service (i.e. default url is http://localhost:5000).

David Pajon Lenis
Posted 5 years ago

Hello, the following error occurs when running the .exe file

http://imgfz.com/i/4ZpYi28.png

I've already installed it as a service, but it's still not working, help.

Rpa Soporte
Posted 5 years ago

Hello,

After downloading the add-on as I can start, from the .exe generates an error.

Image: http://imgfz.com/i/4ZpYi28.png

Regards,

Diptendu Patra
Posted 5 years ago ago

Hello,

Can you please let us know what error are you getting after starting the exe. A screenshot would be helpful. Also, Please make sure that you have the below prerequisites in place.

  • .Net core SDK 2.2
  • Install Microsoft.AspNetCore.Hosting.WindowsServices package from nuGet. This package can be installed either by using NuGet Package Manager or by using .NET Core CLI.

 

Using nuget Package Manager

  1. PM > Install-Package Microsoft.AspNetCore.Hosting.WindowsServices

  

Using .NET Core CLI 

  1. &gt; dotnet add package Microsoft.AspNetCore.Hosting.WindowsServices

Publisher

Internal Labs

Visit publisher's page

License & Privacy

License Agreement

Privacy Terms

Technical

Version

1.0.1

Updated

February 18, 2020

Works with

Studio: 19.10 - 22.10

Certification

Silver Certified

Tags

Application

UiPath Orchestrator

Support

UiPath Community Support

Resources