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.
I don’t understand why it doesn’t read certain data from my xml file
Note: I am using “xnamesapce” variables. Also I also go through for each, the terms to be able to read the data through “read text” and “deserealize xml”, I hope you can help me
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.
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>
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.
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.
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
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.
I was trying to connect my lap to orchestrator by adding the standard machine to the machines and when I was coping with the same key in the tray and connect on below URL I’m getting the mention Pop-up box and not able to connect.
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.
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
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.
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.
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 ?
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 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.
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.