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

Vlookup is not working when a datatable copied in to excel and write vlookup function in the excel

$
0
0

@FEMI_MARIYA_BINOY wrote:

Column K contains Vlookup function which will return ‘Y’ or ‘N’ depending upon the value in the C column. Even though the C7 and C9 contains the same value K7 gives value ‘Y’ and K9 gives value ‘N’ (which should be ‘Y’).

Data type of C7 and C9 is the same.
Actually, after the robot run, all the values in the column K becomes “N”, even though the output should be “Y”. Vlookup function is correct and when we double click on the C column values, we get the correct answer.

This happens when we write the data table to the excel.

Could anyone help on this ?

Posts: 2

Participants: 2

Read full topic


Data scrapping issue- whole table is not getting scrape

License issue Error 1089

$
0
0

@PhilippeB wrote:

Hi,

I try to desactivate my license to use it for another computer, but when i tried :
regutil get-info
A error comes and i didn’t find information on it :
Error #12: Cannot initialize licensing library: -1089
Can someone help me ?

Studio 2019.10.1 - 11/11/2019
Enterprise Edition
Windows Installer

Expires in 19 weeks
License Provider: Internal
License Model: Node-Locked
Activation ID: **************

Microsoft Windows 10 Enterprise 64-bit
.NET Framework Version 4.7.2 or later

thanks

Posts: 6

Participants: 4

Read full topic

Remote Desktop session time out error

$
0
0

@naveen19 wrote:

Hi all am facing desktop timeout error when try to run from orchestrator how to solve this tired all ways by reading uipath forum, still facing issue , & anybody clear me about uipath agent desktop.exe & uipath agent.exe
by these agent changes is issue may come ?

Posts: 11

Participants: 2

Read full topic

GetAppCredentials.xaml file missing

$
0
0

@SandraRG wrote:

Hello!
When I created a new project whith REFramework in Studio version 2019.10.2 the GetAppCredentials file appeared in the Framework carpet. But doing the same in version 2019.10.3 the file is missing.

Is there any explanation for that?

Posts: 6

Participants: 4

Read full topic

How to stop "Save Workbook" activity to save a copy of the excel file if the file is already open

$
0
0

@bokapakhi wrote:

Hi,

I am working on a robot which needs to read from and excel file, write something in the same excel file and finally save the file. To save, I am using the “Save Workbook” activity - which is working fine.

Now, a potential business exception is that if the excel file is opened by another user during the robot operation, then the robot should stop working and raise this as an exception. But what happens is when the activity Save Workbook is ran, if the file is opened by another user, it fails as fault but then it saves it as a new excel file. I don’t want a new excel file to be created in this directory. I am able to capture the fault with try catch so the error is handled. Don’t want an additional file being created.

Please help.

Posts: 3

Participants: 2

Read full topic

Invoke Code import IO pakage Error

メインワークフローを開くとエラーが出る

$
0
0

@yjyama wrote:

UiPath Studioをインストールしたのですが、下記にて新規作成を行い、
メインワークフローを開こうとクリックしてもエラーが出てしまいます。
立ち上げ直しや、インストールをしなおしてみましたが、改善しません。
ご経験のある方、こんな対処方法どうだろう や コメント頂けますと幸いです。
どうぞ宜しくお願い致します。

プロセス>新しい空のプロセス で 作成> メインワークフローを開く をクリック

Posts: 7

Participants: 3

Read full topic


Take Screenshot Error | Outlook Error

$
0
0

@vasundhara.sharma wrote:

Hi,

I am getting an error in Take Screenshot activity - “Object reference not set to an instance of an object”. I am not using any selector as I want to take screenshot of the whole screen and it used to work fine before but after the Studio got updated to v2019.10.2, I am facing this issue. Can anyone help with this?

Also, after the update, I am getting error in “Get Outlook Mail Messages” activity when I run the process from the Orchestrator (The operation has timed out). When I run the same process from the Studio, it works fine. What can be the reason for this?

Thanks,
Vasundhara

Posts: 10

Participants: 4

Read full topic

C# option missing on installed studio

$
0
0

@piksi wrote:

I installed UiPath studio as instructed in the introduction developer course video, but it doesn’t give C# and VB as language option when I try to create a new blank process as shown in the video.
The version of UiPath Studio installed on my Windows 10:

Studio 2019.12.0-beta.61 - 12/16/2019
Community License
Microsoft Windows 10 Enterprise 64-bit
.NET Framework Version 4.7.2 or later

Please let me know if there is any way to use C# on the studio. Thanks.

