Installing SBO 2007 Error Unable to connect to database

Trying to install SBO 2007. 
First install server tools, then sever. 
The SBO -Common database exists as per checking the SQl database.
The install asked for the database server, database name, user name and password in which I enter this correctly.
A message states:
WARNING
'Unable to connect to database;verify database server name and that database is started'.
I am unable to proceed further.  Can any on assit please.
Have also tried un installing SBO 2007, deleting databases and rebooting - without success.

Dear Lisa,
You will get this issue when you are using named/non-default instance of MS SQL Server during the installation progress
of SAP Business One Integration Platform.
The B1iP installation program uses default port (1433) to connect MS SQL
Server and to create database. The named instance will use the port
other than 1433.
1.  Before the installation of B1iP, change the port of the named
    instance to 1433, which will be used to install B1iP.
2.  If 1433 is being used by another application, and cannot be changed,
    the steps below is one walk-around way:
    a) Stop the instance of MS SQL Server, which is using the port 1433
    b) Change the named instance, which will be used to install B1iP, to
       1433 temporary, and remember the port to recover
    c) Install B1iP (or SAP Business One with B1iP component)
    d) After installation, stop the B1i service. Under B1i folder, in
       the Xcellerator.cfg, change 1433 to the port that B1iP DB
       instance used.
    e) Change back the ports of SQL Server.
    f) Run the service of SQL Server and B1i again.
Regards,
Rakesh Pati
SAP Business One Forum Team

