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

MailKit.Security.AuthenticationException: Authentication failed. Send smtp mail message activity

$
0
0

@kkpatel wrote:

Hi

I am getting the error as below while trying to send email from our client email server. They have provided us some port and server.
Port=25
Server=mail. < > .com ( < >indicates our client name)
Could you please help how to resolve the issue.

Or do we need to change the smtp detail ?
image

Posts: 13

Participants: 5

Read full topic


Does not read some xml file data

Powershell Issue

SharePoint 値が対象の範囲にありません というエラーの回避方法について

$
0
0

@Yumenoshima wrote:

こんにちは。夢ノ島です。

Sharepointのサイトでダウンロードしたい複数のファイルがあります(名前は固定です)。
ファイルの数だけ、ブラウザを開いてファイルを右クリック→「ダウンロード」ボタンを左クリックして保存したらブラウザを閉じる、という処理を繰り返しています。
ですが、2週目、3週目ぐらいで「値が対象の範囲にありません」というエラーが頻発します。

調べたらSharepointのページで参考情報を見つけたのですが、
http://kawakawa2000.jugem.jp/?eid=30
UiPathでこのエラーを回避する方法はありますでしょうか?教えてください。

Title:
How to avoid SharePoint “value does not fall within the expected range.” error

Hello. I’m Yumenoshima.

There are multiple files (names are fixed) that I want to download on the Sharepoint site.
As many files as there are, the browser is opened, right-clicked on the file, then left-clicked on the “Download” button and saved, and then the browser is closed.
However, the error “value does not fall within the expected range.”occurs frequently in the second or third laps.

I found some reference information on the Sharepoint page.
http://kawakawa2000.jugem.jp/?eid=30
Is there a way to avoid this error with UiPath? please tell me.

Posts: 3

Participants: 3

Read full topic

ADFS / SAML Authentication - Access Denied

$
0
0

@twhitehead wrote:

I’m testing SAML authentication with Orchestrator 2019.10.15 in a private setup. It appears the claims are being created appropriately but when being redirected back to the Orchestrator instance, access is denied. A support ticket has been opened, but I am wondering if anyone in the community has expereince with this or troubleshooting ADFS / SAML (I have no access to the ADFS and rely on another internal team for configuring that side)

<add key="ExternalAuth.Saml2.Enabled" value="true" /> has been added within <appSettings> as has the following within <configSections>

<sustainsys.saml2 entityId="https://urltoorch" returnUrl="https://urltoorch">
    <identityProviders>
        <add entityId="https://sts.windows.net/...id..." signOnUrl="https://login.microsoftonline.com/...id.../saml2" allowUnsolicitedAuthnResponse="true" binding="HttpRedirect">
            <signingCertificate storeName="My" storeLocation="LocalMachine" x509FindType="FindByThumbprint" findValue="B...3"/>
        </add>
    </identityProviders>
</sustainsys.saml2>

The claims are coming back with several attributes givenanme, surname, emailaddress, sAMAccountName, etc.the redirect is ending up at /Account/ExternalLoginCallback?ReturnUrl=%2F&mayRegisterTenant=False&error=access_denied

I’ve tried both creating a local user account in Orchestrator with various username formats as well as with an account added via Windows Auth that is created in the format of samaccountname@domain.



Posts: 1

Participants: 1

Read full topic

Microsoft O365 activity

$
0
0

@PKKrishnan wrote:

Hi,

I am trying to read email using custom activity Microsoft Office 365 Scope available UiPath GO.
I am getting below message

  AADSTS50194: Application '4ff3c9af-5b2d-4607-8ca9-1c0e7f387dc9'(TEST_MAILBOX) is not configured as a multi-tenant application. Usage of the /common endpoint is not supported for such applications created after '10/15/2018'. Use a tenant-specific endpoint or configure the application to be multi-tenant.

When i talked to my Azure team, they have added myself to the user list. Let me know what else needs to be checked in Azure.

Posts: 1

Participants: 1

Read full topic

Add Queue through API errror

$
0
0

@vinodcrimson wrote:

Hi All,

I am trying to add transactions in to Queue with Postman, but we are getting the below error.

{
“message”: “An error has occurred.”,
“errorCode”: 0,
“resourceIds”: null
}

PFB the details :
End Point used : https://XXXX.com/odata/Queues/UiPathODataSvc.AddQueueItem()
Body :
{
“itemData”: {
“Name”: “Auto_As_A_Service”",
“Priority”: “Normal”,
“SpecificContent”: {
“First”: “Some String Value Here”,
“First@odata.type”: “#String”,
“Second”: 516,
“Fourth”: “Did I skip the Third value?”,
“AnotherKey”: true
}
}
}

Headers : Authorization: Bearer “Token”

I still get the error, please help me out on this one. If this works then we are planning to implement the same using python.
Thanks
Vinod

Posts: 21

Participants: 6

Read full topic

Web scraping not fetching all data from the page

$
0
0

@Dark_matter wrote:

Hi All,

I am trying to fetch Job data from LinkedIn site.

But only 8 records are fetched from the page having 25 records.

Preview data wizard after selecting the second element shows all the 25 records but when i run it, only 8 records are fetched. I tried several ways to form the pattern.

selected 1st record, last record
selected 1st record. second record
selected 9th record, tenth record.

