Hi experts,
I've to access a custom webdynpro page through a link like this:
http://<host>/webdynpro/dispatcher/dev.com/xi~common~wd~custsys~myapp~log~viewer/AppLogViewer
It was developed here in the company and it basically keeps some interfaces execution logs.
When typed in the web browser address bar, it directs user to a logon page and after that does a logon balance and here is the problem since user can be directed to 6 different server nodes.
I have to try the logon many times to reach different server nodes, since the record I'm looking for might be in any of those 6 nodes.
I've found this SAP note, but was not able to log in the webdynpro service in a specific server node.
1440724 - Direct addressing of server nodes in AS Java
It looks like the node ID is not being considered as a relevant parameter and the logon balance keeps throwing the session to different server nodes.
Would anyone here suggest what can be done to force the logon to an specific server node?
Really appreciate any suggestions...
Rafael.