Alteryx Server Discussions

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

Alteryx Server is set up but could not connect to server the message appearing.

rohit782192
11 - Bolide

Hello Team,

 

I ran into a problem. I have set the server properly as given in the video.

 

I am also getting a message as 

rohit782192_0-1655207635187.png

 

 

But i am unable to use the localhost gallery and webapi.

 

Not sure were i am getting wrong.

 

rohit782192_1-1655207682713.png

 

11 REPLIES 11
raychase
11 - Bolide

Is the AlteryxService running?

 

If so, are you trying to connect to the Gallery from a different machine?

 

If so, you'll need to specify the hostname of the Alteryx Server (not localhost).

prpatel
11 - Bolide

I have the same issue.  I can connect to the Alteryx server using Chrome, but when I go to add a server, I get the same error that @rohit782192 has.

 

Not sure how to resolve this.

 

As an FYI...My server is installed on a Virtual Machine in an Azure environment, and the designers are installed on my work laptop.  Thru my laptop, I can access the server directly, but not thru Designer.

 

Any insights would be greatly appreciated.

Hi,

 

You may need to check the version of Designer you are using as Designer should not have a more advanced version than what the server is using.

 

The recommendation is to have them both using same version.

 

Cheers!

prpatel
11 - Bolide

mine are both at the same version, and still no luck.

rohit782192
11 - Bolide

http://127.0.0.1/gallery/

http://127.0.0.1/webapi/

 

I tried with both in additional the version is also same but still bad luck.

prpatel
11 - Bolide

@rohit782192 ...try this....

 

go find the file c:/programdata/Alteryx.  Look for the file "RuntimeSettings.xml"  open it with an editor, like notepad, and add the following:

 

    <Designer>
        <ManageGalleriesEnabled>True</ManageGalleriesEnabled>
        <DefaultGalleryUrl>https://server.mycompany.com/gallery</DefaultGalleryUrl>
    </Designer>

 

add this before the  </SystemSettings>

 

see if that works for you...

 

 

rohit782192
11 - Bolide

I am unable to find this file. Can you Elaborate more.

 

This is my path

 

C:\Program Files\Alteryx

prpatel
11 - Bolide

No.... goto c:\programdata\alteryx....not c:\program files\alteryx

 

The programdata folder is a hidden folder, so in your file explorer, go to "View" then ensure that the selection "Show hidden files" is checked see below...

 

prpatel_0-1655650312067.png

 

 

 

 

 

rohit782192
11 - Bolide

I have found and open the file in Notepad and update the changes but when saving it is not allowing as it is asking for the user who has access to this file.