Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Getting error while downloading file from FTP server

TANIJD2021
Meteoro

Hi All,

 

I am using alteryx to download file from ftp server, but getting the below error :

 

TANIJD2021_0-1663611109727.png

 

4 RESPUESTAS 4
cmcclellan
Magnetar

Where's the error? I don't think I can see it.

TANIJD2021
Meteoro

Hi  cmcclellan,

 

When I attach the browse tool I just view the below words rather than viewing the file names on the server:

 

 

 

 

oc,"result");var sResultText=GetXMLValue(XMLDoc,"ResultText");var sWelcomeMsg=GetXMLValue(XMLDoc,"welcomemsg");if(nResult!=0){if(nResult==1)sResultText="Password change failed. This domain may not allow users to change passwords. Please check with your administrator.";AlertDialog(GetResultText(0,"",sResultText));}else if(g_bLoginUser){if(sWelcomeMsg!=""&&sWelcomeMsg!=undefined){HideDialog('ChangePasswordDialog');WelcomeDialog(sWelcomeMsg.replace(new RegExp("\\n","g"),"<br>"),OnLoginOK);}else{ReplaceDialog("ChangePasswordDialog","LoggingInDialog");OnLoginOK(false);}}else{HideDialog('ChangePasswordDialog');AlertDialog("Your password has been changed.");}};}else{AlertDialog("New password does not match verify password.",true);}}function OnCancelChangePassword(){HideDialog('ChangePasswordDialog');location.href="/?Command=Logout";}function ClearPasswordDialog(){OldPasswordInput.setControlText("");NewPasswordInput.setControlText("");VerifyNewPasswordInput.setControlText("");}function ChangePasswordDialog(bLogin){ClearPasswordDialog();ShowDialog("ChangePasswordDialog");OldPasswordInput.getContent("box/text").element().focus();if(bLogin){CancelPasswordButton.setControlText("Log out");document.getElementById("ChangePasswordDialogCloseIcon").onmousedown=OnCancelChangePassword;}}CreateDialogPushButton("OK","ChangePasswordButton",OnChangePasswordSubmit);var CancelPasswordButton=CreateDialogPushButton("Cancel","CancelChangePasswordButton",OnCancelChangePassword);var OldPasswor... HTTP/1.0 200 OK
Server: Serv-U/15.3.1.155
Date: Thu, 22 Sep 2022 15:40:22 GMT
Accept-Encoding: deflate
Connection: close
X-Frame-Options: sameorigin
X-Same-Domain: 1
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Referrer-Policy: same-origin
Content-Security-Policy: script-src 'nonce-1A6C45E7AF0F264DAD613C69F69A3C62';
Strict-Transport-Security: max-age=0
Content-Type: text/html
Pragma: no-cache
Cache-Control: no-cache,no-store,max-age=0,must-revalidate
Expires: -1
Set-Cookie: CsrfToken=; expires=Thu, 01-Jan-1970 00:00:01 GMT; SameSite=Strict; path=/; secure; httponly
X-Content-Length: 54099
Content-Encoding: deflate

Hi @TANIJD2021 

 

Are you able to download those files manually using the Filezilla app? This is worth trying, just to see if the problem really lies on your workflow.

cmcclellan
Magnetar

Are you seeing this ?

 

"Password change failed. This domain may not allow users to change passwords. Please check with your administrator."

 

AlertDialog("Your password has been changed.");

 

 

Etiquetas
Autores con mayor cantidad de soluciones