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

Error Outlook (web) sending email

$
0
0

@jbolivar wrote:

Hi everyone,

The scenario is the following: I create a robot that login to outlook through a website, it reads an excel and save all data on a data table type. Then, according to the data, it clicks on “new message”, fills the email, subject, body, and finally send it. Everything it’s okay there.

But when I receive the email the body is empty! I’ve tried to set a delay just to see if there is any synchronization issue, but it is still empty. Any suggestion?

Thanks in advace.

Posts: 1

Participants: 1

Read full topic


Menu Bar drop down selection using CV

$
0
0

@Braulio_Garcia wrote:

I am having trouble selecting on a drop down menu nested inside another drop down menu that’s on the Menu Bar on the upper part of the window. I’m currently trying to use the Computer Vision(CV) Screen Scope to get this to work. There is an option that appears when selecting the click element on the screen that says “refresh after delay” which seems to be what I’m looking for maybe, however when I try to click on it I get a message that says it could not find an open application inside the CV Screen Scope. New to Ui Path and RPA in general so any advice would be helpful. Thank you

Posts: 1

Participants: 1

Read full topic

Extension Error

$
0
0

@rubellatoxic wrote:

Hello There
I just build a Robot by using INPUT DIALOG,OPEN BROWSER and TYPE INTO. After i run the Bot it Just open the Browser and Type Nothing. Also there is TYPE INTO extension Error it is showing. To just Check i changed the VARIABLE TYPE from GENERIC VALUE to STRING. Still it doesn’t work. I am using Google Chrome for Browser. Please Help

Posts: 3

Participants: 1

Read full topic

Error when trying to connect to a SFTP server with a private key and without password

$
0
0

@Pouzee wrote:

Hi,

I’m trying to use the UiPath.FTP.Activities package to connect to a SFTP server using a private RSA key. When doing so I get an error :

“String reference not set to an instance of a String, parameter name s”

I get this error because I left the password field empty. If I put an empty string instead I get a Permission denied (password) error because it’s trying to log using the password.

I think the activity is always trying to connect using the password. Even when I don’t want to because i’m using a private key.

Any tips about what I can do ?

Regards.

Posts: 10

Participants: 4

Read full topic

Orchestrator Multinode Error

$
0
0

@CharoMadrigal wrote:

Hello Team.
We are configuring a multinode environment as especified in

we used .msi option.

In node 1, everything went right, and we executed the command to replicate ir in the Node 2,

UiPathOrchestrator.msi SECONDARY_NODE=1 CONFIGURATION_FOLDER=D:\MyConfigFolder

(previously copyng the web.config and the migration file).

When I try to access the Node 2 orchestrator I get the next error:

Server Error in ‘/’ Application.

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly ‘System.Runtime, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ or one of its dependencies. The system cannot find the file specified.

Source Error:

Line 208:    <compilation>
Line 209:      <assemblies>
Line 210:        <add assembly="System.Runtime, Version=4.0.0.0, Culture=neutral, >PublicKeyToken=b03f5f7f11d50a3a" />
Line 211:      </assemblies>
Line 212:    </compilation>

Apparently not all the dlls needed by the site are generated with the instalation of the Orchestrator when configured as node 2. When I copy this dll from the Node1, it ony keeps asking for new dlls.

What am I missing in my installation?

Thanks in advance

Posts: 1

Participants: 1

Read full topic

Unable to clone from the given repository

