Hi Team,
I am getting the below error message when I am trying to drag and drop a process on the resource machine in the control room.
Error Message : "failed to create session on Desktop-d, failed to get effective runmode - unable to calcula...
Hi Team,
When I am trying to install Blue Prism in my system. Please find below the error message
Connection failed - The chosen database has been upgraded by a version of Blue Prism which is newer than the current version. You may not use th...
Hi Team,
I am trying to set up a tile in the dashboard, for getting the chart of average handling time of the queue.(I have enabled MI reporting in system manager). But still in the preview tab no data is being populated. Can you please help if w...
HI Team,
I am trying to consume, a process that is exposed as a web service. I am getting a error message as Null or empty response. Can you please help me out.
Thanks in advance
Regards
Sambashiva
Hi Team,
I have two collections(with same structure). I want to overwrite 1st collection with the values in the second collection.How can this be achieved without using loops to reduce the processing time?
Hi Srinath,
You need to build an custom action in the excel object to achieve the above functionality. Please refer to the below code sample for this :
Dim Xl
Dim Wb
Dim Ws
Dim Ol
Set Xl = CreateObject(""Excel.Application"")
Set Wb = Xl.Workbooks.A...
Hi Geetha,
Alternatively, you can also use start process action in the Utility - Environment object to launch the excel file(this will ensure that any addins present in the file are enable )and then proceed using the attach instance action the MS Exc...
Hi @John_Carter
I have followed the steps in the document, but am getting the following error message ""'Failed to create auto-instance - UNAVAILABLE'
"" .When trying to consume the web service with C# code.
Can you please help.
thanks
regard...