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

Error: Object reference not set to an instance of an object. This error usually occurs when using a variable with no set value (not initialized)

$
0
0

Hi there,

I used data scraping to extract from a website a table of data.
After which, used excel application scope to create a new excel sheet called Dcon.xlsx, and write range to copy the data into the excel.

However, i keep getting an error: Object reference not set to an instance of an object. This error usually occurs when using a variable with no set value (not initialized)

I;m not sure why this is happening and have tried to search online for a solution however to no avail.
Can anyone assist?

Thank You!
Kim

35 posts - 21 participants

Read full topic


Access Denied to launch an application when running UIPath

$
0
0

Hi,

I am automating steps on Caseware Idea, but it fails to launch the application and throws the following error even though I am running UI Path as administrator:

20.4.0-beta.1788

Access is denied

RemoteException wrapping System.ComponentModel.Win32Exception: Access is denied
at System.Diagnostics.ProcessManager.OpenProcess(Int32 processId, Int32 access, Boolean throwIfExited)
at System.Diagnostics.Process.GetProcessHandle(Int32 access, Boolean throwIfExited)
at System.Diagnostics.Process.OpenProcessHandle(Int32 access)
at System.Diagnostics.Process.set_EnableRaisingEvents(Boolean value)
at UiPath.Service.UserHost.AttendedServiceProxy.RegisterClientProcess(Int32 clientPid)
at UiPath.Service.UserHost.StudioOperations.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.Service.Core.Utils.TaskUtils.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.Service.UserHost.StudioOperations.<>c__DisplayClass5_0.<b__0>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.CoreIpc.CancellationHelper1.<Invoke>d__31.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.CoreIpc.Server.d__22.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.CoreIpc.Server.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.CoreIpc.Server.<>c__DisplayClass4_2.<<-ctor>b__6>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.CoreIpc.IOHelpers.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.CoreIpc.IOHelpers.d__16`1.MoveNext()

Your assistance will be highly appreciated.

Regards,
Mashudu

1 post - 1 participant

Read full topic

Credential fetch from Orchestrator is taking so much time

$
0
0

Hey Guys,

Hope you all are good !

I am developing a re framework module, all was going well, suddenly what I am seeing is for one of the site login I have to fetch credential through Orchestrator asset, it was working well before but it’s taking much time … Taking approx 75 seconds to fetch credential from orchestrator asset.

I tried to do many things, but nothing working my way.

Thanks,
Gaurav

1 post - 1 participant

Read full topic

In Academy>Data Manipulation>Practice 4 Download File Incomplete

$
0
0

Once the download file is downloaded and unzipped and the dependencies are repaired/accepted the contents are empty (incomplete automation project). It’s an empty shell. Please update material. Thank you!

1 post - 1 participant

Read full topic

Getting error while retrving From address in Outlook

$
0
0

Hi Everyone,

Good Noon!

I am trying the retrive “From Email Address” in the email,tried From.String,From.address,Sender

But any option wouldn’t work,please help.

Note : Getting this error for some speciifc email ids.

Regards
Saravanan S R

5 posts - 3 participants

Read full topic

Open Browser: Value does not fall within the expected range.@@

Move Excel File from one folder to Another

$
0
0

Hi,

I need to move specific Excel files from one folder to another. I used MoveActivity but it is not able to understand the path. Not sure why because when I move a .txt file from the same folder it works. I tried adding an .xlsx extension and it didn’t work.

Thank you,
Monica

1 post - 1 participant

Read full topic

Week 3 - Issue with Orchestrator

$
0
0

Ugh. I am unable to get the Orchestrator to function. I can identify/paste the Machine ID, but when I paste the full path of the Orchestrator into the Orchestrator Settings, it provides a pop-up Robot error message: “There isn’t an Orchestrator present at the indicated URL”

1 post - 1 participant

Read full topic


Job-stopped-with-an-unexpected-exit-code-0x000000FF in new machine

$
0
0

Hi guys,

So I have this robot, published in orchastrator, attached in a machine (my local machine).
If I run it from orchastrator, it works end to end without errors.
This machine is a windows 10 OS.

Then I added a new machine, an windows 7 OS 4gb RAM and linked this robot to it.
After configurating all the requirement stuffs, I’m trying to run the robot.
Soon as it starts an message error throws to the window:
Job-stopped-with-an-unexpected-exit-code-0x000000FF.

I don’t know what am I doing wrong.
I read another topic saying to restart the service, to check the screen resolution and the requirements of hardware and software. The machine fill up all this check-points.

1 post - 1 participant

Read full topic

Copy files with file length greater than 260 characters

$
0
0

I need to copy a files whose path length is greater than 260 characters. This works fine when you copy it normally through file explorer or cmd or power-shell. But when I try to do this from “Move File” UiPath activity it throws the long file path error. I tried to invoke power-shell and passed the command, but still it throws the same error. Can somebody help me with this?

10 posts - 5 participants

Read full topic

Unable to automate the Excel Sample Task

$
0
0

Hello all,
While I am trying to perform the Excel Automation I am facing the issue which says Library not registered.
I reinstalled the UI Path Studio X and also installed the plugins for of the Excel automation.
Also reinstalled the Office 2013.

I have referred the thread having the same issue and tried the steps suggested in that, its not working.
Please suggest what to do.

!
Due to limitation I am unable to attach the second image but it says Error opening workbook. Make sure Excel is installed.

11 posts - 6 participants

Read full topic

Job stopped with an unexpected exit code 0xE0434352 Windows Suspend

$
0
0

Hi all,

I get this Job stopped with an unexpected exit code 0xE0434352 error when read a huge text file, something like 2m rows. Its not happening on small text files. Then I realized it’s because windows suspend the application, a green leaf appears near to Robot Application after some point where Robot occupy around 2.8gb on ram (My computer 8gb). I tried on different computers but still get the same error. I could not find any solution somewhere and this is crucial about my project so I really need your help. I attach exapmle photos for better understanding.

Thanks in advance :slight_smile:

image

7 posts - 4 participants

Read full topic

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

$
0
0

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.

11 posts - 5 participants

Read full topic

Indicate on screen for notes attachment pop up window will crash uipath

$
0
0


UIpath version is community version
  1. create a new email in lotus notes
  2. click attachment icon
  3. attachment window pop up
  4. indicate on screen using uipath will crash uipath, computer will black screen

Any one can help me to resolve this issue?

4 posts - 3 participants

Read full topic

Can we get the Unread mails and store its contents into excel

$
0
0

Hey,

I’m extracting unread mail through “Get IMAP Mail Messages” from gmail.

I want to store the “From”, “Body”, “Subject” in Excel sheet.
I had 3 new Added new columns via “Add new column” and named them as “From”, “Body”, “Subject” and store the respective information in the columns.

I’m facing difficulties in storing the information in excel. Is there any way out?

Thanks in Advance!

1 post - 1 participant

Read full topic


Orchestrator Publication 2019: Object Reference not set to an instance of an object

$
0
0

Hello,

When trying to publish my project package (local or directly to Orchestrator), the error below occurs.

19.10.4+Branch.support-v2019.10.Sha.fe819a658cad0585a64d2f8af94fad5c30b8d122

Error: Object reference not set to an instance of an object.

Error: System.NullReferenceException: Object reference not set to an instance of an object.
at UiPath.Project.Deploy.ProjectPackageManager.g__UpdateEntry|11_3(ZipArchive package, String oldName, String newName, Action 2 transformer)
at UiPath.Project.Deploy.ProjectPackageManager.<>c__DisplayClass11_1.b__8(ValueTuple 2 file)
at UiPath.Shared.EnumerableExtensions.EnumerableExtensions.ForEach[TSource](IEnumerable 1 source, Action 1 action)
at UiPath.Project.Deploy.ProjectPackageManager.CheckUnicodeId(String id, String destinationFilePath)
at UiPath.Project.Deploy.ProjectPackageManager.BuildPackage(IWorkflowProject project, String destinationFolder, String releaseNotes)
at UiPath.Studio.Plugin.Workflow.Shared.Project.BaseWorkflowProjectFactory.<>c__DisplayClass49_0.b__0()
at System.Threading.Tasks.Task 1.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
— 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__49.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__48.MoveNext(), HResult -2147467261

The project runs to completion in Studio. The package dependencies are as follows:

"UiPath.System.Activities": "[19.10.1]",
"UiPath.Excel.Activities": "[2.7.2]",
"UiPath.Mail.Activities": "[1.7.2]",
"UiPath.Credentials.Activities": "[1.1.6479.13204]",
"DataTableSolutions": "[1.0.11]",
"UiPath.UIAutomation.Activities": "[19.11.2]"

1 post - 1 participant

Read full topic

Invoked workflow validation error - Value for a required activity argument 'Value' was not supplied

$
0
0

Scenario:

I am trying to invoke a workflow but it is not allowing me to, it gives the following error:

System.Exception: The invoked workflow ‘XXX’ has validation errors. Please review the workflow and resolve the errors. —> System.Activities.InvalidWorkflowException: The following errors were encountered while processing the workflow tree:
‘XXX’: The private implementation of activity ‘1: XXX’ has the following validation error: Value for a required activity argument ‘Value’ was not supplied.
at System.Activities.Hosting.WorkflowInstance.ValidateWorkflow(WorkflowInstanceExtensionManager extensionManager)
at System.Activities.Hosting.WorkflowInstance.RegisterExtensionManager(WorkflowInstanceExtensionManager extensionManager)
at System.Activities.WorkflowApplication.EnsureInitialized()
at System.Activities.WorkflowApplication.Enqueue(InstanceOperation operation, Boolean push)
at System.Activities.WorkflowApplication.SimpleOperationAsyncResult.Run(TimeSpan timeout)
at System.Activities.WorkflowApplication.BeginRun(AsyncCallback callback, Object state)
at UiPath.Core.Activities.InvokeWorkflowFile.<>c__DisplayClass21_0.b__5()
— End of inner exception stack trace —
at UiPath.Core.Activities.InvokeWorkflowFile.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

The workflow invoking this one invoke other activities just fine but it fails when trying to invoke this specific.

I have had a look through the workflow but can’t see any validation errors, and when I use the “Validate” option in Studio it says “No validation errors found”.

Slightly baffled by this one. Anyone encountered anything like it before? It has the same dependencies and arguments as the other workflows that are still successfully being invoked.

9 posts - 5 participants

Read full topic

Anyone here tried new create activity with microsoft visual studio, after following all the steps exactly from uipath document I am getting error. Its shows error in visual studio when i run?

$
0
0

1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(4183,5): warning MSB3026: Could not copy “obj\Debug\net461\MyCompany.MyProduct1.dll” to “bin\Debug\net461\MyCompany.MyProduct1.dll”. Beginning retry 8 in 1000ms. The process cannot access the file ‘bin\Debug\net461\MyCompany.MyProduct1.dll’ because it is being used by another process. The file is locked by: “Microsoft Visual Studio 2019 (14304)”
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(4183,5): warning MSB3026: Could not copy “obj\Debug\net461\MyCompany.MyProduct1.dll” to “bin\Debug\net461\MyCompany.MyProduct1.dll”. Beginning retry 9 in 1000ms. The process cannot access the file ‘bin\Debug\net461\MyCompany.MyProduct1.dll’ because it is being used by another process. The file is locked by: “Microsoft Visual Studio 2019 (14304)”
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(4183,5): warning MSB3026: Could not copy “obj\Debug\net461\MyCompany.MyProduct1.dll” to “bin\Debug\net461\MyCompany.MyProduct1.dll”. Beginning retry 10 in 1000ms. The process cannot access the file ‘bin\Debug\net461\MyCompany.MyProduct1.dll’ because it is being used by another process. The file is locked by: “Microsoft Visual Studio 2019 (14304)”
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(4183,5): error MSB3027: Could not copy “obj\Debug\net461\MyCompany.MyProduct1.dll” to “bin\Debug\net461\MyCompany.MyProduct1.dll”. Exceeded retry count of 10. Failed. The file is locked by: “Microsoft Visual Studio 2019 (14304)”
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(4183,5): error MSB3021: Unable to copy file “obj\Debug\net461\MyCompany.MyProduct1.dll” to “bin\Debug\net461\MyCompany.MyProduct1.dll”. The process cannot access the file ‘bin\Debug\net461\MyCompany.MyProduct1.dll’ because it is being used by another process.
1>Done building project “MyCompany.MyProduct1.csproj” – FAILED.
*========= Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

2 posts - 1 participant

Read full topic

2019.10 - Invoke Workflow error

$
0
0

Hi,

On 2019.10.0-beta.477 when I try to invoke snippet “Wait For All Form Tasks Completion.xaml” using Invoke Workflow File I get the following message :
RemoteException wrapping System.Activities.ValidationException: An extension of type ‘UiPath.Activities.Contracts.Persistence.IPersistenceBookmarks’ must be configured in order to run this workflow.
at System.Activities.Hosting.WorkflowInstanceExtensionCollection…ctor(Activity workflowDefinition,
WorkflowInstanceExtensionManager extensionManager)
at System.Activities.Hosting.WorkflowInstanceExtensionManager.CreateInstanceExtensions(Activity workflowDefinition,
WorkflowInstanceExtensionManager extensionManager)
at System.Activities.Hosting.WorkflowInstance.RegisterExtensionManager(WorkflowInstanceExtensionManager extensionManager)
at System.Activities.WorkflowApplication.EnsureInitialized()
at System.Activities.WorkflowApplication.Enqueue(InstanceOperation operation,
Boolean push)
at System.Activities.WorkflowApplication.SimpleOperationAsyncResult.Run(TimeSpan timeout)
at System.Activities.WorkflowApplication.BeginRun(AsyncCallback callback,
Object state)
at UiPath.Executor.InProcessRunner.<>c__DisplayClass6_0.g__StartWorkflow|1()
at UiPath.Executor.InProcessRunner.BeginExecute(AsyncCallback callback,
Object state)
at UiPath.Core.Activities.ExecutorInvokeActivity.BeginExecute(AsyncCodeActivityContext context,
AsyncCallback callback,
Object state)
at System.Activities.AsyncCodeActivity.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)

I’m able to launch the file directly not just invoke it. what can be the reason?

26 posts - 13 participants

Read full topic

Intermittent 'The operation has timed out' error while using Outlook Activities

$
0
0

Hi,

I am experiencing intermittent ‘The operation has timed out’ errors when using ‘Get Outlook Mail Messages’. Has anyone ever come across this before? When the error occurs, it does not recover on retry attempts. A log out/log in seems to fix the error.

The error sometimes occurs at the start of the process and sometimes mid way through.

It is an unattended Bot working on a windows 10 VM using Studio v2018.4.5.

Thanks in advance.

1 post - 1 participant

Read full topic

Viewing all 4406 articles
Browse latest View live


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