Sorry! An error occurred and the page will reload (#199 - Cannot read property 'value' of null)

$
0
0

@pablo.pena wrote:

Hello guys , I have an error with the orchestrator , shows this error:

Sorry! An error occurred and the page will reload (#199 - Cannot read property ‘value’ of null)

It worked perfectly fine, I just create a new robotic enterprise framework, and then when I log into orchestrator shows this

Any Idea about how to solve this ? I really apreciate your help.

Posts: 3

Participants: 3

Read full topic

The response received from the service didn't contain valid XML. ---> System.Xml.XmlException: Root element is missing

$
0
0

@yili1 wrote:

my process has been running on server for a while. Last night, i got an exception. the error only occurred once so far. At next run time, the BOT works properly. The full exception description as the following:
An Exception Occurred at 03/30/2020 22:45:45 - Exception has been thrown by the target of an invocation. and InnerException: Microsoft.Exchange.WebServices.Data.ServiceRequestException: The response received from the service didn’t contain valid XML. —> System.Xml.XmlException: Root element is missing.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlTextReader.Read()
at System.Xml.XmlCharCheckingReader.Read()
at Microsoft.Exchange.WebServices.Data.EwsXmlReader.Read() in \REDMOND\EXCHANGE\BUILD\E15\15.00.0913.015\SOURCES\sources\dev\EwsManagedApi\src\EwsManagedApi\Core\EwsXmlReader.cs:line 157
at Microsoft.Exchange.WebServices.Data.EwsXmlReader.Read(XmlNodeType nodeType) in \REDMOND\EXCHANGE\BUILD\E15\15.00.0913.015\SOURCES\sources\dev\EwsManagedApi\src\EwsManagedApi\Core\EwsXmlReader.cs:line 170
at Microsoft.Exchange.WebServices.Data.ServiceRequestBase.ReadXmlDeclaration(EwsServiceXmlReader reader) in \REDMOND\EXCHANGE\BUILD\E15\15.00.0913.015\SOURCES\sources\dev\EwsManagedApi\src\EwsManagedApi\Core\Requests\ServiceRequestBase.cs:line 1083
— End of inner exception stack trace —
at Microsoft.Exchange.WebServices.Data.ServiceRequestBase.ReadXmlDeclaration(EwsServiceXmlReader reader) in \REDMOND\EXCHANGE\BUILD\E15\15.00.0913.015\SOURCES\sources\dev\EwsManagedApi\src\EwsManagedApi\Core\Requests\ServiceRequestBase.cs:line 1087
at Microsoft.Exchange.WebServices.Data.ServiceRequestBase.ReadSoapFault(EwsServiceXmlReader reader) in \REDMOND\EXCHANGE\BUILD\E15\15.00.0913.015\SOURCES\sources\dev\EwsManagedApi\src\EwsManagedApi\Core\Requests\ServiceRequestBase.cs:line 591
at Microsoft.Exchange.WebServices.Data.ServiceRequestBase.ProcessWebException(WebException webException) in \REDMOND\EXCHANGE\BUILD\E15\15.00.0913.015\SOURCES\sources\dev\EwsManagedApi\src\EwsManagedApi\Core\Requests\ServiceRequestBase.cs:line 934
at Microsoft.Exchange.WebServices.Data.ServiceRequestBase.GetEwsHttpWebResponse(IEwsHttpWebRequest request) in \REDMOND\EXCHANGE\BUILD\E15\15.00.0913.015\SOURCES\sources\dev\EwsManagedApi\src\EwsManagedApi\Core\Requests\ServiceRequestBase.cs:line 827
at Microsoft.Exchange.WebServices.Data.ServiceRequestBase.ValidateAndEmitRequest(IEwsHttpWebRequest& request) in \REDMOND\EXCHANGE\BUILD\E15\15.00.0913.015\SOURCES\sources\dev\EwsManagedApi\src\EwsManagedApi\Core\Requests\ServiceRequestBase.cs:line 724
at Microsoft.Exchange.WebServices.Data.MultiResponseServiceRequest1.Execute() in \\REDMOND\EXCHANGE\BUILD\E15\15.00.0913.015\SOURCES\sources\dev\EwsManagedApi\src\EwsManagedApi\Core\Requests\MultiResponseServiceRequest.cs:line 157 at Microsoft.Exchange.WebServices.Data.ExchangeService.InternalCreateItems(IEnumerable1 items, FolderId parentFolderId, Nullable1 messageDisposition, Nullable1 sendInvitationsMode, ServiceErrorHandling errorHandling) in \REDMOND\EXCHANGE\BUILD\E15\15.00.0913.015\SOURCES\sources\dev\EwsManagedApi\src\EwsManagedApi\Core\ExchangeService.cs:line 401
at Microsoft.Exchange.WebServices.Data.Item.InternalCreate(FolderId parentFolderId, Nullable1 messageDisposition, Nullable1 sendInvitationsMode) in \REDMOND\EXCHANGE\BUILD\E15\15.00.0913.015\SOURCES\sources\dev\EwsManagedApi\src\EwsManagedApi\Core\ServiceObjects\Items\Item.cs:line 198
at Microsoft.Exchange.WebServices.Data.EmailMessage.InternalSend(FolderId parentFolderId, MessageDisposition messageDisposition) in \REDMOND\EXCHANGE\BUILD\E15\15.00.0913.015\SOURCES\sources\dev\EwsManagedApi\src\EwsManagedApi\Core\ServiceObjects\Items\EmailMessage.cs:line 110
at UiPathCodeRunner_dc0e4749912e4e2d8e36bf135050ee08.Run(arguments including username and password); source - mscorlib; StackTrace - at System.RuntimeMethodHandle.InvokeMethod(Object target, Object arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object parameters, Object arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture)
at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object providedArgs, ParameterModifier modifiers, CultureInfo culture, String namedParams)
at UiPath.Core.Activities.Workflow.CompilerRunner.Run(Object args)
at UiPath.Core.Activities.InvokeCode.Execute(CodeActivityContext context)
at System.Activities.CodeActivity.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); TargetSite - System.Object InvokeMethod(System.Object, System.Object, System.Signature, Boolean)

is there any one knows what happen?

thanks in advance,

Posts: 1

Participants: 1

Read full topic


Same bot is working on one system and giving conversion error on another system

Error 155 when activating a process in Orchestrator

$
0
0

@Marcelino wrote:

Orchestrator
Processes - Packages - uploaded a process, but
when activating it I got the following message "1 item(s) have not been updated (#155)

  • when publishing in the Studio, Idid not get any error message neither when uploading it.

Does anybody knows what causes this message and how I can solve it?

Thanx

Posts: 2

Participants: 2

Read full topic

RemoteException wrapping UiPath.Core.BrowserOperationException: Cannot communicate with Internet Explorer browser

$
0
0

@ANSHUL wrote:

@loginerror Suddenly getting this error, I’ve tried all.
image
All my version:

IE version
image

Error:
RemoteException wrapping UiPath.Core.BrowserOperationException: Cannot communicate with Internet Explorer browser. —> RemoteException wrapping System.Runtime.InteropServices.COMException: Cannot communicate with Internet Explorer browser.
at UiPath.UiBrowserClass.Open(String bstrURL, UiBrowserFlags flag)
at UiPath.Core.Browser.Open(String url, CommMethod startBrowserMechanism, Boolean privateSession, Boolean headlessSession, Boolean defaultSession)
— End of inner exception stack trace —
at UiPath.Core.Activities.ScopeActivity.EndExecute(NativeActivityContext context, IAsyncResult result)
at UiPath.Core.Activities.AsyncNativeActivity.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)

Please suggest.

Posts: 6

Participants: 3

Read full topic

How to call web service

$
0
0

@gargi.g.kundu wrote:

I am trying to call web service by using HTTP request and SOAP request activity. But in both the cases enable to fetch a proper response

Posts: 1

Participants: 1

Read full topic

Data Scraping failed as soon as the website is refreshed or re-launched

$
0
0

@ianhyj wrote:

Hi All,

I am trying to work with a structured data table on a website. I used the data scraping and scraped the data from the website, if I tested it immediately, I can have the data table with no problem. However, if I close everything and re-launch the website or if I just simply refresh the website, the data scrape will give me an empty data table.

Have any of you experiences this before and do you know how to handle it?

Thanks in advances for all your help!

Posts: 4

Participants: 3

Read full topic

Error: Publish of workflow project to Orchestrator failed - Unable to Proceed

$
0
0

