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

Could Not find UI element

$
0
0

Hi, I am pretty new to Uipath. I wanted to create web automation,

  1. Create one excel with the name Company Names.xls in the same format as added in one of the sheets of this excel.
  2. Open Google Page
  3. Search for the company CEO’s name
  4. Fetch the name and Date of Birth from Google and save it to excel.

I have successfully created this in Uipath studio "modern version "but when I try it out in classic - it keeps throwing me errors.

The application runs and types the first row in the serach bar and stops.


Then shows this error:

22.4.0+Branch.master.Sha.0d4d7d3b0782bfa991b5e27402aa6a5cc826af0f

Source: Type Into ‘INPUT’

Message: Could not find the UI element corresponding to this selector:
Here’s the file.

Main.xaml (13.9 KB)

1 post - 1 participant

Read full topic


I am trying to get help for my forum question regarding the Orchestrator Job Statuses. Did not receive much feedback on this

Cannot create Asset in Folder: "Creation of classic entities is disabled! Use modern folders instead! (#1106)"

$
0
0

Hi, we are getting an error when creating new assets in an orchestrator folder.
Thank you for your help

4 posts - 3 participants

Read full topic

Download Storage File activity Throwing exception

$
0
0

Hi team,
I’m exploring on the uipath storage activity option, Successfully I’m able to upload file to my orchestrator storage bucket. however when I try to download the file from storage bucket using download storage file activity, getting the below exception.
20.10.2+Branch.master.Sha.cf481ddc1ae94ab83e743f85d96fbfeca8fc705c

Source: Download Storage File

Message: Access to the path ‘G:\Files’ is denied.

Exception Type: System.UnauthorizedAccessException

RemoteException wrapping System.UnauthorizedAccessException: Access to the path ‘G:\Files’ is denied.
at UiPath.Core.Activities.TaskExtensions.ThrowIfNeeded(Task task, Boolean suppresThrowException)
at UiPath.Core.Activities.Orchestrator.BaseOrchestratorClientActivity.ThrowIfNeeded(AsyncCodeActivityContext ctx, Task task, Boolean suppresThrowException)
at UiPath.Core.Activities.Orchestrator.BaseOrchestratorClientActivity.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 bookmarkManager)

Studio Version:2020.10.2

3 posts - 3 participants

Read full topic

