Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
SRP Table Search hanging.
in SRP Editor
RE: Version 3.3.1.0 SRPEditor.OCX
Hi Kevin, I have not seen this posted so forgive me if it has been addressed.
We are working in an AREV32 environment converting to OI. When using the Table Search and looking through a library of mixed source and object stored procedures Table Search will hang if it gets a hit on one of the object modules. Other than the task manager restart I have not found a way to continue. Converting old AREV code requires lots of searches through the old code. If this has been addressed please point me in the right direction. It is much needed these days.
Hope all is well with the SRP Team.
Hi Kevin, I have not seen this posted so forgive me if it has been addressed.
We are working in an AREV32 environment converting to OI. When using the Table Search and looking through a library of mixed source and object stored procedures Table Search will hang if it gets a hit on one of the object modules. Other than the task manager restart I have not found a way to continue. Converting old AREV code requires lots of searches through the old code. If this has been addressed please point me in the right direction. It is much needed these days.
Hope all is well with the SRP Team.
Comments
Based on your description, I'm assuming it's getting into an infinite loop somehow. There are several places this could occur, but it would require very unusual behavior, such as ReadNext never reaching the end of a select. I'm going to need more to go on than the fact that the table contains a mix of records. I would need to know more about the record that's causing the hang.