dbTalk Databases Forums  

Re: Errmsg 33 - Exceeded the maximum number of 32767 file opens

comp.databases.pick comp.databases.pick


Discuss Re: Errmsg 33 - Exceeded the maximum number of 32767 file opens in the comp.databases.pick forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
Kevin Powick
 
Posts: n/a

Default Re: Errmsg 33 - Exceeded the maximum number of 32767 file opens - 02-24-2010 , 08:20 PM






On Feb 24, 7:13*pm, Tony Gravagno
<address.is.in.po... (AT) removethis (DOT) com.invalid> wrote:

Quote:
code stopped the error. *I don't know how @Functions are resolved
internally to D3...

Dude, didn't you read my last blog?
nospamNebula-RnD.com/blog/tech/mv/d3/2010/02/d3shell2.html
1) Does not explain how @functions, such as @USER, are actually
resolved internally to D3. ie., There is no dm,bp, that one can go
look at.

2) Four pages.. zzzzzzzzzzzzzzzzzz ;-)


--
Kevin Powick

Reply With Quote
  #12  
Old   
Tony Gravagno
 
Posts: n/a

Default Re: Errmsg 33 - Exceeded the maximum number of 32767 file opens - 02-25-2010 , 05:05 AM






Kevin Powick wrote:
Quote:
code stopped the error. *I don't know how @Functions are resolved
internally to D3...

Dude, didn't you read my last blog?
nospamNebula-RnD.com/blog/tech/mv/d3/2010/02/d3shell2.html

1) Does not explain how @functions, such as @USER, are actually
resolved internally to D3. ie., There is no dm,bp, that one can go
look at.
Every datum needs to be resolved differently, no? I thought that
fields like @User and @Account get pulled from the user workspace. It
seems more likely now that they might be getting @User from PIBS
dynamically on each request. I'm fairly certain @PIB does get pulled
from workspace (or R0 or R1, don't recall) while @Date and @Time
certainly do not. And I'd hope that @AM and other markers are
returned as constants (though I think these values are still stored at
the high end of the PCB). Dunno. Doesn't matter. Internals are
subject to change.

Maybe I made a mistake in lumping @vars and environment variables
together into a single category. Vars like @User, @Date, and @AM are
all resolved differently, but they're presented under a common façade.
These aren't environment variables at all really, in the way I defined
them in the article. The @var notation is more of a common mechanism
for getting access to static and dynamic data, but there is no common
means by which @vars are resolved. MV developers can plug into that
to create their own @vars, and as with the documented D3 @vars, people
are free to implement how their vars work in any way they wish - and
it's subject to change.

BTW, Kevin - you asked me recently about doing functions in D3. @vars
are the closest thing available at the moment.

Quote:
2) Four pages.. zzzzzzzzzzzzzzzzzz ;-)
It's less than 2000 words, which is standard article size. I just
broke it into 4 pages to keep pages smaller.

T

Reply With Quote
  #13  
Old   
niall@removethisgreatgulfhomes.com
 
Posts: n/a

Default Re: Errmsg 33 - Exceeded the maximum number of 32767 file opens - 02-25-2010 , 05:48 AM



Hi Guys,

Thanks for your replies.
I have heard back from Tigerlogic regarding this bug and I quote
their response :


" Mark Locke informed me that an engineer has been working on this
problem and narrowed it down to the use of the “@USER” item. It
appears this is initialized in STD.EQUATES.TXT as PORT.NUMBER.USER =
@USER.


This item updates a table when used and the file is not closed. After
15k+ times through the program aborts. Exiting the program will close
the files and clear this table.


A fix will be included in 7.5.7."


Regards,

Niall

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.