BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 04-22-2008, 10:15 PM   #21
Sith_Apprentice
Retired BBF Moderator
 
Sith_Apprentice's Avatar
 
Join Date: Aug 2005
Model: 9000
OS: 4.6.0.xxx
Carrier: AT&T
Posts: 10,149
Default

Please Login to Remove!

well yeah for auto more and auto download, but the bare bones i would assume would be several times the 2kbs of the plain text version.
Offline  
Old 04-23-2008, 03:04 AM   #22
Dookie
Thumbs Must Hurt
 
Dookie's Avatar
 
Join Date: Oct 2005
Location: Prague
Model: 9000
Carrier: T-Mo
Posts: 175
Default

Quote:
Originally Posted by Sith_Apprentice View Post
well yeah for auto more and auto download, but the bare bones i would assume would be several times the 2kbs of the plain text version.
Hm, this could be quite important as my users travels a LOT. I'm gonna install MiniMonitor to figure out how much HTML takes and then compare it to plain text.
__________________
How come that the BlackBerry won't last long for me?
7290 -> 8700g -> 7130g -> 8100 -> 8300 -> 8110 -> 8310 -> 9000 ... who will be next?
Offline  
Old 04-23-2008, 03:13 AM   #23
BBAdmin
BlackBerry Extraordinaire
 
BBAdmin's Avatar
 
Join Date: Feb 2005
Location: Port 3101.org
Model: .
Carrier: .
Posts: 2,491
Default

HTML is going to consume more 'ones and zeros' but that of course depends on how much HTML you got coming in.
__________________

Offline  
Old 04-28-2008, 09:37 AM   #24
cschrage
Talking BlackBerry Encyclopedia
 
cschrage's Avatar
 
Join Date: Apr 2005
Location: Right of the Mississippi
Model: 9700
OS: 5.0.0.XXX
Carrier: TMO
Posts: 246
Default

I have yet to get this feature enabled.

D:\>BBDBUpdate.exe -db BESMgmt -n SQL1 -input EnableRichContent.sql

Below is part of my log ouput.