Cannot connect to packages feed, the Deployment Settings may be invalid (#1651)

$
0
0

I try to remove my packages on my custom Orchestrator and then show message as below.
Could you help to suggest me, please?

Cannot connect to packages feed, the Deployment Settings may be invalid (#1651)

7 posts - 7 participants

Read full topic

Unable to find the requested .Net Framework Data provider

$
0
0

I am trying to fetch the credentials from SQL server database, for that i have connected the database successfully, but while run the automation get the error “Unable to find the requested .Net Framework Data provider . It may not be install”.
i am trying to find this in Manage Packages but this package is not available there. please advice.

10 posts - 7 participants

Read full topic

Excelアプリケーション不具合

$
0
0

studioを起動しようとしたら、以下の通り「ランタイム実行エラー」が出現、studioを再起動しても変わらず。表示にある様に、修復ツールを実行するも、Microsoft側で、問題が発生して、うまくいきませんでした。特段何かやってしまった様な事は無いと思うのですが、先日、OCR起動実験するために、sharepointdesigner_64bitをインストールしたりoffice2013をインストールしたりして、結局うまくいかずアンインストールしたりした関係がひょっとしたらあるのかもしれませんが、現状使っているofficeはMicrosoft Office Home and Business Premiumなので、これに変更を加えた事は無いので無関係かとは思いうのですが。。。解消方法をご存知であれば、ご教授頂ければ幸いです。オフィスのアンインストール→再インストールしか方法は無いのでしょうか?
ランタイム実行エラー
Microsoft問題が発生しました

1 post - 1 participant

Read full topic

While opening my main.xaml it is throwing '.', hexadecimal value 0x00, is an invalid character. Line 1, position 1. this error

$
0
0

‘.’, hexadecimal value 0x00, is an invalid character. Line 1, position 1.

Error: System.Xml.XmlException: ‘.’, hexadecimal value 0x00, is an invalid character. Line 1, position 1.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String args)
at System.Xml.XmlTextReaderImpl.ThrowInvalidChar(Char data, Int32 length, Int32 invCharPos)
at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Load(String uri, LoadOptions options)
at UiPath.Studio.Plugin.Workflow.Document.XamlDocumentReader.ReadAsync(String path)
at UiPath.Studio.Core.Services.PersistableServiceBase3.<GetFactoryByPath>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 UiPath.Studio.Core.Services.PersistableServiceBase3.d__11.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.Studio.Core.Services.PersistableServiceBase3.<OpenAsync>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 UiPath.Studio.Shell.Execution.Services.ExecutionManagerService.<ProcessExecutionCommand>d__23.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.Studio.Shell.Execution.ViewModels.DebugViewModel.<ExecuteDebugAsync>d__53.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.Studio.Shell.ViewModels.DebugTabViewModel.<ExecuteDebugFile>d__121.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.Studio.Shared.MVVM.Commands.TaskCommand3.d__32.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.b__6_0(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler), HResult -2146232000

It is important i need to recover it.

11 posts - 6 participants

Read full topic


UiPath.Workday.Activities package - Unable to find package ActiproSoftware.Wpf

$
0
0

Hello,

I just started using the UiPath.Workday.Activities package. I get an error each time I launch the UiPath project:

NU1101: Unable to find package ActiproSoftware.Wpf

The activities seem to be working fine but the error is disconcerting.

I’ve tried:

  • regressing back through the Workday.Activities older versions.

  • verifying that my .net framework was current

  • uninstalling UiPath, removing all uipath .nuget packages and reinstalling

Any ideas?

Thanks!

9 posts - 6 participants

Read full topic

Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'Newtonsoft.Json.Linq.JToken' because the type requires a JSON array (e.g. [1,2,3]) to deserialize correctly

$
0
0

Hi,
Getting the below error when I am using “Deserialize JSON” activity inside 1 of my process.

Error:
Deserialize JSON: Cannot deserialize the current JSON object (e.g. {“name”:“value”}) into type ‘Newtonsoft.Json.Linq.JToken’ because the type requires a JSON array (e.g. [1,2,3]) to deserialize correctly.

To fix this error either change the JSON to a JSON array (e.g. [1,2,3]) or change the deserialized type so that it is a normal .NET type (e.g. not a primitive type like integer, not a collection type like an array or List) that can be deserialized from a JSON object. JsonObjectAttribute can also be added to the type to force it to deserialize from a JSON object.

Path ‘ket_1[‘1 key & Value’]’, line 1, position 46.

But the same “Deserialize JSON” is working fine independently.

Thanks and Regards,
Josmy Joseph

5 posts - 5 participants

Read full topic

Gsheet API: Quota exceeded issue Error

$
0
0

Hi Team,

We have identified an issue with the G sheet API Quota exceeded limit error while updating the Gsheet as the output file.

Please find the detailed error message below:

Report to GSuite error: Quota exceeded for quota metric ‘Read requests’ and limit ‘Read requests per minute’ of service ‘sheets.googleapis.com’ for consumer ‘project_number:303189250761’. [429] at Append Row

4 posts - 4 participants

Read full topic

Does anyone else have this error with drag and drop?

Issue Regarding Json

$
0
0

Hi all,

I am working on a project regarding updating the JSON file. A sample JSON file as below

{
details{
‘name’:‘abc’,
‘mobile’:9090909090
id:1
},
office{
id:23,
mail:‘abc@abc.com’
}

}

While I use invoke method to replace the values of this JSON from another data table I get a error that “key of same name already exists for id”. I should be able to have both the id keys in my JSON.

While updating the values with the details key, the name, mobile, id are showing horizontally rather than vertically.

1 post - 1 participant

Read full topic

Unable to execute "Add Data Row" activity

$
0
0

HI,

I have declared three variables “name”,“phno” and " dob" , i am trying to copy these values from a web-page and building a datatable , meantime i want the datarow to be generated. When i am specifying the variables name within { } its unable to accept it , please have a look on screenshot.

2 posts - 2 participants

Read full topic

Error:-Bulk Add Queue Items: Operation returned an invalid status code 'BadRequest'

$
0
0

Hello, I am adding data from excel to queue.
I had first read the data from datatable and then using bulk add queue items, passing the data to queue, But i am getting below error and exception:
I had tried using UiAssistant too, but still got same error :expressionless:

20.4.1-beta.22

Message: Type ‘Microsoft.Rest.HttpRequestMessageWrapper’ cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.

Exception Type: System.Runtime.Serialization.InvalidDataContractException

RemoteException wrapping System.Runtime.Serialization.InvalidDataContractException: Type ‘Microsoft.Rest.HttpRequestMessageWrapper’ cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.
at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResult result)
at System.Activities.WorkflowApplication.CompletedEventHandler.OnStage2Complete(IAsyncResult lastResult, WorkflowApplication instance, Boolean isStillSync)
at System.Activities.WorkflowApplication.EventFrame(IAsyncResult result)

