[python-win32] Access Denied on Eventlogs - possible solution(s)

2021-09-17 Thread Steven Manross
Howdy. I replied offline to the author earlier in my day about what might be the problem he is running into (I was in digest mode until today and couldnt just reply to the thread - apologies), but played around with this script a little today and seem to have something that can pass

Re: [python-win32] pywintypes.error: (5, 'OpenEventLogW', 'Access is denied.') - GOAL - ACCESS to windows event log from remote host

2021-09-17 Thread Ruggero Paolo Basile
Hello everyone. I am insisting on two python modules for windows event collection, I still don't have a satisfactory result as the solution eventlog_0.py the win32evtlog module of the pypiwin32 library I can connect to the RPC service but only on a local PC, have a readable parsing of the

Re: [python-win32] Issue with PythonCOM - Application.Run does not work for Access.Application

2021-09-17 Thread Tim Roberts
Christoph J. Dorner wrote: I need to call Office / VBA applications form a running Python script. While calling VBA from Python using Application.Run works with EXCEL, it does not work with ACCESS. What I do: I link to the Office application via the win32com.client dispatch mechanism as usual

[python-win32] Issue with PythonCOM - Application.Run does not work for Access.Application

2021-09-17 Thread Christoph J. Dorner
Hi there, I need to call Office / VBA applications form a running Python script. While calling VBA from Python using Application.Run works with EXCEL, it does not work with ACCESS. What I do: I link to the Office application via the win32com.client dispatch mechanism as usual and I can see the