Can't create a task for document in mounted folder via QMS API
Hello
I'm trying to automate QMC tasks management with Powershell, but struggling with mounted folders. I'm using this Poweshell API client , but i have the same issues working with C# SDK.
It works great while .qwv`s are in C://Program Data/QlikTech/Documents , but behaves really strange with mounted folder.
In fact, it actually creates the task, but when i run it, the task always fails with the following reason
(8/26/2022 6:38:27 PM) Error: The task "SourceDocuments/Test/Test.qvw" failed. Exception: || QDSMain.Exceptions.TaskFailedException: Task execution failed with errors to follow. ---> QDSMain.Exceptions.SourceDocumentNotFoundException: Could not find SourceDocument (Distribution): qvp://rds1/Test/Test.qvw || at QDSMain.DistributeTask.PerformExecute(IExecutingTaskResult executingTaskResult) || --- End of inner exception stack trace --- || at QDSMain.DistributeTask.PerformExecute(IExecutingTaskResult executingTaskResult) || at QDSMain.Task.AbstractTask.TaskExecution(CurrentExecutionArgs args)
Tasks created from root folder have no such problems.
Maybe there is something i'm missing?
Thank you!
Note: I do not have Publisher license on this server.