[20000] (04/28 09:50:59.469):{0x1F64} Connect to database server: SQL1
[20000] (04/28 09:50:59.469):{0x1F64} Database name: BESMgmt
[40000] (04/28 09:50:59.469):{0x1F64} Authentication Type: Windows Authentication
[20000] (04/28 09:50:59.579):{0x1F64} Database connection opened!
[20000] (04/28 09:50:59.579):{0x1F64} Reading input file: EnableRichContent.sql
[40000] (04/28 09:50:59.579):{0x1F64} ----------------------------------------------------------------------------
[40000] (04/28 09:50:59.579):{0x1F64} -- EnableRichContent.sql
[40000] (04/28 09:50:59.579):{0x1F64} --
[40000] (04/28 09:50:59.579):{0x1F64} -- This will turn on the Rich Content options for all
[40000] (04/28 09:50:59.579):{0x1F64} -- BlackBerry Enterprise Servers managed in the target database.
[40000] (04/28 09:50:59.579):{0x1F64} --
[40000] (04/28 09:50:59.579):{0x1F64} -- (C) 2008 Research In Motion Limited.
[40000] (04/28 09:50:59.579):{0x1F64} ----------------------------------------------------------------------------
[40000] (04/28 09:50:59.579):{0x1F64} UPDATE ServerConfig SET RichContentEnabled = 1 WHERE RichContentEnabled = 0
[40000] (04/28 09:50:59.579):{0x1F64} UPDATE ServerConfig SET RichContentInlineEnabled = 1 WHERE RichContentInlineEnabled = 0
[40000] (04/28 09:50:59.579):{0x1F64} UPDATE UserConfig SET RichContentEnabled = 1 WHERE RichContentEnabled = 0
[40000] (04/28 09:50:59.579):{0x1F64} UPDATE UserConfig SET RichContentInlineEnabled = 1 WHERE RichContentInlineEnabled = 0
[40000] (04/28 09:50:59.579):{0x1F64} ExecuteStatement: Unable to run the statement:
----------------------------------------------------------------------------
-- EnableRichContent.sql
--
-- This will turn on the Rich Content options for all
-- BlackBerry Enterprise Servers managed in the target database.
--
-- (C) 2008 Research In Motion Limited.
----------------------------------------------------------------------------
UPDATE ServerConfig SET RichContentEnabled = 1 WHERE RichContentEnabled = 0
UPDATE ServerConfig SET RichContentInlineEnabled = 1 WHERE RichContentInlineEnabled = 0
UPDATE UserConfig SET RichContentEnabled = 1 WHERE RichContentEnabled = 0
UPDATE UserConfig SET RichContentInlineEnabled = 1 WHERE RichContentInlineEnabled = 0
[40000] (04/28 09:50:59.579):{0x1F64} ExecuteStatement: Error: [ADOConnectionItem::ExecuteUpdateSQL(): Could not execute SQL Command "----------------------------------------------------------------------------
-- EnableRichContent.sql
--
-- This will turn on the Rich Content options for all
-- BlackBerry Enterprise Servers managed in the target database.
--
-- (C) 2008 Research In Motion Limited.
----------------------------------------------------------------------------
UPDATE ServerConfig SET RichContentEnabled = 1 WHERE RichContentEnabled = 0
UPDATE ServerConfig SET RichContentInlineEnabled = 1 WHERE RichContentInlineEnabled = 0
UPDATE UserConfig SET RichContentEnabled = 1 WHERE RichContentEnabled = 0
UPDATE UserConfig SET RichContentInlineEnabled = 1 WHERE RichContentInlineEnabled = 0".]
[10000] (04/28 09:50:59.579):{0x1F64} Problem occured while executing SQL commands.
Offline  
Old 04-28-2008, 12:12 PM   #25
jibi
BlackBerry God
 
jibi's Avatar
 
Join Date: Oct 2004
Location: Jibi's Secret Place
Model: 8900
OS: 4.6.1.174
Carrier: AT&T
Posts: 11,310
Default

@cschrage, is this database on SQL (2000 or 2005) or MSDE (2000 or 2005)?
__________________
In the beginning the Universe was created. This has made a lot of people very angry and is widely regarded as a bad move.
Offline  
Old 04-28-2008, 12:28 PM   #26
cschrage
Talking BlackBerry Encyclopedia
 
cschrage's Avatar
 
Join Date: Apr 2005
Location: Right of the Mississippi
Model: 9700
OS: 5.0.0.XXX
Carrier: TMO
Posts: 246
Default

Sql 2005
Offline  
Old 04-29-2008, 04:54 PM   #27
jibi
BlackBerry God
 
jibi's Avatar
 
Join Date: Oct 2004
Location: Jibi's Secret Place
Model: 8900
OS: 4.6.1.174
Carrier: AT&T
Posts: 11,310
Default

- Open the Management Studio
- Navigate to your BESMgmt database and to the ServerConfig table
- Right-click on it and choose Open Table

See if you have the column names RichContentEnabled and RichContentInlineEnabled. Repeat for the UserConfig table.
__________________
In the beginning the Universe was created. This has made a lot of people very angry and is widely regarded as a bad move.
Offline  
Old 04-30-2008, 06:33 AM   #28
cschrage
Talking BlackBerry Encyclopedia
 
cschrage's Avatar
 
Join Date: Apr 2005
Location: Right of the Mississippi
Model: 9700
OS: 5.0.0.XXX
Carrier: TMO
Posts: 246
Default

The columns are present in each table
Offline  
Old 04-30-2008, 06:56 AM   #29
hdawg
BlackBerry Genius
 
hdawg's Avatar
 
Join Date: Aug 2006
Model: hdawg
PIN: port3101.org
Carrier: hdawg
Posts: 6,632
Default

Quote:
Originally Posted by cschrage View Post
The columns are present in each table
Try this:

1) Open SQL Management Studio
2) Create a new query
3) Open the file EnableRichContent.sql in notepad
4) Copy / Paste the contents from notepad into the query window
5) Make sure you have your BESMgmt database selected
6) Execute the query

Provide a screenshot back or a screenshot of at least your ServerConfig table, obfuscating any private information
Offline  
Old 04-30-2008, 08:43 AM   #30
cschrage
Talking BlackBerry Encyclopedia
 
cschrage's Avatar
 
Join Date: Apr 2005
Location: Right of the Mississippi
Model: 9700
OS: 5.0.0.XXX
Carrier: TMO
Posts: 246
Default

I updated the tables manually....bingo...html works now.

Thanks for all the assistance
Offline  
Old 04-30-2008, 08:52 AM   #31
jibi
BlackBerry God
 
jibi's Avatar
 
Join Date: Oct 2004
Location: Jibi's Secret Place
Model: 8900
OS: 4.6.1.174
Carrier: AT&T
Posts: 11,310
Default

Hrm, I wonder if BBDBUpdate is not compatible with SQL 2005. I will test later today.
__________________
In the beginning the Universe was created. This has made a lot of people very angry and is widely regarded as a bad move.
Offline  
Old 05-01-2008, 09:40 AM   #32
BekNazar
New Member
 
Join Date: Apr 2008
Model: 8310
PIN: N/A
Carrier: ATT
Posts: 5
Default HTML content not enabled....

Thanks for the info! Works great.
I get the following when I try to download more on my BB.
Any idea why??
Attached Images
File Type: jpg html.jpg (26.5 KB, 123 views)
Offline  
Old 05-05-2008, 12:26 PM   #33
KeNNethX
Thumbs Must Hurt
 
KeNNethX's Avatar
 
Join Date: Sep 2005
Location: Gainesville, Florida
Model: 9700
OS: 5.0.0.593
Carrier: T-Mobile
Posts: 76
Default

Quote:
Originally Posted by jibi View Post
If you do not have OS 4.5 (currently in beta) on your devices, don't apply this patch.
This may be a no-brainer but you say "on your devices" Do you mean all of them or at least one device? I have a beta of 4.5.18 and I would like to test it...but none of my users have it. Will this have much impact if it's only me?
Offline  
Old 05-05-2008, 12:31 PM   #34
jibi
BlackBerry God
 
