Search found 19 matches

by ralleo
Wed Jan 17, 2007 10:41 am
Forum: General
Topic: Input buferring
Replies: 8
Views: 4090

The error message goes a long way to explaining your problem. Your metadata for "Postcode" specifies a length that is shorter than the actual data contents for the field, hence the error message. Thanks for the info. Ritchie However, why does it work in server environment and not parallel...
by ralleo
Wed Jan 17, 2007 10:40 am
Forum: General
Topic: Input buferring
Replies: 8
Views: 4090

ArndW wrote:The error message goes a long way to explaining your problem. Your metadata for "Postcode" specifies a length that is shorter than the actual data contents for the field, hence the error message.
Thanks for the info.

Ritchie
by ralleo
Wed Jan 17, 2007 9:44 am
Forum: General
Topic: Input buferring
Replies: 8
Views: 4090

Can you please post the complete error message. Doing a copy paste of the message usually helps. ... The error message is as follows: No rows were returned from view data DSProjectMapName ##W TOIX 000000 15:36:51(000) <CustFile,0> Input buffer overrun at field "Postcode" ##W TOIX 000154 1...
by ralleo
Wed Jan 17, 2007 6:31 am
Forum: General
Topic: Input buferring
Replies: 8
Views: 4090

Input buferring

Hi Guys, I am trying to view a sequential file and I get the error message "input bufferring" with no rows displayed in a parallel environment. File is a comma delimited file with a unix line feed. However using the same sequential file, I can view this data in a server environment. Any cl...