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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...