Quantcast
Channel: UiPath Community Forum - Topics tagged error
Viewing all 4406 articles
Browse latest View live

FTP Timeout issue

$
0
0

@hss wrote:

Hi Team, I was trying to connect to an FTP server… there seems to be a timeout. Any idea how to resolve this? Am using UiPath.FTP.Activities from Go!

Error: With ftp session: Socket read operation has timed out after 30000 milliseconds
PFB the screenshot

Posts: 2

Participants: 2

Read full topic


Http request status 200 but no results returned. Tried in postman but with results returned

Root cause for SubmitHeartbeat: UiPath.Service.Orchestrator.Clients.OrchestratorHttpException

$
0
0

@sam3333 wrote:

Hi All,

Please help me with the root cause of below :

SubmitHeartbeat: UiPath.Service.Orchestrator.Clients.OrchestratorHttpException: An error has occurred.

at UiPath.Service.Orchestrator.Clients.OrchestratorClientExtensions.d__0.MoveNext() in D:\a\1\s\Robot\UiPath.Service\Orchestrator\Clients\OrchestratorClient.cs:line 553

— End of stack trace from previous location where exception was thrown —

at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

at UiPath.Service.Orchestrator.Clients.OrchestratorClient.d__34.MoveNext() in D:\a\1\s\Robot\UiPath.Service\Orchestrator\Clients\OrchestratorClient.cs:line 110

— End of stack trace from previous location where exception was thrown —

at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)

at UiPath.Service.Orchestrator.Notifications.HeartbeatGenerator.d__15.MoveNext() in D:\a\1\s\Robot\UiPath.Service\Orchestrator\HeartbeatGenerator.cs:line 172

Process got successful after re-running the job

Regards,
Sam

Posts: 2

Participants: 2

Read full topic

用uipath打不开exccel程序,提示安装excel

$
0
0

@Vi-Ghost wrote:

19.10.1+Branch.master.Sha.0e00272ff1e0363c6709284cfa5bbf8631511d70

来源: Excel 应用程序范围

消息: 打开工作簿时出错。确保已安装了 Excel。

异常类型: System.Exception

RemoteException wrapping System.Exception: 打开工作簿时出错。确保已安装了 Excel。 —> RemoteException wrapping System.Runtime.InteropServices.COMException: 检索 COM 类工厂中 CLSID 为 {00024500-0000-0000-C000-000000000046} 的组件失败,原因是出现以下错误: 80080005 服务器运行失败 (异常来自 HRESULT:0x80080005 (CO_E_SERVER_EXEC_FAILURE))。
在 System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
在 System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
在 System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
在 System.Activator.CreateInstance(Type type, Boolean nonPublic)
在 System.Activator.CreateInstance(Type type)
在 UiPath.Excel.WorkbookApplication.StartNewApplication()
— End of inner exception stack trace —
在 UiPath.Excel.WorkbookApplication.StartNewApplication()
在 UiPath.Excel.WorkbookApplication.InitializeExcelApp()
在 UiPath.Excel.Activities.ExcelApplicationScope.<>c.<.ctor>b__48_0(WorkbookArguments args)
在 UiPath.Excel.Activities.ExcelApplicationScope.Execute(NativeActivityContext context)
在 System.Activities.NativeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager)
在 System.Activities.ActivityInstance.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
在 System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)

Posts: 1

Participants: 1

Read full topic

New Academy - Issues in RPA Business Analysis Fundamentals course

$
0
0

@Lahiru.Fernando wrote:

Hi guys,

I just went through the new Business analyst fundamentals course again… I’m aware that previous progress (prior to the new version) is not showing at the moment… The current progress also shows as 0% even though I just completed it…

But I completed the course twice and it did not show the progress. after completing the survey, page was showing a loading icon and did not redirect back to the home page. I tried giving the default academy URL to see whether it redirects. but it kept on showing the loading button and the URL was getting directed back to take survey page…

Also, in the section where we had to drag and drop boxes regarding complexity profitability, it doesn’t work properly… Sometimes when you drag to the boxes it drops in, but sometimes no matter how many times you try on each box, it doesn’t drop in… I think it should be checked…

I would also like to say that “Back” or “Next” button is not working as expected. I did click on the back button once and it eraced the entire course progress and I had to start from the beginning…

I will let you guys know more bugs as I find in the new academy…

Posts: 2

