This error also occurs when a computed column is too short to contain the 
results of the calculation. 

For example:

Col_a text (10), col_b text (10),
Col_c = (col_a & col_b) text(10) will result in this specified error.

Sent from my iPhone

> On Apr 8, 2015, at 11:23 AM, A. Razzak Memon <[email protected]> wrote:
> 
> At 11:13 AM 4/8/2015, Albert Berry wrote:
> 
>> In the last short while, a client is getting this message when attempting
>> to connect to a database. I have verified it on my copy of the database.
>> Does anyone have any idea what would cause it? I have a trap for error on
>> connection - the part of the code file that does this to us is below.
>> 
>> <WARNING> Output has been truncated. (2642)
>> 
>> Code snippet with database name hidden for privacy.
>> 
>>  DISCONNECT
>>  SET ERROR VAR vErrVar
>>  SET VAR vErrSave INTEGER
>>  DISCONNECT
>>  SET MULTI ON
>>  CONNECT DBName
>>  SET VAR vErrSave = .vErrVar
>>  SHOW ERROR vErrSave
>>  RETURN
>> 
>> Albert the confused
> 
> 
> Al,
> 
> That specific message is related to the output.
> 
> Do you have any command that runs as "ON CONNECT"?
> 
> A few suggestions:
> 
> 01. Review R:BASE Startup file, if any.
> 
> 02. Use R:Scope 9.5 to take a close look at the database structure and
>    all events related to CONNECTing the database.
> 
> 03. UNLOAD the database structure to a file and then review the contents.
> 
> Hope that provides you with some blue's clues ...
> 
> Very Best R:egards,
> 
> Razzak.
> 
> www.rbase.com
> www.facebook.com/rbase
> -- 
> 32 years of continuous innovation!
> 17 Years of R:BASE Technologies, Inc. making R:BASE what it is today!
> -- 
> 
> 


Reply via email to