Hi all,
I am trying to understand and configure the Alteryx Server better - right now making changes to UAT side server.
For context:
My questions are:
Kinda stuck at this point. I'm discussing with my Alteryx official team as well, but I would appreciate input from other users or Alteryx staff abroad as well.
Thanks all!
Solved! Go to Solution.
Also the limitation with the SharePoint Input tool is that it calls one file at a time. For more complex builds that call in many files with * or even with Batch Macros/Dynamic Inputs, the whole concept of SharePoint being a conduit just falls apart.
Hey @caltang ,
AFAIK, Inputs/Outputs are stored on your MongoDB only if you send the assets with your workflow. By unchecking the box, the files are read/written directly from/to your folders. By unchecking the output box, there is no output download, now your users will have to access a shared folder to access them.
Best,
Fernando Vizcaino
Hi @fmvizcaino
Sorry, maybe I was confusing - what I meant is, I know that the assets can be unchecked when we upload it to Server - that part is fine.
However, end users still interfact with a file browse interface tool on the Server no? Because of that interaction, their uploads via file browse or downloads - these are also stored on MongoDB based on our discussions with Alteryx.
So, if we set the purge data to 1 day storage, the problem is that it is still stored for a day.
Got it. Sorry for the misunderstanding.
You can access the AlteryxService' AS_QueueInputs and AS QueueInputs.Files periodically and delete the content of both collections.
This is just an example of a file being loaded to the AS_Queue collection and the workflow erroring after deleting the document from the DB.
Best,
Fernando Vizcaino
Nice! Is there any way to write a script that does this automatically the moment a workflow finishes running?
Reason being is we can’t store the Inputs or Outputs even for a moment.
I have heard about MongoDB triggers, but I don`t believe the embedded version has that. Even though the data is being stored there, important to mention that it is all encrypted and not possible to access or extract the content by yourself.
I can think of 2 options here.
Best,
Fernando Vizcaino
Thank you my friend @fmvizcaino Fernando!
I'll review and implement. But I think it's much better to review processes and go through the discussions again to enable some sort of storage. Otherwise I cannot use the Input and Output tools with File Browse - defeats the whole purpose of Server.
But your comments are very helpful! I will implement them regardless. Thank you!