Participants: 2

Read full topic

Unable to log in to Academy

AADSTS50011 error while running Microsoft Teams Scope Activity

$
0
0

@Shravan_Reddy wrote:

Hi, i am running Office365TeamsApplicationScope activity with Authentication Type as InteractiveToken. After entering password and OTP. i am getting below error
“AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application”
I have entered Redirect URL as “https://login.microsoftonline.com/common/oauth2/nativeclient” in Azure->App Registrations-> Authentication-> Mobile/Desktop Application
If anyone faced this issue, please let me know how to fix this.
I am trying this from studio

Posts: 4

Participants: 3

Read full topic

Agent Desktop Processes Error


Agent Desktop Processes Errors

$
0
0

@111183 wrote:

Dear all,

I have a error message when executing Robot job.
The Project is doing well in Studio Run File mode.
After i publish as a pacakage and running on Agent Desktop… it show errors as below.
My Studio and Robot version is 2019.10.4…
I just upgrade the version from 2019.3.0… it run well before :((

Object reference not set to an instance of an object.
at lambda_method(Closure , ActivityContext )
at Microsoft.VisualBasic.[Activities](https://docs.uipath.com/activities/docs/introduction).VisualBasicValue `1.Execute(CodeActivityContext context) at System.Activities.CodeActivity` 1.InternalExecuteInResolutionContext(CodeActivityContext context)
at System.[Activities](https://docs.uipath.com/activities/docs/introduction).Runtime.ActivityExecutor.ExecuteInResolutionContext[T](ActivityInstance parentInstance, Activity `1 expressionActivity) at System.Activities.InArgument` 1.TryPopulateValue(LocationEnvironment targetEnvironment, ActivityInstance activityInstance, ActivityExecutor executor)
at System.[Activities](https://docs.uipath.com/activities/docs/introduction).RuntimeArgument.TryPopulateValue(LocationEnvironment targetEnvironment, ActivityInstance targetActivityInstance, ActivityExecutor executor, Object argumentValueOverride, Location resultLocation, Boolean skipFastPath)
at System.[Activities](https://docs.uipath.com/activities/docs/introduction).ActivityInstance.InternalTryPopulateArgumentValueOrScheduleExpression(RuntimeArgument argument, Int32 nextArgumentIndex, ActivityExecutor executor, IDictionary `2 argumentValueOverrides, Location resultLocation, Boolean isDynamicUpdate) at System.Activities.ActivityInstance.ResolveArguments(ActivityExecutor executor, IDictionary` 2 argumentValueOverrides, Location resultLocation, Int32 startIndex)
at System.[Activities](https://docs.uipath.com/activities/docs/introduction).Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)

Posts: 2

Participants: 2

Read full topic

Problem with Orchestrator Logs ... not sure what happened

$
0
0

@soneill437 wrote:

I’m having an issue with Orchestrator logs in the web interface suddenly. Granted, I am in the process of enabling Elasticsearch … well … sorta AFTER Orchestrator was installed originally without the integration.

What I’m getting is this when I click on the Export button on the below image:

When I got into Logs I immediate get this as well:

image

I have another standalone UiPath Orchestrator setup I haven’t messed with the log targets where Logs shows the usual no logs entries really to show as I don’t have any Robot installed yet.

So my question has a lot of possible variables on why the errors could be showing up. But I guess one question is when the log target in Web.config is changed, does/should that make Orchestrator attempt to pull logs from Elasticsearch for Robot Logs ?

I guess continuing that thought, since Elasticsearch is not receiving any Robot logs yet (and it does not have any indicies related to that yet), could that be causing this ?

UPDATE #2: I just noticed in the Event Viewer in Windows, when I go into the Logs screen and the “An error has occurred.” pop message above shows up, this event stack (the top of it) shows up in the Event Viewer -> Custom Views -> Administrator Events with a source of “Orchestrator”:

System.ArgumentOutOfRangeException: Value must be greater than or equal to 0. Parameter name: value Actual value was -1. at void System.Web.OData.PageResult.set_Count(Nullable<long> value) at new System.Web.OData.PageResult<T>(IEnumerable<T> items, Uri nextPageLink, Nullable<long> count) at async Task<IHttpActionResult> UiPath.Orchestrator.Web.Api.OData.Controllers.RobotLogsController.GetRobotLogs(ODataQueryOptions<LogDto> queryOptions, CancellationToken cancellationToken) at async Task<object> System.Threading.Tasks.TaskHelpersExtensions.CastToObject<T>(Task<T> task) at async Task<HttpResponseMessage> System.Web.Http.Controllers.ApiControllerActionInvoker.InvokeActionAsyncCore(HttpActionContext actionContext, CancellationToken cancellationToken) at async Task<HttpResponseMessage> System.Web.Http.Filters.ActionFilterAttribute.CallOnActionExecutedAsync(HttpActionContext actionContext, CancellationToken cancellationToken, Func<Task<HttpResponseMessage>> continuation) at async Task<HttpResponseMessage>

Following that are more than one SChannel events which an Alert Descr of “46”. These show up after each Orchestrator events noted above. Not sure what that means yet.

UPDATE #1: If you define “health checks” in your Load Balancer, you may/will get this Orchestrator event message:

Abp.Authorization.AbpAuthorizationException: Current user did not login to the application!

I was experimenting with the Kemp Load Balancer and it does a 10 second or so health check. I disabled the Kemp LB config as I’m primarily using Nginx right now without health checks. These events log messages have since stopped. So this is another example outside of no-longer-configured chatty Robots that can cause this “current user did not login” error to show up. So this is NOT related to my logging screen error at all. That question still stands.

Posts: 2

Participants: 2

Read full topic

Ochestrator Installation Issue - An unexpected error has Occured

$
0
0

@peace_philips08 wrote:

I have been trying for days to install the UIpath Orchestrator and it keeps giving the error “An unexpected error has occured” when the installation gets to about 50%.

Kindly assist me to resolve this.

Regards

Posts: 3

Participants: 3

Read full topic

Invoke Vbscript activity

$
0
0

@vikas_rawat13 wrote:

Hi Team,

I’m tring to create a workflow using “InvokeVbscript” activity but not getting anything.

test.vbs file

function gSum(param1,param2) as integer
gSum = cint(param1)+cint(param2)
end function

In the argument section- It support only strings (however, I tried to convert them into integer.

but it doesn’t return anything.

Pls help and provide any examples.
Activity - InvokeVbscript

Posts: 1

Participants: 1

Read full topic

GIT version in 2020.0 version

Git Integration in 2020.0 version

The training robot has become UNLICENSED

$
0
0

@Kirill_Kubskiy wrote:

Hello
I’m using the CE Orchestrator and two CE development robot
I had two free robots connected, worked successfully without errors, this morning one robot began to burn in an orange circle and wrote that he was “Unlicensed”. Only connected
How to fix it?


he does not accept program execution teams

Posts: 2

Participants: 2

Read full topic


An Unexpected error during installation

Connecting Robot with Connection String

$
0
0

@rkellerman wrote:

Scenario #1: I’ve got an issue connecting my first robot to my infrastructure. If I paste into the robot the connection string as is from the Orchestrator administration web page (URL ending in /api/robotsservice/GetConnectionData?tenantId=1) and click connect I get the error message:

The value ‘1/odata/$metadata’ is not valid for Int32.

Scenario #2: if I get clever and try to insert the domain name as documented in the web.config file (URL ending in /api/robotservice/GetConnectionData?tenantId=1?domainName=) and click connect I get the error message:

Unathorized

The machine name matches my Windows host name on the machine.
The user account I’m logged in as is in the Administrators and Robots roles in Orchestrator.
The machine key pasted into the Robot settings is copied directly from the Machine’s settings in the Orchestrator management page.
The server is licensed and activated and is good through June 6, 2020.

Any thoughts about what I can try or am missing?

Thanks.

Posts: 3

Participants: 2

Read full topic

Editing a Project from a GIT Repository not allowing addition of .xaml files

$
0
0

@emra wrote:

Hello,

I have a project stored in a Git Repository, I open the project from the local Git folder. I want to edit the workflow and then commit my changes to the repo. When I add a new xaml sequence, I am able to Commit and publish it at first but when I go to change my branch, merge, or exit the file I get the below error. I click commit/save again and it is automatically deleted from my project.

What is a solution to this?

image

Posts: 5

Participants: 3

Read full topic

Error in Enterprise Trial Install

$
0
0

@alanrthompson wrote:

Hope this is the right place. I am attempting to install the UIPath Enterprise Trial on a Windows 2016 Server. Just installing Orchestrator at this time. Using UiPathPlatformInstaller.msi.

Installer fails when trying to configure Windows Firewall (which is disabled by group policy). There may be other failures, but I cannot be sure based on the log file. Any suggestions?

------------ LOG ---------------------
[110C:1398][2020-04-09T18:56:40]i000: ExecuteMsiMessage: Log = Action 18:56:40: WixRollbackFirewallExceptionsInstall. Rolling back Windows Firewall configuration
[110C:1398][2020-04-09T18:56:40]i000: ExecuteMsiMessage: Log = Action 18:56:40: WixExecFirewallExceptionsInstall. Installing Windows Firewall configuration
[110C:1398][2020-04-09T18:56:40]i000: ExecuteMsiMessage: Log = Action 18:56:40: ExecXmlFile.
[110C:1398][2020-04-09T18:56:40]i000: ExecuteMsiMessage: Log = Action 18:56:40: Orchestrator_CallEnvironmentMigrations.
[110C:1398][2020-04-09T18:56:45]i000: ExecuteMsiMessage: Log = Action 18:56:45: Orchestrator_ApplyDbMigrations_Rollback.
[110C:1398][2020-04-09T18:56:45]i000: ExecuteMsiMessage: Log = Action 18:56:45: Orchestrator_ApplyDbMigrations. Setting up the Orchestrator database
[110C:1398][2020-04-09T18:56:53]i000: ExecuteMsiMessage: Log = Message type: 2, Argument: 0
[110C:1398][2020-04-09T18:56:53]i000: ExecuteMsiMessage: Log = Message type: 2, Argument: 0
[110C:1398][2020-04-09T18:56:53]i000: ExecuteMsiMessage: Log = Message type: 0, Argument: 1033
[110C:1398][2020-04-09T18:56:53]i000: ExecuteMsiMessage: Log = Message type: 1, Argument: UiPath Orchestrator
[110C:1398][2020-04-09T18:56:53]i000: ExecuteMsiMessage: Log = Action 18:56:53: Rollback. Rolling back action:
[110C:1398][2020-04-09T18:56:53]i000: ExecuteMsiMessage: Log = Setting up the Orchestrator database
[110C:1398][2020-04-09T18:56:53]i000: ExecuteMsiMessage: Log = Orchestrator_ApplyDbMigrations_Rollback
[110C:1398][2020-04-09T18:56:58]i000: ExecuteMsiMessage: Log = Orchestrator_CallEnvironmentMigrations
[110C:1398][2020-04-09T18:56:58]i000: ExecuteMsiMessage: Log = ExecXmlFile
[110C:1398][2020-04-09T18:56:58]i000: ExecuteMsiMessage: Log = Installing Windows Firewall configuration
[110C:1398][2020-04-09T18:56:58]i000: ExecuteMsiMessage: Log = Rolling back Windows Firewall configuration
[110C:1398][2020-04-09T18:56:58]i000: ExecuteMsiMessage: Log = Copying new files
[110C:1398][2020-04-09T18:56:59]i000: ExecuteMsiMessage: Log = Creating folders
[110C:1398][2020-04-09T18:56:59]i000: ExecuteMsiMessage: Log = Updating component registration
[110C:1398][2020-04-09T18:57:00]i000: ExecuteMsiMessage: Log = Message type: 2, Argument: 1
[110C:1398][2020-04-09T18:57:00]i000: ExecuteMsiMessage: Log = Message type: 2, Argument: 1
[110C:1398][2020-04-09T18:57:00]i000: ExecuteMsiMessage: Log = 1: 2 2: 0
[110C:1398][2020-04-09T18:57:00]i000: ExecuteMsiMessage: Log = 1: 2 2: 1
[0CF4:07E0][2020-04-09T18:57:00]e000: Error 0x80070643: Failed to install MSI package.
[0CF4:07E0][2020-04-09T18:57:00]e000: Error 0x80070643: Failed to execute MSI package.
[110C:1398][2020-04-09T18:57:00]e000: Error 0x80070643: Failed to configure per-machine MSI package.

Posts: 1

Participants: 1

Read full topic

Excel AddIn Error

$
0
0

@luqman123 wrote:

Hi

When I try to install the Excel AddIn, nothing happens.
I’m using Microsoft Office Professional Plus 2016.

Thanks

Posts: 13

Participants: 8

Read full topic

Viewing all 4406 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>