AmiBarrett
Level 12
since ‎17-04-19
‎18-03-24

User Statistics

  • 606 Posts
  • 22 Answers
  • 65 Likes given
  • 141 Likes received

User Activity

I'm currently trying to query data from a SQL server and store it to a collection. Blue Prism fails the query, stating:  Can't convert System.Guid to a Blue Prism data type. Please either natively convert System.Guid to System.String, or add a new D...
We're running into an issue where Hub is failing to handshake with our SQL instance due to a discrepancy in the expected type of encryption. We are able to successfully connect to the SQL instance from the Application Server using connection string a...
As we're iterating through a collection, there are a number of cases where we want to make updates to the input data. When these data sets are in the thousands of rows, it's typically better on memory usage to use the same Collection in the input and...
Rather than have a process on a schedule set to periodically check a queue for data to work, add an optional work queue setting to automatically kick off a process on a designated resource/pool once there are items to be worked. This would remove the...
If a process has a high-volume of items to work, allow multiple processes to run the same process simultaneously. This would drastically drive up the savings-per-process, and may give some more meaning to Work Queue prioritization.