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

Adding column using Alter statement in Excel as a Database

$
0
0

Hi All,

I am doing a Automation where I am using Excel as a database.
I have to add a column in Excel Database.
so for that I am using Alter statement.
“Alter table [table_name$] add column_name varchar(100)”
image
its showing error as .
image

please help.

4 posts - 3 participants

Read full topic


Element was copied instead of moved when the original elements cant be deleted. error

$
0
0

Hello I am trying to make the robot look for a specific pdf in mail and then move the read email to a folder in my outlook after its been collected information. WHen the email has been moved and read i want it to extract the informaiton from the pdf and store it in a folder.

But its causing a error where it says "Element was copied instead of moved because the original element cant be deleted. Cannot delete element. The original element is moved or already deleted, or you dont have access.

Thanks in advanced

email%20folders

8 posts - 5 participants

Read full topic

Uipath Orchestrator Error-User login failed. (#216)

SAP S4H Upgrade 760 -770 Impact on UiPath BAPI Automation

$
0
0

Hello Team,
The Client SAP Systems are being upgraded from 760 to 770 and we are currently testing all the automations for any impact. In doing so, we found that the BAPI based background process are not working. The robot just hangs at the stage where the BAPI_XMI_LOGON is triggered. So we disabled this BAPI and tried with other BAPIs and all of them have no response from SAP.
We dont see any errors but the code execution doesn’t move forward. I was curious to know if anyone has experienced similar errors or does UiPath recommend checking/upgrading any underlying dependencies.

Other pointers:

  1. we are on latest UiPath Studio version and use SAP.BAPI.Activities 2.2.5 package.
  2. There is an error whenever we try to connect a BAPI with SAP which is attached here.
  3. The underlying SAP_NCo Dotnet connector is the latest one and has been working all these days.

We have amended other automations where the selectors had issues and this is the only pending issue for which we are unable to arrive at a solution.

Please suggest if you have any ideas. @LevKushnir @loginerror

11 posts - 3 participants

Read full topic

Ssh scp cmd in uipath

$
0
0

Hi,

I am trying to download files from a folder from a unix server into my local windows machine… I used the SSH Connection Activity. The bot connects and am able to perform simple commands like “help”,“ls”…

But when i perform the scp command… apparently, password is being asked again… which i don’t know how to fill at that stage of the bot… hence facing error…
Here is the error

The workflow screenshot:

Pls help!

3 posts - 3 participants

Read full topic

Invoked workflow validation error - Value for a required activity argument 'Value' was not supplied

$
0
0

Scenario:

I am trying to invoke a workflow but it is not allowing me to, it gives the following error:

System.Exception: The invoked workflow ‘XXX’ has validation errors. Please review the workflow and resolve the errors. —> System.Activities.InvalidWorkflowException: The following errors were encountered while processing the workflow tree:
‘XXX’: The private implementation of activity ‘1: XXX’ has the following validation error: Value for a required activity argument ‘Value’ was not supplied.
at System.Activities.Hosting.WorkflowInstance.ValidateWorkflow(WorkflowInstanceExtensionManager extensionManager)
at System.Activities.Hosting.WorkflowInstance.RegisterExtensionManager(WorkflowInstanceExtensionManager extensionManager)
at System.Activities.WorkflowApplication.EnsureInitialized()
at System.Activities.WorkflowApplication.Enqueue(InstanceOperation operation, Boolean push)
at System.Activities.WorkflowApplication.SimpleOperationAsyncResult.Run(TimeSpan timeout)
at System.Activities.WorkflowApplication.BeginRun(AsyncCallback callback, Object state)
at UiPath.Core.Activities.InvokeWorkflowFile.<>c__DisplayClass21_0.b__5()
— End of inner exception stack trace —
at UiPath.Core.Activities.InvokeWorkflowFile.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager

The workflow invoking this one invoke other activities just fine but it fails when trying to invoke this specific.

I have had a look through the workflow but can’t see any validation errors, and when I use the “Validate” option in Studio it says “No validation errors found”.

Slightly baffled by this one. Anyone encountered anything like it before? It has the same dependencies and arguments as the other workflows that are still successfully being invoked.

11 posts - 7 participants

Read full topic

Exception Type: UiPath.Excel.ExcelException

$
0
0

Hello Mina-san
I tried to open a Excel file via Uipath and then edit some date. but Had a Runtime Execution error" concern to Excel. How can I solve it?
Please see the following contents for detail:

22.4.3+Branch.master.Sha.926b4e643842c0bd04601053628fabcad850b6c3

Source: Excel ファイルを使用
Message: Microsoft Office 2010 or newer is required
Exception Type: UiPath.Excel.ExcelException

RemoteException wrapping UiPath.Excel.ExcelException: Microsoft Office 2010 or newer is required
at UiPath.Excel.ExtendedWorkbookFactory.Create(Boolean attachOnly)
at UiPath.Excel.WorkbookQuickHandle.SafeGetWorkbook(Boolean attachOnly)
at UiPath.Excel.WorkbookQuickHandle.OpenWorkbook()
at UiPath.Excel.Activities.Business.ExcelApplicationCard.Execute(NativeActivityContext context)
at System.Activities.NativeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager)
at System.Activities.ActivityInstance.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)

