cancel
Showing results for 
Search instead for 
Did you mean: 

View server name on client

Former Member
0 Kudos

Hi,

Is there any way you can see to which SMP server a client is logged on?
We are using the WPF client.

I know you can see the version of the client and the published version of the application,

but can you find the url of the server you connected to?

Kind regards,

Judith

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Judith,

you can enhance ctUser class to store this value. please follow below screen shots to achieve this.

1.

2.

3. In Agentry pass the java path of ctUser table to customized class's name.

4. In agentry write a rule to get this value from ctUser table and display.

Thanks

Ajitesh

mark_pe
Active Contributor
0 Kudos

Ajitesh,

Thanks for sharing your suggestion to the SAP Community Network. We appreciate your contribution to the overall mobility Agentry user base.  We "liked" your comment.

Regards,

SAP Mobile Support Team

Answers (1)

Answers (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Judith,

That is not something that is readily available on the client since it can change based on your Transmit Configuration settings.  Additionally, the network architecture also comes into play as the URL entered may be for the network edge / proxy / load balancer rather than the true SMP server.

If you really wanted to know what SMP server the client was communicating with you could look to have the SMP server return it via the Java interface and store it in an object somewhere for display on the device.

--Bill