<column exact='1' name='Column1' attr='text'>
	<webctrl tag='div' idx='1'/>
	<webctrl tag='ul' class='jobs-search-results__list artdeco-list' idx='1'/>
	<webctrl tag='li' class='occludable-update artdeco-list__item--offset-4 artdeco-list__item p0 ember-view'/>
	<webctrl tag='div'/>
	<webctrl tag='artdeco-entity-lockup' class='artdeco-entity-lockup--size-4 artdeco-entity-lockup ember-view' idx='1'/>
	<webctrl tag='artdeco-entity-lockup-content' class='job-card-search__content-wrapper artdeco-entity-lockup__content ember-view' idx='1'/>
	<webctrl tag='h3' class='job-card-search__title artdeco-entity-lockup__title ember-view' idx='1'/>
</column>

Link: Login into LinkedIn -> to go Jobs page -> Search for ‘Data science’ and ‘United Kingdom’ -> I am trying to search this page.

Could you please help me here?

Posts: 4

Participants: 2

Read full topic


Empty orchestrator API Version

UIPATH PACKAGE ISSUE

$
0
0

@Manikandasamy wrote:

i have developed a project in higher studio version and now i want to move this project code to lowest version, is it possible ?

I have deleted the json file and downgraded the package to lower version, the project is running successfully, Then i published the project, but somehow if i run the bot with someother user its throwing an error. can u help.

Posts: 4

Participants: 2

Read full topic

Handling drop down with select item

$
0
0

@cschevuri wrote:

Hello friends,
I am supposed to select a value from drop down, where another value will populate based on my selection.
I am able to select first value, but value is not populating in the next field.
Can any one advice more to proceed further…
Thanks

Posts: 8

Participants: 4

Read full topic

Extract structured data not sending data to CSV File

Started jobs are always in a pending state

$
0
0

@Srikavya_n wrote:

Hello,
I am learning about the orchestrator, learning how to start jobs with it.
I have encountered a problem with starting jobs.
I have started them and they constantly get at pending state until I kill them. I have searched for a similar answer and also changed the username\domain values in the robot edit.
still, it remains in the pending state. please help me.

Posts: 19

Participants: 4

Read full topic

Getting an error: "System error at initialization: The given key was not present in the dictionary. at Source: mscorlib" while running main.xaml file

$
0
0

@arun.brahma wrote:

Hi,
I am getting the error: “System error at initialization: The given key was not present in the dictionary. at Source: mscorlib” and after that all applications are getting closed. I referred to this link: UiPath Forum Help for same error but it didn’t help as I checked spelling of keys and spaces in arguement and in excel and everything seemed perfect.
I also uploaded UiDemo Reframework Level 3 zip file here. Please check xaml file if you could figure out what’s the error.

ReFramework_UiDemo.zip (1.8 MB)

Posts: 4

Participants: 2

Read full topic

How to extract a table from a flash application in UiPath?


PDF Encryption

$
0
0

@Robotics wrote:

Hi Team,

I am trying to perform PDF encryption and decryption process. The pdf file is encrypted and placed in a folder location and i am trying to open the encrypted file and its supposed to ask for the password instead i am getting the error msg like - We can’t open Encrypted because we found a problem with it’s content.
What could be the reason for this ?

Posts: 5

Participants: 3

Read full topic

No Error in multiple Select Item if Item is not there

$
0
0

@AMAN_GUPTA wrote:

Hi All,

There is web application in which I am trying to automate , scenario I need to select one value from multiple selection box. I am able select to item if required item is there but if item not there I am not getting any exception, I need to have any exception or message so that I can know particular item is not there in the list.

I need urgent help on this topic…!!

Thanks in advance

Posts: 4

Participants: 4

Read full topic

UiPath.Core.Activities.ExtractData 2019.10.1 - Data Scrapping - Error - Column '' does not belong to table DataTable

$
0
0

@LADISZAN wrote:

Hello,

I have upgraded UiPath.UIAutomation.Activities from 19.7.0 to 19.10.1 and I have noticed difference in one specific case.

When table to be scrapped has no column name in one or more columns, Extract Datatable automatically determined datatable column name. But in 19.10.1 it is not the case and I have error message instead. As Scrap datatable comes by default with ContinueOnError, then this activity results with no error, but empty datatable.

Have you encounter the same issue?

Thanks.

Posts: 3

Participants: 2

Read full topic

What is this Error inCalculate Client Security Hash

Web Services: Object is read-only

$
0
0

@jodroenn wrote:

Hi to all,
I would like to use the SOAP / REST Web Services with three applications we use in our company (Omnitracker, BMC TrueSight Orchestrator (TSO) and BMC TrueSight Server Automation (TSSA)).
I get the services for all three - see the wsdl and screenshots attached.

I am able to use the resulting activities, but as soon as I connect to the services using credentials, I get an exception “System.InvalidOperationException: Object is read-only”. It is all the same with the three services.

A search in the internet gives me a page https://stackoverflow.com/questions/199014/getting-object-is-read-only-error-when-setting-clientcredentials-in-wcf , so I guess the solution lies in the generated web services.

Any proposals how to solve this?

Many thanks,
Joern
service_omnitracker service_tso service_tssa

call_read-only.7z (411.5 KB)

Posts: 4

Participants: 4

Read full topic

Viewing all 4405 articles
Browse latest View live