Advent of Code is now back for a limited time only! Complete as many challenges as you can to earn those badges you may have missed in December. Learn more about how to participate here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Not able to save workflow on server

hemal91
6 - Meteoroid

Hi There,

 

I am getting "Illegal character in path" error while saving workflow on 

Alteryx server gallery.

 

Anyone aware of possible solution ?

 

Appreciate help in advance.

 

7 REPLIES 7
PanPP
Alteryx Alumni (Retired)

Hi @hemal91 

 

Can you provide the path directories of input/output tools? 

Can you attempt to shorten the directory path of where the files are stored (C:\Folder\.xlsx) just to make things easier?

 

Does the server machine have access to these files?

 

Hope this helps.

hemal91
6 - Meteoroid

Hi 

 

For input I'm using EPV tool for which connects to Teradata using Oracle ODBC driver.

For output, I'm saving output files to Shared drive.

 

Workflow is working fine while store it on desktop or run on desktop. I'm having issue while I'm saving workflow to DEV server.

PanPP
Alteryx Alumni (Retired)

1) Does the DEV server have access to the shared drive?

2) Can you try to use a shorter file path on the DEV server?

3) Does the DEV machine have access to the Teradata connection?

4) If there is a run-as user configured on the DEV server, it must have access to this shared folder also.

5) Can you provide the file path so I can see if that path would work?

 

 

hemal91
6 - Meteoroid

Hi

 

PFB requested details.

 

1) Yes server has access to shared drive

2) I Only get option to save workflow to my personal gallery on server.

3) Yes, it does have access to Teradata

4) it's configured as run in EPV mode

5) user\desktop is the path where I saved the file on my desktop

 

error message: 

 

Error: EPV_CLI_Macro_V2.13 (286): Tool #67: Traceback (most recent call last):
File "C:\Users\USRID\AppData\Local\Temp\2\Engine_17452_36057719edcc48d78e5a4e5c5474a52e_\85bec740-bafb-414f-b27e-601a1535a134\workbook.py", line 13, in <module>
from pyaim import CLIPasswordSDK
ModuleNotFoundError: No module named 'pyaim'

PanPP
Alteryx Alumni (Retired)

1) Based on the error message, you will need to install the python package pyaim on your machine/DEV server.

2) The DEV Server most likely doesn't have access to your desktop file path, can you store the input files/output files in a network location so DEV server can have access to these files?

 

Hope this helps.

hemal91
6 - Meteoroid

Hello,

 

I found the cause of the error !!

 

Two of the output tools were pointing to the local path where those were configured to write on shared drive. We found that issue by opening that workflow in one my teammate’s desktop where it highlighted local path of my desktop.

 

Issue is RESOLVED !!!!

jbravman_
8 - Asteroid

Hey just FYI. This Python error message is specific to JPMC. You should mention this in the internal JPMC Alteryx community so that our Admins can identify the environment and update the server. 

Labels
Top Solution Authors