BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 09-15-2006, 08:36 AM   #1
jgroh9
New Member
 
Join Date: Dec 2005
Model: 7290
Posts: 12
Question Third Party Applications

Please Login to Remove!

Does anyone know of a way to find out which third party applications are installed on all BES users handhelds? We are running one BES (4.1) with a remote SQL server. I have been looking in the SQL database for this info but can't seem to locate the table that stores this info.
Thanks in advance
Offline  
Old 09-15-2006, 09:24 AM   #2
|||||||
CrackBerry Addict
 
|||||||'s Avatar
 
Join Date: Jun 2006
Model: 7100
Carrier: Rogers
Posts: 615
Default

Edit Properties for the user and got to the BlackBerry Device read only section.
Please note that this may not be up to date.
Offline  
Old 09-15-2006, 10:16 AM   #3
jgroh9
New Member
 
Join Date: Dec 2005
Model: 7290
Posts: 12
Default

I know where to find the data via Blackberry Manager but I do not want to go into the properties of over 1100 users to see what apps are installed. I was hoping to do a query from the database.
Thanks anyways
Offline  
Old 09-15-2006, 10:35 AM   #4
jinksPadlock
Knows Where the Search Button Is
 
Join Date: Jul 2006
Model: 7290
Carrier: T-Mobile
Posts: 36
Default

This data is not realtime either but its a start...

Create a function in the SQL Database...

Create Function dbo.fnStripTags
(@Dirty varchar(4000))
Returns varchar(4000)
As

BEGIN
DECLARE @Start int, @End int, @Length int

SELECT @Start = CharIndex('>', @Dirty, CharIndex('<t4>', @Dirty))
SELECT @End = CharIndex('<', @Dirty, CharIndex('</t4>', @Dirty))
SELECT @Length = (@End - @Start) - 1
If @Length > 0
BEGIN
SET @Dirty = Substring(@Dirty, @Start + 1, @Length)
END

RETURN @Dirty
END

Run the function on the data field in vHandheldInfo.

SELECT PIN, fnStripTags(data) FROM vHandheldInfo

The <t4> field will occasionally provide the name of the app installed. If I add an additional filter to get rid of entries that are numbers it gives a readable list.
Offline  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


4 Count Case GE ProLine 2 Bulb 120V T12 Electronic Fluorescent Light Ballasts picture

4 Count Case GE ProLine 2 Bulb 120V T12 Electronic Fluorescent Light Ballasts

$49.99



Philips ADVANCE AmbiStar RELB-2S40-N Replacement Ballast 40-Watt 2-Lamp T12 picture

Philips ADVANCE AmbiStar RELB-2S40-N Replacement Ballast 40-Watt 2-Lamp T12

$18.79



KTEB 240-1-TP/F Keystone 2 Lamp T12/T8 Rapid Start Electronic Ballast picture

KTEB 240-1-TP/F Keystone 2 Lamp T12/T8 Rapid Start Electronic Ballast

$10.19



QHE 4X32T8/UNV ISH-SC Sylvania 51347 4-Lamp T8 Instant Start Fluorescent Ballast picture

QHE 4X32T8/UNV ISH-SC Sylvania 51347 4-Lamp T8 Instant Start Fluorescent Ballast

$10.79



10-Count GE Fluorescent Ballast, GE432-MVPS-L Electronic T8, 120v to 277v picture

10-Count GE Fluorescent Ballast, GE432-MVPS-L Electronic T8, 120v to 277v

$108.99



Workhorse Solid State Electronic Lamp Ballast - ‎WH2-120-C picture

Workhorse Solid State Electronic Lamp Ballast - ‎WH2-120-C

$24.99







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.