cancel
Showing results for 
Search instead for 
Did you mean: 

IP through which BODS console is getting accessed

0 Kudos

Hi All,

We want to check IP through which users are accessing BODS console link for auditing purpose.

Is there any table in repository db through which same can be achieved or through CMC.

Thanks in advance,

Parag Jhade.

View Entire Topic
jmuiruri
Product and Topic Expert
Product and Topic Expert
0 Kudos

parag_jhade,

For that you would need to Enable debug tracing for the Job Server and then in the server_eventlog.txt you will find the IP addresses connecting to the Job Server.

BR,

Joe

0 Kudos

Hi Joseph,

Can you share any sap note/blog or reference link to check.

Thanks in advance,

Parag Jhade.

jmuiruri
Product and Topic Expert
Product and Topic Expert
0 Kudos

parag_jhade

This is not officially documented, but normally when troubleshooting Job Server not working issues, what we look for is whether the designer IP appears on the Job Sever log (server_eventlog.txt).

For instance, this is an example of the server log

(14.3) 12-12-23 14:42:29 (643837:3061827328) JobServer: Sending notification to <inet:ip_address:port> with message type <7> (BODI-850170)

(14.3) 12-12-23 14:42:30 (643837:3061827328) JobServer: Sending notification to <inet:ip_address:port> with message type <7> (BODI-850170)

(14.3) 12-12-23 14:42:33 (643837:3061827328) JobServer: Sending notification to <inet:ip_address:port> with message type <5> (BODI-850170)

what you are looking for is the ip_address, that should tell you the designer client's IP address.