BlackBerryForums.com : Your Number One BlackBerry Community
     

»Sponsored Links


BlackBerryApps.com Best Sellers



Closed Thread
 
LinkBack Thread Tools
  (#1 (permalink)) Old
Just Guessing Offline
Knows Where the Search Button Is
 
Posts: 29
Join Date: Mar 2007
Model: 7100T
Carrier: verizon
Arrow BES on SBS 2003 using SQL - 11-01-2007, 01:27 PM

I am installing BES 4.1 on a Windows SBS 2003 server. During the installation, the BES install detected the instance of SQL that comes with SBS 2003 (I did NOT get the version of SBS that comes with SQL 2005, so I don't have full blown SQL). I think SBS uses SQL 2000 natively for it's own functions. SBS uses SQL for error and status reporting.

The bottom line is that the install wants to connect to an SQL database, but is reporting that there is none. There is no SQL manager on SBS 2003. I don't see any way to configure the existing SQL for BES. I think I should install MSDE 2000 instead.

Thanks, if you have any ideas.
   
Sponsored Links
Please Login or Register to Remove these Advertisements!

  (#2 (permalink)) Old
stasmayer Offline
New Member
 
Posts: 1
Join Date: Dec 2007
Model: 8830
PIN: N/A
Carrier: Suncom
Smile Same Problem... - 12-07-2007, 02:30 PM

Quote:
I am installing BES 4.1 on a Windows SBS 2003 server. During the installation, the BES install detected the instance of SQL that comes with SBS 2003 (I did NOT get the version of SBS that comes with SQL 2005, so I don't have full blown SQL). I think SBS uses SQL 2000 natively for it's own functions. SBS uses SQL for error and status reporting.

The bottom line is that the install wants to connect to an SQL database, but is reporting that there is none. There is no SQL manager on SBS 2003. I don't see any way to configure the existing SQL for BES. I think I should install MSDE 2000 instead.

Thanks, if you have any ideas.
I'm having the same exact problem... It's the 1 user freebie BES... The one thing that I did encounter (as i followed the install directions to a T, as I haven't done this exact install yet) is that it wanted the MDAC 2.8, which doesn't install on the 2K3 SBS...

Any help with this matter would be VERY helpful!
Thanks!!
   
  (#3 (permalink)) Old
DarkWater Offline
Talking BlackBerry Encyclopedia
 
DarkWater's Avatar
 
Posts: 417
Join Date: May 2005
Location: Waterloo, ON
Model: 8320
PIN: FFFFFFFF
Carrier: Rogers Wireless
Default 12-07-2007, 03:23 PM

Alright guys *cracks fingers*

This is a known issue when installing on SBS.

The preexisting install of MSDE is for some reason hell to detect.

What you will need to do is this.

Cancel the install and/or uninstall whatever is currently there for the BES.

Then, you need to install MSDE yourself as a default instance.

Download MSDE 2000a from Microsoft. Run the file to extract the installation files (by default goes to C:\MSDERelA)

Then, from a command prompt in that location, issue the following command.

C:\MSDERelA> setup SAPWD="Password" SECURITYMODE=SQL

This will install a default instance of MSDE. Everything that comes with SBS is always named instances, so there should be no conflicts.

When you setup BES, your SQL server name would be just the machine name and the database of BESMgmt. All should be well.

If you want a named instance, just use this command to set it up instead.

c:\MSDERelA> setup INSTANCENAME="InstanceName" SAPWD="Password" SECURITYMODE=SQL

*Note* Keep the quotes in those above commands as it is a string.

Then the BES install for the SQL server would be "MachineName\InstanceName"
   
  (#4 (permalink)) Old
hdawg Offline
BlackBerry Genius
 
hdawg's Avatar
 
Posts: 6,645
Join Date: Aug 2006
Model: hdawg
PIN: port3101.org
Carrier: hdawg
Default 12-08-2007, 01:33 AM

This is an awesome post! Lets see if we can't get that to be a KB Article ...
   
  (#5 (permalink)) Old
Ugg Offline
Thumbs Must Hurt
 
Posts: 195
Join Date: Dec 2006
Model: 8310
OS: 4.5
Carrier: O2
Default 12-10-2007, 10:19 AM

The SBS that I'm sat in front of at the moment has three SQL Instances on it. Two came "out of the box" and one was done via the method that Darkwater describes above. If you look at the list of running services you'll probably see "MSSQL$SBSMONITORING" and "MSSQL$SHAREPOINT", and in my case also "MSSQLSERVER".

I'd stay clear of installing another non-default instance name as I've seen it cause issues with MDS Services (although this was a couple of service packs ago).

If you want a "manager" front-end for MSDE you could do worse than try here:
English Home Page English - DbaMgr e DbaMgr2K

There's also the "osql" command line as well - RIM's pages tend to include osql examples and although it's not clicky pointy you can do most things that way if you have to.
   
  (#6 (permalink)) Old
DarkWater Offline
Talking BlackBerry Encyclopedia
 
DarkWater's Avatar
 
Posts: 417
Join Date: May 2005
Location: Waterloo, ON
Model: 8320
PIN: FFFFFFFF
Carrier: Rogers Wireless
Default 12-10-2007, 11:08 AM

The problems with the instance name have been resolved in the latest versions.
   
  (#7 (permalink)) Old
jaytnc Offline
New Member
 
Posts: 6
Join Date: Feb 2008
Model: 8703e
PIN: N/A
Carrier: Verizon
Default 10-09-2008, 08:13 PM

Alright, I'm about to throw MSDE out the window... I've followed DarkWater's instructions and also the post by Chris Dalby... I cannot get the new instance of MSDE to install. Period. Therefore I cannot finish the install of BES. Installing BES on a Win2k3 SBS server with sharepoint is must just not a viable solution, apparently. It's only for one BB user, so it's not worth this headache.
   
  (#8 (permalink)) Old
bbxpert Offline
Knows Where the Search Button Is
 
Posts: 22
Join Date: Mar 2008
Model: 7100i
PIN: N/A
Carrier: nextel
Default 10-09-2008, 09:45 PM

RIM KB BlackBerry Search Results
You can also use SQL Express 2005
BlackBerry Search Results
You can use either a named instance or the default instance.
I always install an instance named BlackBerry for my clients so my SQL server connection name is : machinename\BlackBerry

I don't think its been fixed in the latest release as BES Pro is still only at 4.1.4, its only had the one release, I'll have to check the next time I do a fresh install of 4.1.6 enterprise though.
   
  (#9 (permalink)) Old
bbxpert Offline
Knows Where the Search Button Is
 
Posts: 22
Join Date: Mar 2008
Model: 7100i
PIN: N/A
Carrier: nextel
Default 10-09-2008, 09:46 PM

Sorry I messed up the link to SQL Express 2005
SQL Server Express 2005 Download
   
  (#10 (permalink)) Old
fadmin Online
CrackBerry Addict
 
fadmin's Avatar
 
Posts: 790
Join Date: Mar 2007
Model: 8300
Carrier: Rogers
Default 10-10-2008, 09:02 AM

You know I'd stay away from installing BES on SBS as it could be installed on some stand alone XP as well (not recommanded but it works) and will work ok. It might give you more problems in the long run having it on SBS then benefits that of one user that has BB...
   
  (#11 (permalink)) Old
jaytnc Offline
New Member
 
Posts: 6
Join Date: Feb 2008
Model: 8703e
PIN: N/A
Carrier: Verizon
Default 10-10-2008, 09:41 AM

I've followed KB11232 also. It gets to about 20seconds remaining and it rollsback the installation. Guess I'll go get another machine and run 2k5 on it just so we can have BES running.
   
  (#12 (permalink)) Old
MoGeN Offline
Knows Where the Search Button Is
 
Posts: 25
Join Date: Oct 2006
Location: South FLorida
Model: 8830
OS: 4.5.0.160
Carrier: Sprint
Default 10-10-2008, 02:38 PM

I have installed a BES server on over 25 SBS 2003 machines and I have one finishing now (the bb is at 98%)

The entire install to activation time on a SBS 2003 machine should be no more than 20 minutes tops if you know what you are doing.

As for the SQL install I have stopped using MSDE 2000a and moved over to MSDE 2005 Express.

This is what you do to make it simple.

1) Download the software to C:\Downloads
2) Open a command prompt and go to C:\Downloads
3) Run this command C:\Downloads\SQLEXPR32.exe -X
4) A prompt will open asking you where to Extract the program (C:\MSDE2005)
5) From the SAME command prompt browse to C:\MSDE2005
6) Run this command setup INSTANCENAME="blackberry" SAPWD="password" (this is a copy/paste from a blackberry support e-mail from 2005)
7) *VERY IMPORTANT* When it opens the installer for MSDE 2005 UNCHECK the Hide Advanced Options. Continue clicking next in the install until it comes to the point where it asks about Authentication. Selected MIXED MODE and enter "password" as the password.
8) When it comes time in the install you will see SERVERNAME you add \blackberry to make it SERVERNAME\blackberry
   
  (#13 (permalink)) Old
jaytnc Offline
New Member
 
Posts: 6
Join Date: Feb 2008
Model: 8703e
PIN: N/A
Carrier: Verizon
Default 10-10-2008, 07:19 PM

Thank you, MoGeN. That worked flawlessly!
   
  (#14 (permalink)) Old
bremere Offline
Thumbs Must Hurt
 
bremere's Avatar
 
Posts: 157
Join Date: Mar 2006
Model: 8230
PIN: ky and the Brain
Carrier: Verizon Wireless
Default 10-11-2008, 01:58 PM

Quote:
Originally Posted by MoGeN View Post
I have installed a BES server on over 25 SBS 2003 machines and I have one finishing now (the bb is at 98%)

The entire install to activation time on a SBS 2003 machine should be no more than 20 minutes tops if you know what you are doing.

As for the SQL install I have stopped using MSDE 2000a and moved over to MSDE 2005 Express.

This is what you do to make it simple.

1) Download the software to C:\Downloads
2) Open a command prompt and go to C:\Downloads
3) Run this command C:\Downloads\SQLEXPR32.exe -X
4) A prompt will open asking you where to Extract the program (C:\MSDE2005)
5) From the SAME command prompt browse to C:\MSDE2005
6) Run this command setup INSTANCENAME="blackberry" SAPWD="password" (this is a copy/paste from a blackberry support e-mail from 2005)
7) *VERY IMPORTANT* When it opens the installer for MSDE 2005 UNCHECK the Hide Advanced Options. Continue clicking next in the install until it comes to the point where it asks about Authentication. Selected MIXED MODE and enter "password" as the password.
8) When it comes time in the install you will see SERVERNAME you add \blackberry to make it SERVERNAME\blackberry

Dude....I was having this problem all morning!!! Thanks a million for your expertise and ability to help!!! These directions were SPOT ON!!! PERFECTION

-emb


My New Bumper Sticker
"My Blackberry is smarter than your Honor Student"
   
  (#15 (permalink)) Old
MoGeN Offline
Knows Where the Search Button Is
 
Posts: 25
Join Date: Oct 2006
Location: South FLorida
Model: 8830
OS: 4.5.0.160
Carrier: Sprint
Default 10-30-2008, 11:23 AM

Glad I could help.
   
  (#16 (permalink)) Old
Just Guessing Offline
Knows Where the Search Button Is
 
Posts: 29
Join Date: Mar 2007
Model: 7100T
Carrier: verizon
Default 03-02-2009, 12:15 PM

Interestingly enough, SQL Express 2005 is in the Tools folder of the BES installation folder. I used this on my last install. Use the default settings (although I put it on my data drive rather than C and it works fine. Faster than downloading from Microsoft.
   
Closed Thread


Thread Tools

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





Copyright © 2004-2009 BlackBerryFAQ.com, BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of Research In Motion Limited.