It doesn’t even let me debug the file for some reason. I have reset the program and have tried to look into certain problems. Also this has not happened before
This error. All of my values have been filled too.
As per error one of the values you should provide is not provided or is null…
Specifically please check the activity which is failing and see what is the null value or empty value
Cheers
Hi @dolx
The error message “Value cannot be null. Parameter name: PipeName” in UiPath indicates that a parameter named “PipeName” is being passed with a null value, which is not allowed. This error typically occurs when working with activities that involve named pipes, such as the “Start Process” or “Invoke Workflow File” activities.
- " Verify that the “PipeName” property or any related parameters are correctly configured and not set to null.
- Validate input values: If you are passing arguments or variables as inputs to activities that use PipeName, ensure that these values are not null. Validate and initialize the inputs before using them in the activity.
Hope it helps!!
i dont know what a pipename variable is and how to find it, can you please make it more specific on how to do so?
Copy the log using Copy to Clipboard and paste it here. It’ll provide more context to locate errors.
23.6.1-beta.13324+Branch.release-v23.6.1.Sha.52787b786620e97cba5555379da6e6bb423b3e6b
Value cannot be null. (Parameter ‘pipeName’)
Unable to start execution: System.ArgumentNullException: Value cannot be null. (Parameter ‘pipeName’)
at System.IO.Pipes.NamedPipeClientStream…ctor(String serverName, String pipeName, PipeDirection direction, PipeOptions options, TokenImpersonationLevel impersonationLevel, HandleInheritability inheritability)
at UiPath.CoreIpc.NamedPipe.NamedPipeClient1.NamedPipeClientConnection.Connect(CancellationToken cancellationToken) at UiPath.CoreIpc.ServiceClient
1.CheckConnection(CancellationToken cancellationToken)
at UiPath.CoreIpc.ServiceClient1.EnsureConnection(CancellationToken cancellationToken) at UiPath.CoreIpc.ServiceClient
1.<>c__DisplayClass21_11.<<Invoke>b__1>d.MoveNext() --- End of stack trace from previous location --- at UiPath.CoreIpc.Helpers.Timeout[TResult](TimeSpan timeout, List
1 cancellationTokens, Func2 func, String message, Func
2 exceptionHandler)
at UiPath.CoreIpc.ServiceClient1.<>c__DisplayClass21_1
1.b__2(Exception ex)
at UiPath.CoreIpc.Helpers.Timeout[TResult](TimeSpan timeout, List1 cancellationTokens, Func
2 func, String message, Func2 exceptionHandler) at UiPath.Studio.DataBaseServer.Shared.Services.DataBaseServerAdapter.WaitJob(Func
2 serverCall, IDataBaseServiceCallArgs args, Action1 resultHandler) at UiPath.Studio.DataBaseServer.Shared.Services.DataBaseServerAdapter.Query[TArgs,TResultItem](TArgs queryArgs, IDataBaseServiceCallArgs
1 callArgs)
at UiPath.Studio.Plugin.Workflow.DataBase.DataBaseServiceProxy.Query[TArgs,TResultItem](TArgs queryArgs, IDataBaseServiceCallArgs`1 callArgs)
at UiPath.Studio.Plugin.Workflow.Net5Windows.Execution.Behaviors.ProjectValidationOnDocumentExecuteBehavior.GetValidateOnExecuteArgs(IDocument document, CancellationToken ct)
at UiPath.Studio.Plugin.Workflow.Execution.Services.ExecutionValidationService.ValidateAsync(IDocument document)
at UiPath.Studio.Shell.Execution.Services.ExecutionManagerBaseService.Validate(Object item)
at UiPath.Studio.Shell.Execution.Services.ExecutionManagerBaseService.PrepareForExecution(IDocument file, Boolean validate), HResult -2147467261
Hi @dolx
Check the variable in the variables panel in each xaml and also check the arguments panel too and at last check the passing of variables and arguments were passed correctly or not.
Regards
i dont know how to check if they have been passed through correctly but i am pretty sure that they have been
click on the import arguments and check the variables and arguments were passed correctly or not?
Regards
i dont get it do i just have to put anything in the value
Yeah you have created one argument can you please check whether the argument was properly assigned to a variable.
Regards
It was not properly assigned. This means that i actually dont have any arguements. Is there any way i can show you my problem through discord or something?
You can attach you xaml here if it is not having any sensitive data.