Link to home
Start Free TrialLog in
Avatar of kam_uk
kam_uk

asked on

Last Contact time on BES servers

Hi

We are running BES 4.1.5

On the Blackberry Manager console, I notice a tab for 'Last contact time' for each user.

Does this time refer to the last time an email was sent/received to that user's handheld, or the last time there was some sort of communication (heartbeat or a simple check) between the BES server and the handheld?

The reason I ask is because we have some users whose last contact time was about 24 hours ago, and I wonder if this is simply because they haven't sent/recvd an email or because there is a problem.

Hope someone can help!
Avatar of igor-1965
igor-1965
Flag of Czechia image

The Last Contact Time, which is located in the BlackBerry Configuration Database in the UserStats table, is not stored because it is dynamic.

LastContactTime is equal to the more recent of LastFWDTime and LastSentTime.

For example:

    * Time the last message was received by the BlackBerry smartphone (LastFWDTime) = 10:52am
    * Time the last message was sent by the BlackBerry smartphone (LastSentTime) = 10:48am
    * Time since last BlackBerry smartphone contact (LastContactTime) = 10:52am

Note: The UserStats table in the BlackBerry Configuration Database shows updated information, while the User Stats table in BlackBerry Manager shows a snapshot in time, which can be refreshed by pressing the F5 key.

For my personal experience the better indication of a problem is the bigger number of Pending Items.
Avatar of kam_uk
kam_uk

ASKER

Hi

Ok, so to confirm, if no message was sent or recieved by the Blackberry smartphone (because no one had sent the user a message, and the user did not send one), then the LastContactTime could be hours behind the current time? Just because the LastContactTime for a user was several hours ago does not indicate an issue (assuming there are no pending items)?
Yes, correct.
Avatar of kam_uk

ASKER

Thanks - just one final question regarding the comment you made (copied below);

    * Time the last message was received by the BlackBerry smartphone (LastFWDTime) = 10:52am
    * Time the last message was sent by the BlackBerry smartphone (LastSentTime) = 10:48am
    * Time since last BlackBerry smartphone contact (LastContactTime) = 10:52am

When you say "last message", does this mean last email, or last status message? I understand the handhelds and BES send status messages to each other every now and then?
ASKER CERTIFIED SOLUTION
Avatar of igor-1965
igor-1965
Flag of Czechia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial