I'll try to kept the story to a minimum with as much detail as possible. We are currently operating a job management system developed using VB 6 with out support from the vendor and or access to the source code, they have since closed their doors.
As part of this development, there was a "filereader/interface" program that handled data between this system and our ERP. One day this program began failing on the inbound "parts" file, indicating an overflow error. Luckily this particular data as feed into the job management system is not critical, however, it causes the automatic timing of the program to fail and requires manual intervention for it to proceed.
Once the intervention takes place (hitting ok on the error) it proceeds to handle the other four inbound files (placed in the same directory by the ERP) and also generates the two outbound files to the ERP successfully.
The program had been running successfully for more than two years. The problem I'm having is determing if it has something to do with the environmenr or server that everything resides on or a programming issue. The unfortunate thing is that whether the inbound file exists, exists with data or exists without data, I still get the same "overflow" error.
Any insights as to what might be happening outside the programming (which I cannot fix without the code) that I may be causing my delima?
Thanks,
Jeremy