Subject | Re: [firebird-support] Firebird::string - length exceeds predefined limit |
---|---|
Author | Douglas Tosi |
Post date | 2010-05-19T21:36:04Z |
On Wed, May 19, 2010 at 5:46 PM, Leyne, Sean <Sean@...> wrote:
I got an error report from a SinĂ¡tica Monitor user. From the report
I'm sure this exact message came from the server when the application
tried to select from mon$statements.
Here's the firebird code:
http://fisheye1.atlassian.com/browse/firebird/firebird2/src/common/classes/fb_string.h?r=HEAD#l79
Line 74:
static inline void checkLength(size_type len)
{
if (len > max_length()) {
fatal_exception::raise("Firebird::string - length exceeds
predefined limit");
}
}
Any ideas what conditions can trigger this exception?
Thanks,
--
Douglas Tosi
www.sinatica.com
> > Firebird::string - length exceeds predefined limitHi Sean,
> > What does it mean?
>
> This does not appear to be a Firebird/engine error.
> What tool are you using to 'read' the MON$Statements table?
I got an error report from a SinĂ¡tica Monitor user. From the report
I'm sure this exact message came from the server when the application
tried to select from mon$statements.
Here's the firebird code:
http://fisheye1.atlassian.com/browse/firebird/firebird2/src/common/classes/fb_string.h?r=HEAD#l79
Line 74:
static inline void checkLength(size_type len)
{
if (len > max_length()) {
fatal_exception::raise("Firebird::string - length exceeds
predefined limit");
}
}
Any ideas what conditions can trigger this exception?
Thanks,
--
Douglas Tosi
www.sinatica.com