Skip to main content
Goro Shimizu (NTTデータ) a posé une question dans Japan

How to obtain your IP address and account

Could you tell me how to obtain the user's IP address and account?

 

(1) When connecting to TableauServer from a browser

 

We recognize that the following values ​​are obtained from the WorkGroupsDatabase (PostgreSQL) of the TableauServer repository.

 

select t1.remote_ip, t2.name

 

from public.http_requests t1 left join public.hist_users t2 on t1.user_id = t2.user_id

 

(2) When connecting to TableauServer from TableauDesktop

 

If you refer to Hyper data on TableauServer from TableauDesktop on the work terminal, could you tell me how to get the account + IP address of the work terminal of the connection source?

 

I ran the following in the WorkGroupsDatabase (PostgreSQL) of the TableauServer repository, but the number was zero.

 

select * from floweditor.session_store

 

(3) When connecting to DWH from TableauDesktop

 

When referring to another DWH data from TableauDesktop on the work terminal, does the IP address and Tableau account name of the work terminal remain in TableauDesktop or TableauServer?

 

利用者のIPアドレスとアカウントの取得方法について、ご教授頂けないでしょうか。

 

(1)ブラウザからTableauServerへ接続した場合

TableauServerリポジトリのWorkGroupsDatabase(PostgreSQL)から、以下で取得した値という認識でおります。

select t1.remote_ip, t2.name 

from public.http_requests t1 left join public.hist_users t2 on t1.user_id = t2.user_id

 

(2)TableauDesktopからTableauServerへ接続した場合

作業端末のTableauDesktopから、TableauServer上のHyperデータを参照した場合に、接続元の作業端末のアカウント+IPアドレスを取得する方法をご教授いただけないでしょうか?

TableauServerリポジトリのWorkGroupsDatabase(PostgreSQL)で、以下を実行しましたが件数はゼロ件でした。

select * from floweditor.session_store

 

(3)TableauDesktopからDWHへ接続した場合

作業端末のTableauDesktopから、別DWHデータを参照した場合に、作業端末のIPアドレスとTableauアカウント名について、TableauDesktopかTableauServerに残っていないでしょうか?

1 réponse
  1. 30 oct. 2022, 21:28

    Hi Goro,

     

    This question has been open for a while now without any responses - by chance have you discovered anything further that might assist forums users respond to your question ?

     

    Peter

0/9000