something weird that i need you guys help pls
1. program in loop to delete data from a cas table
2. if the loop less than 10 , the program was able to executed nicely
3. if more , the looping goes by day in few month , then the misbehavior happens , it seems locking happened to the cas table .
4. do the syserrortext it shown this
5. it is not a parallel run process , it is looping, one by one it hitting the table to delete some records.
6. noticed similar happened when another program keep append 1 record to the cas table.
7. record size is small , less than 100 record ,
SYSERRORTEXT=The request to start or connect to a session failed. Specify a UUID to connect to an existing session or specify a session name, port and host name to start a session.
The request cannot be submitted to session....The session is
... View more