Hi,
The project, which continued successfully for 30 days, started receiving errors as of today.
Get Queue, I can’t pull data with
currentQueueItem.SpecificContent(“Mağaza Kodu”).ToString
currentQueueItem.SpecificContent(“IP Adresi”).ToString
Hi,
The project, which continued successfully for 30 days, started receiving errors as of today.
Get Queue, I can’t pull data with
currentQueueItem.SpecificContent(“Mağaza Kodu”).ToString
currentQueueItem.SpecificContent(“IP Adresi”).ToString
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)
This means Get Queue Items activity not returning any queue items. Check all the variables around this are properly initialized or not. Check this in Locals
panel.
Thanks,
Ashok
At which point in code did the exception occur? This
I know the error but I don’t understand why a running business process gives this error.
LastInformationExcelWrite >> Invoke Name
Assign: Object reference not set to an instance of an object.
I deleted the Get queue and created it again.
It seems not an issue of Get Queue Item also. Exception is mentioning some Excel variables. Anything related to excel you are doing before this?
I didn’t take any action. I got an error this morning and I can’t solve it
Try to run it in Debug. The execution should stop at the point of the error. Check variable values, see where the null / Nothing is, or you can post a screenshot of that view if you need help.
Even though I did a simple process, I still get errors. Is there a problem with the get queue?
I tried from a different working queue
Please run it in debug. The screenshot you posted is after the process has already stopped.
Please check in debug more using immediate panel
No, the Get Queue Items activity is broken. It returns all queue items, however the SpecificContent of all those items is null.
Hmm… that’s strange. Specific content have the data o Orchestrator queue Item but not getting in QueueItem in Studio.
Can you print the QueueItem in immediate window?
Why doesn’t it work today when it worked yesterday?
Can you write the steps for the solution?
Out is a key word .
List of items is assigned to “Out”
Can you use anyother name and try it?
There is no solution, the activity is broken. Like many other activities. UiPath is messing around a lot!
Do we wait for it to be fixed? Do you have any other activity suggestions?
Im having the same problem since yesterday in my projects. I need a solution
I hope you would have raised a support ticket for this already. If not just create a one and share the find with others as well because, we are not able to reproduce the issue at our side.
Thanks,
Ashok