Uipath Marketplace
MarketplaceStudioコネクタUiPath Tasks for Azure DevOps

はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す

UiPath Tasks for Azure DevOps

UiPath Tasks for Azure DevOps

作成者: UiPath

2

コネクタ

外部クリック数

<100

Yik Wen Goo
2 years 前に投稿

Can I use this in an on-prem airgapped installation of Azure DevOps?

Ray Cuadra
2 years 前に投稿

Our UiPath team used the UiPath Pack task in their build definition.  The build seems to be fine as no error is found in any log but when they deploy the package to the uipath orchestrator they get this error:

Info: Could not load file or assembly ', Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

RemoteException wrapping System.IO.FileNotFoundException: Could not load file or assembly ', Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

at System.Reflection.RuntimeAssembly.InternalLoad(ObjectHandleOnStack assemblyName, ObjectHandleOnStack requestingAssembly, StackCrawlMarkHandle stackMark, Boolean throwOnFileNotFound, ObjectHandleOnStack assemblyLoadContext, ObjectHandleOnStack retAssembly)

at System.Reflection.RuntimeAssembly.InternalLoad(AssemblyName assemblyName, RuntimeAssembly requestingAssembly, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, AssemblyLoadContext assemblyLoadContext)

at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyName(AssemblyName assemblyName)

at UiPath.Executor.WorkflowLoader.GetWorkflowFromXamlPath(String assemblyName, String xamlPath)

at UiPath.Executor.WorkflowLoader.LoadWorkflow(String xamlPath, String compiledWorkflowAssemblyName)

at UiPath.Executor.RobotRunner.InitWorkflowApplication()

at UiPath.Executor.RobotRunner.ExecuteJob()

Any idea on what could be causing this issue?

Ricardo Pacheco
2 years 前に投稿

Hello Thomas,

We created Azure DevOps pipelines to deploy packages to UiPath Cloud Orchestrator, the authentication selected is External Application because it is an option allowed when we enable SSO integration. A few weeks ago with the UiPath Integration extension version 2.11.3105315  it is working properly, but with the latest version 2.11.3214338 the following error is thrown (The build agent used to run is on AzurePipelines pool and nothing changed in the pipelines):

2022-12-14T16:59:02.9593522Z ##[section]Starting: UiPath Deploy package to Dev Folder

2022-12-14T16:59:03.0370340Z ==============================================================================

2022-12-14T16:59:03.0370698Z Task         : UiPath Deploy

2022-12-14T16:59:03.0370988Z Description  : Deploys a UiPath NuGet package onto UiPath Orchestrator.

2022-12-14T16:59:03.0371655Z Version      : 2.11.3214338

2022-12-14T16:59:03.0371978Z Author       : UiPath

2022-12-14T16:59:03.0374452Z Help         :

2022-12-14T16:59:03.0374878Z ==============================================================================

2022-12-14T16:59:04.4541654Z CLI downloaded successfully, extracting...

2022-12-14T16:59:04.4714766Z (node:6036) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.

2022-12-14T16:59:06.2368550Z Caching tool: uipcli 21.10.8319-10920 x64

2022-12-14T16:59:06.7056213Z [command]D:\a\_temp\dlehr2gyz\lib\net461\uipcli.exe run D:\a\_tasks\UiPathDeploy_72167370-9f1d-47d5-be00-6f2554c20001\2.11.3214338\DeployOptions.json

2022-12-14T16:59:10.0435359Z Failed to run the command. Could not connect to Cloud Orchestrator: https://cloud.uipath.com/, Account Name For App: ***, Application Id: ***, Application Scope(s): ***, Tenant: ***, Organization Unit: DEV/Department1/Process1.

