Search

Data Nodes - FAQs

Last Updated: May 27, 2021

Articles

  1. What happens if UUID is not mapped to Delete Row node? An error message is displayed “UUID not found”.
  2. In Database and Jiffy Select node, what is maximum value for row limit? What is the recommended value? 100 is the default row limit. Usually, with more than 250 rows the performance decreases. Relook at the automation requirement and design to keep the row limit within 100.
  3. I’m getting the error com.option3.jiffy.service.a.l Detailed Message: The index 5 is out of range when running a stored procedure in DB node. This error occurs when the given stored procedure does not exist the the database. Specify the exact name of stored procedure.
  4. I have records in the table. Yet I am encountering No Row Returned error, while executing select * from <tablename> query. In the “Columns in result set (space separated)” field of the Operations tab, specify the columns names to be extracted.
  5. I encounter “The column name <column name in the datatable> was not found in this ResultSet.” error while executing a Select Query for Bulk Processing? This error occurs when the name of columns of datatable does not match with the columns specified in the select query.
Did you find what you were looking for?