@Chaitanya_podilapu wrote:
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged)
Posts: 1
Participants: 1
@Chaitanya_podilapu wrote:
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged)
Posts: 1
Participants: 1
@Hawkins wrote:
Hi,
I am not sure if UiPath is aware of the following bug. If at all we use the type into activity with “[”, it is skipping the string after the “[”. It is only writing test.
For example:
This will write the following:
There seems to be some workarounds for type into activity.
Same issue is happening for type secure text activity. It is skipping the string after “[”. This is creating huge problem for us.
We have integrated cyberark with our workflows. So cyberark generates the passwords randomly. most of the times it is generating the password with square brace “[”. Something like this: fjj4.<13[90jklNow it is only writing till fjj4.<13. So the workflows are getting failed. This is affecting our ROI. Could you please help?? @badita @loginerror @Pablito
As a workaround we are using clipboard activities with Ctrl+c and Ctrl+v. But this method is not stable.
Posts: 10
Participants: 5
@rcarmona wrote:
I have two robots in the community version, but these are having problems in execution, because when the volume is very high, it is unconfigured and I must uninstall and install it again.
Is there any method to correct this deficiency or by its community characteristics will continue to have these problems?
Posts: 1
Participants: 1
@The_coder wrote:
Hi, I am new in UiPath and just learning through the course in academy.This error is encountered while running the the attached image work flow.I have already cross checked robot is connected,queue name is correct but do not know why this error is coming.Please help
Posts: 2
Participants: 2
@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 problemLog 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.TaskFactory
1.FromAsyncCoreLogic(IAsyncResult iar, Func2 endFunction, Action
1 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: 12
Participants: 4
@bogdanjianu wrote:
Hello all,
I’m building a process to go through all my gmail emails, and if the from and sender addresses contain the word “plus” it should move the email to specific folder.
The condition I am using in the if statement is the following:
Blockquote
item.From.Address.Contains(“plus”.Trim.ToUpper) or item.From.Address.Contains(“plus”.Trim.ToLower) or item.Sender.Address.Contains(“plus”.Trim.ToUpper) or item.Sender.Address.Contains(“plus”.Trim.ToLower)The thing is that when I run the process at one point I get the “object reference not set to an instance of an object” error. I don’t understand why though. I checked the values of item in debugging mode, and sender address is null when the error is thrown but shouldn’t the if statement deal with it?
Does somebody know exactly how the execution of multiple condition if statement like mine works?
Thanks.
Posts: 3
Participants: 3
@glory1 wrote:
Hi,
Please help to handle this runtime exception.
Sometimes I get this attached error; need to ignore and continue the process. thanks.
Posts: 2
Participants: 2
@oshan wrote:
Hi friends
I am adding values to queue.
i m getting the below error. Do you have any idea.
Robot has queue edit permission.
OrchestratorQueueName is correct. i checked using message box.“System error at initialization: You are not authorized! Error code: 0 at Source: UiPath.System.Activities”
Posts: 5
Participants: 3
@ultrarunner wrote:
Hi there,
I am using “Extract PDF Page Range,” and it worked ok while testing, but then I got an error:
Message: specified argument was out of the range of the valid values.
Parameter name: Range
Exception Type: System.ArgumentOutofRangeExceptionIt works with range “1”, but no other ranges (eg.“2”, “2-End”) seem to work. Any help would be appreciated.
Thank you,
Posts: 2
Participants: 2
@mdminhajm22 wrote:
While deleting the Service in UiPath Orchestrator, It got stuck and then got failed.
Now I am not able to create a new Service.I thought of creating a new Service because I was constantly getting “Robot Unavailable” error in Community Edition while connecting the Robot. Also the Dashboard was showing Zero robots to me, although I was not using any robot.
Please help…it’s urgent
Posts: 2
Participants: 1
@jpmorenovasquez wrote:
Hi Team,
I am receiving this error when i try to use the UIPath adapter in the OIC.Has anyone linked the Oracle Integration Cloud to the UIPath tenant?
Thanks
Posts: 8
Participants: 3
@Mona_Priya wrote:
Hi All,
I am a beginner to UIPath, Can anyone help on the below issue Im getting while sending SMTP mail messages?
Posts: 3
Participants: 3
@Kiran_Bg wrote:
Hi All,
after upgrading to 2019 version .i’m getting error in invoke workflow like
Set property ‘UiPath.Core.Activities.LogMessage.Message’ threw an exception.Can anyone guide me why it is getting this error .
Thanks
Posts: 6
Participants: 2
@KarthikBallary wrote:
Str=“10,000.78”
how to convert this to double.
Conver.toDouble(str.replace(",","")) - not working
CDbl(str.replace(",",""))-not working
Double.parse(dit to dit)-not working
Posts: 3
Participants: 3
@hss wrote:
Hi,
I am trying to download files from a folder from a unix server into my local windows machine… I used the SSH Connection Activity. The bot connects and am able to perform simple commands like “help”,“ls”…
But when i perform the scp command… apparently, password is being asked again… which i don’t know how to fill at that stage of the bot… hence facing error…
Here is the errorThe workflow screenshot:
Pls help!
Posts: 2
Participants: 2
@kamil wrote:
Hi everyone, I have a problem with unattended bot. From time to time “The given key was not present in the dictionary” error occures during reading value from dictonary variable, althought the key exist and most of the time the bot reads the value without any issue. Is this a bug? Do you know any solution? Thank you in advance.
Posts: 5
Participants: 4
@Chandan13457 wrote:
I am using Get Secret activity to fetch KeyValut from Azure , I have used Azure Scope and pass all required inputs and inside Azure Scope i have added Get Secret activity to fetch KeyVault and passed KeyVault name.
While executing the code i am getting “Failed to retrieve secrets. Error: Operation returned an invalid status code ‘Forbidden’”Please help.
Posts: 5
Participants: 2
@divakar.reddy wrote:
It’s showing invalid credentials, but I gave exact credentials. Could somebody tell me, how to resolve it
Posts: 5
Participants: 3
@Rupali_Shinde wrote:
when uipath extension is enable in my chrome …then chrome is not working…not opening but when i reinstall chrome and disable uipath extension my chrome is working and opening…whats the issue…please help…
Posts: 5
Participants: 4
@Karthik_S wrote:
All XAML files in my project are recognized as binary by git. Hence I’m unable to use diff or resolve conflicts when merging xaml files.
This is the response I get when I rebase:
First, rewinding head to replay your work on top of it... Applying: init apps warning: Cannot merge binary files: Main.xaml (HEAD vs. init apps) warning: Cannot merge binary files: Framework/GetTransactionData.xaml (HEAD vs. init apps) Using index info to reconstruct a base tree... M Framework/GetTransactionData.xaml M Main.xaml Falling back to patching base and 3-way merge... Auto-merging Main.xaml CONFLICT (content): Merge conflict in Main.xaml Auto-merging Framework/GetTransactionData.xaml CONFLICT (content): Merge conflict in Framework/GetTransactionData.xaml error: Failed to merge in the changes. hint: Use 'git am --show-current-patch' to see the failed patch Patch failed at 0001 init apps Resolve all conflicts manually, mark them as resolved with "git add/rm <conflicted_files>", then run "git rebase --continue". You can instead skip this commit: run "git rebase --skip". To abort and get back to the state before "git rebase", run "git rebase --abort".
This is the attributes of xaml file when I run git check-attr --all Main.XAML
Main.xaml: binary: set
Main.xaml: diff: unset
Main.xaml: merge: unset
Main.xaml: text: unsetI tried adding the below text to .gitattributes
.xaml diff
yet the attributes of .xaml is treated as binary
Posts: 4
Participants: 3