英語、日本語も理解できますので、
御存じの方を教えていただきたく宜しくお願い致します。

2 posts - 2 participants

Read full topic

Salesforce Activity Pack

$
0
0

After the recent package update to v1.7.0 I have been experiencing a lot of failed processes due to Error code: [INVALID_SESSON_ID]. At first I thought that the connection just timed out so I have moved the Salesforce connection activity within the For each loop so connection is renewed for each row of the datatable. But still I intermittently get the INVALID_SESSION_ID even if the connection was established within a minute or few seconds ago. Any advice/tips would be appreciated

7 posts - 3 participants

Read full topic


Feed is either invalid or required packages were removed while the current operation was in progress. Verify the package exists on the feed and try again

$
0
0

I have installed Robot on Automation server and exported bot packages from Development server to Automation server. When I try to start job from Orchestrator or when I am trying to download and install processes from Robot tray in Automation server machine, I am getting feed error. It is not allowing to download UiPath Official dependencies like ‘UiPath.Database.Activities.1.0.7053.27728’ and ‘UiPath.Credentials.Activities. 1.1.6479.13204’.

I am able to run jobs which has only message box activity without any dependencies. but when I try to run my actual jobs with UiPath Official site dependencies like database, credentials, that time I am getting this error.

Error Message:

Info: The feed ‘Official [https://www.myget.org/F/workflow/]’ lists package ‘UiPath.Database.Activities.1.1.6660.26865’ but multiple attempts to download the nupkg have failed. The feed is either invalid or required packages were removed while the current operation was in progress. Verify the package exists on the feed and try again.

RemoteException wrapping NuGet.Protocol.Core.Types.FatalProtocolException: The feed ‘Official [https://www.myget.org/F/workflow/]’ lists package ‘UiPath.Database.Activities.1.1.6660.26865’ but multiple attempts to download the nupkg have failed. The feed is either invalid or required packages were removed while the current operation was in progress. Verify the package exists on the feed and try again. —> RemoteException wrapping NuGet.Protocol.PackageNotFoundProtocolException: Unable to find package ‘UiPath.Database.Activities.1.1.6660.26865’.
at NuGet.Protocol.FindPackagesByIdNupkgDownloader.d__6.MoveNext()
— 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 NuGet.Protocol.RemoteV2FindPackageByIdResource.d__18.MoveNext()
— 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 NuGet.Commands.SourceRepositoryDependencyProvider.d__22.MoveNext()
— 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 NuGet.Commands.SourceRepositoryDependencyProvider.<>c__DisplayClass21_0.<b__0>d.MoveNext()
— 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 NuGet.Commands.SourceRepositoryDependencyProvider.d__21.MoveNext()
— 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 NuGet.DependencyResolver.ResolverUtility.d__2.MoveNext()
— 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 NuGet.DependencyResolver.ResolverUtility.d__1.MoveNext()
— End of inner exception stack trace —
at NuGet.DependencyResolver.ResolverUtility.d__1.MoveNext()
— 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 NuGet.DependencyResolver.RemoteDependencyWalker.d__3.MoveNext()
— 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 NuGet.DependencyResolver.RemoteDependencyWalker.d__3.MoveNext()
— 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 NuGet.DependencyResolver.RemoteDependencyWalker.d__3.MoveNext()
— 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 NuGet.Commands.ProjectRestoreCommand.d__10.MoveNext()
— 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 NuGet.Commands.ProjectRestoreCommand.d__8.MoveNext()
— 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 NuGet.Commands.RestoreCommand.d__47.MoveNext()
— 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 NuGet.Commands.RestoreCommand.d__32.MoveNext()
— 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.NuGet.PackageManager.d__2.MoveNext()
— 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.NuGet.PackageManager.d__0.MoveNext()
— 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.Impl.ProjectInstaller.d__9.MoveNext()
— 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.Impl.ProjectInstaller.d__6.MoveNext()
— 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.Impl.ProjectInstaller.d__4.MoveNext()
— 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.Impl.ProjectInstaller.<>c__DisplayClass3_0.<b__0>d.MoveNext()
— 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.Impl.ProjectInstaller.d__3.MoveNext()
— 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.Impl.WindowsPackageService.d__3.MoveNext()
— 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.Job.d__35.MoveNext()
— 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.Job.d__34.MoveNext()
Start Time: 01/08/2020 7:18:40 AM
End Time: 01/08/2020 7:18:41 AM
Input Values: null
Output Values: null
Has Recording: false

Please help me to solve this issue.

7 posts - 6 participants

Read full topic

Could not start executor. Rdp connection failed: Message: The connection transport layer failed., Last error: 131085

$
0
0

Hi, everytime we try to run a process this error is shown: Could not start executor. Rdp connection failed: Message: The connection transport layer failed., Last error: 131085

Does someone know why is this?

5 posts - 5 participants

Read full topic

Storing Data into Datatable

$
0
0

Hello, I am unable to store the data from the web into the column which I already build datatable by using Build Data table activity and the column name “Address” and “Data-type-String” “Max length- 1000”.

Add data row: I am getting an error like “Cannot set column ''Address”. The value violates the Max length limit of this column

6 posts - 5 participants

Read full topic

Uipath integration with SIEM tool

$
0
0

Hi everyone,

I want to integrate uipath with SIEM tool ( security information and event Management) for auditing and maintaining logs. Can someone please help me with that.

2 posts - 2 participants

Read full topic

Studio installation fails on the VMware Horizon Desktops

$
0
0

HI Udit

We are Genuine Parts Company headquarters for NAPA
We would like to POC the UIpath for some developers on the VMware Horizon Desktops. SO far nothing works to install the app into a domain joined VDI full clone desktop.

It fails at 80% everytime.

Who could help with this issue?

1 post - 1 participant

Read full topic

Unable to Install UiPath Studio. How to install UiPath Studio?

$
0
0

Hi Team,

I’m unable to install UiPath Studio after downloading “UiPathStudioCommunity.msi” from cloud.uipath.com. when I click this tab is opening “UiPath Upgrade” when I tick on “I accept License” and “Upgrade” there is no further installation or tab opening.

Please find reference image attached

Please help me in this.

1 post - 1 participant

Read full topic

Box.com integration with with Uipath

$
0
0

I am getting this error While running BOX.xom api integration in box scope only:–
Can someone help me solve this ?

RemoteException wrapping Box.V2.Exceptions.BoxException: The API returned an error [BadRequest]
at UiPath.Shared.Activities.AsyncTaskNativeImplementation.BookmarkResumptionCallback(NativeActivityContext context, Object value)
at UiPath.Shared.Activities.ContinuableAsyncNativeActivity.BookmarkResumptionCallback(NativeActivityContext context, Bookmark bookmark, Object value)
at System.Activities.Runtime.BookmarkCallbackWrapper.Invoke(NativeActivityContext context, Bookmark bookmark, Object value)
at System.Activities.Runtime.BookmarkWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

2 posts - 2 participants

Read full topic


Retry Scope: Exception of type 'UiPath.Core.Activities.CheckpointException' was thrown

$
0
0

Getting the below error while using a check app state inside a retry scope.

Retry Scope: Exception of type ‘UiPath.Core.Activities.CheckpointException’ was thrown.

Please find the screenshot below. The error appears after 3 retry.


MicrosoftTeams-image (4)

2 posts - 2 participants

Read full topic

Read and Writing data into excel file when the input contains approximately 10,000 records or data in SharePoint

$
0
0

Hey All,
I have input data in my local approximately 10,000 records and i need to write it into one excel file which was in SharePoint folder.

If my input contains below 10,000 records my bot has been read the input data and inserted 5000-7000 records successfully without any issues but when the input contains 10,000 records it was unable to read and write into file in SharePoint…

Below is the error screenshot

2 posts - 2 participants

Read full topic

Screen Black Issue

$
0
0

I am working a project and bot work properly but after running some time gives a black screen but bot work properly internally.Can anyone help on this subject matter?

2 posts - 2 participants

Read full topic

Extract table data activity is givin error

$
0
0

Hi All ,

I want to extract data from desktop application named ‘Apache Directory studio’ using Extract table data but getting below error

Below is the screen shot of application, it is a old java based desktop application-

Is this limitation of Extract table data that it is not able to extract data from such applications ?

I have used Extract data table for websites and it worked fine there but for such desktop application its not working

I have also tried another actifity data scraping that is also not working for this application.

Any suggession to make this work ?

5 posts - 3 participants

Read full topic

Issue after updated Orchestrator from 21.4.3 to 22.4.1

$
0
0

After installation I couldn’t login on my account. I had to use admin accuont because my login getting me this error:
image

Also when I trying logout from Orchestrator I getting this error:

I’m not sure if it is a stable version. Do you know how to resolve this issues or shuld I wait for more stable version ?

2 posts - 2 participants

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>