CSV file read error

 5 Replies
 0 Subscribed to this topic
 17 Subscribed to this forum
Sort:
Author
Messages
BrianM
Advanced Member Send Private Message
Posts: 41
Advanced Member

We have a custom program that has been working fine but all of a sudden came up with what looks like a ReadCSV error (see attachment).  There is no READ done in the program, only OPEN, WRITE, and CLOSE.  Yet the user gets this error.  Anyone have any ideas? Thanks in advance for your help!

BTM
Woozy
Veteran Member Send Private Message
Posts: 709
Veteran Member
Hi Brian - I don't see any attachment.
Kelly Meade
J. R. Simplot Company
Boise, ID
BrianM
Advanced Member Send Private Message
Posts: 41
Advanced Member
I think the attachment should be there now...
BTM
jaherb
Veteran Member Send Private Message
Posts: 164
Veteran Member
Brian.... check your 800-OPENCSV statements to see if you are opening for input or output. the message indicates it is opened for output and not to be read.
BrianM
Advanced Member Send Private Message
Posts: 41
Advanced Member
That's what is so strange.  This program has run fine for years.  Open and closes all in the correct place.  The user was running a test and this "mess" popped up.  The only difference we can think of on our end is that we went to ESP 12 about 3 weeks ago.  Not sure why that would create this issue but I'm open to any suggestions.  Thanks for looking into it.
BTM
jaherb
Veteran Member Send Private Message
Posts: 164
Veteran Member
Only other thing I can think of to check is to make sure the file name is spelled exactly as it should be.