November 19, 2019, 1:05 am
@liyingjun wrote:
Insert: Dynamic SQL generation is not supported against a SelectCommand that does not return any base table information. 当我试着调用Database的Activities,总会遇到这个错误。在同一个链接中的select语句就没有任何问题。在英文网站上看到有相似的问题,不过没有明确的解答,希望在这边能有高手帮助一下
Posts: 6
Participants: 3
Read full topic
↧
November 25, 2019, 11:07 pm
@balupad14 wrote:
Hi ,
Today we are going to see how to add the custom content inside the Exception.
Sample Project : Tip2.zip (17.4 KB)
Note :
Thank you who gave the feedbacks and likes to My Previous Tip
Regards
Balamurugan.S
Posts: 3
Participants: 2
Read full topic
↧
↧
November 25, 2019, 3:08 am
↧
November 25, 2019, 1:30 am
@andrea.autelitano wrote:
Hi everyone,
we are facing an issue with a process that uses intensively the the OCR because interacts with an application using Flash.
From today the process has a strange behaviour. I report below the errors returned in the last 4 executions (from the oldest one):
-
After 6 hours running (but the strange thing is that after 5 minutes that the job was running it was actually stuck but the exception was given after 6 hours) the job ended with the following exception: “Job stopped with an unexpected exit code: 0xC00000FD”
-
In this run no logs are stored and it ended in exception after 1 minute with the following exception: “Could not start executor. A specified logon session does not exist. It may already have been terminated. (Exception from HRESULT: 0x80070520)”
-
In this run, after 3 minutes the job ended with the following exception: “Exception message: System.Exception: OpenCV: u != 0 —> Emgu.CV.Util.CvException: OpenCV: u != 0 at Emgu.CV.CvInvoke.CvErrorHandler(Int32 status, IntPtr funcName, IntPtr errMsg, IntPtr fileName, Int32 line, IntPtr userData) at Emgu.CV.CvInvoke.cveMatchTemplate(IntPtr image, IntPtr templ, IntPtr result, TemplateMatchingType method, IntPtr mask) at Emgu.CV.CvInvoke.MatchTemplate(IInputArray image, IInputArray templ, IOutputArray result, TemplateMatchingType method, IInputArray mask) at Emgu.CV.Image2.MatchTemplate(Image
2 template, TemplateMatchingType method) at UiPath.Vision.Detectors.ImageDetector.FindAll(Bitmap template, Double accuracy, Int32 maxMatches, Boolean fastSearch, Boolean scaledSearch) at UiPath.Vision.UiImage.FindAll(UiImage target, Double accuracy) — End of inner exception stack trace — at UiPath.Vision.UiImage.FindAll(UiImage target, Double accuracy) at UiPath.Core.Image.<>c__DisplayClass25_0.b__0() at UiPath.Core.Image.FindAll(ImageFindCriteria criteria) Exception source: UiPath.UiAutomation.Activities Exception stack trace: at UiPath.Core.Activities.AnchorBase.OnFaulted(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom) at System.Activities.Runtime.FaultCallbackWrapper.Invoke(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom) at System.Activities.Runtime.FaultCallbackWrapper.FaultWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)”
-
In this run, after 4 minutes running regularly, the job was stuck but like in the point 1, seem to run indefinitely but basically without doing nothing.
Posts: 1
Participants: 1
Read full topic
↧
November 26, 2019, 2:02 am
@Fey wrote:
I want to merge excel file A to B. Both files have the same columns.
My flow:
1 read range
2 append range
3. write CSV
It works when B just contains headers.
But if B contains data rows, it not work.
Error message : Append Range: Row number must be between 1 and 1048576
Posts: 2
Participants: 2
Read full topic
↧
↧
November 26, 2019, 12:22 am
@Debleena_Dhar wrote:
I am using anchor base activity to extract data (a particular field) from a scanned pdf. Find element and get text action inside it. While designing it is correctly selecting the anchor and element (in find element and get text).
But always error message:
Anchor Base: Value does not fall within the expected range.
I tried with another pdf file with different template. Always giving same error msg for anchor base activity.
Can you pls help to solve this.
Thanks
Posts: 6
Participants: 4
Read full topic
↧
↧
@9942055603 wrote:
Dear Experts,
Though i have installed the Java extension, Each time it ask for “Install the Java support files?”
I have tried many times and i didnt get any errors while the installation.But when i try to find the selector for click activity, I selects the whole screen and through out the same Pop up.
Please help solve this issue ASAP.
Regards,
Suresh Kumar S
Below mentioned is the message copied from the Pop up message.
Question
We detected that you are trying to capture in a Java window that uses a custom JRE.
Would you like to install the Java support files?
IMPORTANT: before installing you have to close the Java application!
Yes No
UIPath Version:2018.4
Java Version : Java7.1.71
![image]()
Posts: 9
Participants: 4
Read full topic
↧
November 21, 2019, 6:04 am
↧
↧
November 26, 2019, 5:28 am
@gokul_t wrote:
I am extracting data from Invoice pdf to excel. It was reading the data in pdf but not able to write text in the excel sheet.I am attaching my code along with this . Can anyone suggest me a solution
![Invoice]()
Posts: 1
Participants: 1
Read full topic
↧
November 25, 2019, 8:25 am
@tinkertwain wrote:
While installing Orchestrator, UiPath Platform Installer throws “An unexpected error has occurred”.
The above error is thrown when it is at “Searching for related applications”. So far could not find more logs about this install error. Apparently there is an MSI installer for this product, which has cli flags that could throw more light on it, but so far I have not been able to find how to get hold of the msi installer.
Here is some information about our environment:
Windows Server 2016 on VMWare with:
- .NET 4.7.2
- IIS 10.0.14393.0
- IIS URL rewrite module 2
- Microsoft Web Deploy 3.5
- PowerShell Version 5 (Execution policy set to RemoteSigned)
SQLServer 2013 is a separate server.
Any help on how to move forward would be highly appreciated.
Thx
Posts: 5
Participants: 2
Read full topic
↧
November 26, 2019, 7:19 am
@borismh wrote:
Lectura de archivos exitosa.zip (121.3 KB)
good afternoon
I would like to know a way to change the excel sheets for the names of my files while reading these in a folder
just get them to put the name “sheet01”, “sheet02” and so
my work reads a folder of xml files and then through a for each write on each sheet the name and path of these xml, I would like that apart from that also write the name of the xml on the excel sheets, so that be easier to look for.
Thank you very much, if there can be a solution for my problem
Posts: 8
Participants: 5
Read full topic
↧
February 1, 2019, 3:11 am
@Gabriel_Toth wrote:
Hi,
Im getting ‘cannot connect to packages feed the deployment settings may be invalid’ error when I try to publish my project to the orchestrator. Couldn’t find solution here, the deployment settings are done as in instructional video but my connection to the machine via robot is working ok. Does someone know please what could be the issue?
Thanks in advance
Posts: 29
Participants: 17
Read full topic
↧
↧
November 26, 2019, 3:13 am
@vicky1234567890 wrote:
After merging two datables i’m getting the output in some weird format. First datatable starts from A1 but the second datable starts from AA same like the following What could be the reason and how to solve that?![Capture]()
Thank you!
Posts: 2
Participants: 2
Read full topic
↧
November 26, 2019, 1:52 am
@Linas_Dulke wrote:
When trying to open xlsm file with excel application scope get this error:
19.11.0-beta.2+Branch.release-v2019.11.0
Source: Excel Application Scope
Message: Error opening workbook. Make sure Excel is installed.
Exception Type: System.Exception
RemoteException wrapping System.Exception: Error opening workbook. Make sure Excel is installed. —> RemoteException wrapping System.InvalidCastException: Unable to cast COM object of type ‘Microsoft.Office.Interop.Excel.ApplicationClass’ to interface type ‘Microsoft.Office.Interop.Excel._Application’. This operation failed because the QueryInterface call on the COM component for the interface with IID ‘{000208D5-0000-0000-C000-000000000046}’ failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
at Microsoft.Office.Interop.Excel.ApplicationClass.set_SheetsInNewWorkbook(Int32 RHS)
at UiPath.Excel.WorkbookApplication.StartNewApplication()
— End of inner exception stack trace —
at UiPath.Excel.WorkbookApplication.StartNewApplication()
at UiPath.Excel.WorkbookApplication.InitializeExcelApp()
at UiPath.Excel.Activities.ExcelApplicationScope.<>c.<.ctor>b__48_0(WorkbookArguments args)
at UiPath.Excel.Activities.ExcelApplicationScope.Execute(NativeActivityContext context)
at System.Activities.NativeActivity.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)
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at UiPath.Executor.BaseRunner.EndExecute(IAsyncResult result)
at UiPath.Executor.InProcessRunner.EndExecute(IAsyncResult result)
at UiPath.Core.Activities.ExecutorInvokeActivity.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 bookmarkManager)
Steps I already did:
- Re-installed Office365
- Re-Installed UiPath
- Checked registry keys (everything is ok)
Any other suggestions?
Posts: 5
Participants: 2
Read full topic
↧
November 26, 2019, 5:13 am
@Abubakkar wrote:
Hi,
what kind of error this?
![image]()
could anyone help me please
Thanks in Advance
Posts: 5
Participants: 2
Read full topic
↧
November 26, 2019, 3:32 am
@tharuler wrote:
Hi,
Does any one know why im getting this error "Microsoft Office 365 Scope: AADSTS53001: Device is not in required device state: domain_joined. " when I try to use the office365 activity to send an email?
Thanks & Regards
Posts: 4
Participants: 2
Read full topic
↧
↧
November 26, 2019, 5:48 am
@harsha8687 wrote:
hi All,
While trying to run the BOT from the Package deployed on the Orchestrator we are getting the below error, multiple times. But when trying to run from Uipath or from the Tray we are not getting this Error
"The UiElement is no longer valid Exception HResult Code : -2146233088"
Any suggestion will be helpful.
Thanks in Advance.
Posts: 4
Participants: 3
Read full topic
↧
November 26, 2019, 8:28 am
@srinic wrote:
Hi All,
I am getting below error while connecting robot using DNS URL. If we are connecting to direct orchestrator URL its getting connected.
![image]()
Below is the event log details
Please help on this.
Thanks,
Sri
Posts: 5
Participants: 2
Read full topic
↧
November 25, 2019, 5:05 pm
@Daehong wrote:
안녕하세요. UiPath를 새로 공부하고 있는 학생입니다.
커뮤니티버전으로 간단한 Process하나를 생성하여 Publish하고 Ochestrator에 Robot을 연결하고 배포하였으나 아래와 같은 메세지와 함께 실행되지 않습니다. 어떤 문제일까요?!
메세지창에서 "아니오"를 클릭하면 UiPath Studio Guide페이지가 열리면서 실행결과는 Successful로 나오지만 실제는 돌아가지 않습니다.
메세지창에서 "예"를 클릭하면 UiPath Studio가 열리면서 Running상태가 지속되어 강제종료해야 합니다.
Och_Remote_END|689x136
Posts: 6
Participants: 2
Read full topic
↧