[B10] in program "DBI.G.DETAIL", Line 3519:
Variable has not been assigned a value; zero used.
[B10] in program "DBI.G.DETAIL", Line 3519:
Variable has not been assigned a value; zero used.
[B25] in program "DBI.G.DETAIL", Program 'PATIENTS%PAT%DERIVED%PRIVACY.WK' has not been cataloged.
Now, the first two are the same errors I spotted when simply navigating to 'Run a form'; but when I do actually run the form, in the browser it hangs. Now we know the reason why:
DBI.G.DETAIL has tried to run a routine, which is not catalogued and aborts! Rather ungraceful; which raises the point I am making. How would one have known had I not been monitoring the output?
Further, when I look at the subroutines created by the code snippet feature of db, the item names are delimited with a double percent sign; that is
PATIENTS%%PAT%%DERIVED%%PRIVACY.WK
The routines, found correctly in DBICODEBLOCK, and successfuly migrated across from UV, are all there, flashcompiled and catalogued; but do not 'match' what db is looking for.
Is suspect this an issue to do with UV. I vaguely recall something about UV's handling of percent signs as delimiters and how that was a problem; so perhaps this is a migration issue [Rick - can you comment, please?]; but further given that the inbuilt db editor does not work correctly on d3/win; if the 'logic' for handling the translation in/out of filenames is built into that editor; where does that leave me in this case?
I will try renaming and routines, which may get me out of this immediate issue, but does not help me in an ongoing fashion. Or am I missing something here?
Cheers
David
logto dm
create-file runtime-errors 1 1001
Now, whenever you suspect is a BASIC runtime error, use list-runtime-errors to see the info. The dict is automatically created with the file.
Be sure you delete the file or monitor/prune it. It can grow uncontrollably and affect system performance as more items get added. I found a system that had ground to a halt because this file was created at 1,1 and had millions of records (in overflow). You could have a phantom e-mail you if that file is not empty, and maybe clear records older than x days (as part of other system monitoring)…
HTH
Tony Gravagno
Nebula Research and Development
TG@ remove.pleaseNebula-RnD.com
remove.pleaseNebula-RnD.com/blog
Visit http://PickWiki.com! Contribute!
--To view this discussion on the web visit https://groups.google.com/d/msg/designbais-forum/-/B4aF5rUU5YYJ.
You received this message because you are subscribed to the Google Groups "DesignBais-Forum" group.
To post to this group, send email to designba...@googlegroups.com.
To unsubscribe from this group, send email to designbais-for...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/designbais-forum?hl=en.
is the runtime-errors file a function of d3 or designbais? In other words, will it work for us users on AIX/Universe?Another debugging option is running DBI.RUN.LAST at tcl right after a browser failure, it has helped me in the past.
From: Dick Thiot
Sent: Saturday, May 12, 2012 12:13 PM
Subject: Re: Monitoring subroutines for errors in d3/win
David,
You will only want that file there when you are checking for errors. You should probably delete it otherwise or have a process that on a regular basis clears the file. It can cause systems to become slow for "no apparent reason" and often the file is forgotten and thus fills up with data well beyond its allocated size.
Dick
To post to this group, send email to designbais-forum@googlegroups.com.
To unsubscribe from this group, send email to designbais-forum+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "DesignBais-Forum" group.
To post to this group, send email to designbais-forum@googlegroups.com.
To unsubscribe from this group, send email to designbais-forum+unsubscribe@googlegroups.com.
is the runtime-errors file a function of d3 or designbais? In other words, will it work for us users on AIX/Universe?Another debugging option is running DBI.RUN.LAST at tcl right after a browser failure, it has helped me in the past.
Sent: Saturday, May 12, 2012 12:13 PM
Subject: Re: Monitoring subroutines for errors in d3/win
David,
You will only want that file there when you are checking for errors. You should probably delete it otherwise or have a process that on a regular basis clears the file. It can cause systems to become slow for "no apparent reason" and often the file is forgotten and thus fills up with data well beyond its allocated size.
Dick
To post to this group, send email to designbais-forum@googlegroups.com.
To unsubscribe from this group, send email to designbais-forum+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "DesignBais-Forum" group.
To post to this group, send email to designbais-forum@googlegroups.com.
To unsubscribe from this group, send email to designbais-forum+unsubscribe@googlegroups.com.
is the runtime-errors file a function of d3 or designbais? In other words, will it work for us users on AIX/Universe?Another debugging option is running DBI.RUN.LAST at tcl right after a browser failure, it has helped me in the past.
Sent: Saturday, May 12, 2012 12:13 PM
Subject: Re: Monitoring subroutines for errors in d3/win
David,
You will only want that file there when you are checking for errors. You should probably delete it otherwise or have a process that on a regular basis clears the file. It can cause systems to become slow for "no apparent reason" and often the file is forgotten and thus fills up with data well beyond its allocated size.
Dick
To post to this group, send email to designbais-forum@googlegroups.com.
To unsubscribe from this group, send email to designbais-forum+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "DesignBais-Forum" group.
To post to this group, send email to designbais-forum@googlegroups.com.
To unsubscribe from this group, send email to designbais-forum+unsubscribe@googlegroups.com.
is the runtime-errors file a function of d3 or designbais? In other words, will it work for us users on AIX/Universe?Another debugging option is running DBI.RUN.LAST at tcl right after a browser failure, it has helped me in the past.
Sent: Saturday, May 12, 2012 12:13 PM
Subject: Re: Monitoring subroutines for errors in d3/win
David,
You will only want that file there when you are checking for errors. You should probably delete it otherwise or have a process that on a regular basis clears the file. It can cause systems to become slow for "no apparent reason" and often the file is forgotten and thus fills up with data well beyond its allocated size.
Dick
To post to this group, send email to designbais-forum@googlegroups.com.
To unsubscribe from this group, send email to designbais-forum+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "DesignBais-Forum" group.
To post to this group, send email to designbais-forum@googlegroups.com.
To unsubscribe from this group, send email to designbais-forum+unsubscribe@googlegroups.com.
is the runtime-errors file a function of d3 or designbais? In other words, will it work for us users on AIX/Universe?Another debugging option is running DBI.RUN.LAST at tcl right after a browser failure, it has helped me in the past.
Sent: Saturday, May 12, 2012 12:13 PM
Subject: Re: Monitoring subroutines for errors in d3/win
David,
You will only want that file there when you are checking for errors. You should probably delete it otherwise or have a process that on a regular basis clears the file. It can cause systems to become slow for "no apparent reason" and often the file is forgotten and thus fills up with data well beyond its allocated size.
Dick
To post to this group, send email to designbais-forum@googlegroups.com.
To unsubscribe from this group, send email to designbais-forum+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "DesignBais-Forum" group.
To post to this group, send email to designbais-forum@googlegroups.com.
To unsubscribe from this group, send email to designbais-forum+unsubscribe@googlegroups.com.
That's a D3 thing. David asked specifically about D3. I believe Universe has something similar, I don't recall at the moment.
T
Umm, how to respond to that? :)
You're certainly not alone. There are a lot of people dedicated to DesignBais out there. I'm not working with DB now so I rarely participate here anymore. But I've been a big fan of the software since I first saw v3. I think the software does great things and has potential to do even more. I miss working with it. I wrote a bunch of blog entries some years ago, and was writing a book on the software, but alas that didn't work out. I don't have DB installed to do any more follow-ups or new material, but you are welcome to peruse my blog and ask questions here about what you see, and maybe someone will answer. Have fun!
T