Posts: 2

Participants: 2

Read full topic

Error in uploading files from local system to server using SFTP

$
0
0

@yogavalli wrote:

Hello All,

I am trying to upload file from my local system to server, I have used SFTP protocol.

I am facing the issue Upload files: One or more errors occurred…

Please find the reference error screenshot.

Any Help!!!

Posts: 10

Participants: 3

Read full topic

Uipath orchestrator error : invalid machine key

Navigate To Activity giving error

$
0
0

@Maryum wrote:

I’m working on UiPath Asdsignment no. 2 Generate Yearly Report And while navigating to work item details I’m using navigate to activity.
This is what I’m writing in this activity
Capture
And when I run it I get the following error:
Annotation 2019-12-27 135459

I can’t figure out what the problem is. Can someone please help me out with this. I really appreciate the help. :slight_smile:

Posts: 10

Participants: 6

Read full topic

Uipath screen OCR Error

$
0
0

@luchovelez wrote:

i tried use read pdf with Uipath screen ocr engine yesterday but i have this problem Message: Error performing OCR: Error al enviar la solicitud. ScreenOCRErrorRunningEngine
looks like a error of endpoint or something, another engines like abbyy cloud works fine, i used to use this engine before without problem

Log error:

19.12.0-beta.61+Branch.release-v2019.12.0.Sha.c5ef64a84dd6be2c140a75da8fd036824faab942

Source: Read PDF With OCR

Message: Error performing OCR: Error al enviar la solicitud. ScreenOCRErrorRunningEngine

Exception Type: System.Exception

RemoteException wrapping System.Exception: Error performing OCR: Error al enviar la solicitud. ScreenOCRErrorRunningEngine —> RemoteException wrapping System.ServiceModel.FaultException: Error al enviar la solicitud. ScreenOCRErrorRunningEngine
at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object outs, IAsyncResult result)
at System.ServiceModel.Channels.ServiceChannelProxy.TaskCreator.<>c__DisplayClass7_01.<CreateGenericTask>b__0(IAsyncResult asyncResult) at System.Threading.Tasks.TaskFactory1.FromAsyncCoreLogic(IAsyncResult iar, Func2 endFunction, Action1 endAction, Task`1 promise, Boolean requiresSynchronization)
— 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.Vision.VisionClient.d__5.MoveNext()
— End of inner exception stack trace —
at UiPath.Shared.Activities.AsyncTaskNativeImplementation.BookmarkResumptionCallback(NativeActivityContext context, Object value)
at UiPath.Shared.Activities.AsyncTaskNativeActivity.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: 1

Participants: 1

Read full topic

Insert datatable data to Microsoft Business Central

$
0
0

@Michaeljep wrote:

Hi

I have looked into updating the table through webservices, but the table can’t be published, so I’m back scratch.

I made the workflow type into every field in every line, but my idea was to build a DT and then paste it into BC, but the formatting is incorrect and BC doesn’t recognize the data as valid. it comes with an error saying that 8 lines cant be pasted into 1 line.

It’s possible to copy an Excel sheet by selecting the range and Ctrl C, and then paste it in, using Ctrl Shift V - how can this be made so that the format is preserved.

Posts: 1

Participants: 1

Read full topic


Connection Robot remote ERROR

Just installed uipath : uipath robot user service has stopped working

$
0
0

@fnstegeman wrote:

I just installed uipath community edition for the first time

i get the folowing problem during installation:
uipath robot user service has stopped working

and after installation to
and when i run a simple script in uipath studio i get the same warning and the warning getusterstatus timed out

please help

Posts: 8

Participants: 3

Read full topic

Ochestrator Installation Issue - An unexpected error has Occured

$
0
0

@peace_philips08 wrote:

I have been trying for days to install the UIpath Orchestrator and it keeps giving the error “An unexpected error has occured” when the installation gets to about 50%.

Kindly assist me to resolve this.

Regards

Posts: 2

Participants: 2

Read full topic

Orchestrator entreprise install stuck at 75%

$
0
0

@Loic_LE_ROUX wrote:

Hi everybody,

I’m trying to install Orchestrator Entreprise but I’m stuck at 75% of the install (during the creation of the database just after the verification of the firewall). I don’t know how to resolve this issue. I’m working with Windows Server 2012 R2 standard, IIS 7.5 and SQL developer 2014.
I can send you my log file if necessary.

Please help me

Posts: 2

Participants: 2

Read full topic

Assignment 2 level 3 Running

Viewing all 4406 articles
Browse latest View live