Unable to write to DB - time allocated was insufficient

Certified Senior Developer
The process throws an exception while writing to DB and the node remains unattended, the alert looks like "The amount of time allocated for the completion of an unattended activity was insufficient to allow the activity to complete. ".

OriginalPostID-266834

  Discussion posts and replies are publicly visible

Parents
  • Just try firing the same insert query manually in your SQL Database and check how fast it gets inserted over there ?
    Incase it delays in inserting the data into your table check indexing is properly done with respect to the primary key of your table. Sometimes when large amount of data is there in any table and without indexing there might be a chance of taking some time to execute the query and from appian it like there few seconds of internal timings for WTD SS.
Reply
  • Just try firing the same insert query manually in your SQL Database and check how fast it gets inserted over there ?
    Incase it delays in inserting the data into your table check indexing is properly done with respect to the primary key of your table. Sometimes when large amount of data is there in any table and without indexing there might be a chance of taking some time to execute the query and from appian it like there few seconds of internal timings for WTD SS.
Children
No Data