2022-12-14T16:59:10.0436668Z Please make sure that the provided URL (https://cloud.uipath.com/) is correct, available from your build agent, and not blocked by a firewall.

2022-12-14T16:59:10.0437998Z If the Orchestrator is using a self-signed SSL certificate, make sure that the build agent trusts it. Ensure that all the steps at https://docs.uipath.com/orchestrator/docs/self-signed-certificates were correctly followed when creating the certificate.

2022-12-14T16:59:10.0918487Z Stack trace:

2022-12-14T16:59:10.0919983Z    at UiPath.CommandLine.Clients.OrchestratorClientFactory.c__DisplayClass5_0.<g__HandleBuild|8>d.MoveNext()

2022-12-14T16:59:10.0923020Z --- End of stack trace from previous location where exception was thrown ---

2022-12-14T16:59:10.0923994Z    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

2022-12-14T16:59:10.0924849Z    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

2022-12-14T16:59:10.0925534Z    at UiPath.CommandLine.Clients.OrchestratorClientFactory.d__5.MoveNext()

2022-12-14T16:59:10.0926092Z --- End of stack trace from previous location where exception was thrown ---

2022-12-14T16:59:10.0926664Z    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

2022-12-14T16:59:10.0927931Z    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

2022-12-14T16:59:10.0928522Z    at UiPath.CommandLine.Services.Impl.DeployService.d__3.MoveNext()

2022-12-14T16:59:10.0929040Z --- End of stack trace from previous location where exception was thrown ---

2022-12-14T16:59:10.0929564Z    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

2022-12-14T16:59:10.0930135Z    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

2022-12-14T16:59:10.0930762Z    at UiPath.CommandLine.Services.Impl.OptionsParser.c__DisplayClass7_0.<b__0>d.MoveNext()

2022-12-14T16:59:10.0931318Z --- End of stack trace from previous location where exception was thrown ---

2022-12-14T16:59:10.0931941Z    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

2022-12-14T16:59:10.0932579Z    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

2022-12-14T16:59:10.0933066Z    at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)

2022-12-14T16:59:10.0933546Z    at UiPath.CommandLine.Services.Impl.OptionsParser.d__6.MoveNext()

2022-12-14T16:59:10.0934136Z Microsoft.Rest.HttpOperationException: Operation returned an invalid status code BadRequest

2022-12-14T16:59:10.0936777Z    at UiPath.Orchestrator.Client.Util.UiPathWebApiExtensions.d__0.MoveNext()

2022-12-14T16:59:10.0937253Z --- End of stack trace from previous location where exception was thrown ---

2022-12-14T16:59:10.0937726Z    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

2022-12-14T16:59:10.0938249Z    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

2022-12-14T16:59:10.0938786Z    at UiPath.Orchestrator.Client.Util.AuthenticatedClient.d__28.MoveNext()

2022-12-14T16:59:10.0939440Z --- End of stack trace from previous location where exception was thrown ---

2022-12-14T16:59:10.0939908Z    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

2022-12-14T16:59:10.0940415Z    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

