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

Install Error 2711 with MSI

$
0
0

I have downloaded the UiPathStudio.msi v20.4.3 and am following the command line switches on this side. I am running the installer as an admin on a Windows 10 machine.

For some reason some of the command line switches are not working.

If I run: UiPathStudio.msi ADDLOCAL=DesktopFeature,Robot (Runs the installer and can install just fine)

This works just fine in installing robot. But if I want to specify say

UiPathStudio.msi ADDLOCAL=DesktopFeature,Robot,RegisterUserModeService,UseRobotTray (Error upon installer starting up) or add any other switch after Robot I get this error

image

“The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2711”

I have re-downloaded the package and still get this error. For some reason those switches are not working. Has anyone else ran into this issue? Any help is appreciated.

3 posts - 3 participants

Read full topic


How to remove all unwanted spaces from excel column

$
0
0

Hi,

How to remove all unwanted spaces from excel column by using invoke code activity. I am using below code for pivot table and in ws worksheet , Perticlular or all columns i want to trim or remove spaces in all rows. How to update. Let me know if you have different approach

Dim excel As Microsoft.Office.Interop.Excel.Application
Dim wb As Microsoft.Office.Interop.Excel.Workbook
Dim ws As Microsoft.Office.Interop.Excel.Worksheet
Dim p_ws As Microsoft.Office.Interop.Excel.Worksheet
Dim rng As Microsoft.Office.Interop.Excel.Range ‘capturing the range of sheet1 ‘’’
Dim p_rng As Microsoft.Office.Interop.Excel.Range ‘capturing the range of pivottable shhet1’’
‘Dim e_rng As Microsoft.Office.Interop.Excel.Range
Dim x As Integer
Try
excel = New Microsoft.Office.Interop.Excel.ApplicationClass’create the instance of excel work book’
wb = excel.Workbooks.Open(sPath)‘Open the excel the file’
excel.Visible=True
ws=CType(wb.Sheets(“DXC Technology”),Microsoft.Office.Interop.Excel.Worksheet)‘select a sheet and activiates’
ws.Activate
ws.Columns.AutoFit()
x=ws.UsedRange.Rows.Count
rng=ws.Range(“A1”,“G”+x.ToString)‘Selects the given range of sheet 1’
p_ws=CType(wb.Sheets.Add,Microsoft.Office.Interop.Excel.Worksheet)‘create a empty and and name the sheet as pivot table’
p_ws.Name=“Review Summary Report”
p_rng= CType(p_ws.Cells(8,1),Microsoft.Office.Interop.Excel.Range) ‘Specify the first cell for the pivot table’
'Creation pivot Cache and pivot table ’
Dim oPivotCache As Microsoft.Office.Interop.Excel.PivotCache=Nothing
Dim oPivotTables As Microsoft.Office.Interop.Excel.PivotTables=Nothing
Dim oPivotTable As Microsoft.Office.Interop.Excel.PivotTable=Nothing
oPivotCache=CType(wb.PivotCaches().Add(Microsoft.Office.Interop.Excel.XlPivotTableSourceType.xlDatabase,rng),Microsoft.Office.Interop.Excel.PivotCache)
oPivotTables=DirectCast(p_ws.PivotTables(Type.Missing),Microsoft.Office.Interop.Excel.PivotTables)
oPivotTable=oPivotTables.Add(oPivotCache,p_rng,“Review_Summary_Report”,Type.Missing,Type.Missing)‘first paramenter is cache,range the table should start,table name’
oPivotTable.PivotCache.Refresh
oPivotTable.EnableFieldList=False
‘Creation of pivot Fields’
Dim oPivotField As Microsoft.Office.Interop.Excel.PivotField=Nothing
oPivotField=CType(oPivotTable.PivotFields(“ReviewRating”),Microsoft.Office.Interop.Excel.PivotField)‘Specfiy the row name’
oPivotField.Orientation=Microsoft.Office.Interop.Excel.XlPivotFieldOrientation.xlRowField
oPivotField=CType(oPivotTable.PivotFields(“ReviewedPortal”),Microsoft.Office.Interop.Excel.PivotField)‘Specfiy the coulmn name’
oPivotField.Orientation=Microsoft.Office.Interop.Excel.XlPivotFieldOrientation.xlColumnField
oPivotField=CType(oPivotTable.PivotFields(“PostedDate”),Microsoft.Office.Interop.Excel.PivotField)‘Specfiy the coulmn name’
oPivotField.Orientation=Microsoft.Office.Interop.Excel.XlPivotFieldOrientation.xlPageField
oPivotField=CType(oPivotTable.PivotFields(“Client Comment”),Microsoft.Office.Interop.Excel.PivotField)‘Specfiy the coulmn name’
oPivotField.Orientation=Microsoft.Office.Interop.Excel.XlPivotFieldOrientation.xlPageField
oPivotField=CType(oPivotTable.PivotFields(“ReviewRating”),Microsoft.Office.Interop.Excel.PivotField)‘Specfiy the coulmn name’
oPivotField.Orientation=Microsoft.Office.Interop.Excel.XlPivotFieldOrientation.xlDataField
oPivotField.Function=Microsoft.Office.Interop.Excel.XlConsolidationFunction.xlCount
oPivotField.Name=“Review Rating Vs Review Portal”
p_ws.Cells(1, 3)= "'PROJECT NAME : " & UCase(strProjectName)
p_ws.Range(“C1:E1”).Merge
p_ws.Cells(2, 3)= “'REVIEW RATING Vs REVIEW PORTAL”
p_ws.Range(“C2:E2”).Merge
p_ws.Columns.AutoFit()
excel.DisplayAlerts = False
excel.ActiveWorkbook.Save
excel.ActiveWorkbook.Close
Catch es As Exception
System.Windows.MessageBox.Show(es.Message)
End Try

