IRC Client for BlackBerry

Looking for a no-charge BlackBerry IRC client? (or any J2ME device) I was and found jmirc. It is fairly basic and I feel that the interface is sort of clunky but it gets the job done. Current version is 0.96.

One of the nice features is that you can create profiles for various IRC host, channels and/or nicknames.

“This project started as a fork of Sverre ValskrĂ„’s WLIrc but eventually led to be a complete rewrite project. Its aim is to be as small and lightweight as possible still trying to maintain the ease of use and all needed features. At the same time it tries to be some kind of hybrid implementing all the most useful features from other clients.”

Main info page: jmirc.sourceforge.net

Blackberry download: jmirc.sf.net/beta/jmIrc.jad

– habanero_joe

User Pending Deletion in BES/BPS

Ran into this one today… Client’s BlackBerry Professional server 1 user license and I had to remove the user from the configuration. After several minutes I attempted to add the user back in and was told that I was out of licenses. The status page showed that a total of one user(s) was configured, while the user page showed zero. I restarted all services and attempted a few other things before running into the following commands which worked immediately.

1. Open a command prompt on the BES/BPS database server and run osql -E

2. Next, enter the following commands one line at a time, pressing enter after each command:
-a. use BESMgmt
-b. select DisplayName from UserConfig
-c. go

3. You should get a name(returned) by the database.
-a. use BESMgmt
-b. delete from UserConfig where DisplayName="name-to-remove"
-c. go

You can now open or refresh the BlackBerry Manager and check the number of licensed users which will not be minus one.

–Himuraken

Blackberry Professional SRP Status Not Connected

Happy New Year! Just dropping a quick one in case anyone has run into this simple issue.

I recently installed Blackberry Professional Server / Blackberry Enterprise Server on a new system for a client of mine and everything went well but for one exception. Upon opening the Blackberry Manager and checking the status I noticed that the SRP Status was “Not Connected”. A quick check of my firewall showed blocked connections originating from the BPS/BES server on TCP port 3101. After creating an allow rule for that port outbound, I restarted the Blackberry services and everything is working properly.

–Himuraken