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

StudioX Outlook Issue

$
0
0

@mwsupra wrote:

Has anyone seen this before? I came across this while going through the training. I installed the UiPath.MicrosoftOffice365.Activities (not sure if that was needed), restarted Outlook/Studio and still encountering the issue.

Edit: Here is the error from the screenshot. Unfortunately it gets cut off so I can read the whole thing:

Error fetching data - Unable to cast COM object of type ‘Microsoft.Office.Interop.Outlook.ApplicationClass’ to interface type ‘Microsoft.Office.Interop.Outlook_Application’. This operation failed because the QueryInt…

Currently using version 19.10.1

Posts: 4

Participants: 2

Read full topic


Uipath Certification Practical Exam

Integrating process

$
0
0

@gokul_t wrote:

I am working on Automating SAP Applications i.e We have of different SAP Modules .We created each and every module individual workflow in ui, So the problem is we need to integrate all the modules to 1 step.For example
Login
Creation
Verification
Validation!
This modules should integrate in 1 flow.
We Tried of using flowchart below is the screenshot.
Can Anyone just me different type of integration process rather than this.
Thanks in Advance.
Screenshot (92)|690x387

Posts: 6

Participants: 2

Read full topic

Como criar uma coluna com data?

$
0
0

@taisando wrote:

Olá!
Gostaria de criar uma coluna em planilha excel com a data atual, porém quando eu uso “Now.ToStinrg”, o sistema informa que não posso transformar string em DataTable. Como faço esta coluna?

Posts: 5

Participants: 3

Read full topic

Error with the "select item" in excel

$
0
0

@borismh wrote:

good afternoon
my goal in this workflow is to change the format from excel to txt, but when I use select item to extract the menu of formatting options

and supposedly select the txt format and I give it save keep it in xlsx format, and I don’t understand why if it changes to txt

and tried to use the clicks but does not correctly detect the format menu
I hope you can help me

Prueba de Formato.xaml (19.8 KB)

Posts: 3

Participants: 2

Read full topic

Special character not working with SharePoint activity

$
0
0

@MaxyArthes wrote:

I am trying to ‘get file’ from a SharePoint, everything working fine, except if the Excel has a ‘#’ in the name. Then I get a ‘file not found’ error.

Anyone had this issue and found a ways to fix it?

The SharePoint package:

Posts: 9

Participants: 3

Read full topic

Send Hotkey Issue with Excel

$
0
0

@dumwalke wrote:

Can someone please help me with an issue? I am running a sequence of “Send Hotkey” actions in order to rename an Excel worksheet and then save it. The sequence of commands works just fine when I test running it from the start of that specific activity. However, when I run it along with all of the other activities within my Excel Application Scope it doesn’t work. It’s not throwing an error it just isn’t renaming and saving the file. Does anyone know why this might be?

Thanks!

Posts: 11

Participants: 8

Read full topic

Robot stops only in Orquestrator / Workflows stops indefinitely without Errors

$
0
0

@Cellinda wrote:

Hi!! I have a very annoying bug, and I don’t know how to fix it! When I use my workflows alone, they work perfectly, but when I use them inside the orchestrator (using “invoke workflow file” or “launch workflow interactive”), they stop following the flow somewhere in the middle of the process, causing the bot to do nothing, indefinitely until I stop it, and give no error.

Note: I already looked at some topics with similar problem (or equal), but without solution. My office is Microsoft Office 2016 Professionnel Plus (and I believe I can’t change it…), and my windows is updated since august 19 (version 1903. I’ve seen that this version cause problems to some people here, but I dont know if is the reason that I’m getting this bug). I create and run the bot in a VM.

Can anyone help me?
Thank’s in advance!

Posts: 17

Participants: 4

Read full topic


Error: Unable to cast COM object of type ‘System.__ComObject’ to interface type

$
0
0

@jingwang0222 wrote:

Excel Application Scope: 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).

I have an excel in the folder, this activity is just use excel app scope to read the range.
But my code always has error in here, if i disable this excel app scope, then the process works fine.

image

Any idea how to solve this? it is really weird, because i have another excel app scope which works fine.

Posts: 9

Participants: 6

Read full topic

About Error from First Activation - アクティベーションでエラーが発生します

$
0
0

@hamatsu wrote:

試用目的でメールアドレスを登録後、UiPathをダウンロードし起動しましたが、
以下のようなエラーが発生し使用に至りません。
解決方法がございましたらご指摘いただきたく。

Crresponding log is as follows, - 該当ログは以下の通りです。

13:58:10.6433 => [ERROR] [UiPath.Studio.exe] [1] Error: Unexpected exception: Exception: Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: <. Path ‘’, line 0, position 0.
場所 Newtonsoft.Json.JsonTextReader.ParseValue()
場所 Newtonsoft.Json.JsonTextReader.Read()
場所 Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter)
場所 Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
場所 Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
場所 Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
場所 Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
場所 UiPath.Licensing.Library.Implementation.Communication.OnlineLoader.d__9.MoveNext()
— 直前に例外がスローされた場所からのスタック トレースの終わり —
場所 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
場所 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
場所 UiPath.Licensing.Library.Implementation.LicenseProvider.d__11.MoveNext()

