BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 12-09-2009, 11:36 AM   #1
Aminocom
Knows Where the Search Button Is
 
Join Date: Nov 2005
Location: Cambridge, UK
Model: 8100
Carrier: Vodafone
Posts: 31
Default Can't upgrade to 4.1.7

Please Login to Remove!

Just recently we had to rebuild our BES.
We installed from the media we had and that installed 4.1.4

We are on Vodafone in the UK, so grabbed the updates from them.
So we downloaded and installed:

4.1.5
4.1.6
4.1.6 MR3
4.1.6 MR6
4.1.6 MR7

This was as far as the Vodafone site went, so I went to the service & support section of the Blackberry site.
From here I downloaded and installed:

4.1.6 MR8

I then downloaded 4.1.7 and attempted to install it.
The installation starts, I agree to a few license agreements and then get the following error message:

This version of the Backberry Enterprise Server installer will only upgrade from a previous installation with Version 4.0.0 or higher.
No such installation has been detected on your system. Set will now exit

And indeed setup then exits.
Has anyone else seen this error?
Any ideas on what I need to do to fix it?
Offline  
Old 12-09-2009, 11:48 AM   #2
icontech
Thumbs Must Hurt
 
Join Date: Apr 2007
Model: 9700
Carrier: AT&T
Posts: 155
Default

MR's are cumlative so you could have installed the full installation of 4.1.6 then right to SP7. I would restart the box and try again. If that doesn't work then try to reinstall it like I suggested above.
Offline  
Old 12-09-2009, 11:48 AM   #3
penguin3107
BlackBerry God
 
penguin3107's Avatar
 
Join Date: Jan 2005
Model: iOS 5
Carrier: VZW
Posts: 11,701
Default

Uninstall MR8.
MR8 for SP6 was released AFTER SP7.

You should install SP7 right after you install 4.1.4. There's no need to install the individual service packs and maintenance releases in between.
__________________
BCSA
BES 5.0.3 MR4 :-: Exchange 2007 SP3 RU3
http://port3101.org
Offline  
Old 12-10-2009, 04:32 AM   #4
Aminocom
Knows Where the Search Button Is
 
Join Date: Nov 2005
Location: Cambridge, UK
Model: 8100
Carrier: Vodafone
Posts: 31
Default

How can I uninstall MR8 for SP6?
Add/Remove Programs seems to just allow me to remove the whole of BES - something I don't want to do.
Offline  
Old 12-10-2009, 06:00 AM   #5
Aminocom
Knows Where the Search Button Is
 
Join Date: Nov 2005
Location: Cambridge, UK
Model: 8100
Carrier: Vodafone
Posts: 31
Default