1 post - 1 participant

Read full topic

Exception in smart OCR

$
0
0

Hi,
While working with smart OCR i got an exception like, “Unexpected character encountered while parsing value path line 0, position 0” i dont know the cause of the error. i configured the smart OCR activity and put license key but when i run the sequence i got this error. any idea on this ?

2 posts - 2 participants

Read full topic

Unable to login UIPath platform

$
0
0

I changed the Operating system to Windows 10. Then I am unable to login to UIPath platform. I am able to login from another laptop which has Windows 8 with same credential. Error Screen shot is attached.

1.I tried in chrome, IE
2.Firewall setting is disabled
3.Javascript is allowed in browser setting

First error screen shows

                      "OOPS_SOMETHING_WENT_WRONG" 
                       UNKNOWN_ERROR_FROMBACKEND

Second error screen shows

“Your session has expired. Please login again”

10 posts - 5 participants

Read full topic

Orchestrator alerts and Outlook 365

$
0
0

Hey there,

my team has two Orchestrator environments with different versions :

  • Our production environment has recently been upgraded to 2020.4.1
  • Our pre-production has version 2019.10.16

And in both cases we have set up alerts for when a job fails. We use an Outlook 365 service account.

Ever since we upgraded the prod, the alerts do not work. If we try and test the mail settings, we have the following error :

MailKit.Security.SslHandshakeException: An error occurred while attempting to establish an SSL or TLS connection.

This usually means that the SSL certificate presented by the server is not trusted by the system for one or more of
the following reasons:

  1. The server is using a self-signed certificate which cannot be verified.
  2. The local system is missing a Root or Intermediate certificate needed to verify the server’s certificate.
  3. A Certificate Authority CRL server for one or more of the certificates in the chain is temporarily unavailable.
  4. The certificate presented by the server is expired or invalid.

It is also possible that the set of SSL/TLS protocols supported by the client and server do not match.

See https://github.com/jstedfast/MailKit/blob/master/FAQ.md#SslHandshakeException for possible solutions.

I have no idea how to fix this.

Thanks in advance

1 post - 1 participant

Read full topic

Unable to Publish Workflow to Orchestrator

$
0
0

Hi all,

I am getting the below error when trying to publish my workflow to Orchestrator. I have checked the DB and its fine and i have also confirmed it works with other workflows. The workflow also runs without any issues. Has anyone seen this or have any ideas on how to resolve it?

Error:

20.4.3

Error: Publish of Process project to Orchestrator failed. An error has occurred.

