
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
capture the ip and user name in ajax
can capture the ip and user name that is seeing some qvw in ajax?
if you can ...
how to do this?
- Tags:
- qlikview_deployment


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That information is in the Session*.log files of the Qlikview Server.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Rob I checke the logs you are mentioning but the ip address that i found is the internal server adress of qlikview server.
What I need is to determine wich IP was the user using when accesed the access point//
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think that's not true. Check chapter 8.2 in the server reference manual. At the end of the table, you should find a field called "Client Address".
Note: this IP address is the same as the server address if the user is using a browser on the server .

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Looking at session log (SR9) it is true, or else everyone have the same IP address. 🙂


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do you mean at runtime or in logs?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Got it!
If you have the same (server-)address for all client sessions, that means you are using the AJAX client and tunnelling. The QVS (which writes the Session logs) will get connections from QVWS on port 4747 for every client, instead of straight from the client machine if you use the IE-plugin for example.
Doh
