You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Buenas José Ramón, estoy intentando utilizar el script getepo.py para extaer los eventos de la base de datos de la ePO de McAfee, pero cuando ejecuto el script añadiendo los datos (IP:Puerto, User, Password y BBDD), me salta el siguiente error:
print pid of new proc:5007
getEpo.py process didn't existed before this one, continue
Traceback (most recent call last):
File "getepo.py", line 83, in
cVal = getFirstID()
File "getepo.py", line 57, in getFirstID
cVal = int(row[1])
TypeError: 'NoneType' object has no attribute 'getitem'
¿Podrías indicarme como puedo solucionarlo?
Gracias.
The text was updated successfully, but these errors were encountered:
Buenas José Ramón, estoy intentando utilizar el script getepo.py para extaer los eventos de la base de datos de la ePO de McAfee, pero cuando ejecuto el script añadiendo los datos (IP:Puerto, User, Password y BBDD), me salta el siguiente error:
print pid of new proc:5007
getEpo.py process didn't existed before this one, continue
Traceback (most recent call last):
File "getepo.py", line 83, in
cVal = getFirstID()
File "getepo.py", line 57, in getFirstID
cVal = int(row[1])
TypeError: 'NoneType' object has no attribute 'getitem'
¿Podrías indicarme como puedo solucionarlo?
Gracias.
The text was updated successfully, but these errors were encountered: