DTW error in SAP hana "Unable to access SBO-Common database"

Hi.. Experts
I am working on SAP Hana Pl 04 64 bit, On which I got the error "Unable to access SBO-Common database  " While using DTW.
also company databases are also not presents,For more details for more details find out attachment.
I have also check out all services & Restart them.
Please give me proper solution.

Discussion moved from SAP Business One (中文) to SAP Business One Application
Find Topic Spaces on SCN (Forums)

Similar Messages

  • DTW error "Unable to access SBO-Common database " for sap hana

    Hi.. Experts
    I am working on SAP Hana Pl 04 64 bit, On which I got the error "Unable to access SBO-Common database  " While using DTW.
    also company databases are also not presents,For more details for more details find out attachment.
    I have also check out all services & Restart them.
    Please give me proper solution.

    Hi,
    Please check:
    1.Ensure you have the correct DB Type selected under the Login options.
    2.Verify that all connection information is correct (for example, the correct user name and password or the user has enough right to  connect to the database server in case Windows Authentication is used).
    3. Check whether the database is running properly, make sure that the COMMON and company databases are not suspended or stopped.
    4. Ensure there is no DI API version mismatch.
    Thanks & Regards,
    Nagarajan

  • -111: Unable to access SBO-Common database

    Dear all,
    I am getting following error in addon.
    Error Code:-111
    Error Message: Unable to access SBO-Common database
    My SAP version is : SAP 9.0 PL 11
    Please give me some solution

    Hi Pravin,
    mostl likely your sa password is wrong.
    On what line do you get this error?
    Regards
    Ad

  • Please help! Error when testing connection, (-111) Unable to access SBO-Com

    Hi everyone,
    I have set up and installed the integration component on a customers site because they would like to use the dashboards and mobile solutions.
    I set up a company in the SLD but I cannot get the connection to work, i only get the following message
    com.sap.b1i.adapter.dia.exception.ConnectionFailedException: Connect to Business One failed.
    (-111) Unable to access SBO-Common database
    {b1Server=10.14.75.110, company=SAP_INUIT_AB, licenseServer=10.14.75.110:30000, dbType=6, dbUser=sa, userName=B1i}
    I have used the ip-adress instead of logical names.
    I cannot figure out whats wrong, I have been searching for hours..
    Any ideas??
    Thanks
    Br
    Anders

    You have to install Integration tool first and then the DB. Try this , via sql take all the companies offline and refresh your SAP B1 login. The companies will not be visible. Restart integration services. Make the companies Online.
    In the SAP DB change the B1i password. It should be same as the B1i admin password.
    Go to SLD, change B1user password.
    Logout
    Refresh Integration service.
    Check the SLD connection.

  • Unable to access values from database in login page..

    Hey all,
    Friends I have a login.jsp page and I want if i enter username and password then it will be accessed from database and after verifying the details it will open main.jsp.I made a database as "abc" and created DSN as 1st_login having table 1st_login. But the problem is that I am unable to access values from database.
    So Please help me.
    Following is my code:
    <HTML>
    <body background="a.jpg">
    <marquee>
                        <CENTER><font size="5" face="times" color="#993300"><b>Welcome to the"<U><I>XYZ</I></U>" of ABC</font></b></CENTER></marquee>
              <br>
              <br>
              <br>
              <br><br>
              <br>
         <form name="login_form">
              <CENTER><font size="4" face="times new roman">
    Username          
              <input name="username" type="text" class="inputbox" alt="username" size="20"  />
              <br>
         <br>
              Password          
              <input type="password" name="pwd" class="inputbox" size="20" alt="password" />
              <br/>
              <input type="hidden" name="option" value="login" />
              <br>
              <input type="SUBMIT" name="SUBMIT" class="button" value="Submit" onClick="return check();"> </CENTER>
              </td>
         </tr>
         <tr>
              <td>
              </form>
              </table>
    <%
    try {
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Connection connection = DriverManager.getConnection("jdbc:odbc:1st_login");
    Statement statement = connection.createStatement();
    String query = "SELECT username, password FROM 1st_login WHERE username='";
    query += request.getParameter("username") + "' AND password='";
    query += request.getParameter("password") + "';";
    ResultSet resSum = statement.executeQuery(query);
    //change: you gotta move the pointer to the first row of the result set.
    resSum.next();
    if (request.getParameter("username").equalsIgnoreCase(resSum.getString("username")) && request.getParameter("password").equalsIgnoreCase(resSum.getString("password")))
    %>
    //now it must connected to next page..
    <%
    else
    %>
    <h2>You better check your username and password!</h2>
    <%
    }catch (SQLException ex ){
    System.err.println( ex);
    }catch (Exception er){
    er.printStackTrace();
    %>
    <input type="hidden" name="op2" value="login" />
         <input type="hidden" name="lang" value="english" />
         <input type="hidden" name="return" value="/" />
         <input type="hidden" name="message" value="0" />
         <br>
              <br><br>
              <br><br>
              <br><br><br><br><br>
              <font size="2" face="arial" color="#993300">
         <p align="center"> <B>ABC &copy; PQR</B>
    </BODY>
    </HTML>
    and in this code i am getting following error
    C:\Project\SRS\build\generated\src\org\apache\jsp\loginjsp.java:93: cannot find symbol_
    C:\Project\SRS\build\generated\src\org\apache\jsp\loginjsp.java:93: cannot find symbol_
    C:\Project\SRS\build\generated\src\org\apache\jsp\loginjsp.java:94: cannot find symbol_
    C:\Project\SRS\build\generated\src\org\apache\jsp\loginjsp.java:95: cannot find symbol_
    4 errors
    C:\Project\SRS\nbproject\build-impl.xml:360: The following error occurred while executing this line:
    C:\Project\SRS\nbproject\build-impl.xml:142: Compile failed; see the compiler error output for details.
    BUILD FAILED (total time: 6 seconds)

    As long as you're unable to compile Java code, please use the 'New to Java' forum. This is really trival.
    To ease writing, debugging and maintenance, I highly recommend you to write Java code in Java classes rather than JSP files. Start learning Servlets.

  • Currency conversion error in SAP HANA

    Hi,
    I am new to SAP HANA and learning to create information views in HANA studio (SAP HANA SP6 on Cloudshare, HANA studio 1.0.68). I am trying to create a simple analytic view (on purchaseOrderItem table in SAP_HANA_EPM_DEMO sample database) to have GrossAmount converted to EUR.
    I added a calculated column as follows:
    When i click on "OK", i get error -
    The check box “Calculate before aggregation” has been unchecked, because the definition of the calculated column contains measures with currency conversion, restricted measures or operands with input parameters. For such a calculated column the calculation is always done after the aggregation."
    and checkbox "calculate before aggregation" get unchecked. See screenshot below:
    Please suggest what could be reason? Thanks in advance.
    Regards,
    Amit

    Hi Amit,
    If you uncheck the "Calculate before aggregation" checkbox and activate the view, you will see in the generated log that a Calc scenario is created. (a view with /olap wrapper). Due to the calc scenario, the aggregation is defined as the default behavior for the KFs and hence the calculation cannot be done before aggregation.
    By the way, I did not understand why do you need calculate before aggregation for a KF which is just a copy of another KF. If you need Gross amount in Local currency and EUR, then just perform the currency conversion without "Calculate before aggregation" checkbox. It will work.
    Regards,
    Ravi

  • DTW Error in SAP workstations

    Hello SAP Users,
    Good Day!
    We are encountering error using the DTW in SAP workstations.
    Please see image below.
    The error is "Connection to license server failed; license service address is not valid, or license service is stopped (or does not respond)"
    SAP Version: SAP 9.0 PL09 Hotfix
    MSSQL: SQL Server 2012
    The DTW is path correctly.
    I've already tried uninstalling the SAP client and the DTW (from packages) folder of the upgrade installer.
    The ports: 1433, 30001 and 30000 are configured.
    What might be the caused of this error?
    Thanks & Regards

    Hi Nelisa,
    Please check below link.
    Error : Failed to connect to the License Server, Please check TAO NT Service is running or not...
    Hope this help
    Regards::::
    Atul Chakraborty

  • Error when syncing contacts - An error has occurred when trying to access a device database record

    I started getting this error while syncing.  I narrowed it down to the contacts.  If I sync just the calendar then it works fine.   How do I resolve?

    You could add your contacts in one by one  (or a few at a time) on whatever you are syncing with (Google, MS, etc.) and try and catch which contact is causing problems when you sync.
    If you've been helped click on , if you've been saved buy the app.
    Developer of stokLocker, Sympatico and Super Sentences.

  • Reader 9.4.0 pdf opening error "This document is trying to access the following database"

    Hi, I am having pdf save functionality using trusted functions in my application. earlier we used adobe reader 8.1.3 and it worked fine, now we upgraded to adobe reader 9.4.0 and there on the problem comes in. when ever we are saving it is creaing a code in DBConnects.sav file. we as having large number of users we use to push this file to the field. now that with this upgrade this file is becoming system depending. how can we get ridoff this. Please help me out.
    some of the sample data from my DBConnect.sav file as shown below. the code before Provider is appeding all the time.
    7DE10A1A000010000A002FF200203029, Provider=MSDASQL.1;Persist Security Info=False;User ID=pmxuser;Data Source=ides;Initial Catalog=ides
    E22BBE8EFFFF1FFF0A002FF1FF503028, Provider=MSDASQL.1;Persist Security Info=False;Data Source=edocExcel

    Thanks Paul for your response.
    While doing research I found out that Adobe generates a file called DBConnects.sav inside "C:\Documents and Settings\.....\Application Data\Adobe\Acrobat\8.0" which remebers the data connection. If I am making an entry of my data connection (eg. Provider=MSDASQL;Persist Security Info=False;Data Source=eDocMDB;) in this file then for all the forms which are having the same data connection is not asking any confirmation for allowing the data connection. Adobe made the same entry even If you check the checkbox "Remeber this choice" in the database confirmation dialog.
    Now the problem which I am facing is for Adobe Reader 9.4 version. Adobe 9.4 is also making an entry in DBConnects.sav file but now it is form dependent. It is appending an unique string before the actual data connection string. It is making an entry like "9805AD51FFFF1FFF0A002FF1FFE03028, Provider=MSDASQL;Persist Security Info=False;Data Source=eDocMDB;" in DBConnect.sav. Now even the other form is also using the same connection string, it is asking me to allow the connection at least once for each form. If I checking the remember choice at least once for each connection of each form, it works fine. Myforms are dynamic and they change everyday for every user. Please let me know if you have any idea so that Adobe 9.4 do not append the unique string before makning entry into DBConnects.sav.

  • Lightroom download wont download saying error code 42 unable to access critical file/ directory

    I am trying to download the lightroom trial and get to the installation and run procedure when this error 42 appears saying unable to access critical file/ directory  please try installing again.... so i have and still no joy please help

    SAngye.IJ are you currently logged in under a restricted account?  If not and you are logged in under an administrator account then it is likely the file permissions under your current User account have become compromised.
    I would recommend reviewing your installation logs to determine the location where the file permissions have become compromised.  You can find details on how to locate and interpret the installation log files at Troubleshoot install issues with log files | CC - http://helpx.adobe.com/creative-cloud/kb/troubleshoot-install-logs-cc.html.
    You can also find details on how to adjust your file permissions at Error "Exit 6" or "Exit 7" | Install log | Read, write, system file errors | CS5, CS5.5 - http://helpx.adobe.com/creative-suite/kb/error-exit-6-exit-7.html.

  • FSL-02013  Unable to access file sapevents.dll

    Hi,
    I am applying patch SP 12 to SAP WAS 640 Java.During the third step..that is SP system installation i get error as FSL-02013  Unable to access file ....sapevents.dll
    I am login as <SAPSID>adm which is member of administrator group.
    Do i have to be administrator user to run the installation?
    Can some one helpout in this?
    Deepti Patil

    Hi Anada,
    SP19 update...
    Had the same problem first with sapevents.dll and after a system restart with saposcol.exe
    Renamed saposcol.exe and after the error it was there again so the copy process should have worked? Anyway, after copying saposcol.exe manually like you posted did the trick...
    Regards.

  • SAP HANA Web-based Development Workbench Privileges

    I can get into and use the SAP HANA web-based development workbench as the SYSTEM user, but I cannot as other users.
    http://localhost:8005/sap/hana/xs/ide/editor/
    Currently as any other user, I get the following error: "Request execution failed due to missing privileges"
    What are the appropriate privileges that need to be set in SAP HANA Studio to access the web based IDE?
    Currently, just messing around with the privileges in SAP HANA Studio, if I set the following application privileges, I can at least log in as another user besides SYSTEM.
    However, I cannot get any of the files to display in the editor portion of the SAP HANA web-based development workbench. A possibly related error in the log console: "13:10:12 >> Error in WebSocket Connection to backend."
    I found this thread discussing the same issue I believe, but the solution I would imagine is not correct: HANA XS Administration | SAP HANA
    Thanks,
    Kevin

    Hi Fernando,
    Thanks for the suggestion. That seemed to work, though it is strange that it is not one of the *.xs.* application privileges. So, just to be clear, here are the application privileges I have now in order to use the web based IDE:
    Thanks,
    Kevin

  • AIRSDK update mxmlc Unable to access jarfile /../lib/mxmlc-cli.jar

    I have just updated the Flash Builder AIRSDK to 17, and now when I try to compile from the command line I get this error.
    usage: dirname path
    Unable to access jarfile /../lib/mxmlc-cli.jar
    Instead if I use the previous versions of the AIRSDK which I saved as a backup the mxmlc is working perfectly.
    Does anybody know how to solve this issue?

    Answering my own question.
    When the Adobe AIRSDK is installed by root in a common location such as /usr/local the result is that the SDK does not work without adjusting some bad permissions that were present in the tarball.
    The top AIRSDK tarball installation directory has permissions 700 which locks everyone but root out.
    The adt.jar file in lib has permissions 700 as well which means it cannot be launched by anyone but root since root installed the tarball.
    Once I fixed these permission problems then everything worked.
    $ su -
    # cd [AIRSDK install directory]
    # chmod -R go+rx *

  • Javax.management.RuntimeMBeanException:Unable to access or transform markup

    I have a portlet that I created from an ADF application using the JSF Portlet bridge. I created the application/portlet in JDev 11.1.1.6. I am able to run the application locally and I am also able to display the WSRP Producer Test Page for the portlet (running on the Integrated WebLogic Server). I am also able to bring up the WSDL. We have a test WebCenter application running and when I try to register my portlet as a portlet producer I get the error javax.management.RuntimeMBeanException:Unable to access or transform markup when I click the OK button on the Register Portlet Producer page. Before clicking the OK button I clicked the Test button and I got the Test Connection Successful message.
    Any ideas on what could be causing this error? Where could I go to get more information about the error?
    Thanks for the help!

    The error "Unable to access or transform the markup from the WSDL URL" indicates that it was not able to resolve the WSDL URL. Check whether you are able to resolve this from the server and also you might have given random values to the proxy host and port values. The URL need to be resolved during registration so make sure you are providing the right host port values during update.

  • Trouble downloading InDesign trial. "Unable to access critical file/directory"

    When trying to download a trial of InDesign I keep on getting the following error message: Installer was unable to access a critical file / directory. (Error code 46).

    I've moved your question to the downloading, installing and setting up forum.
    Which version of ID are you trying to install? What OS?

Maybe you are looking for

  • Please help with assigning user to a group in AD using dbms_ldap

    Dear gurus of Apex and LDAP! Please help me a bit. I managed to create any user in AD from Apex using dbms_ldap package and set many of his attributes. But I cannot set that my user belongs to specific group, let's say MY_GROUP. I guess the name of a

  • Vector instructions in GCC 4.04

    I am trying to write an optimized routine using 32 bit vector instructions on a v9 sparc. Using the inforamtion below I have been unable to convince gcc 3.4.6 or gcc 4.0.4 to emilt a vector fpadd instruction - it always just emits 2 32 bit add instru

  • Function group cannot be processed

    Hi All, I have added a new field to an already created custom table. when trying to regenerate the table maintenance generator i get an information message "*function group cannot be processed*". The reason being that the function group is inactive.

  • Fan behaviour of EliteBook 8560p when plugged in and when on battery

    Hi, I am wondering why the fan (permanent activity disabled in BIOS) of my EliteBook 8560p is more active when it runs on AC power as it is active when it is on battery power  (especially when the notebook is in the docking station, the notebook lid

  • Hyperion Planning Classic or EPMA?

    Hi, We are creating new Hyperion Planning applications (11.1.2.2.300) and it is time to decide if we should continue using Hyperion Planning Classic or move to EPMA. We are already using Calculation Manager, but not Dimension and Application Library.