RTP20 error (AREV Specific)
At 20 JUL 2005 07:11:12PM Ellen Fox wrote:
R18.6
Select item RTP20 missing from program stack.
I am getting this error message on my win2003 server. I am running Arev 3.12, universal driver on a microsoft network.
As well as whatever the other guys are doing on this server, I have Arev running with the indexing machine and a reporting machine. Then I have a task which runs multiple times throughout the day doing a variety of arev stuff. When this task runs I am get the above error message.
In looking at the various topics it seems pretty clear that the program stack is full. My question is; Is the program stack unique to
each instance of Arev or is it a shared memory thing. Is my indexing, reporting and whatever other arev tasks I run share the same program stack?
At 21 JUL 2005 11:49AM Victor Engel wrote:
From a debugger prompt, enter PS. This lists out the program stack for you. You should be able to glean the answer to your question by analyzing the contents. I think you get a new program stack per TCL level.
Victor
At 21 JUL 2005 02:54PM [email protected] wrote:
The RTP20 programs are loaded very low on the program stack, during INITIAL.LOAD. They shouldn't be purged. I think what's happened is that you've nested your TCL levels a little to deep.
The Sprezzatura Group Web Site
World Leaders in all things RevSoft
At 28 JUL 2005 06:34PM Ellen Fox wrote:
The server in question was shutdown and restarted, the error went away. Thanks