Null programme (AREV Specific)
At 19 AUG 1998 08:48:23PM Jonathan Bird wrote:
A client of mine reports that occasionally (like two or three times a day) they receive a W559 message (Cannot continue, An attempt was made to execute a null ("") program.).
I have traced it to when a "TRANSACTION ON" is issued.
Any clues what this means?
Using Arev 3.12 NLM installed on a Netware 3.11 server, variety of opsys and clients.
At 20 AUG 1998 03:32AM Andrew P McAuley wrote:
This is normally the result of a badly behaved MFS which does not have the code
If Len(NextBFS) Then Call @NextBFSbut rather has
Call @NextBFSI don't know whose MFS it'll be though….
amcauley@sprezzatura.com
World Leaders in all things RevSoft
At 20 AUG 1998 11:05PM Aaron Kaplan wrote:
Could also be the result of something like
MyProg='
Call @MyProg
apk@sprezzatura.com
At 20 AUG 1998 11:45PM Jonathan Bird wrote:
]]If Len(NextBFS) Then Call @NextBFS«
Indeed there is an MFS installed, and I am using the above syntax. Wierd thing is the MFS works fine on my copy of the database on my development machine. No good on the client's network. Any other (even wild) suggestions??