Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
soha1902
Creator
Creator

Access point notification

Hi Community friends,

Is there any way where we get notification (either through mail or anything else) when qlikview access point is down or not responding?

any small help also would be very helpful for me.

Thanks,

6 Replies
marcus_sommer

soha1902
Creator
Creator
Author

Hi Marcus_Sommer

I wrote the following code in one new qvw

html:

LOAD

    [head/title] as title

FROM [http://dashboard/index.htm ] (XmlSimple, Table is [html]);

As suggested by the bill.markham but I am getting following error message.  I am able to access my accesspoint through IE

error.png

Should I missed anything or I need to add anything else?

If access point is alive it should give message QlikView - AccessPoint as suggested by Bill but what it will give if it was not accessable?

Please suggest.

Thanks.

marcus_sommer

You need to query the access point directly and not an application. This meant it must be:

FROM [http://YourQlikViewServerName/QlikView/index.htm ] (XmlSimple, Table is [html]);

- Marcus

dgreenberg
Luminary Alumni
Luminary Alumni

Does your company use Solarwinds or any other network monitoring tool you can leverage?

soha1902
Creator
Creator
Author

I queried directly from access point. See the screenshot which I attached earlier. In my code also I given the From command as you mentioned but I am getting error message.

html:

LOAD

    [head/title] as title

FROM [//accesspoint name/Qlikview/index.htm] (XmlSimple, Table is [html]);


Should I execute this code (Definitely I will update my access point name before reloading) ?

marcus_sommer

It's difficult to say what's wrong - I suggest you used the qv table-wizard to load these from the access point website (there is an option to load from a website).

- Marcus