Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Unable to install one drive input output tool

kniino
8 - Asteroid

Hello.

 

I tried to install one drive tool, but it does not work.

 

After downloading one drive input output tool from gallery, I run one_drive_v1.0.2.yxi.

But I faced error message "An error occurred during installation of the Python tool.".

It would be appreciated if someone give me advice to clear the error.

 

 

3 REPLIES 3
JakeS
Alteryx Alumni (Retired)

Hi @kniino

 

We have seen this issue before, and there are a couple of workarounds that have been successful depending on your environment. This first workaround require changing registry settings. Changing registry settings incorrectly can cause issues for your machine, so if you do not feel comfortable doing so, work with your IT team to make the changes.

 

1. Open Registry Editor (regedit.exe)

 

2. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem

 

3. Right click on the key and Export for backup

 

4. Change value LongPathsEnabled from 0 to 1

 

regedit_2018-07-23_00-06-26.png

 

5. Re-install reluctant YXI again (no restart should be needed).

 

 

If that first option does not work, we have seen this workaround have success as well:

 

1. Create a file called AlteryxDesigner.cmd with following content:

 

subst T: %TEMP%
set TEMP=T:
"%PROGRAMFILES%\Alteryx\BIN\AlteryxGui.exe"
subst T: /D

 

2. Run AlteryxDesigner.cmd and, when Designer is started, open the YXI file and install it.

 

 

Let me know if neither of these workarounds help you resolve the issue.

 

 

Jake

Customer Support Engineer

 

Jake Samuels

Principal Support Engineer
Alteryx, Inc.
kniino
8 - Asteroid

Hi Jake,

 

The problem is clear and finally i could install onedrive tool.

Thank you for your help!

 

dmckier
5 - Atom

Hi - I am also having issues with installing the OneDrive tools. Upon running the yxi file I get the attached error. I was looking to confirm the fix Jake described was relevant for this type of error before trying. Thanks!

 

Dan

Labels