Hello everyone,
I want to try the the Compress PDF option within Adobe Services for oversized files . I’v successfully created the connection, it can be seen in the activity, but when I try to run the process, it displays the following error:
Download Created PDF: One or more errors occurred. (Object reference not set to an instance of an object.)
System.AggregateException: One or more errors occurred. (Object reference not set to an instance of an object.) —> System.NullReferenceException: Object reference not set to an instance of an object. at UiPath.IntegrationCore.Services.FileExecutionService.GenerateFileAsync(Stream fileStream, String filePath, String fileName, Boolean isGzipCompressed, CancellationToken cancellationToken)
at UiPath.IntegrationCore.Activities.DownloadFileBase.InvokeServiceAsync(ScopeActivityContext context, CancellationToken cancellationToken)
at UiPath.BAF.Activities.CrudActivityBase.ExecuteAsync(AsyncCodeActivityContext context, TelemetryOperation operation, CancellationToken cancellationToken)
at UiPath.IntegrationCore.Activities.APIOperationBase.ExecuteAsync(AsyncCodeActivityContext context, TelemetryOperation operation, CancellationToken cancellationToken)
at UiPath.BAF.Activities.CrudActivityBase.<>c__DisplayClass13_0.<b__0>d.MoveNext()
— End of inner exception stack trace —
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task1.GetResultCore(Boolean waitCompletionNotification) at System.Threading.Tasks.Task
1.get_Result()
at UiPath.BAF.Activities.BAFAsyncCodeActivity`1.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)
Thanks in advance for your help
-Oliver