P6 Integration API remoteClientIP in Session.login question
We're upgrading some local Java apps that use the P6 Integration API from 20.12 to 23.12.04.
Our apps run in local mode, but it seems a new parameter named remoteClientIP has been added to the Session.login method. In the java docs this new parameter is not described even though all the others still are.
Our question is, what needs to change in our Session.login call from the previous version to get a successful connection now? I think the sURL parameter needs to be null now, but I have no idea what the remoteClientIP should be if running in local mode. Any help is appreciated!