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

PING a server based on a variable [IP 1]

Hi,

I try to ping a server from QlikView 12.10.0.0

I have created a Button with "Start" as action, "ping.exe" as Application and [IP 1] as parameter.

It doesn't work

If i do the same think with 192.168.10.10 (for example) as parameter, it work fine.

Any idea ?

Tks a lot !

2 Replies
felipedl
Partner - Specialist III
Partner - Specialist III

Hi Jean,

I would assume your server is not reachable from the machine your on.

Try connecting remotely to the machine to see if it works and you can see it.

Since this 192.168.10.10 is in your local network, it will work ok, even it you use the parameter localhost (machine your on) should work ok, so as I stated before, seems to be some network related issue, rather than Qlik.


Felipe.

Peter_Cammaert
Partner - Champion III
Partner - Champion III

Is [IP 1] a variable or a field?

If it is a variable, then try with this to substitute [IP 1] with the current value contained in the variable, before calling ping.

ping.exe $([IP 1])

Best,

Peter