Posts: 4

Participants: 3

Read full topic

O365 Excel application crashes quite often

$
0
0

@Geetha wrote:

In May 2019 when there was an excel application occurred, UIPath support had advised the following and we did not face this issue until 01/16/2020 when the O365 was upgraded to 16.0.12228.20364 (from 16.0.12228.20332)

Used Read range activity under excel application scope

  1. Kill the Excel process just before the Excel scope that causes the error
  2. Adding a delay this error prone Excel scope

Studio version:2019.4.4
Excel activity package version:
Windows version:Windows Server 2016 versio 1607 (OS Build 14393.3384)
Excel version: UIPath .Excel. Activities 2.5.4

Whenever the excel crash error occurs and the job faults, I close the error window and manually execute the job.

Posts: 1

Participants: 1

Read full topic

SAML Authentication

$
0
0

@dachan wrote:

I read the post “ADFS / SAML Authentication - Access Denied”. It is very helpful for me to troubleshoot what’s the correct setting in web.config. Unfortunately, I still cannot login by using SAML authentication.

I follow the steps according to the post. In the debug, now I got

“Sustainsys.Saml2.Owin.Saml2AuthenticationMiddleware Information: 0 : Successfully processed SAML response Microsoft.IdentityModel.Tokens.Saml2.Saml2Id and authenticated myemail@mycompany.com

I believe the authentication succeeded. But in the web browser, it still keep redirect to the login page.

What’s the next process in the Orchestrator authentication process? How can I enable debug log for troubleshooting?

Posts: 1

Participants: 1

Read full topic

UI Path Community Edition License issue under Windows 10 (Run as Administrator)

$
0
0

@Jungle_Jiang wrote:

Hi

My UIPath was working fine yesterday and I was able to run it as administrator to get access to other processes. However, it suddenly started to report “Need a license” issue when I use “Run As Administrator” mode. This issue doesn’t occur when I start UIPath Studio normally.

Unfortunately I had to Run UIPath as Administrator because otherwise I had no access to other processes which I need to control.

I have checked my license info using Regutil.exe and it appeared good.

I have uninstalled / reinstalled UIPath studio (latest version 2019.11) over 10 times and that did not help at all.

Any suggestions?

Regards,
Jungle

Posts: 4

Participants: 3

Read full topic

Intelligent OCR COM Class not registered

$
0
0

@zacyin wrote:

What is the version to support IntelligentOCR for ABBYY?
I have a FlexiCapture Engine 11 Developer license, but still got the Error below

19.6.0+Branch.master.Sha.adf20656f41da84cdec5e5620b62276717eb7319

Source: IntelligentOCR Scope

Message: Retrieving the COM class factory for component with CLSID {C0003003-0000-48FF-9197-57B7554849BA} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).

Exception Type: System.Runtime.InteropServices.COMException

RemoteException wrapping System.Runtime.InteropServices.COMException: Retrieving the COM class factory for component with CLSID {C0003003-0000-48FF-9197-57B7554849BA} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).
at UiPath.IntelligentOCR.Activities.FC.Scope.EndExecute(NativeActivityContext context, IAsyncResult result)
at UiPath.IntelligentOCR.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)

Posts: 7

Participants: 5

Read full topic

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

$
0
0

@Dainius_Mieziunas wrote:

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?

Posts: 5

Participants: 2

Read full topic


Google Chrome extension does not work within the open file popup (within Chrome)

$
0
0

@brady.butler wrote:

I have had flawless success working within chrome. The ONLY part where the extension does not work is when I try to upload a file onto a chrome page. It does not recognize the open popup as part of the application. Any help would be awesome. This has been a frustrating process to try and get this to work. Please help.

Posts: 6

Participants: 4

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

Participants: 1

Read full topic

Error with Mail Folder when using Get Mail in Office 365 Scope

$
0
0

@bogdanjianu wrote:

Hey guys,

I think I’m losing my mind. Finally managed to get office 365 scope working, but when using the Get Mail activity it throws an error “Invalid mail folder name. Please ensure that this folder exists and that its name is spelled correctly”.

The folder is of type “Inbox\Folder\Folder”, and it’s exactly the same as I had it with get outlook mail message activity, If I just use “Inbox” it works by getting the emails from my general Inbox, but I need to get the emails from a specific folder.

Any ideas? Thanks.

Posts: 9

Participants: 4

Read full topic

Robot not showing in Orchestrator Job

Licensed Orchestrator Doesn't Show Logs

$
0
0

@mazlumkacar wrote:

Hi all,

There is an important problem about Orchestrator logs.

Until 3 am today, None of the processes running in Orchestrator display a log. The log screens of the processes that contain dozens of logs are empty.

How may i solve it?

Posts: 8

Participants: 2

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>