2022-12-14T16:59:10.0940952Z    at UiPath.Orchestrator.Client.Util.AuthenticatedClient.d__29`1.MoveNext()

2022-12-14T16:59:10.0941418Z --- End of stack trace from previous location where exception was thrown ---

2022-12-14T16:59:10.0942804Z    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

2022-12-14T16:59:10.0943344Z    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

2022-12-14T16:59:10.0943911Z    at UiPath.Orchestrator.Client.OrchestratorClientFactory.d__8.MoveNext()

2022-12-14T16:59:10.0944424Z --- End of stack trace from previous location where exception was thrown ---

2022-12-14T16:59:10.0944905Z    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

2022-12-14T16:59:10.0945408Z    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

2022-12-14T16:59:10.0945961Z    at UiPath.Orchestrator.Client.OrchestratorClientFactory.d__5.MoveNext()

2022-12-14T16:59:10.1015977Z --- End of stack trace from previous location where exception was thrown ---

2022-12-14T16:59:10.1018124Z    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

2022-12-14T16:59:10.1018954Z    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

2022-12-14T16:59:10.1019856Z    at UiPath.CommandLine.Clients.OrchestratorClientFactory.c__DisplayClass5_0.<g__HandleBuild|8>d.MoveNext()

2022-12-14T16:59:10.1483424Z ##[error]Error deploying package: Error: The process 'D:\a\_temp\dlehr2gyz\lib\net461\uipcli.exe' failed with exit code 1.

2022-12-14T16:59:10.1571554Z ##[section]Finishing: UiPath Deploy package to Dev Folder

Any information or something that can we use to solve it, probably the configuration needs to change or additional sets by this error: Microsoft.Rest.HttpOperationException: Operation returned an invalid status code BadRequest

Anja Meisner
3 years 前に投稿

Dear Thomas,

thank you very much for your reply.

To be honest, I don't understand why the 'UiPath Deploy' module wants to download anything from https://uipath.pkgs.visualstudio.com/ if the only thing I want to do is to deploy my very own workflows into my very own UiPath Orchestrator.

If we put the URL https://uipath.pkgs.visualstudio.com/ on the whitelist of our proxy I have justify this as we have very strong security rules. In this case I could not really tell what sort of downloads from the mentioned URL is needed in our scenario. Could you kindly provide more details. Thank you very much.

Update 20.10.2022

UiPath obviously provided another update of the module yesterday.

Now the deployment is working again on our side with no changes made by us in respect of proxy settings.

Version 2.11.3105315     

Released on 4/22/2019, 7:21:51 PM       

Last updated 10/19/2022, 2:01:39 PM     

Publisher UiPath

Thomas Stocker
2 years ago 前に投稿

Hallo Anja,

assuming, that in your case the feed is only consumed to download our CLI, you can alternatively use the task 'UiPathInstallPlatform' at the beginning of your pipeline. 

This task has the CLI self-contained and if used, it will store it within your build-agents cache for your Deploy task to consume from.

If you have further questions here, pls reach out via mail (thomas.stocker[at]uipath.com)

Anja Meisner
3 years 前に投稿

Hello,

since yesterday's update of the UiPath Integration in Azure our deployment pipeline is not working anymore.

It is failing in the step 'UiPath Deploy' with the following error:

[error]Unhandled: getaddrinfo EAI_AGAIN uipath.pkgs.visualstudio.com uipath.pkgs.visualstudio.com:443

This is the complete log:

2022-10-18T12:07:59.2222919Z ##[debug]Evaluating condition for step: 'UiPath Deploy'

2022-10-18T12:07:59.2224285Z ##[debug]Evaluating: succeeded()

2022-10-18T12:07:59.2224589Z ##[debug]Evaluating succeeded:

2022-10-18T12:07:59.2225106Z ##[debug]=> True

2022-10-18T12:07:59.2225446Z ##[debug]Result: True

2022-10-18T12:07:59.2225872Z ##[section]Starting: UiPath Deploy

2022-10-18T12:07:59.3728504Z ==============================================================================

2022-10-18T12:07:59.3728780Z Task         : UiPath Deploy

2022-10-18T12:07:59.3729001Z Description  : Deploys a UiPath NuGet package onto UiPath Orchestrator.

2022-10-18T12:07:59.3729238Z Version      : 2.11.3094444

2022-10-18T12:07:59.3729404Z Author       : UiPath

2022-10-18T12:07:59.3729565Z Help         : 

2022-10-18T12:07:59.3729771Z ==============================================================================

2022-10-18T12:07:59.6943702Z ##[debug]agent.TempDirectory=C:\agent01\_work\_temp

2022-10-18T12:07:59.7083787Z ##[debug]loading inputs and endpoints

2022-10-18T12:07:59.7233864Z ##[debug]loading ENDPOINT_AUTH_f03fd7ad-2a8b-48c2-a202-28372955e011

2022-10-18T12:07:59.7264889Z ##[debug]loading ENDPOINT_AUTH_PARAMETER_f03fd7ad-2a8b-48c2-a202-28372955e011_APPLICATIONID

2022-10-18T12:07:59.7266038Z ##[debug]loading ENDPOINT_AUTH_PARAMETER_f03fd7ad-2a8b-48c2-a202-28372955e011_APPLICATIONSCOPE

2022-10-18T12:07:59.7289933Z ##[debug]loading ENDPOINT_AUTH_PARAMETER_f03fd7ad-2a8b-48c2-a202-28372955e011_APPLICATIONSECRET

2022-10-18T12:07:59.7291097Z ##[debug]loading ENDPOINT_AUTH_PARAMETER_SYSTEMVSSCONNECTION_ACCESSTOKEN

2022-10-18T12:07:59.7454292Z ##[debug]loading ENDPOINT_AUTH_SCHEME_f03fd7ad-2a8b-48c2-a202-28372955e011

2022-10-18T12:07:59.7538945Z ##[debug]loading ENDPOINT_AUTH_SCHEME_SYSTEMVSSCONNECTION

2022-10-18T12:07:59.7552004Z ##[debug]loading ENDPOINT_AUTH_SYSTEMVSSCONNECTION

2022-10-18T12:07:59.7558399Z ##[debug]loading INPUT_CREATEPROCESS

2022-10-18T12:07:59.7559296Z ##[debug]loading INPUT_ENTRYPOINTS

2022-10-18T12:07:59.7560279Z ##[debug]loading INPUT_FOLDERNAME

2022-10-18T12:07:59.7579278Z ##[debug]loading INPUT_ORCHESTRATORCONNECTION

2022-10-18T12:07:59.7708393Z (node:4700) Warning: Use Cipheriv for counter mode of aes-256-ctr

2022-10-18T12:07:59.7709226Z ##[debug]loading INPUT_PACKAGESPATH

2022-10-18T12:07:59.7715333Z (node:4700) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.

2022-10-18T12:07:59.7715949Z ##[debug]loading INPUT_TRACELEVEL

2022-10-18T12:07:59.7880017Z ##[debug]loading SECRET_AGENT_PROXYPASSWORD

2022-10-18T12:07:59.7885678Z ##[debug]loaded 15

2022-10-18T12:07:59.7927937Z ##[debug]Agent.ProxyUrl=http://********************

2022-10-18T12:07:59.7929655Z ##[debug]Agent.ProxyUsername=************

2022-10-18T12:07:59.8040950Z ##[debug]Agent.ProxyPassword=***

2022-10-18T12:07:59.8047626Z ##[debug]Agent.ProxyBypassList=undefined

2022-10-18T12:07:59.8048537Z ##[debug]Agent.TempDirectory=C:\agent01\_work\_temp

2022-10-18T12:07:59.8049852Z ##[debug]expose agent proxy configuration.

2022-10-18T12:07:59.8414459Z ##[debug]Agent.CAInfo=undefined

2022-10-18T12:07:59.8414830Z ##[debug]Agent.ClientCert=undefined

2022-10-18T12:07:59.8415127Z ##[debug]Agent.SkipCertValidation=undefined

2022-10-18T12:07:59.8415533Z ##[debug]check path : C:\agent01\_work\_tasks\UiPathDeploy_72167370-9f1d-47d5-be00-6f2554c20001\2.11.3094444\task.json

2022-10-18T12:07:59.8416082Z ##[debug]adding resource file: C:\agent01\_work\_tasks\UiPathDeploy_72167370-9f1d-47d5-be00-6f2554c20001\2.11.3094444\task.json

2022-10-18T12:07:59.8416449Z ##[debug]system.culture=en-US

2022-10-18T12:07:59.8416745Z ##[debug]Agent.TempDirectory=C:\agent01\_work\_temp

2022-10-18T12:08:10.4677857Z ##[debug]task result: Failed

2022-10-18T12:08:10.4701745Z ##[error]Unhandled: getaddrinfo EAI_AGAIN uipath.pkgs.visualstudio.com uipath.pkgs.visualstudio.com:443

2022-10-18T12:08:10.4711330Z ##[debug]Processed: ##vso[task.issue type=error;]Unhandled: getaddrinfo EAI_AGAIN uipath.pkgs.visualstudio.com uipath.pkgs.visualstudio.com:443

2022-10-18T12:08:10.4714642Z ##[debug]Processed: ##vso[task.complete result=Failed;]Unhandled: getaddrinfo EAI_AGAIN uipath.pkgs.visualstudio.com uipath.pkgs.visualstudio.com:443

2022-10-18T12:08:10.4741498Z ##[section]Finishing: UiPath Deploy

Could you kindly advise how to solve it and why this is happening since yesterday's upgrade.

Thank you for your help.

Thomas Stocker
3 years ago 前に投稿

Hello Anja, 

thx for reaching out.

the IP in the error you provided is most likely the of the CLI our tasks try to download during execution.

This URL changes as it always points to a specific CLI version and therefore the URL includes the version number.

This is the URL for the latest CLI version:

https://uipath.pkgs.visualstudio.com/Public.Feeds/_packaging/UiPath-Official/nuget/v3/flat2/UiPath.CLI/21.10.8280.12384/UiPath.CLI.21.10.8280.12384.nupkg

We assume the problem is that your security blocks this URL.

To confirm this, pls add a temporary task to your pipeline (e.g. commandline task) that pings this URL (ping uipath.pkgs.visualstudio.com)  in order to confirm that it is not available.

If this is confirmed, we highly recommend to whitelist the following URL permanently in order for the plugin to work also for future updates:

https://uipath.pkgs.visualstudio.com/

Pls let us know if this solves the problem.

Karine Comte
3 years 前に投稿

Hello,

We cannot pack our library anymore since our library references another custom library (LibA) even if LibA is already published in the Orchestrator.

Here is the error : 

UiPath Pack Library

Unable to create activity builder for ActivityB.xaml. Reason was 'Cannot create unknown type '{clr-namespace:LibA;assembly=LibA}ActivityA

Please help !

Thomas Stocker
3 years ago 前に投稿

Hi Karine,

can you share the entire log output when run with verbose logging?

So you try to pack a library which itself also references a library and this fails?

Where is that referenced library on Orchestrator?

Karine Comte
3 years 前に投稿

Hello, 

Do this extension manage project tags (adding in Project settings) in order to view them in the Orchestrator ?

Thomas Stocker
3 years ago 前に投稿

Hi Karine,

we do not consider project tags right now in our pack task. If you feel this is a feature we should definitely add, pls let us know.

Juan Felipe Ramirez
3 years 前に投稿

Hello.

I am implemented UiPath Deploy but it generates the following error:

Found tool in cache: uipcli 21.10.8280-12384 x64

E:\agents\2\_work\_tool\uipcli\21.10.8280-12384\x64\uipcli.exe run E:\agents\2\_work\_tasks\UiPathDeploy_72167370-9f1d-47d5-be00-6f2554c20001\2.10.2941586\DeployOptions.json

Failed to run the command. Could not connect to Cloud Orchestrator, Refresh Token: ***, Tenant: ***, Account Name: ***, OrganizationUnit: Default.

Please make sure that the provided URL (https://cloud.uipath.com/***/***/) is correct, available from your build agent, and not blocked by a firewall.

If the Orchestrator is using a self-signed SSL certificate, make sure that the build agent trusts it.

System.Net.Sockets.SocketException (0x80004005): An existing connection was forcibly closed by the remote host

at System.Net.Sockets.Socket.BeginSend(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, AsyncCallback callback, Object state)

at System.Net.Sockets.NetworkStream.BeginWrite(Byte[] buffer, Int32 offset, Int32 size, AsyncCallback callback, Object state)

##[error]Error deploying package: Error: The process 'E:\agents\2\_work\_tool\uipcli\21.10.8280-12384\x64\uipcli.exe' failed with exit code 1.

We are using a self-hosted agent that is a Windows Server 2019 Standard. But, when using an on-premises agent or Azure agents, the deployment works. Another strange thing is that it previously worked and the firewall doesn't block it.

Thomas Stocker
3 years ago 前に投稿

Hi Juan,

as the message says, the remote host (Azure Devops server) closed the connection forcibly. This might be due to several reasons, maybe an exception has happened.

Can you share the entire log output with verbose logging enabled?

Ricardo Pacheco Osornio
3 years 前に投稿

Which scopes is required to set when we are creating External Application on UiPath Cloud and what is the mandatory value to set in Redirect URL considering we will use to connect AzureDevOps

Thomas Stocker
3 years ago 前に投稿

Hi Ricardo,

Redirect URL can be left empty here.

The following scopes are required for all features in our plugin:

OR.Monitoring OR.BackgroundTasks OR.TestSets OR.TestSetExecutions OR.TestSetSchedules OR.Settings OR.Robots OR.Machines OR.Execution OR.Assets OR.Users OR.Jobs OR.Folders

Pls make sure you use the SAME APPLICATION scopes on both sides: Orchestrator External App and Service Connection

Trolle Geuna
3 years 前に投稿

Hi,

Im using the uipcli.exe from the UiPath Install Platform step to run the analyzer in a separate stage. We have created custom rules but how do I add the custom rules  and the custom uipath.policies.config so that uipcli.exe analyze runs them?

When running uipcli.exe .\uipcli.exe package analyze it has inputs for:

--analyzerTraceLevel

--stopOnRuleViolation

--treatWarningsAsErrors

--resultPath

--ignoredRules

--orchestratorUsername

--orchestratorPassword

--orchestratorAuthToken

--orchestratorAccountName

--orchestratorAccountForApp

--orchestratorApplicationId

--orchestratorApplicationSecret

--orchestratorApplicationScope

--orchestratorFolder

--orchestratorUrl

--orchestratorTenant

--help

--version

When examination of the UiPath.CLI nupkg file there arent an rules/ folder as there is in a studio installation.

__SOLUTION__

If anyone stumbles on this and are wondering the solution for running codechecking from cli. You have to copy the custom rules to the path where the uipcli.exe exists.

:)

Thomas Stocker
3 years ago 前に投稿

Trolle,

apologies for the late response and thx a lot for posting the solution!

AASHI GARG
3 years 前に投稿

For the task: UiPath Manage Assets, the sample csv given contains a description column as well. 

But, while using this task in realtime, It works when only name,type,value columns are present. It gives an error if we add a description column in the csv: CsvHelper.MissingFieldException: Field at index '3' does not exist. You can ignore missing fields by setting MissingFieldFound to null.

PFB the full log generated:

2022-07-14T11:14:04.0635259Z ##[section]Starting: UiPathAssets
2022-07-14T11:14:04.0975547Z ==============================================================================
2022-07-14T11:14:04.0975949Z Task         : UiPath Manage Assets
2022-07-14T11:14:04.0976255Z Description  : Used to manage orchestrator assets.
2022-07-14T11:14:04.0976533Z Version      : 2.9.2547798
2022-07-14T11:14:04.0976759Z Author       : UiPath
2022-07-14T11:14:04.0976968Z Help         :
2022-07-14T11:14:04.0977274Z ==============================================================================
2022-07-14T11:14:04.3688016Z Found tool in cache: uipcli 1.0.8136-25036 x64
2022-07-14T11:14:04.3764697Z ##[warning]Can\'t find loc string for key: Tenant
2022-07-14T11:14:04.3783921Z [command]C:\agent\_work\_tool\uipcli\1.0.8136-25036\x64\uipcli.exe run C:\agent\_work\_tasks\UiPathAssets_f4df1586-7648-4160-ad6d-a03b05af0004\2.9.2547798\AssetsOptions.json
2022-07-14T11:14:06.2778803Z CsvHelper.MissingFieldException: Field at index '3' does not exist. You can ignore missing fields by setting MissingFieldFound to null.
2022-07-14T11:14:06.2780836Z IReader state:
2022-07-14T11:14:06.2781616Z    ColumnCount: 0
2022-07-14T11:14:06.2782381Z    CurrentIndex: 3
2022-07-14T11:14:06.2783117Z    HeaderRecord:
2022-07-14T11:14:06.2784000Z ["name","type","value","description"]
2022-07-14T11:14:06.2784693Z IParser state:
2022-07-14T11:14:06.2785494Z    ByteCount: 0
2022-07-14T11:14:06.2786130Z    CharCount: 329
2022-07-14T11:14:06.2786658Z    Row: 8
2022-07-14T11:14:06.2787175Z    RawRow: 8
2022-07-14T11:14:06.2787643Z    Count: 3
2022-07-14T11:14:06.2788131Z    RawRecord:
2022-07-14T11:14:06.2788880Z asset_4_name,credential,"username::password"
2022-07-14T11:14:06.2789271Z
2022-07-14T11:14:06.2789529Z
2022-07-14T11:14:06.2790192Z    at CsvHelper.Configuration.ConfigurationFunctions.MissingFieldFound(MissingFieldFoundArgs args)
2022-07-14T11:14:06.2791283Z    at CsvHelper.CsvReader.GetField(Int32 index)
2022-07-14T11:14:06.2791958Z    at CsvHelper.CsvDataReader.IsDBNull(Int32 i)
2022-07-14T11:14:06.2792650Z    at CsvHelper.CsvDataReader.GetValues(Object[] values)
2022-07-14T11:14:06.2793244Z    at System.Data.ProviderBase.DataReaderContainer.CommonLanguageSubsetDataReader.GetValues(Object[] values)
2022-07-14T11:14:06.2793836Z    at System.Data.ProviderBase.SchemaMapping.LoadDataRow()
2022-07-14T11:14:06.2794360Z    at System.Data.Common.DataAdapter.FillLoadDataRow(SchemaMapping mapping)
2022-07-14T11:14:06.2795236Z    at System.Data.Common.DataAdapter.FillFromReader(DataSet dataset, DataTable datatable, String srcTable, DataReaderContainer dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue)
2022-07-14T11:14:06.2796218Z    at System.Data.Common.DataAdapter.Fill(DataTable[] dataTables, IDataReader dataReader, Int32 startRecord, Int32 maxRecords)
2022-07-14T11:14:06.2796992Z    at System.Data.Common.LoadAdapter.FillFromReader(DataTable[] dataTables, IDataReader dataReader, Int32 startRecord, Int32 maxRecords)
2022-07-14T11:14:06.2799193Z    at System.Data.DataTable.Load(IDataReader reader, LoadOption loadOption, FillErrorEventHandler errorHandler)
2022-07-14T11:14:06.2799968Z    at UiPath.CommandLine.Parsers.AssetsParser.GetAssetsFromFile(String assetsFile, IList`1& assets, IList`1& errors, Boolean requiresAllColumns)
2022-07-14T11:14:06.2800671Z    at UiPath.CommandLine.Services.Impl.DeployAssetsService.d__8.MoveNext()
2022-07-14T11:14:06.2801227Z --- End of stack trace from previous location where exception was thrown ---
2022-07-14T11:14:06.2801773Z    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
2022-07-14T11:14:06.2802394Z    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
2022-07-14T11:14:06.2803076Z    at UiPath.CommandLine.Services.Impl.OptionsParser.c__DisplayClass7_0.<b__0>d.MoveNext()
2022-07-14T11:14:06.2804341Z --- End of stack trace from previous location where exception was thrown ---
2022-07-14T11:14:06.2809528Z    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
2022-07-14T11:14:06.2810499Z    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
2022-07-14T11:14:06.2811448Z    at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
2022-07-14T11:14:06.2812253Z    at UiPath.CommandLine.Services.Impl.OptionsParser.d__6.MoveNext()
2022-07-14T11:14:06.3407281Z ##[error]Error on assets deploy: Error: The process 'C:\agent\_work\_tool\uipcli\1.0.8136-25036\x64\uipcli.exe' failed with exit code 1
2022-07-14T11:14:06.3493261Z ##[section]Finishing: UiPathAssets

Thomas Stocker
3 years ago 前に投稿

We have just release a new version addressing the Set Asset task. Is the problem still existent or is it solved with the latest version?

Fun Filled Chapters
3 years 前に投稿

I am unable to find the UiPath Tasks under Azure pipeline though i have this extension installed. Am I missing something in installation ?

Thomas Stocker
3 years ago 前に投稿

This sounds like a permission problem. Are you sure your logged in user has permission to use the plugiin? Did you install it with the same user as you intend to use it?

公開者

UiPath

公開者ページを表示

信頼できるソース

ライセンス契約とプライバシー条項

ライセンス契約

プライバシー条項

技術情報

更新日

2021年12月20日

対応製品

Studio: 20.4 - 22.10

アプリケーション

Microsoft Azure

サポート

リンク: https://www.uipath.com/company/contact-us/contact-technical-support

UiPath Standard Support, see your Service Agreement.

リソース