02-09-2012 11:42 AM
I have the exact same problem. Any solution?
I am on AT&T. Please edit your Personal Profile with your DEVICE TYPE, DEVICE OS and Carrier
02-09-2012 07:57 PM
We need some info, do you have any errors in your BES logs?
default location :\Program Files\Research In Motion\BlackBerryEnterprise Server\Logs
Common BAS issues.
KB18267 The username, password, or domain is not correct logging to BAS
KB18186 Unable to log on to BAS when running a mixed domain environment
KB17950 The username, password, or domain is not correct
See also, they might not all pertain to you but they might.
LDAP setup issues
http://www.blackberry.com/btsc/KB18197
Have a zero in your IP address?
BlackBerry Messaging Agent log shows "Failed to read 001e6602 reg value from the BlackBerry MAPI profile"
Also messaging agent failed to start error code 5305
http://www.blackberry.com/btsc/KB19074
Do you have both 001e6602 registry entries listed in this KB while logged in as the BESAdmin service account?
http://support.opt3.com/KB/a47/installing-bes-expr
Do you have SQl browseer runnig?
02-10-2012 08:55 AM
02-20-2012 05:28 AM
Hi
Kindly check with the below Blackberry RIM KB 14666.
Blackberry RIM KB 14666 link : http://btsc.webapps.blackberry.com/btsc/search.do?
Below error occurs due to corruption of Java.
"The message I get is HTTP Error 404.0 - not found error code 0x80070002"
Kindly reinstall Java to resolve the issue.
02-24-2012 08:57 AM
02-24-2012 09:09 AM
Hi
Try Reinstalling Java.
Once you reinstall Java then verify registry path is proper for Java .
Kindly verify & revert back.
02-24-2012 09:37 AM - last edited on 02-24-2012 09:44 AM
Below is KB 14666 from Blackberry Research In Motion
The Java Virtual Machine has exited with a code of 0, the service is being stopped
Article ID: KB14666 Type: Support Content Last Modified: 10-08-2010
Affected: BlackBerry® Enterprise Server for IBM® Lotus® Domino®
BlackBerry® Enterprise Server for Microsoft® Exchange
BlackBerry® Enterprise Server for Novell® GroupWise®
Overview The following entry appears in the application log shortly after starting the BlackBerry Administration Service, or when BlackBerry smartphone users try to log in to the BlackBerry Web Desktop Manager:
Source: BAS-AS Event log: The Java Virtual Machine has exited with a code of 0, the service is being stopped.
Cause The BlackBerry Administration Service is unable to connect with the database.
This issue may be caused by one of the following:
1.The TCP/IP protocol is not running.
2.SQL is running on a non-standard port.
Resolution
Cause 1 The TCP/IP protocol is not running.
The resolution depends on which version of Microsoft® SQL Server® is in use. Resolution 1 To turn on TCP/IP protocols using Microsoft SQL Configuration Manager for Microsoft SQL Server 2005, complete the following steps: 1.To open Microsoft SQL Configuration Manager, click Start > Microsoft SQL Server 2005 > Configuration Tools > SQL Server Configuration Manager > SQL Server 2005 Network Configuration.
2.Select the Microsoft SQL Server instance that contains the BlackBerry Configuration Database.
3.For each TCP/IP and named pipes network protocol, double-click the protocol, change the Enabled field to Yes, and click OK.
4.In Windows® Services, right-click each of the Microsoft SQL Services, and then select Restart.
Resolution 2
To turn on TCP/IP protocols for Microsoft SQL Server 2000 or Microsoft SQL Server Desktop Engine (MSDE), complete the following steps:
1.From a command prompt, browse to C:\Program files\Microsoft SQL Server\80\Tools\Bin.
2.Type svrnetcn.exe and press ENTER.
3.Click Named Pipes and TCP/IP Protocols in the list of Disabled Protocols, and then click Enable after choosing each one.
4.Click Apply and then click OK.
5.Close the command prompt window.
6.In Microsoft Windows Services, right-click each of the Microsoft SQL Services, and select Restart. --------------------------------------------------
Cause 2 SQL is running on a non-standard port.
The main tasks are:
1.Re-install BlackBerry Administration Service.
2.Find the port number that SQL is running on.
3.Change the port number.
Task 1 - Re-install BlackBerry Administration Service To make sure that the correct port number is selected, complete the following steps: 1.Uninstall the BlackBerry Administration Service. 2.Re-install the BlackBerry Administration Service. When prompted for the database information, make sure that the correct port number is selected.
Task 2 - Find the Microsoft Server SQL port number The resolution depends on which version of Microsoft SQL Server is in use. Resolution 1 To find the Microsoft Server SQL 2005 port number using Microsoft SQL Configuration Manager, complete the following steps: 1.To open Microsoft SQL Configuration Manager, select Start > Microsoft SQL Server 2005 > Configuration Tools > SQL Server Configuration Manager > SQL Server 2005 Network Configuration 2.Select the Microsoft SQL Server instance that contains the BlackBerry Configuration Database. 3.For each TCP/IP, double-click the protocol, go to the IP Address tab and note the TCP port number in Windows Services. 4.Right-click each of the Microsoft SQL Services, and then select Restart. Resolution 2 To find the SQL port number for Microsoft SQL Server 2000 or Microsoft SQL Server Desktop Engine (MSDE), complete the following steps: 1.From a command prompt, browse to C:\Program files\Microsoft SQL Server\80\Tools\Bin. 2.Type svrnetcn.exe and then press ENTER. 3.Click TCP/IP Protocols in the list of enabled Protocols, and click Properties. 4.Note the default port.
Task 3 - Change the port number To change the port number, complete the following steps: 1.On the computer that hosts the BlackBerry Administration Service, at the command prompt, navigate to \Program Files\Research In Motion\BlackBerry Administration Service\bin\ 2.Type basConfig.bat and all of the following parameters: •-cmd database •-file "\Program Files\Research In Motion\BlackBerry Administration Service\jboss\ejb\server\default\deploy\basds.xml " •-driver •-url •-ntlm This example updates the application server configuration file and changes the BlackBerry Configuration Database URL to port number 1433: basConfig.bat -cmd database -file "C:\Program Files\Research In Motion\BlackBerry Administration Service\jboss\ejb\server\default\deploy\bas-ds.xml
02-27-2012 03:35 PM
When prompted for the database information, make sure that the correct port number is selected.-----i tried put in static port # 1433 and got warning "The setup application cannot connect to the database server that you specified. Verity the following requirements: -The database information that you provided is correct -The database server is running. -The port configuration matches the database instance that you are connection to. " SQL is running. I checked. TCP/IP is enable for sql instance that hosts the database.