Similar Messages

  • Upgrade SBO-COMMOM SQL -  unable to connect to database

    Dear Experts,
    I'm trying to upgarde from SAP 2007 A PL-42  to  PL-49.
    I have currently got SQL2000 (for legend system) running under the instance name SERVER and i have installed SQL2005 (SAP uses this) with the instance name SERVER\SQL2005, both running on the same machine called SERVER.
    When i try to upgrade the SBO-COMMON database, it installs the DI and reaches a point where it asks for:-
    Database Server:-              (I input SERVER\SQL2005)
    Database Name:-              (SBO-COMMON)
    User Name:-                     (sa)
    Password:-                      (password)
    When i click the NEXT button, i get the error "unable to connect to database; verify that database TCP/IP port serice is started."
    I have verified that the TCP/IP ie enabled,and running on port 1433.
    Addidtional Information:
    During installation, it tries to access c:\windows\system32\sqljdbc_auth.dll file, when i click the NEXT button, just before i get the TCP/IP error.
    Would highly appreciate the help.
    Regards,
    Asif

    Dear Asif,
    You may check these threads first:
    Re: Unable to connect after migrating from SQL Server 2000 to SQL Server 2005
    Re: Installing SBO 2007 Error Unable to connect to database
    Thanks,
    Gordon

  • Error: Unable to connect to database using connection_pool

    Hi experts
    I have created repository and reports on my windows machine using ODBC , Now i have tranfered this to on unix with OCI, But when i am connecting to my dtabase it is showng the error:
    Error: Unable to connect to database using connection_pool
    Please suggest how to resolve this..

    Have you install the Oracle client in your Unix server?

  • Error: unable to connect to database using user system. please check privil

    Hi All,
    i have 2 oracle databases in my system (ORCL,RR). i am able to connect both databases i sql prompt. but in ggsci prompt not able to connect rr database due to below error
    dblogin userid system, password tiger.
    Error: unable to connect to database using user system. please check privil
    Can you please help me to connect RR database also in GGSCI promt.
    Thanks
    Raja

    Did you try with RR database tns name or sid while connecting ?
    If No then try this ,
    GGSCI (ATP) 6> DBLOGIN USERID SYSTEM@<tns alias name>
    Password:
    Successfully logged into database.
    HTP
    Annamalai.

  • Unable to connect to database  in ofline mode

    Hi ,
    i have server OBIEE server installed in Linux and client installed on windows7
    the issue is
    when i log in to admin tool on client it opens and show all tables but..
    ..... when i right click a table and click on view data .. it through an error 'UNABLE TO CONNECT TO DATABASE"
    I HAD CHECKED THE TNS NAME S EVERY THING IS FINE
    can any help in this regard

    Hi,
    which DB are you using? if u r using Oracle DB refer the below steps and make sure u r end
    There are 3 options to work around this
    1. Copy your tnsnames.ora to {Oracle_BI1}\network\admin directory & {oracle_common}\network\admin directory (only the former is needed as that is the ORACLE_HOME)
    2. Or instead of tnsnames.ora source entry, use the full expanded tnsnames as shown below
    (DESCRIPTION =(ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.66.173)(PORT = 1521))(CONNECT_DATA =(SERVER = DEDICATED)(SERVICE_NAME = orcl)))
    3) easy to connect u r DB
    To configure OCI, you have to provide in the connection pool of the physical layer three parameters:
    the call interface. You must choose OCI.
    The data source name
    The user name and password
    In the data source name, you have to enter a connect identifier that can be one of the following naming methods.
    //database_host[:port]/service_name
    for more :
    http://gerardnico.com/wiki/dat/obiee/oci
    Thanks
    Deva

  • MDM 71 - mdm console and clix - unable to connect to database server

    Hi,
    environment, MDM 7.1, AIX 6, Oracle 10.2.0.4 (installed as part of a standalone java AS)
    i've an issue. I have installed MDM 71 via sapinst, before that I installed a standalone java application server. During the installation, i gave the 'oracle client', 'oracle home' and 'oracle sqlplus utility' to be those of the oracle database installed for the java AS.
    After sapinst completed I tested my connection to the database via
    tnsping <SID> = OK
    sqlplus system/passwd@<SID> = OK
    When i start up the mdm console (7.1.02.90) i can mount the MDM server, BUT when I try to configure the database settings i get
    error  'unable to connect to database server'
    I get the same error when i use clix dblist
    Error: 0x84020004, Unable to connect with Database Server
    Has anybody got any ideas.

    To see why the MDM is not able to connect to database, do the following:
    % cd /usr/sap/<SID>/MDSxx/log
    % ls -ltr
    You will find last updated log file with name like MDS_LogXXUX101224X164953.csv
    % tail -100 MDS_LogXXUX101224X164953.csv
    You will see the reason for not being able to connect. If the reason is:
    ",MDSAdminServerXGetAvailableReps,Oracle_DBConnection.cpp,205,,,,server_user,server_global,,,
    2011-09-23T06:10:48.933,6       ,24,"Service 'SID', Schema 'system', ERROR CODE=12154 ||| ORA-12154: TNS:could not resolve the connect identifier specified
    OCI Attach, try again ...
    Then edit the /oracle/SID/112_64/network/admin/tnsnames.ora with entry like following:
    SID.WORLD =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS =
            (COMMUNITY = SAP.WORLD)
            (PROTOCOL = TCP)
            (HOST = hostname)
            (PORT = PORT_NO)
        (CONNECT_DATA =
          (SID = SID)
          (GLOBAL_NAME = SID.WORLD)
    then issue:
    tnsping SID
    If result is like
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (COMMUNITY = SAP.WORLD) (PROTOCOL = TCP) (HOST = hostname) (PORT = PORT_NO))) (CONNECT_DATA = (SID = SID) (GLOBAL_NAME = SID.WORLD)))
    OK (0 msec)

  • HP Device Toolbox software Error Unable to connect to the printer

    Hi guys,
    I'm currently in bit of a nightmare with my HP Laserjet 100 color MFP M175nw. 
    Basically I have upgraded to a new wireless router and since doing this my HP Laser Jet refuses to work / connect to the wireless network.
    I have literally tried just about evey thing I can to get it to work, thoroughly through the manual, uninstalled and reinstalled the software about 12 times, tried firewalls on and off, tried security on the router on and off, tried WPS mode, tried manually entering in the IP address into the printer all without luck. You can see my dedicated thread here
    http://h30434.www3.hp.com/t5/Printer-Networking-and-Wireless/HP-LaserJet-Pro-100-color-MFP-M175nw-un...
    So currently I have the printer connect to the computer via USB and it works, so I decided to try using the HP Device toolbox software  to see if it would give me any more options to try and when I run this software I get
    Error: Unable to connect to the printer, make sure your printer is properly connected and powered on and then try to open the HP device toolbox again. Arg!!!
    My new router is a Billion 7800DXL, my old router which worked in wireless mode was also a Billion 7300g.
    Any help would be great really stuck here

    Hello tf22raptor.
    I see that you're now experiencing an issue getting the Device Tool box to run. I will try and assist with this.
    After reviewing this post and the other thread, I have a few things you can try.
    1) Run MS Fix it utility to uninstall the software: Fix problems that programs cannot be installed or uninstalled.
    (This is to make sure the software is completely removed and conflicts in the registry get resolved)
    2)Msconfig: press windows key and R on the keyboard> in run box type "msconfig"> on window select "services tab"> check box next to "hide all MS services> press disable all> go to "startup" tab> press disable all> press apply and ok at the bottom> this should prompt a PC restart.
    Please restart.
    3) Re-install via USB
    4) Try running the device toolbox now
    5)If still having issues installing wireless, you may have to contact the router manufacture.
    I hope this helps you out. Thanks for posting on the HP Forums.
    I worked on behalf of HP.

  • I am getting the error "Unable to connect to data warehouse management server" when I try to register it DWMS

    I have a Data Warehouse Server that appears to be functioning but is running System Center Service Manager 2010 (w/ out SP1), Also have a functioning Configuration Management Server with Reporting Services Point installed the is running System Center
    2012. Both systems are VM's running Windows Server 2008 R2 Enterprise w/ SP1 fully patched. Both systems are running SQL Server 2008 R2 as well. When I try to register the Data Warehouse Server via the GUI using the console or in Powershell it errors
    out. Particularly on the GUI with the error "Unable to connect to data warehouse management server". I can browse to it, ping it, get the configuration management reports to run and show my AD assets, etc... but it will not register the DWS. I have
    tried every suggestion TechNet has to offer and I am hitting a wall. Can someone please, please, please help!?!

    unplug modem and router and reboot.
    check setting for network, verify password.
    sign in.  Enter computer information.
    let me know if this works.

  • XL Reporter error Unable to Connect to SAP Business One DI API

    Hi Experts,
    Im getting this error on one of our clients' workstations.
    They have SAPB1 2005A PL 31.
    We've tried uninstalling and reinstalling the DIAPI and the whole client application as well.  Same error.
    It als gives an error after the initial error that says:
    "Security Settings in Microsoft Excel prohibit XL Reporter from running."
    Any suggestions?
    Thanks!

    hi jairus,
    To fix this XLR error 'unable to connect to SAP Business One DI API', do the following:
    1. Go to control panel and uninstall SAP DI API
    2. Run %temp%
    3. Rename the folder SM_OBS_DLL
    4. Go to the patch level package of the patch level you are using and install DI API. If you get a message that the installation already exists, ignore the message and proceed to install DI API.
    XLR should work properly.
    Best Regards,
    David

  • Unable to connect to Database Error in FDM application creation

    Hi All,
    I have Installed Financial Data Quality Management 11.1.2.2 in my machine. Database [Oracle 11g R2 64 bit] and client[Oracle client 32 bit] also installed in the same machine.
    We selected the following components while installing Oracle client[Custom installation],
    Oracle Objects for OLE
    Oracle Data Provider for .NET
    Oracle Providers for ASP.NET
    Oracle Provider for OLEDB
    Complete the install.
    When I tried to create FDM application it throws me the following error. Unable to connect to Database. Please check the database information and verify the database is accessible.
    Kindly guide me to overcome this issue.
    Thanks and Regards
    Sai

    Hi Sai,
    first of all, you have posted FDM issue in Essbase forum. Thats the reason you didn't get replies to this issue.
    To resolve this, we need to Oracle Client 32 bit first then Oracle Client 64 bit.
    Install Oracle Clients completly. (As per documentation, we need to install Clients completly. Means choose Administrator, not instant client and custom)
    After installing also if get same error, Goto Environment variables, Edit PATH variable and copy the 32 bit Client path to the first in the PATH variable.
    Then reboot the Server and try again to create FDM application.
    Thanks,
    mady

  • BO 4.0 - Database error: Unable to connect to SAP BW Incomplete logon data

    Hello Experts,
    I have enabled a 'SSO to database' between SAP BW and Business objects by referencing to the documents related to below link.
    [http://wiki.sdn.sap.com/wiki/display/BOBJ/HowtosetupSSOagainstSAPBWinSBOBI4.0forLDAPusers]
    I have created a universe connection with option 'use single sign on when refreshing reports at view time' and have created a universe on top of my BEx query by log-in to the universe designer tools using my LDAP account.
    Now when I run the report with either SAP account or LDAP - I am able to run a adhoc webi report on this universe and get data either through the webi rich client or via BO 4.0 Info-view/Launch Pad.
    But the issue is that when other users are trying to run webi queries on this universe either through Info-view/launch pad or rich client by log-in via LDAP Authentication - they get the below error: I have given SAP_ALL to this user for time being and also have done the necessary configuration for 'simple user format' in CMC so these user has 1 account with 3 alias definitions: Enterprise, SAP, R/3.
    Database error: Unable to connect to SAP BW server Incomplete logon data -
    If the user logs on into the BO 4.0 Info-view/launch pad or webi rich client using his SAP authentication than he is able to run and retrieve data.
    I also get a dump in the SAP BW system - I analyzed the dump in SAP BW using st22 tcode and it gives the error short text as - Incomplete logon data and run-time error -  CALL_FUNCTION_SIGNON_INCOMPL
    Desired outcome:
    I want the users to log-in to webi rich client or BO 4.0 Launch pad/Info-view using their 'LDAP'  authentication and run reports against the universe on SAP BW/BEx query without any errors or additional username/password requirements.
    Can someone please tell me if I am missing any steps/configuration and guide me to achieve the above mentioned desired result ?
    Any help in this matter would be greatly appreciated.
    Thanks & regards,
    CD.

    Hi Simone,
    Thank you for the reply.
    Here are the things done by me.
    1. Generated the keystore file and imported it in BI 4.0 CMC on  SAP Authentication Option tab
        ([http://wiki.sdn.sap.com/wiki/display/BOBJ/GeneratekeystoreandcertificateforSAPBO+BI4.0])
        ([http://wiki.sdn.sap.com/wiki/display/BOBJ/SetupofSAPSSOServiceinSAPBOBI4.0+CMC])
    2. Generate the certificate file cert.der and this cert is imported in SAP BW with STRUSTSSO2 transaction.
        ([http://wiki.sdn.sap.com/wiki/display/BOBJ/ImportSAPBOBI4.0certificateintoSAP+BW])
    3. BW Roles/Users have been imported into CMC.
    4. SAP Users and LDAP users are mapped/aliased with each other using the registry key method
        ([http://wiki.sdn.sap.com/wiki/display/BOBJ/HowtomapSAPusersandLDAPusersinSBOBI4.0+CMC])
    I haven't explicitly configured STS (Security token service) as STS is a part of Adaptive processing server (APS) and I have verified that by going to servers in CMC and then to analysis services.
    I have searched for SAP OSS notes related to my issue but couldn't find any note related to SAP BW SSO with Business objects 4.0. Most of the notes are relevant for BO XI 3.1 environments.
    Thanks & regards,
    CD.

  • BO 4.0: Database error:Unable to connect to SAP BW server Incomplete logon

    Hello Experts,
    I have enabled a 'SSO to database' between SAP BW and Business objects by referencing to the documents related to below link.
    http://wiki.sdn.sap.com/wiki/display/BOBJ/HowtosetupSSOagainstSAPBWinSBOBI4.0forLDAPusers
    I have created a universe connection with option 'use single sign on when refreshing reports at view time' and have created a universe on top of my BEx query by log-in to the universe designer tools using my LDAP account.
    Now when I run the report with either SAP account or LDAP - I am able to run a adhoc webi report on this universe and get data either through the webi rich client or via BO 4.0 Info-view/Launch Pad.
    But the issue is that when other users are trying to run webi queries on this universe either through Info-view/launch pad or rich client by log-in via LDAP Authentication - they get the below error: I have given SAP_ALL to this user for time being and also have done the necessary configuration for 'simple user format' in CMC so these user has 1 account with 3 alias definitions: Enterprise, SAP, R/3.
    Database error: Unable to connect to SAP BW server Incomplete logon data -
    If the user logs on into the BO 4.0 Info-view/launch pad or webi rich client using his SAP authentication than he is able to run and retrieve data.
    I also get a dump in the SAP BW system - I analyzed the dump in SAP BW using st22 tcode and it gives the error short text as - Incomplete logon data and run-time error - CALL_FUNCTION_SIGNON_INCOMPL
    Desired outcome:
    I want the users to log-in to webi rich client or BO 4.0 Launch pad/Info-view using their 'LDAP' authentication and run reports against the universe on SAP BW/BEx query without any errors or additional username/password requirements.
    Can someone please tell me if I am missing any steps/configuration and guide me to achieve the above mentioned desired result ?
    Any help in this matter would be greatly appreciated.
    Thanks & regards,
    CD.

    Whether your problem is solved?
    We have the same problem in BO Mobile.
    Two users from one BW-role, BO-groups; one user report is executed, another user - error incomplete logon data. In Web Intelligence both users reports succeeds.

  • Server Error in '/' Application. [COMException (0x81020024): Unable to connect to database]

    Hi,
    My team and I are trying to resolve this issue. some of our users are having trouble uploading data into the database. this is the error that they are getting.
    I would really appreciate it if you could help me get ridd fo this issue.
    Server Error in '/' Application.
    Unable to connect to database. Check database connection information and make sure the database server is running.
    Description:
    An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details:
    System.Runtime.InteropServices.COMException: Unable to connect to database. Check database connection information and make sure the database server is running.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace
    below.
    Stack Trace:
    [COMException (0x81020024): Unable to connect to database.  Check database connection information and make sure the database server is running.]
       Microsoft.SharePoint.Library.SPRequestInternalClass.PreInitServer(String bstrAbsoluteRequestUrl, String bstrServerRelativeUrl, Int32 lZone, Guid gApplicationId, Guid gSiteId, Guid gDatabaseId,
    String bstrDatabaseServer, String bstrDatabaseName, String bstrDatabaseUsername, String bstrDatabasePassword, Boolean fHostHeaderIsSiteName) +0
       Microsoft.SharePoint.Library.SPRequest.PreInitServer(String bstrAbsoluteRequestUrl, String bstrServerRelativeUrl, Int32 lZone, Guid gApplicationId, Guid gSiteId, Guid gDatabaseId, String
    bstrDatabaseServer, String bstrDatabaseName, String bstrDatabaseUsername, String bstrDatabasePassword, Boolean fHostHeaderIsSiteName) +359
    [SPException: Unable to connect to database.  Check database connection information and make sure the database server is running.]
       Microsoft.SharePoint.Library.SPRequest.PreInitServer(String bstrAbsoluteRequestUrl, String bstrServerRelativeUrl, Int32 lZone, Guid gApplicationId, Guid gSiteId, Guid gDatabaseId, String
    bstrDatabaseServer, String bstrDatabaseName, String bstrDatabaseUsername, String bstrDatabasePassword, Boolean fHostHeaderIsSiteName) +479
       Microsoft.SharePoint.SPSite.PreinitializeServer(SPRequest request) +666
       Microsoft.SharePoint.SPWeb.InitializeSPRequest() +548
       Microsoft.SharePoint.SPWeb.EnsureSPRequest() +75
       Microsoft.SharePoint.SPWeb.get_Request() +74
       Microsoft.SharePoint.WebControls.SPControl.SPWebEnsureSPControl(HttpContext context) +613
       Microsoft.SharePoint.WebControls.SPControl.GetContextWeb(HttpContext context) +41
       Microsoft.SharePoint.SPContext.get_Current() +123
       CKS.EBE.BlogContext.get_BlogEnabledSite() +37
       CKS.EBE.BlogHttpModule._app_PostAuthorizeRequest(Object sender, EventArgs e) +113
       System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +80
       System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +171
    the description of the error on the server is as follows:
    The description for Event ID ( 27745 ) in Source ( Windows SharePoint Services 3 ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use
    the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: #50071: Unable to connect to the database MOSS_Content_RBI on BartDB\Bart.  Check the database connection information
    and make sure that the database server is running..

    are you using the Aliases for the SQL Server, make sure your account having the correct permission.
    If it is your QA farm, you can run the config wizard to fix his problem...
    check this post having the similar issue.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/478d6b3a-a51e-48c5-832b-5afb51c69734/unable-to-connect-to-the-sql-content-database-from-sharepoint-web-front-server?forum=sharepointadminlegacy
    http://hammad1.wordpress.com/2008/06/04/unable-to-connect-to-database-in-event-logs/
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • TS3899 getting an error, "unable to connect to server" when trying to access his yahoo email account. no different user name/wifi is off.

    getting an error, "unable to connect to server" when trying to access yahoo email account.  I did not change my password, but now everytime I try to access my email from my IPhone 4s, I get the error.

    Try the Yahoo mail app.

  • Getting an error unable to connect to iTunes when I try to download games through apples app, says try again when I do it gives me an Fatal error unable to connect?

    Getting an error unable to connect to iTunes when I try to download games through apples app, says try again when I do it gives me an Fatal error unable to connect?

    Hi LeAnn,
    There have been several posts tonight with this issue. I would suggest waiting until tomorrow and then try again. There may be an issue with the server you are connecting to.
    Cheers,
    GB

Maybe you are looking for

  • An attempt to resolve the DNS name of a domain controller in the domain being joined has failed.

    "An attempt to resolve the DNS name of a domain controller in the domain being joined has failed."  This is the error message I get whenever I try to connect to my servers domain which I just set up earlier today. I have read through a bunch of other

  • ARD has no windows or menus after migration

    After using Migration Assistant to move from a MBP Core 2 Duo machine to a MBP i7 machine, ARD opens with no windows and all the menus are grayed out. Usually when I migrate, ARD asks to have the serial number reentered but there was no request or op

  • PHP paging between 2 recordsets

    Currently I am redoing this page, Bulk Fuel, that is originally created using spry and XML and recoding it with PHP and tying it into a MySQL db. As you can see the user clicks the city name and the prices change for that city and so does the text, i

  • How to reduce sound gain in Captivate 6

    Hi All, Have recorded my voice overs over weeks and using a mike and the end product  has changed. The last recording session  my voice sounds  like it has more bass compared to my first recording. Any ideas how to fix this please?  Also when limited

  • Aligning text in a JtextPane

    I am trying to display text in a JTextPane. I want to be able to change the background color, the foreground color and the border (color and width). Furthermore, I need multiple lines of text, and later I might want to change the font too. The text n