Obscure problem (OpenInsight 16-Bit Specific)
At 04 OCT 2002 10:55:15AM Colin Rule wrote:
We have two users who have experienced the same thing.
Fatal Runtine ErrorSYS1000: Error Loading program "u"The u has an umlaut, ie is a system delimiter.
This comes up when using the vertical scroll bar from time to time.
Different applications totally, and different screens.
Seems to be intermittent, but I have the feeling that some event is trying to kick in and run a program.
My first thoughts were the timer event on the main calling screen with updates the clock on my screen, but disabling this did not resolve.
Any ideas please, as I am stuck⦠and unable to reproduce it.
At 06 OCT 2002 09:29PM Paul Rowe wrote:
Hi Colin,
We've had two similar problems. In one case it was a bug in one of our programs where we were calling a subroutine via a variable name.
e.g. Call @var( arg)
In some cases var was getting a system delimiter tacked on the end.
The other case was a site running on Novell, using the 1.5 NLM. It seemed to be a timeout problem when the left the machine idle in the application for more than 1/2 hour or so.
Paul
At 07 OCT 2002 03:27AM Colin Rule wrote:
Thanks for this.
I will check any @var calls.
I too get the feeling that it may be a timeout problem whereby the application is struggling to communicate with the server and cannot find a program event quickly enough.