third_party_content:community:commentary:forums_nonworks:edb1f4876e41ffde852570580061f950

Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community

At 09 AUG 2005 01:50:08PM Ellen Fox wrote:

Out of 250 clients that use 5 different Arev 3.12 databases I have 2

that receive Errmsg27.4 when they assign tests.

One is getting this error message on a dell optiplex computer.

Expanded memory is active.

Memory available is 337404

EM used is 480256

EM allocated is 1048516

The rollout file is using C:\temp which has a gigabyte of free space

The dos path for temporary files is c:\temp.

We are running Arev on a windows 2003 server using the Universal driver and the desktops are running Windows XP.

Diagnostics were run on the dell and no problems were found.

Does someone understand what is happening here?

Ellen


At 10 AUG 2005 03:22PM R Johler wrote:

How curious. Just yesterday I was getting this rtp error. RTP27 is the Program Loader.

I traced my problem to a program that run sometimes, and used an invalid statement like this code fragment

EQU FIELDNAME TO 2

READ my_rec FROM my_file, my_id THEN

  • Here comes the error!
val=my_rec{FIELDNAME}

END

It should have been

val=my_rec

The code compiled, but when it ran, we got the RTP27.4 error code. The error occurred only sometimes, when the code branched into that particular bit of nested "logic". If the code didn't branch into that, it would run fine.

Looked to me like someone cut-n-pasted some code out of a dictionary symbolic into an R/basic program, and foregot to finish the changes needed to make it work.

Why this would strike only one computer seems like this isn't your problem, but for what its worth.


At 11 AUG 2005 08:43AM [email protected] wrote:

Hi Ellen

As Ralph points out this is the program loader - specifically that the program loader is trying to load one program too many on the stack. When you get to the debugger check the pogram stack and see what is on there. Strong chance is you've got way too many symbolics for some reason.

[email protected]

The Sprezzatura Group Web Site

World Leaders in all things RevSoft


At 11 AUG 2005 12:11PM Ellen Fox wrote:

Will throwing more memory at it help. This only started after we

upgraded to Arev 3.12 with the universal driver.


At 11 AUG 2005 12:31PM [email protected] wrote:

No this is not an "out of string space" error - it is an attempt to load mpre than 299 programs onto the program stack error.

[email protected]

The Sprezzatura Group Web Site

World Leaders in all things RevSoft


At 11 AUG 2005 04:54PM Ellen Fox wrote:

Can you explain why this error never came up under version 3.03?


At 11 AUG 2005 05:06PM [email protected] wrote:

Nope sorry. R27.4 means an attempt to load to many programs onto the stack. It MAY be that for some reason a bug was introduced that allows programs to stay on the stack that wasn't there previously. Hence request to check what is on the program stack…. :(

[email protected]

The Sprezzatura Group Web Site

World Leaders in all things RevSoft

View this thread on the forum...

  • third_party_content/community/commentary/forums_nonworks/edb1f4876e41ffde852570580061f950.txt
  • Last modified: 2023/12/28 07:39
  • by 127.0.0.1