5 posts - 3 participants

Read full topic


Excel App Scope: None of the overload groups have all their required/optional activity arguments configured

$
0
0

Hello,

Bit of an odd issue, I have a process that had been running both attended and unattended in Prod for well over a year, today I have gone to update packages on the process from Studio on an unattended machine and I am getting error “None of the overload groups have all their required/optional activity arguments configured” on an Excel App Scope:

Again, this process has been running in Prod for a long time, and I have updated packages previously on here with no issues. Any idea why this has occurred all of a sudden?

2 posts - 2 participants

Read full topic

Job stopped with an unexpected exit code

$
0
0

Hello,
Exit code: 0xE0434352 .
I have error like in topic. I have put logs before/after activities which pointed where is the problem.

I have assign activity which crashing robot with that error. Any ideas for fix? It was working for a while with no problem before.

assign:
DataTable =

1 post - 1 participant

Read full topic

Failed to create a 'Settings' from the text 'Assembly references error i

$
0
0

Bot getting this error while getting system exception. Same error occured in both settransactionstatus.xaml and retry xaml. Can anyone help me out to resolve the issue?

2 posts - 2 participants

Read full topic

SFTP authentication

$
0
0

Hi everyone,

I am attempting to connect to multiple SFTP connections with the FTP activities package. I’m using the credentials exactly as they are in a working FileZilla connection (and a different automation software) but I keep receiving errors, either:

With ftp session: No suitable authentication method found to complete authentication (publickey,keyboard-interactive).

or

With ftp session: No suitable authentication method found to complete authentication (public key)

I have the correct versions and dependencies installed and I’m using the same server as the original, working connections.

Any help greatly appreciated!

9 posts - 4 participants

Read full topic

Excel application scope fails when closing after Microsof Azure Informaction Protection adoption

$
0
0

Hello,

Recently our company has adopted Microsoft Azure Information Protection.
After adopting it, robots which use excel application scope started failing.
We tried updating excel application, updating activities.

I checked the logs and robots produce this kind of error:

Unable to cast COM object of type 'System.__ComObject' to interface type 'System.Runtime.InteropServices.ComTypes.IConnectionPointContainer'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{B196B284-BAB4-101A-B69C-00AA00341D07}' failed due to the following error: The requested object does not exist. (Exception from HRESULT: 0x80010114).

Then I checked windows events and found a bunch of errors which are produced by UiPath. error message:

UiPath.Executor 19.10.1.0 
System.Runtime.InteropServices.COMException (0x80010108): The object invoked has disconnected from its clients. (Exception from HRESULT: 0x80010108 (RPC_E_DISCONNECTED))
   at Microsoft.Office.Interop.Excel._Workbook.Close(Object SaveChanges, Object Filename, Object RouteWorkbook)
   at UiPath.Excel.WorkbookApplication.CloseCurrentWorkbook()

Our excel version is Excel 2013 (15.0.5189.1000) 32-Bit MSO (15.0.5172.1000)
Studio and robot version 19.10.1
Orchestrator 19.4.2

Anyone experienced similar issues?

7 posts - 4 participants

Read full topic

Viewing all 4407 articles
Browse latest View live


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