on ‎2014 Jan 20 8:08 AM
Dear All,
I have a situation in my Webdynpro Java Application where I have to capture the IP address of the end user's PC. I use the below code for capturing IP:
IWDRequest req = WDProtocolAdapter.getProtocolAdapter().getRequestObject();
String ipAddress = req.getClientHostName();
The problem is, the code is working perfectly in Quality system, but not in Production system. The IP which is captured in the Production system is the Portal IP itself. Is the problem has to do with some Network settings or the code has to be changed?
Request clarification before answering.
Hi Sujai
There was a similar issue faced by me while in ITS.
You have to cross check with internet settings+port+clear histrory and other popins.
Also in the code where URL is provided : Check the path should be proper, not refering to sap logon files present in local drives, so as to make system independent.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.