Error: System.InvalidOperationException: Publish of Process project to Orchestrator failed. An error has occurred. —> UiPath.Shared.Orchestrator.Models.OrchestratorHttpException: An error has occurred.
at UiPath.Studio.Orchestrator.Common.Extensions.HttpResponseMessageExtensions.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.Studio.Orchestrator.Common.Services.OrchestratorClient.d__6`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 UiPath.Studio.Orchestrator.Common.Services.OrchestratorClient.d__5.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.Orchestrator.Feeds.Services.OrchestratorPackageUploader.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.Studio.Orchestrator.Feeds.Services.OrchestratorPackageUploader.d__5.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.ProjectPackager.Publish.Services.ProjectPushService.d__5.MoveNext()
— End of inner exception stack trace —
at UiPath.Studio.ProjectPackager.Publish.Services.ProjectPushService.d__5.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.ProjectPackager.Publish.Services.ProjectPushService.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.Studio.ProjectPackager.Publish.Services.PublishProcessor.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.ProjectPackager.Publish.Services.ProjectPublishProcessor.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.Studio.ProjectPackager.Publish.Services.PublishService.<>c__DisplayClass20_0.<b__0>d.MoveNext(), HResult -2146233079

Thanks in advance for the help!

1 post - 1 participant

Read full topic

Machine Learning Extractor usage issue

$
0
0

I’m trying to use the machine learning extractor activity and i getting the attached error.

Below is the error :
RemoteException wrapping UiPath.MachineLearningExtractor.Activities.Exceptions.MLRequestException: Invalid server response. —> RemoteException wrapping System.Net.Http.HttpRequestException: Response status code does not indicate success: 400 (BAD REQUEST).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at UiPath.MachineLearningExtractor.Activities.Services.MLRequester.d__4.MoveNext()
— End of inner exception stack trace —
at UiPath.MachineLearningExtractor.Activities.DataExtraction.MachineLearningExtractor.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)

Also, I have a query reagrding how to configure the Server Endpoint in this activity.

25 posts - 12 participants

Read full topic

Error while installing package in uipath studio

$
0
0

Hii folks,

When i am trying to install UiPath.SAP.BAPI.Activities get the following error.
image

My uipath studio version = 2019.3.0

10 posts - 4 participants

Read full topic


Err To Many Redirects

$
0
0

Hello again!

I successfully installed orchestrator and now faced with problem when access to https://uipath-test-orchestrator.superpuper.ru:444/account/login?errorCode=UnknownError

When It was installing I chose the same host names for identity server and the same certificate.

I have already read this documentation and check all options.https://docs.uipath.com/orchestrator/docs/frequently-encountered-orchestrator-errors

Identity Server uses the same account in appPool as the orchestrator.
In firewall for port 444 the allow rule exists.

What else I can do? :crazy_face:

1 post - 1 participant

Read full topic

Bug in AutoFit Column Activity of Bala Reva

$
0
0

Dear @balupad14,

I’m using AutoFit colums activity, this activity works fine when the given sheet name exist in excel. But it pops up message box with message ‘Invalid Sheet Name’ when the given sheet name doesn’t exist in the excel. So can you please fix this issue.

BalaReva.Excel.Activities version is 2020.2.1

image

Thanks In Advance :hugs:,
Ahmed

1 post - 1 participant

Read full topic

Issue with computer vision while selecting items

Issue with Computer Vision while clicking on similar items

Uipath activities error

Cannot find the UI element for Input Tag

$
0
0

Cannot find the UI element corresponding to this selector

I was going through a Recording task. When I ran my file to test the workflow. I keep getting this error message, “Click ‘INPUT 268c5028_upload_…’: Cannot find the UI element corresponding to this selector: ”

flow
This button is within an input block.

I search on the forum and saw some other examples that I tried.
• Changed the default selector to INTERACTIVE
• Tried adding more tags
• Added * or ? for the id
• Installed java extension
• I’m using a Sequence block

Still no luck.

1 post - 1 participant

Read full topic

NOT ADDING THE FIRST DATAROW OF THE EXCEL SHEET


Send Exchange Mail Message-The request failed. The request was aborted: Could not create SSL/TLS secure channel

$
0
0

Hi Team,

I am facing issue while sending email through Send Exchange Mail Message.
Previously with same exchange server address its working fine,but now i am getting below error:
image

Appreciate your help !

13 posts - 5 participants

Read full topic

ChromeでDLしたファイルを指定フォルダーに保存できない

$
0
0

(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged)

1 post - 1 participant

Read full topic

Orchestrator project packages error

$
0
0

Hi everyone, i’m facing an issue in orchestrator, when i publish a project from UPATH STUDIO to Orchestrator my project is not showing in ORCHESTRATOR packages or in process.
In UIPATH Studio it is showing successfully added but it is not updating in orchestrator.
if i add (NUPKG) file manually in packages, it is showing in packages and in process but i if publish from UIPATH STUDIO it is not showing in packages.
can anyone help me how to solve this.

1 post - 1 participant

Read full topic

Start Job And Get Reference

$
0
0

Hi I set all the permissions correcty for Start Job And Get Reference activity to run. Whenever I run the robot as packageName_environment set for Procss Name, it shows the following error:

`Start Job And Get Reference: An invalid result was encountered for parameter ‘ProcessName’

Interesting thing is that I tested the Process Name field only with the process name which I’ve earlier created and it works without any issues. Does Start Job And Get Reference actually create a new process everytime it’s being called or is it supposed to use the already-created prcoess? Or getting back to the error, what did I do wrong?

5 posts - 3 participants

Read full topic

Unable to open existing project/neither i am able to create the project

Viewing all 4406 articles
Browse latest View live


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