Uipath Marketplace

はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す

Orchestrator Go

Orchestrator Go

作成者: Internal Labs

StarStarStarStarStarStarStarStarStarStar

0

ソリューション

ダウンロード数

<100

Yongho Gil
4 years 前に投稿

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
5 years 前に投稿

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
5 years 前に投稿

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
5 years 前に投稿

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
5 years 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

公開者

Internal Labs

公開者ページを表示

ライセンス契約とプライバシー条項

ライセンス契約

プライバシー条項

技術情報

バージョン

1.0.1

更新日

2020年2月18日

対応製品

Studio: 19.10 - 22.10

認定

シルバー 認定済み

タグ

アプリケーション

UiPath Orchestrator

サポート

UiPath コミュニティ サポート

リソース