All Apps and Add-ons

Splunk App for Dropbox for Business on Windows: Getting error "Cannot create a file when that file already exists" with the dfb.py Python script

jralston
Explorer

Hi,

We have a Splunk Enterprise install on Windows. After installing and configuring the app, when I run the data input, I get an error pointing back to line 147 of dfb.py every time the input runs.

I think the issue is with os.rename() Python method and Windows. Any one else run into problems when installing the app on a Windows host?

File "Splunk\etc\apps\splunk-app-dropbox\bin\dfb.py", line 142, in save_checkpoint
os.rename(tmp_path, path)
WindowsError: [Error 183] Cannot create a file when that file already exists
0 Karma
1 Solution

jconger
Splunk Employee
Splunk Employee

The os.rename method does fail on Windows platforms. The app has been updated to delete the current file prior to renaming the temp file to the correct file path in order to alleviate this problem.

View solution in original post

0 Karma

jconger
Splunk Employee
Splunk Employee

The os.rename method does fail on Windows platforms. The app has been updated to delete the current file prior to renaming the temp file to the correct file path in order to alleviate this problem.

0 Karma
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...