Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Server Connections host local not coming

Hi Everyone,

I have changed the following setting

QEMC->System->Setup->Qlikview Web Server->Accesspoint->Server Connections->Name

Defualt It was showing Local.

I have changed it to my qvs@server name.

Now when i want to again change it to Local,but its not coming in the drop down.

How can I get this value their..any idea?

Thanks

1 Solution

Accepted Solutions
Not applicable
Author

Hi kiran2in,

I was in the same situation as yourself and I manage to get back to initial situation.

I've gone under "C:\ProgramData\QlikTech\WebServer" and modified the config.xml document.

Before modifying, please make a copy of your document!

Here are the things to modify:

<DefaultQvs>Local</DefaultQvs>

...

...

<AddCluster>

    <Name>Local</Name>

     ....

     ....

     <AddQvs>

           <Machine>localhost</Machine>

After that I stopped and restart QVS service and QVWS service.

And all was back to normal.

View solution in original post

7 Replies
Not applicable
Author

Hi,

you can delete this QVWS setting in QMC and create it again.

regards

Not applicable
Author

Hi Krunoslav,

Can you please explain in detail,how can I delete these settings & creat new one ?

Thanks

Not applicable
Author

Hi,

in QMC go to the System->Setup->select QlikView Web Server folder. You will see list of QVWeb Servers with red crosses on the right side. Before removing QVWS, remeber its settings. In the header of the same page there is + icon for adding new QVWS.

Not applicable
Author

Hi Krunoslav,

I have done as per your instructions,but still I cant find Local in drop down box.

Thanks

Not applicable
Author

Hi kiran2in,

I was in the same situation as yourself and I manage to get back to initial situation.

I've gone under "C:\ProgramData\QlikTech\WebServer" and modified the config.xml document.

Before modifying, please make a copy of your document!

Here are the things to modify:

<DefaultQvs>Local</DefaultQvs>

...

...

<AddCluster>

    <Name>Local</Name>

     ....

     ....

     <AddQvs>

           <Machine>localhost</Machine>

After that I stopped and restart QVS service and QVWS service.

And all was back to normal.

Not applicable
Author

Thanks Jacques,

I have done this.Its works. But is there any other solution for this issue?

Not applicable
Author

Hi kiran2in,

This is the only way I found to solve this

I'm glad if someone tells us how to perform this in the "normal" way.

But for now, this is the only thing i manage to do to solve the issue.