@monish06 wrote:

Hi,

I am trying to publish my project to orchestator, Robot is in connected status, but when I try to publish am getting the following error.

19.10.2+Branch.master.Sha.259f90ae98fad42c3542963e70782dbe96e04579

Error: Publish of workflow project to Orchestrator failed. Cannot connect to packages feed, the Deployment Settings may be invalid.

Error: System.ApplicationException: Publish of workflow project to Orchestrator failed. Cannot connect to packages feed, the Deployment Settings may be invalid. —> UiPath.Ipc.RemoteException: Cannot connect to packages feed, the Deployment Settings may be invalid.
at UiPath.Ipc.Response.CheckError()
at UiPath.Ipc.ServiceClient1.<>c__DisplayClass17_01.<b__2>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.Ipc.ServiceClient1.<InvokeAsync>d__171.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.Plugin.Workflow.Shared.Project.BaseWorkflowProjectFactory.d__57.MoveNext()
— End of inner exception stack trace —
at UiPath.Studio.Plugin.Workflow.Shared.Project.BaseWorkflowProjectFactory.d__57.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.Plugin.Workflow.Shared.Project.BaseWorkflowProjectFactory.d__56.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.Plugin.Workflow.Shared.Project.BaseWorkflowProjectFactory.d__52.MoveNext(), HResult -2146232832

Can someone help me out!! @Palaniyappan

Posts: 1

Participants: 1

Read full topic

Question to ServiceNOW Developers: selector based automation for developer.servicenow.com

$
0
0

@mateuszmacheta wrote:

Hello

Question to ServiceNow developers: are you able to identify selectors on developer.servicenow.com website?
I was trying to automate one thing within developer.servicenow.com website, and it seems like I cannot identify any selectors there. It is just highlighting the whole page (see screenshot).


I tried all typies of UI Frameworks. This is happening both on Chome and Firefox. Of course I have proper UiPath extensions installed, I can even identify selectors on login page, and on ServiceNow instance page.

Posts: 2

Participants: 2

Read full topic


Exception:Assign : Min (114) must be less than or equal to max (-1) in a Range object

$
0
0

@Shatakshi_Mishra wrote:

Hi
Can some one please help with the following error message?

Assign : Min (114) must be less than or equal to max (-1) in a Range object.

It is displayed as ‘Argument Exception’. I encountered this while using dt.select().

Regards,

Posts: 13

Participants: 9

Read full topic

Can't access level 1 foundation training 2018.3

$
0
0

@TheingiSoe wrote:

I would like to learn RPA level 1 - training 2018.3 . But can’t access this training course and showing 403 forbidden .Please give advice to get access for this course .
Thanks !

Posts: 5

Participants: 5

Read full topic

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: 2

Participants: 2

Read full topic

Validate date entered by user in Dd-mm-yyyy Format

$
0
0

@risheviswanath_s wrote:

The user will be entering the date in dd-mm-yyyy format and i need to check whether the date entered is a valid date. I converted the user input which was in string format to dateTime format and assigned to a variable date_format of data type dateTime. My issue is that the input given by user is stored in the date_format variable in mm:dd:yyyy format due to which all dates entered by the user starting from 13th date of a month are showing as an error. I tried to find many discussions on this but still not able to find a solution.
Thank you

Posts: 3

Participants: 3

Read full topic

Assignment1 Isse: TransactionID: Index was outside the bounds of the array. Level 3 UiPath

$
0
0

@raginipoman wrote:

Hey,

I am getting TranscationID :Index was outside the bounds of the array in assignment 1.
Could you please help me to resolve this issue.
If condition is : in_TransactionNumber<=dt_WorkItems.Count

Assign TranscationID is:
out_TransactionItem =dt_WorkItems(in_TransactionNumber-1)

Assign TranscationID field1 is:
out_TransactionID = out_TransactionItem(“WIID”).ToString

Argument in_TransactionNumber is default value is 1

Posts: 9

Participants: 5

Read full topic

Viewing all 4402 articles
Browse latest View live


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