2007A Install - Cannot connect to SBO-COMMON db

Towards the end of the Server install, after building the databases, a message displays that the Install is testing the connection to the SBO-COMMON db.  It then tells me that it is unable to connect and displays the MSSQL log on screen for me to enter the sa password. When I enter the correct password and press ok I get the "Cannot Connect" message again.
Before running the Install I have made sure that the required MSSQL services are running (MSSQL, Agent and Browser)

Hello Tony,
Please take a look at SAP Note 979081, it may be related.
Hope it helps,
Regards,
Willy
SAP Business One Forum's team

Similar Messages

  • 2007 B  Upgrade  - Cannot connect to SBO-COMMON db

    Hi,
    Trying to upgrade SBO 2005B PL43 to  SBO 2007B PL07.
    The SBO -Common database exist
    The SQL Express <TCP and Pipes> enable
    In the SBO Common Upgrade, when I enter the correct server name, user, password and press OK, i get the follow error:
    "The Connection to the specified server has failed"
    "Check your password and the that server exist on the network"
    Any idea?
    Tanks

    Hi Marcio
    In 2007 you must specify the server type as SQL or SQL_2005 (Type 1 or Type 4). There are also limitations in 2007 with respect to SQL Express. The best is to check the supported databases on the portal or check with your local SAP office.
    Kind regards
    Peter Juby

  • Error while connecting to SBO-common

    hi,
    I m getting started with the sap business one , i installed :
        sql server on machine1
        SAP business one server on machine 1
        SAP business one client on machine 2
    Im trying now to apply  samples provided  as is by the sdk...samples concerning COM UI  execute without any problems..However , COM DI samples, when executed ,return an error :
        Connection to SBO-common has failed..
    plz help..
    thank you

    Hi,
    I've had this error when the user which connects through DI has no license for DI-connections. Maybe this is the case for you also?
    Hope this helps,
    Jacco

  • Add-On connection for Journal Entry - Failed to Connect to SBO Common

    We have a customer (SAPBO 2005A SP01 PL29) with some specific requirements that required an add-on running in the background to monitor the addition of Goods Receipt PO's to the system. When the GRPO is successfully added, the Add-On will (behind the scenes) create an appropriate Journal Entry through the SAP DI. One of the issues that we encountered during the development of this functionality was that when it was tested by users, they weren't authorized to access the Financials module or the Journal Entry screen. What we ended up doing was creating a secondary connection (vCompany) in the DL pulling the information from the encrypted user information from SAP the Add-On used to connect, but utilizing a management level user ID and password. Once that connection has been made, the Journal Entry is added through the DI and that secondary connection is disconnected.
    The problem that we're encountering is this. When the users are logged into SAP Client with an regular user, and the GRPO adds, the secondary connection fails and returns a message of "Failed to Connect to SBO-Common". However, if the user is logged into SAP as an adminitrative level user and the GRPO is added, the secondary connection is successful and the Journal Entry is created. The secondary connection is strictly used for the JE. Here's the code (VS.Net 2005) for the secondary connection:
    vCompany = New SAPbobsCOM.Company
    vCompany.UseTrusted = True
    vCompany.language = SAPbobsCOM.BoSuppLangs.ln_English
    vCompany.CompanyDB = oCompany.CompanyDB
    vCompany.UserName = "XXXXX"
    vCompany.Password = "YYYYY"           
    vCompany.Server = oCompany.Server
    vCompany.DbServerType = SAPbobsCOM.BoDataServerTypes.dst_MSSQL2005
    lRetConnect = vCompany.Connect()
    Where "XXXXX" would be the appropriate management level SAP User Name and "YYYYY" would be that users password.
    Has anyone else had this kind of issue where you needed a secondary connection with management level access behind the scenes to accomplish something in SAP and had problems getting it to connect? Any thoughts or ideas would be greatly appreciated.

    Hi Dennis,
    what you can try is to make a untrusted connection
    oCompany.UseTrusted = False
    and set the DBUser and Pwd
    oCompany.DbUserName = "sa"
    oCompany.DbPassword = "insertpwd"
    lg David

  • AHHHHHHH! Install cannot connect to database error!

    I am so frustrated with application server install...
    I'm trying to install SOA 10.1.3, advanced option, 1st option
    When it asks me for database account, host name, service name I enter all this info in then i click next...
    This is when I get the Install cannot connect to database error even though db i'm trying to connect to is on same machine!
    Anyone have any ideas other than laying off medication as to what the problem is?

    Check the requirement chapter in the Installation Guide, but it should be similar to:
    127.0.0.1               localhost.localdomain localhost
    192.168.1.88            yourserver.domain.com yourserverHowever, I don't think you should change any of this after a installation...

  • Connection to SBO-Common has failed

    Hi!
    I have a application that use SAPbobsCOM.dll version 6.7.0.0 togheter with SBO2005. Ihave no problem to read data but when i try to update i have this error "Connection to SBO-Common has failed".
    What shall I do?
    /Thomas

    Hello Thomas,
    Make sure that all components of SAP have the same Patch Level to avoid any conflict in the future.  If you use SBO2005 PL02, then all the DI API, DI Server etc must also be in PL02.  Hope this helps...

  • 2007A: -103-Connection to SBO-Common Failed

    Hi,
       I am getting the above metnioend error message when I try to connect to 2007 B1 DI API using sample code provided wiht SAP sdk.
    I have verified that I have a posting period for 2007. Any help is appreciated.
    globals.oCompany.Server = "TWBSLT119";
            globals.oCompany.language = SAPbobsCOM.BoSuppLangs.ln_English;
            globals.oCompany.CompanyDB="SBODemo_US";
                            globals.oCompany.DbServerType= SAPbobsCOM.BoDataServerTypes.dst_MSSQL2005;
                            globals.oCompany.DbUserName="sa";
                            globals.oCompany.DbPassword = "sa";
                            globals.oCompany.UserName="manager";
                            globals.oCompany.Password="manager";
                            globals.oCompany.LicenseServer = "TWBSLT119";
                            int x = globals.oCompany.Connect();

    Hi,
    Two "Maybe"'s:
    1. DbPassword = "sa"; - please verify this info is correct in your DB.
    2. CompanyDB="SBODemo_US"; - please note that it might be SBODemoUS (without the "_" char).
    Regards,
    Hagai.

  • SBO COMMON Upgrade

    Dear All,
            Currently I am using SAP B1 2007 B PL00, I want to upgrade with PL 08,
    When I am upgrading SBO COMMON, system giving one error The connection to the specified server has failed. Check your password and that the server exists on the network
            I verified SQL Server ID an Password It is correct, I am doing this task on server where SQL server has installed
    Thanks,
    Siddique Shaikh.

    Hi Siddique,
    Check the thread
    Installation issues - Connection to the specified server has failed
    2007 B  Upgrade  - Cannot connect to SBO-COMMON db
    *Close the thread if issue solved
    Regards
    Jambulingam.P
    Edited by: Jambulingam P on Aug 10, 2009 11:58 AM

  • Sbo common error - test connection

    Hello, Im trying to connect the B1DI in SBO common, but I can't:
    This error appears:
    XCE001 Nested exception: java.rmi.RemoteException: com.sap.b1i.xcellerator.XcelleratorException: XCE001 Nested exception: java.net.MalformedURLException: invalid authority: rmi://license_server_name:2099/DiaAdapterProxy_XXX
    If I write the IP address, is another error: -8012... I checked the note "Troubleshooting on B1ic Version 8.81" but the patch level are correct...
    Can somebody help me??
    Thank you!
    Sorry for my english!!
    Paulina

    Hi Paulina,
    You cannot successfully connect to SBO-Common via the B1DI test connection since its actually not like a normal Business One database. Therefore you should only test connections to normal B1 databases. If they do not exists in the SLD then you can create one.
    Cheers,
    Lisa

  • SBO-Common error when Using oRecordSet = oCompany.GetCompanyList

    Good Day
    Experts:
    I am having a bit of trouble running the code in the COM DI\05.OrderAndInvoice sample. 
    On the line --> oRecordSet = oCompany.GetCompanyList
    An error appears "Connection to SBO-Common has failed". 
    I would like to do the same thing in one of my screens but I cannot even get the sample to work.  I am not sure
    what connecting to SBO-Common does but appearently I need that since the sample or my application does not work.
    Can anyone help?
    Thanks,
    EJD

    oCompany = New SAPbobsCOM.Company
    ' Init Connection Properties
    oCompany.Server = "servername" ' change to your company server
    oCompany.DbServerType = SAPbobsCOM.BoDataServerTypes.dst_MSSQL2005
    oCompany.DbUserName = ""
    oCompany.DbPassword = ""
    oCompany.UseTrusted = True
    lRetCode = oCompany.Connect()
    If lRetCode <> 0 Then ' if the connection failed
               oCompany.GetLastError(lErrCode, sErrMsg)
                MsgBox("Connection Failed - " & sErrMsg, MsgBoxStyle.Exclamation, "Default Connection Failed")
    End If
    'Create a list of companies...
    oRecordSet = oCompany.GetCompanyList ' get the company list

  • I have no trouble viewing apps in the iTunes Store on my iPad. However, every time I try to install a new app, I get an error message after a while - cannot connect to iTunes Store. This issues cropped up two days ago on my new iPad. Please help...

    I have no trouble viewing apps in the iTunes Store on my iPad. However, every time I try to install a new app, I get an error message after a while - cannot connect to iTunes Store. This issues cropped up two days ago on my new iPad. Please help...

    JUst experienced the exact  same problem after changing password.Getting same message. Hope someone has an answer for this.

  • I installed adobe digital editions but when I want to authorize a device (an e-reader) it doesn't work, I receive an error message that digital editions cannot connect with the activation server. what can I do?

    I installed adobe digital editions but when I want to authorize a device (an e-reader) it doesn't work, I receive an error message that digital editions cannot connect with the activation server. what can I do?

    Please quote the exact error message, word-for-word, verbatim.
    What is your operating system?
    What version of Lightroom?

  • I installed Mountain Lion on my iMac. Now I cannot access the Internet. All the other computers and tablets have no problem. I did PRAM and MC reset, modem reset, etc., all the usual ju-ju. I also cannot connect on my local network to any other computer.

    I installed Mountain Lion on my iMac. Now I cannot access the Internet. All the other computers and tablets on the network have no problem. I did PRAM and MC reset, modem reset, etc., all the usual ju-ju. I also cannot connect on my local network to any other computer. Yet Network control panel says I am connect to the modem, and Network Diagnosis says I am connected to the Internet. It's like the blind man who has eyes that cannot see. BTW, I am not some newbee. I have been a Machead since the early nineties and set up a half dozen networks, including the one I am using at home to which the iMac mysteriously is there but not. This has me stumped! I am considering going back to 10.7!

    Select  ▹ System Preferences ▹ Network ▹ Advanced ▹ TCP/IP. What values are shown for the following:
    Configure IPv4
    IPv4 Address
    Subnet Mask
    Router

  • Just installed IOS 8 to iphone 5 and cannot connect to WI FI. Sometimes connects and when I begin to use the phone ot drops out.

    Just installed IOS 8 to iphone 5 and cannot connect to WI FI. Sometimes connects and when I begin to use the phone ot drops out.
    I have attempted all the regular trouble shoots such as resets, complete restore and reinstallation of ios 8. no change.

    I don't have an answer for you but from my experience iOS WiFi syncing has always been a hit and miss affair (more miss than hit I'm afraid). I have gotten to the stage where I rarely use the WiFi sync. It is just quicker, easier and much less stressful to use the USB cable. I am having the same issues with all the iOS devices in our family which includes various models of iPhone, iPad and an iPod Touch and have been having them since WiFi syncing was introduced (in iOS5 ???). And then I have not even mentioned my favorite iTunes syncing messages: "Waiting for items to copy" and "Waiting for changes to be applied"!
    iTunes is always extremely quick and eager to pick up the devices but as soon as I click on sync it shows "Looking for iDevice" and then the device disappears. I have found that initiating the sync from the Settings app on the device prevents this issue.
    It does however seem as if it is worse with Windows 7. I did not have so many issues with my previous Windows Vista PC.
    Sorry I cannot be of any help.

  • My computer failed to install the compatible driver software when updating my iphone and now my iphone is unusable as it is requesting me to connect it to itunes but i physically cannot connect to itunes... help me please?

    my computer failed to install the compatible driver software when updating my iphone and now my iphone is unusable as it is requesting me to connect it to itunes but i physically cannot connect to itunes... help me please?

    Hi there croadstar,
    You may find the troubleshooting steps in the article below helpful.
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/ts1538
    Issues installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/ht1926
    -Griff W. 

Maybe you are looking for

  • Oracle 11.5.9 and Crystal reports XI SQL

    Greetings, Does anyone know how to use a Crystal parameter in SQL for an Oracle query entered in the Crystal "ADD COMMAND" mode that will prompt for 'multiple periods" We have tried- Where Period_Name IN '{?Periods}' in the Crystal "Command" SQL and

  • How to get name of table from front end

    Hi, How to get name of table from front end in EBS 11i? thanx Ashish

  • Clearing email addresses using Comcast

    When I begin typing an email address into (Comcast email form) the "To" bar, an "intuitive" box pops up with possible email addresses to select from. Some of these addresses are old, and I want to clear them out. When I go to Safari's Preferences and

  • Query prompt selector with a native filter?

    Hi, When I include a "Query Prompt Selector" in my dashboard, it doesn't find any prompt source in my queries. The prompt selector works fine if I have a "local" prompt in my query, but when I use a native filter from my universe (It is a prompt filt

  • Programs using multiple platforms

    I have an online time tracking program that calls for JavaRE 1.3.x and an internal instant messaging client that calls for JavaRE 1.4.x The time tracking program will run on MS VM but proves to have lock up issues. The instant messaging client can al