jibi's Avatar
 
Join Date: Oct 2004
Location: Jibi's Secret Place
Model: 8900
OS: 4.6.1.174
Carrier: AT&T
Posts: 11,310
Default

@KeNNethX, it won't have much of an impact. I would suggest updating the tables manually to account for your User ID only, though.

@BekNazar, it hasn't been updated for your user account. Re-run the SQL above. If that doesn't work, go into the UserConfig table and update manually for your User ID.
__________________
In the beginning the Universe was created. This has made a lot of people very angry and is widely regarded as a bad move.
Offline  
Old 05-05-2008, 12:34 PM   #35
KeNNethX
Thumbs Must Hurt
 
KeNNethX's Avatar
 
Join Date: Sep 2005
Location: Gainesville, Florida
Model: 9700
OS: 5.0.0.593
Carrier: T-Mobile
Posts: 76
Default

Quote:
Originally Posted by jibi View Post
@KeNNethX, it won't have much of an impact. I would suggest updating the tables manually to account for your User ID only, though.

@BekNazar, it hasn't been updated for your user account. Re-run the SQL above. If that doesn't work, go into the UserConfig table and update manually for your User ID.
Any tip for how to manually to that? SQL 2000 sp4.
Offline  
Old 05-05-2008, 12:36 PM   #36
BekNazar
New Member
 
Join Date: Apr 2008
Model: 8310
PIN: N/A
Carrier: ATT
Posts: 5
Default

Jibi,

Funny thing is that I am receiving emails in html...
Just can't do "Get more"

Todd
Offline  
Old 05-05-2008, 01:42 PM   #37
KeNNethX
Thumbs Must Hurt
 
KeNNethX's Avatar
 
Join Date: Sep 2005
Location: Gainesville, Florida
Model: 9700
OS: 5.0.0.593
Carrier: T-Mobile
Posts: 76
Default

Never mind, I figured it out from the above...cool...I am the only one enabled and viola...I can read my emails from NewEgg...yay!
Offline  
Old 05-09-2008, 07:37 AM   #38
dietcoke
Talking BlackBerry Encyclopedia
 
dietcoke's Avatar
 
Join Date: Apr 2007
Model: dCoke
Carrier: o2
Posts: 297
Default Unite

I just ran this on my brand new Unite installation and the command completed sucessfully. I am going to test it out and see if i get html email now.

Although the command worked, i don't see the email coming in with rich or html... I am thinking i need a reboot.


I didn't see it working... however I have manually opened up the tables and there is another field under user... it is called "RichContentTrainingField". I have hit 1 on that one...

Also here, I believe you can rename the service book from Unite to Whatever you want.

Last edited by dietcoke; 05-09-2008 at 08:22 AM.. Reason: not working
Offline  
Old 05-09-2008, 10:00 AM   #39
BekNazar
New Member
 
Join Date: Apr 2008
Model: 8310
PIN: N/A
Carrier: ATT
Posts: 5
Default

I had to reboot...
Then I saw that it wasn't running because I was using Domino 7.0 which doesn't support html emails. I upgraded to 7.0.2 and it worked like a charm.

Todd
Offline  
Old 05-09-2008, 07:47 PM   #40
vhato
Talking BlackBerry Encyclopedia
 
Join Date: Feb 2006
Location: Baton Rouge, La
Model: 9810
Carrier: AT&T
Posts: 261
Default

Quote:
Originally Posted by dietcoke View Post
I just ran this on my brand new Unite installation and the command completed sucessfully. I am going to test it out and see if i get html email now.

Although the command worked, i don't see the email coming in with rich or html... I am thinking i need a reboot.


I didn't see it working... however I have manually opened up the tables and there is another field under user... it is called "RichContentTrainingField". I have hit 1 on that one...

Also here, I believe you can rename the service book from Unite to Whatever you want.

Is that out? Or just a beta?
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


MSA ALTAIR 4XR picture

MSA ALTAIR 4XR

$700.00



MSA altair 4X multi gas meter Monitor detector, O2,H2S,CO,LEL Charger calibrated picture

MSA altair 4X multi gas meter Monitor detector, O2,H2S,CO,LEL Charger calibrated

$340.00



MSA Altair 5 Gas Detector  picture

MSA Altair 5 Gas Detector

$98.99



MSA 10110489 ALTAIR 4X Multi Gas Detector Monitor  & Calibration Kit Pump Probe picture

MSA 10110489 ALTAIR 4X Multi Gas Detector Monitor & Calibration Kit Pump Probe

$1250.00



MSA 10042621 Altair 5X Sampling Probe Straight Air-Line 1' Color Black (E2) picture

MSA 10042621 Altair 5X Sampling Probe Straight Air-Line 1' Color Black (E2)

$295.00



MSA Altair 5X Gas Detector Meter *Recently Calibrated and 30 Day Warranty* picture

MSA Altair 5X Gas Detector Meter *Recently Calibrated and 30 Day Warranty*

$795.00







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