Looking to for options to save PI data. Since storing PI data in Queue is not a recommended one. Any alternate solution to save PI data
As per my knowledge, you can save PI data in a database like SQL Server or use cloud storage like Azure Blob or AWS S3 instead of queues.
If helpful, mark as solution. Happy automation with UiPath
two approaches generally sued
- Store a reference to a row or so in the queue and read the file or DB row to get the actual data
- Encrypt the data and store it and decrypt it when retreived ..thsi way data is stored in queue but as its encrypted it cannot be viewed
cheers
We can save PI data in Queue as it provides encryption option at queue level so it’s not readable from Orchestrator anyway.
Enable Store in encrypted format option while creating the queue.
1 Like
Yes, this would be a best solution. Storing PI data in any shared drives/Database will be the best solution.
Thank you
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.
