I've been tinkering with a custom search command that uses win32com.client.
When I try to invoke my search command I get the following error
(-2147352567, 'Exception occurred.', (0, None, None, None, 0, -2147200925), None)
I've tried to call the offending section using the bundled interpreter, and it works just fine.
./splunk cmd python
Any ideas I'm kinda stumped.
I really don't want to have my search command, exec an external interpreter.
== Update ==
I've implemented another version that execs a vbs script to invoke the win32 com component.
It also fails which leads me to believe that splunkd is doing something funny.
... View more