Hello Appeon Folks,
Here is the scenario started happening recently.
We have one window frame on which we open all the window sheet. Recently we added datawindow retrieval in Timer Event where we wait for few seconds setup in some config table and when time reached it will throw. This datawindow run select statement and try to retrieve the message and display as banner message.
When we rolled out this in production, we are getting now Database Error message
/*** DBError - n_ds(0) TimeStamp: 16/12/22 14:03:32:14 ***/
/*** Database error code: 999
Database error message: Select Error: Only the cancel command is allowed when the rows are pending. ***/
I don't know what is causing the issue. Its just a select statement. Is datastore causing some problem or what? What if I write the embedded query instead using datastore for retrieval.
This is little critical as this message is popping out frequently.
Thanks,
Vipin