nelsonR
9th June 2004, 23:28
Hi All
I just wanted to give a heads up. I installed some tools patches last week to update my system. After doing that, I found some baan (IVc4) reports in "run away" mode. I had tmp files in the tmp directory that were just huge!
I found out that the system was stuck in an endless loop while trying to retrieve text.
Bottom line is that I spend two days in debug mode before I foud the problem.
I had data in ttttxt001 (ttttxt001.opwd) that refererenced a text window that did not exist in ttttxt004. In running a report, the report would issue a query to retrieve ttttxt004.coln. In this case, because the text window got deleted, a NULL value was returned and that created a run away process.
It really got ugly when the report went beyond 9,999 pages. Then I got format overflow allerts added to the event log and I got windows messages that the application log file was full.
To be safe, I recomend everyone to do a check to make sure that all the text windows that exist in txt001 are defined in txt004.
Baan will let you delete the text window even though it exist in txt001.
I logged a case with support even though I fixed the problem on my system.
Roy Nelson
I just wanted to give a heads up. I installed some tools patches last week to update my system. After doing that, I found some baan (IVc4) reports in "run away" mode. I had tmp files in the tmp directory that were just huge!
I found out that the system was stuck in an endless loop while trying to retrieve text.
Bottom line is that I spend two days in debug mode before I foud the problem.
I had data in ttttxt001 (ttttxt001.opwd) that refererenced a text window that did not exist in ttttxt004. In running a report, the report would issue a query to retrieve ttttxt004.coln. In this case, because the text window got deleted, a NULL value was returned and that created a run away process.
It really got ugly when the report went beyond 9,999 pages. Then I got format overflow allerts added to the event log and I got windows messages that the application log file was full.
To be safe, I recomend everyone to do a check to make sure that all the text windows that exist in txt001 are defined in txt004.
Baan will let you delete the text window even though it exist in txt001.
I logged a case with support even though I fixed the problem on my system.
Roy Nelson