In case you missed the announcement: Alteryx One is here, and so is the Spring Release! Learn more about these new and exciting releases here!

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

Assistance Required – SharePoint Input Error After Windows 11 Installation

kyoko486
5 - Atom

Hello,

 

first time here!

 

After recently upgrading to Windows 11, I encountered the following error when running a workflow that includes a SharePoint input:

 

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 

 

1 (168): Traceback (most recent call last):

  File "main.py", line 16, in <module>

  File "C:\Users\hongsan\AppData\Roaming\Alteryx\Tools\SharePointFiles_v2.0.1_venv\Lib\site-packages\ms_drives\tools\sharepoint_input_tool.py", line 7, in <module>

    from sharepoint_list_input.sharepoint_list_input import SharePointListInput

  File "C:\Users\hongsan\AppData\Roaming\Alteryx\Tools\SharePointFiles_v2.0.1_venv\Lib\site-packages\sharepoint_list_input\sharepoint_list_input.py", line 6, in <module>

    import pandas as pd

  File "C:\Users\hongsan\AppData\Roaming\Alteryx\Tools\SharePointFiles_v2.0.1_venv\Lib\site-packages\pandas\__init__.py", line 11, in <module>

    __import__(dependency)

  File "C:\Users\hongsan\AppData\Roaming\Alteryx\Tools\SharePointFiles_v2.0.1_venv\Lib\site-packages\numpy\__init__.py", line 138, in <module>

    from . import _distributor_init

  File "C:\Users\hongsan\AppData\Roaming\Alteryx\Tools\SharePointFiles_v2.0.1_venv\Lib\site-packages\numpy\_distributor_init.py", line 26, in <module>

    WinDLL(os.path.abspath(filename))

  File "C:\Program Files\Alteryx\bin\Miniconda3\Lib\ctypes\__init__.py", line 373, in __init__

    self._handle = _dlopen(self._name, mode)

OSError: [WinError 1260] This program is blocked by group policy. For more information, contact your system administrator.

 

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 

 

Could you please assist in resolving this issue?

 

Thank you Justin HONG

1 REPLY 1
Warcry
9 - Comet

The error is clear: This program is blocked by group policy. For more information, contact your system administrator.

 

Sharepoint is blocked where I work too, and we have a huge environment. Try raising a ticket to have a service principal and/or managed identity created in Azure.

 

Accept this answer as a solution.