OK - New Error :(

Uninstalled BES

Installed 4.1.4 from our media
Run SP7

Get an error message "Attempt to upgrade database unsuccessful......"

The installation log shows the following:

[20000] (12/10 10:56:31.596):{0x8F8} [CBESDBInstaller::ExecuteDDL] COM Error 0x80040E14 - IDispatch error #3092 - Source: "Microsoft OLE DB Provider for SQL Server" - Description "Invalid column name 'IS_SECURE'." Native error = 207
[20000] (12/10 10:56:31.596):{0x8F8} [CBESDBInstaller::ExecuteDDL] COM Error 0x80040E14 - IDispatch error #3092 - Source: "Microsoft OLE DB Provider for SQL Server" - Description "Invalid column name 'IS_SECURE'." Native error = 207
[20000] (12/10 10:56:31.596):{0x8F8} [CBESDBInstaller::ExecuteDDL] SQL Error for:

DECLARE @tmi int;
SET @tmi=(select id from sysobjects where name='INBOUND_RELIABLE_QUEUE');
IF ((select count(*) from syscolumns where id=@tmi and name='IS_SECURE') >0)
begin
UPDATE INBOUND_RELIABLE_QUEUE SET SECURITY_TYPE='NULL' WHERE IS_SECURE=0;
UPDATE INBOUND_RELIABLE_QUEUE SET SECURITY_TYPE='IV_PREFIXED_AES_CBC_PKCS5PADDING' WHERE IS_SECURE=1;
SELECT MSG_ID, MSG_TYPE, MSG_BODY, IS_DELETED, EXPIRE_DATE, WICLET_ID, DEVICE_ID, KEEP_LAST_CRITERIA, SECURITY_TYPE INTO INBOUND_RELIABLE_QUEUE_NEW FROM INBOUND_RELIABLE_QUEUE;
DROP TABLE dbo.INBOUND_RELIABLE_QUEUE;
EXEC sp_rename 'INBOUND_RELIABLE_QUEUE_NEW', 'INBOUND_RELIABLE_QUEUE', 'OBJECT';
ALTER TABLE dbo.INBOUND_RELIABLE_QUEUE
ADD CONSTRAINT PK_IN_REL_QUEUE PRIMARY KEY (MSG_ID);
ALTER TABLE dbo.INBOUND_RELIABLE_QUEUE
ADD CONSTRAINT relationship19 FOREIGN KEY (WICLET_ID, DEVICE_ID)
REFERENCES DEVICE_WICLET (WICLET_ID, DEVICE_ID);
end

Any ideas?
Offline  
Old 12-10-2009, 06:53 AM   #6
nobody7290
BlackBerry Extraordinaire
 
Join Date: Mar 2006
Model: 9700
Carrier: t-mobile Germany
Posts: 1,381
Default

I think, your database cannot be upgraded, because it is already a newer version.

uninstall the BES, reboot,
then run the 4.1.7 installer.
Offline  
Old 12-10-2009, 08:59 AM   #7
icontech
Thumbs Must Hurt
 
Join Date: Apr 2007
Model: 9700
Carrier: AT&T
Posts: 155
Default

remote or local database? What versions?
Offline  
Old 12-10-2009, 06:17 PM   #8
besadmin23
Talking BlackBerry Encyclopedia
 
besadmin23's Avatar
 
Join Date: Nov 2005
Model: Bold
Carrier: AT&T
Posts: 234
Default

and... 4.1.7 worked???
Offline  
Old 12-12-2009, 01:08 AM   #9
buluks
Thumbs Must Hurt
 
Join Date: Jan 2008
Location: Indonesia
Model: Z3
PIN: N/A
Carrier: Indosat
Posts: 193
Default

do you have clausal time to fix BES server ? if not, i recommend to backup database and uninstall msde ( my though from your case is local database using MSDE ) then reinstall BES application 4.1.6 ( it will make BES recognize that there is no database then will install MSDE automatic ), restore your database.

your database is newer than database format on 4.1.4. because 4.1.6 and 4.1.4 service pack msde is different.
__________________
------------------------------------
http://2blackberry.blogspot.com
Offline  
Old 12-12-2009, 12:39 PM   #10
rsk
Thumbs Must Hurt
 
Join Date: Jan 2007
Model: 9630
Carrier: Sprint
Posts: 134
Default

I wouldn't touch SQL/msde, just install in the correct sequence and you should be fine.
Offline  
Old 12-14-2009, 10:33 PM   #11
penguin3107
BlackBerry God
 
penguin3107's Avatar
 
Join Date: Jan 2005
Model: iOS 5
Carrier: VZW
Posts: 11,701
Default

Looks like you may be hosed... for now.
View Document
__________________
BCSA
BES 5.0.3 MR4 :-: Exchange 2007 SP3 RU3
http://port3101.org
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


Vintage Apple Computer 4” Paper Cube Notepad Macintosh 80s 90s Office White picture

Vintage Apple Computer 4” Paper Cube Notepad Macintosh 80s 90s Office White

$39.95



Vintage Post-it Note Pad Apple Magnetic Holder Pince A Notes Unused 1988 NOS picture

Vintage Post-it Note Pad Apple Magnetic Holder Pince A Notes Unused 1988 NOS

$16.99



Apple 1 Replica IC's: Vintage IC’s Many Types See List NOS 74XXX Types - Apple I picture

Apple 1 Replica IC's: Vintage IC’s Many Types See List NOS 74XXX Types - Apple I

$20.00



Vintage Apple Day Planner Zipper Mead Office Products New W/ Tags  picture

Vintage Apple Day Planner Zipper Mead Office Products New W/ Tags

$59.99



Lot of 6 Vintage Apple Drawstring Bags For iPhone, Mac, Apple Watch, iPod picture

Lot of 6 Vintage Apple Drawstring Bags For iPhone, Mac, Apple Watch, iPod

$45.00



Retro 1951 Apple Computer Logo 0.7mm Ballpoint Black Ink Pen Gold Barrel picture

Retro 1951 Apple Computer Logo 0.7mm Ballpoint Black Ink Pen Gold Barrel

$90.99







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