Hello,
I’m having an issue with a DIA application (derived from the auto-enumerated example).
I do use the TCPCSV presentation.
But now the python code fall in the following error all the time when I launch the script :
Exception in thread tcp_csv0: Traceback (most recent call last): File "./threading.py", line 442, in __boots trap File "C:\Program Files (x86)\Digi\DigiPytho n\Dia\Dia_1.4.14\src\presentations cpcsv cp csv.py", line 110, in run File "./socket.py", line 156, in __init__ error: (24, 'Too many open files')
My guess would be that each time the gateway try to open a new TCP socket, a file is created, and never closed/deleted.
So I would have 2 questions :
- how can I restore my gateway to its original state ?
- how can we avoid such issue ?
thanks,
Colin