Error: No SAP Business one application is running

Hi
I got error "No SAP Business one application is running" when try to start our Add-on from SBO Client using remote desktop.
Problem Description: Add-on has been installed on server successfully. I want to access remote desktop of the client machine, and when login remotly to the client machine and open SBO client and start our addon from addon manager then it gives the above error.
If we dont access the client machine remotely and login to the client machine directly then addon connected well.
suggest me what to do to resolve this error.
Thanks...

Hi
I was just approached by someone else with such an issue...
We use Windows Terminal Services Client to access training systems - without issues.
Do you use sth like Citrix with load balancing?
There such issues might happen, but I don't have a real good idea what the issue might be in your case.
Maybe someone else has experienced the same problem - and resolved it?
regards,
Frank

Similar Messages

  • How to Report a product error in SAP Business One

    Hi Experts
    I have found a product error in SAP Business one
    i need to know how it can be notified to SAP
    Thanks
    Krish

    Hi Krish,
    If You Post a Meessage to SAP Support Center
    Require S-user ID and Password
    First post a message to SAP Support Center with what problem you are facing.
    then he analyse your problem and told its a BUG or some other workaround.
    Check the following thread
    Re: How to Send message to SAP Support center
    *Close the thread if issue solved.
    Regards
    Jambulingam.P
    Edited by: Jambulingam P on Aug 13, 2009 12:35 PM

  • No SAP Business One Application was found

    Hi,
    I have created the add-on. When i try to start the add-on it is displaying  following message.
    "No SAP Business One Application was found". and i am not able to start the add-on.
    I have used the connection as given below. I have also declared the connection in the command line.
    In the development enveiroment it is working fine. So i have generated the ard file. When i try to start the ard file it is displaying the following message  "No SAP Business One Application was found".
    Please let me know how can solve this problem.
    Private Sub SetApplication()
            Dim SboGuiApi As SAPbouiCOM.SboGuiApi
            Dim sConnectionString As String
            SboGuiApi = New SAPbouiCOM.SboGuiApi
                  Try
                sConnectionString = System.Convert.ToString(Environment.GetCommandLineArgs().GetValue(1))
            Catch ex As Exception
                System.Windows.Forms.MessageBox.Show("AddOn must start in SAP Business One")
                System.Environment.Exit(0)
                Throw ex
            End Try
            Try
                SboGuiApi.Connect(sConnectionString)
            Catch ex As Exception
                System.Windows.Forms.MessageBox.Show("No SAP Business One Application was found")
                System.Environment.Exit(0)
            End Try
            SboGuiApi.AddonIdentifier = "5645523035446576656C6F706D656E743A453038373933323333343581F0D8D8C45495472FC628EF425AD5AC2AEDC411"
            SBO_Application = SboGuiApi.GetApplication(-1)
        End Sub

    Dear Suresh,
    You set Project->Properties->Debug->Configuration->in the drop down list selected all configurations. And in the Start option ->Command line "0030002C0030002C00530041005000420044005F00440061007400650076002C0050004C006F006D0056004900490056".
    and
    Your coding as below:
      Dim SboGuiApi As SAPbouiCOM.SboGuiApi
      Dim sConnectionString As String
      Dim StrConn
      Try
        SboGuiApi = New SAPbouiCOM.SboGuiApi
        sConnectionString =System.Convert.ToString(Environment.GetCommandLineArgs().GetValue(1))       
        SboGuiApi.Connect(System.Convert.ToString(sConnectionString))
        SBO_Application = SboGuiApi.GetApplication()
      Catch
        System.Windows.Forms.MessageBox.Show("No SAP Business One application not found")                  
        System.Environment.Exit(0)
      End Try
    OR...................................................................................................................................................
    You set Project->Properties->Debug->Configuration->in the drop down list selected all configurations. And in the Start option ->Command line "".
    AND----
    Your coding as below:
      Dim SboGuiApi As SAPbouiCOM.SboGuiApi
      Dim sConnectionString As String
      Dim StrConn
      Try
        SboGuiApi = New SAPbouiCOM.SboGuiApi
        sConnectionString ="0030002C0030002C00530041005000420044005F00440061007400650076002C0050004C006F006D0056004900490056"      
        SboGuiApi.Connect(System.Convert.ToString(sConnectionString))
        SBO_Application = SboGuiApi.GetApplication()
      Catch
        System.Windows.Forms.MessageBox.Show("No SAP Business One application not found")                  
        System.Environment.Exit(0)
      End Try

  • Installation error of SAP Business One Client after server disconnection

    Hello,
    While installing the SAP Business One Client to my laptop, the SAP server network connection accidentally interrupted and my installation breaks off. I did cancel the setup and try to remove the SAP Business One DI API using uninstaller. After removing the corrupted application I tried to run again the setup.exe from the server but I got this error:
    Previous version of SAP Business One DI API uninstallation failed:
    sapserver\B1_SHR\Client\SAP DIAPI Installation\setup.exe
    SAP Business One Client installation will be aborted.
    I also tried to remove the registry files using some registry cleaner but still I got the error.
    Encountered something like this before? Need some help, thanks in advance!
    Regards,
    Ren

    Hi All,
    Sorry to re open this thread, but I am having a similar issue in attempting to upgrade a 2007 installation to 8.81.
    When attempting the upgrade Server Tools, SDK, and even Client wont uninstall from either the upgrade process or manually from control panel.
    I have conducted all the mentioned solutions as well as running registry cleaner all to no effect.
    I have even attempted re installing the 2007 application but this returns a 1612 install shield error.
    Any advice would be higher appreciated.
    Matthew

  • SAP Business One 8.8 running on a server with Peer to Peer

    Can SAP Business One 8.8  be install and run in a server with a Peer to Peer Operative system?

    You have more than one Oracle Release on the Server. hence more than one ORACLE_HOME.
    Check which is your default ORACLE_HOME on the server and check which of the homes PERL5LIB environment variable is pointing from both command prompt and in Windows.
    That could explain the funny bahaviour. If you change ORACLE_HOME, that could help.

  • Error Connecting SAP Business One and Crystal Report

    Hi All,
    I installed Crystal Report 2008 on my system for creating a report in Crystals.
    I clicked on "New Report" and it opened a window called "Database Exert." However, when I look in the Database Expert, I cannot see "SAP Business One" in it. How can I connect SAP Business One 8.8 with Crystal Report?
    Regards,
    Bharath S

    Hi
    On your computer, locate the Crystal folder according to the following directory path: C:\Program Files\SAP\SAP Business One\Crystal. Then double-click the file: SAP Business One Crystal Report Integration Package.exe. and follow the step of the setup status screen.
    Regards
    Christian Carrasco

  • SAP business one application messaging service

    Tried to get mailer working but I am not sure if it s because of SAP business one messaging service is stuck in a starting mode.

    Hi,
    Yes. Messaging service should started automatically.
    I think you need add your object name under Messaging service-->Right click-->Choose properties---Log on tab.. then this service starts automatically.
    Thanks & Regards,
    Nagarajan

  • SAP Business One - Java Connector

    Hi All,
    <br/><br/>
    We have a SAP Business One Application installed on a laptop. The requirement is to be able to use the SAP Java API to update tables in the system. We are not allowed to connect directly to the database and was advised to use the API instead.
    <br/><br/>
    The downloaded API that we are using is "sapjco30P_6-10005324 32 bit.zip". I have included the dll file contained in this package in the WINDOWS/system32 folder. I am using Eclipse as IDE and already included the "sapjco3.jar" in the classpath.
    <br/><br/>
    First question: Am I using the right Java Connector for SAP Business One?
    <br/><br/>
    I got sample code on how to connect using JCO:
    <br/><br/>
    package sample;<br/><br/>
    import java.io.File;<br/>
    import java.io.FileOutputStream;<br/>
    import java.util.Properties;<br/>
    import java.util.concurrent.CountDownLatch;<br/><br/>
    import com.sap.conn.jco.AbapException;<br/>
    import com.sap.conn.jco.JCoContext;<br/>
    import com.sap.conn.jco.JCoDestination;<br/>
    import com.sap.conn.jco.JCoDestinationManager;<br/>
    import com.sap.conn.jco.JCoException;<br/>
    import com.sap.conn.jco.JCoField;<br/>
    import com.sap.conn.jco.JCoFunction;<br/>
    import com.sap.conn.jco.JCoFunctionTemplate;<br/>
    import com.sap.conn.jco.JCoStructure;<br/>
    import com.sap.conn.jco.JCoTable;<br/>
    import com.sap.conn.jco.ext.DestinationDataProvider;<br/><br/>
    public class StepByStepClient<br/>
    {<br/>
        static String ABAP_AS = "ABAP_AS_WITHOUT_POOL";<br/>
        static String ABAP_AS_POOLED = "ABAP_AS_WITH_POOL";<br/>
        static String ABAP_MS = "ABAP_MS_WITHOUT_POOL";<br/>
        static<br/>
        {<br/>
            Properties connectProperties = new Properties();<br/>
            connectProperties.setProperty(DestinationDataProvider.JCO_ASHOST, "localhost");<br/>
            connectProperties.setProperty(DestinationDataProvider.JCO_SYSNR,  "06");<br/>
            connectProperties.setProperty(DestinationDataProvider.JCO_CLIENT, "000");<br/>
            connectProperties.setProperty(DestinationDataProvider.JCO_USER,   "manager"); //sapuser<br/>
            connectProperties.setProperty(DestinationDataProvider.JCO_PASSWD, "manager"); //sap1234<br/>
            connectProperties.setProperty(DestinationDataProvider.JCO_LANG,   "en");<br/>
            createDataFile(ABAP_AS, "jcoDestination", connectProperties);<br/><br/>
            connectProperties.setProperty(DestinationDataProvider.JCO_POOL_CAPACITY, "3");<br/>
            connectProperties.setProperty(DestinationDataProvider.JCO_PEAK_LIMIT,    "10");<br/>
            createDataFile(ABAP_AS_POOLED, "jcoDestination", connectProperties);<br/><br/>
            connectProperties.clear();<br/>
            connectProperties.setProperty(DestinationDataProvider.JCO_MSHOST, "localhost");<br/>
            connectProperties.setProperty(DestinationDataProvider.JCO_R3NAME,  "SID");<br/>
            connectProperties.setProperty(DestinationDataProvider.JCO_CLIENT, "000");<br/>
            connectProperties.setProperty(DestinationDataProvider.JCO_USER,   "manager"); //sapuser<br/>
            connectProperties.setProperty(DestinationDataProvider.JCO_PASSWD, "manager"); //sap1234<br/>
            connectProperties.setProperty(DestinationDataProvider.JCO_GROUP, "GROUP");<br/>
            connectProperties.setProperty(DestinationDataProvider.JCO_LANG,   "en");<br/>
            createDataFile(ABAP_MS, "jcoDestination", connectProperties);<br/>
        }<br/><br/>
        static void createDataFile(String name, String suffix, Properties properties)<br/>
        {<br/>
            File cfg = new File(name"."suffix);<br/>
            if(!cfg.exists())<br/>
            {<br/>
                try<br/>
                {<br/>
                    FileOutputStream fos = new FileOutputStream(cfg, false);<br/>
                    properties.store(fos, "for tests only !");<br/>
                    fos.close();<br/>
                }<br/>
                catch (Exception e)<br/>
                {<br/>
                    throw new RuntimeException("Unable to create the destination file " + cfg.getName(), e);<br/>
                }<br/>
            }<br/>
        }<br/><br/>
        public static void step1Connect() throws JCoException<br/>
        {<br/>
            JCoDestination destination = JCoDestinationManager.getDestination(ABAP_AS);<br/>
            System.out.println("Attributes:");<br/>
            System.out.println(destination.getAttributes());<br/>
            System.out.println();<br/><br/>
            destination = JCoDestinationManager.getDestination(ABAP_MS);<br/>
            System.out.println("Attributes:");<br/>
            System.out.println(destination.getAttributes());<br/>
            System.out.println();<br/>
        }<br/><br/>
        public static void main(String[] args) throws JCoException<br/>
        {<br/>
            step1Connect();<br/>
        }<br/>
    }<br/>
    <br/><br/>
    Each time I run the application I run into an error:
    <br/><br/>
    Attributes:<br/>
    Exception in thread "main" com.sap.conn.jco.JCoException: (102) JCO_ERROR_COMMUNICATION: Connect to SAP gateway failed<br/>
    Connection parameters: TYPE=A DEST=ABAP_AS_WITHOUT_POOL ASHOST=localhost SYSNR=06 PCS=1<br/><br/>
    LOCATION    CPIC (TCP/IP) on local host with Unicode<br/>
    ERROR       connection to partner '127.0.0.1:3306' broken<br/>
    TIME        Mon May 09 10:46:46 2011<br/>
    RELEASE     720<br/>
    COMPONENT   NI (network interface)<br/>
    VERSION     40<br/>
    RC          -6<br/>
    MODULE      gwxx.c<br/>
    LINE        646<br/>
    DETAIL      NiIRead: P=127.0.0.1:3306; L=0.0.0.0:50496<br/>
    SYSTEM CALL GwRead<br/>
    ERRNO       10054<br/>
    ERRNO TEXT  WSAECONNRESET: Connection reset by peer<br/>
    COUNTER     2<br/><br/>
         at com.sap.conn.jco.rt.MiddlewareJavaRfc.generateJCoException(MiddlewareJavaRfc.java:662)<br/>
         at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.connect(MiddlewareJavaRfc.java:1362)<br/>
         at com.sap.conn.jco.rt.ClientConnection.connect(ClientConnection.java:721)<br/>
         at com.sap.conn.jco.rt.PoolingFactory.init(PoolingFactory.java:103)<br/>
         at com.sap.conn.jco.rt.ConnectionManager.createFactory(ConnectionManager.java:293)<br/>
         at com.sap.conn.jco.rt.DefaultConnectionManager.createFactory(DefaultConnectionManager.java:46)<br/>
         at com.sap.conn.jco.rt.ConnectionManager.getFactory(ConnectionManager.java:262)<br/>
         at com.sap.conn.jco.rt.RfcDestination.initialize(RfcDestination.java:509)<br/>
         at com.sap.conn.jco.rt.RfcDestination.getAttributes(RfcDestination.java:347)<br/>
         at com.sap.conn.jco.rt.RfcDestination.getAttributes(RfcDestination.java:27)<br/>
         at sample.StepByStepClient.step1Connect(StepByStepClient.java:74)<br/>
         at sample.StepByStepClient.main(StepByStepClient.java:304)<br/>
    Caused by: RfcException: [null]<br/>
        message: Connect to SAP gateway failed<br/>
    Connection parameters: TYPE=A DEST=ABAP_AS_WITHOUT_POOL ASHOST=localhost SYSNR=06 PCS=1<br/>
    <br/><br/>
    Second question: What seems to be the problem with my sample application? Do I need to use a different Java Connector for SAP Business One or SAP Business One does not support Java Connector?
    <br/><br/>
    Please help.
    <br/><br/>
    Thank you all.
    Edited by: kevinroy on May 9, 2011 4:51 AM

    Hi,<br/>
    Thank you very much for the reply. I am now able to move forward with what I am doing.<br/>
    I used the following code in connecting but am encountering an error:<br/>
    public class ConnectSAP {
         // company interface
         public ICompany company;
         private SBOErrorMessage errMsg = null;
         public static void main(String[] args) {
              ConnectSAP company = new ConnectSAP();
              company.conn();
         //method make connection andinitialize company instance
         public int conn() {
              int rc = 0;
              try {
                   company = SBOCOMUtil.newCompany();
                   company.setServer("192.168.0.216"); //192.168.0.216
                   company.setCompanyDB("SBODemoUS");
                   company.setUserName("manager");
                   company.setPassword("manager");
                   company.setDbServerType(SBOCOMConstants.BoDataServerTypes_dst_MSSQL2005);
                   company.setUseTrusted(new Boolean(false));
                   company.setLanguage(SBOCOMConstants.BoSuppLangs_ln_English);
                   company.setDbUserName("username"); 
                   company.setDbPassword("password");
                   //company.setAddonIdentifier("...");     
                   //company.setLicenseServer("...");
                   rc = company.connect();
                   if (rc == 0) {
                        System.out.println("Connected!");
                   } else {
                        errMsg = company.getLastError();
                        System.out.println(
                             "I cannot connect to database server: "
                                  + errMsg.getErrorMessage()
                                  + " "
                                  + errMsg.getErrorCode());
              } catch (Exception e) {
                   e.printStackTrace();
                   return -1;
              return rc;
         public void freeConnection(){
              company.disconnect();
    }<br/>
    I am getting the error "Failed to Connect to SBOCommon -111".<br/>
    Error is still the same even if I set UseTrusted to true and comment the DbUserName and DbPassword.<br/>
    Do I need to specify the license? Or login to SAP before connecting?<br/>
    Thank you.

  • SAP Business One and Moving Database Issue

    We are in the process of moving our PROD system to a new server. The server runs MS SQL 2005. We installed SAP Business One and by default the demo databases went to the C Drive (C:/Program Files/MS SQL Server/..../Data). The SQL Server that exists has data on D partition and logs on E partition. We therefore dettach the database, copy the files to the correct locations, and reattach.
    Now, however, the SAP Business One application no longer finds the Company or Demo databases. Is there any way to fix this?
    Cheers John

    you should post your question in the Business One section at SAP Business One Application

  • Import Crystal Reports Dunning letter as SAP Business One layout

    Hello,
    I have created a dunning letter in Crystal Reports. I want to import this layout as a layout (not a report) in Business One.
    Problem is that I don't know the parameters in the report so I can import the layout between the standard PLD layouts (like Dunning 1, dunning 2 dunning 3 dunning all etc). I tried a few but import fails everytime. You also don't get any errormessage when the layout cannot be imported.
    Anybody knows what parameters to use in this report? Thanks.
    Regards Thijs

    Hello Gordon/ Rahul,
    Thanks for yor reply.
    I already created a Crystal report that runs as a report. In this case you select the WizardName and the report will give an output of all dunning letters in this report.
    Unfortunately it is not possible to import this report because when I do that I only get the error that SAP Business One couldn't import the layout. EXporting a layout is af course not possible because only PLD layouts are available in dunning.
    Regards Thijs

  • SAP Business One 8.8. Report doesn't show and workstation doesn't respond.

    Hi all,
    We have a customer with:
    SAP Business One 8.8 (8.80.237) PL: 19 HOTFIX1.
    Sql Server 2005
    Crystal Reports 12.1.3.1028
    We have done some reports wich run under server machine but not under workstation.
    Even i've done a dummy report without any data connection and it doesn't run under workstation (server machine works perfectly). This dummy report only show a label with static text "Hola".
    We don't receive any error message, SAP Business One client doesn't respond and in task manager you can see "not responding" message.
    SAP support connected to our customer installation and they suggested us formatting workstations computers. We did it but the problem persists. Thank you very much for your help.
    Kind regards,
    Nauzet Díaz

    Hi,
    In this case, why you not responded to SAP for their suggestion of formatting the workstation?
    If you unfortunately closed the old support ticket, then just raise a new support ticket with reference of the old one too.
    Regards,
    Bala

  • Sap business one sdk

    in sap business one sdk how DI API is connect.

    hi
    threre  r two method for  connection
    1. single sign one connection
    2 seprate connection
    In the single sign one  connection we connect to  UI api  nd DI api ,
        In the seprate connection we r connect  seprate  DI api nd UI api ,
      This is single sign one code. connect to di api
      private SAPbobsCOM.Company oCompany;
            private void SetApplication() {
                // // Use an SboGuiApi object to establish connection
                // // with the SAP Business One application and return an
                // // initialized appliction object
                SAPbouiCOM.SboGuiApi SboGuiApi = null;
                string sConnectionString = null;
                SboGuiApi = new SAPbouiCOM.SboGuiApi();
                // // by following the steps specified above, the following
                // // statment should be suficient for either development or run mode
                sConnectionString = System.Convert.ToString( Environment.GetCommandLineArgs().GetValue( 1 ) );
                // // connect to a running SBO Application
                SboGuiApi.Connect( sConnectionString );
                // // get an initialized application object
                SBO_Application = SboGuiApi.GetApplication( -1 );
            private int SetConnectionContext() {
                int setConnectionContextReturn = 0;
                string sCookie = null;
                string sConnectionContext = null;
                int lRetCode = 0;
                // // First initialize the Company object
                oCompany = new SAPbobsCOM.Company();
                // // Acquire the connection context cookie from the DI API.
                sCookie = oCompany.GetContextCookie();
                // // Retrieve the connection context string from the UI API using the
                // // acquired cookie.
                sConnectionContext = SBO_Application.Company.GetConnectionContext( sCookie );
                // // before setting the SBO Login Context make sure the company is not
                // // connected
                if ( oCompany.Connected == true ) {
                    oCompany.Disconnect();
                // // Set the connection context information to the DI API.
                setConnectionContextReturn = oCompany.SetSboLoginContext( sConnectionContext );
                return setConnectionContextReturn;
            private int ConnectToCompany() {
                int connectToCompanyReturn = 0;
                // // Establish the connection to the company database.
                connectToCompanyReturn = oCompany.Connect();
                return connectToCompanyReturn;
    .................this is code for cneect ui api nd di api..............
    ...........................................////////........................................this is code for connect for di api seprate.....................................................
    Dim oCompany As SAPBobsCOM.Company
    Dim lRetCode, lErrCode As Long
    Dim sErrMsg as String
    'Instanciate a Company object
    oCompany = New SAPBobsCOM.Company
    oCompany.Server      = "(local)"     
    oCompany.CompanyDB      = "SBODemo_US"
    oCompany.UserName      = "manager"
    oCompany.Password      = "manager"
    oCompany.Language      = ln_English
    ‘Sample: Use Windows Auth. to SQL Server
    oCompany.UseTrusted     = True
    ‘Set AddOn identifier (new in 2004)
    oCompany.AddOnIdentifier     = “Your Add-On Identifier”
    lRetCode = oCompany.connect
    'Check Return Code
    If lRetCode <> 0 Then
      oCompany.GetLastError lErrCode, sErrMsg
    End If
    .applay  any one code  for coonection tp di api....
    if u have any problem replay me ,
      nd if   u r satisfied than give me rewards point.

  • Installation of SAP Business One client and required administration rights

    Dear community,
    I would like to kindly ask you for your feedback on the installation of SAP Business One client and its patches on end-user computers.
    The pain points I have heard so far are the following:
    - The installation of SAP Business One client and its patches has to be started by a user with administrator rights.  As far as I know (and please correct me if I am wrong), this is also required in case of installation of any other software.
    - End users usually do not have administrator rights and therefore the SAP Business One clients have to be manually upgraded by administrator.  This is time consuming (and therefore costly) activity.
    We are considering to design a new solution which would overcome the above limitations.
    I would like to confirm with you if my understanding is correct:
    Question 1:
    Is it a common situation that the end-users of SAP Business One client do not have administrator rights and therefore cannot install the patches of SAP Business One client by themselves?
    If yes, how do you resolve this currently?
    Question 2:
    Do you use Microsoft System Center Configuration Manager or Active Directory (or any other 3rd party solution) to automatically distribute software packages and updates to client PCs at your customers?
    Question 3:
    If the SAP Business One client installation (and its patches) is delivered as MSI package with silent installation capability, would you be able to automate the deployment of B1 client updates to client PC using the abovementioned technologies? Or can you still see some obstacles?
    Thank you
    Best regards
    Jan Ruzarovsky
    SAP Business One Product Management

    Dear all,
    Thank you very much for your comments, very helpful!
    @Marco - SAP Business One 8.8 client currently does not support the silent installation / upgrade. However we are currently considering this requirement and we would like to deliver it as soon as possible.
    We are currently considering several possible designs. One of them is as follows:
    1. A new SAP Business One Updater Service will be installed on each client workstation.
    It will be a windows service installed and running under a local system account.
    2. The updater service will check regularly if there are any new patches of SAP Business One client or add-ons uploaded to a configured shared directory.
    3. If a new patch is found in the shared directory, the updater service will SILENTLY install the new patch (add-ons, SAP Business One) on the client workstation.
    The service would be able to install patches even if nobody is logged in.
    Questions:
    If we consider the above design, there are a few open topics:
    1. During the upgrade of the SAP Business One server, the client patches (and SAP add-on patches, partner add-ons) would be placed to a SHARED directory instead of into SBO-Common (as it is implemented currently).
    - Does this have any impact on your tools, processes or add-ons?
    2. SAP Business One upgrade wizard will put the latest patch of SAP Business One client into a configured shared directory. The shared directory will have to be read-only for everybody in the network to avoid that the valid installation files are replaced by malware or virus infected files
    - Can you configure such a shared directory? 
    From customer perspective, if a new patch is put into the shared directory, the updater service can behave as follows:
    1. Manually initiated upgrade of the client
    Example: Customer starts the old (not upgraded) SAP Business One client. The client will inform him/her that a new patch has been found and it has to be installed in order to continue working with the client. After customer clicks "Yes", the upgrader service starts the silent installation of the client and informs customer about the progress. Once the upgrade is finished, the upgraded SAP Business One client will be started automatically.
    2. Automatic update:
       - Update the client automatically (e.g. overnight) if customer is not working with SAP Business One
       - If SAP Business One client is running, ask customer if he/she wishes to upgrade the client now or to delay the upgrade by X minutes.
    Question: Which of the above two scenarios would you and your customers prefer?
    If the upgrade is fully silent, automated and handled by the upgrader service, Is it acceptable for customers to trigger the installation manually and wait till the client is upgraded? Or would they prefer to have the client updated for them e.g. overnight so they can immediately start to work?
    Best regards
    Jan
    Edited by: Jan Ruzarovsky on Sep 29, 2010 9:37 AM

  • POS systems and SAP Business One

    Does anyone know of any Point-of-sale (POS) systems that can work together with our SAP Business one application in retail stores.
    Please can you advise us on our available POS options with SAP Business One for retail stores.
    Also would there be a need to buy additional SAP licences for users with this solution or can there be a savings there?

    hi usman,
    hi Dennis,
    try to check the ff, if it does fit your need.
    http://www.citixsys.com/
    http://www.alenu-it.com/index.php/solutions-a-services/sap/industries/b1-for-retail-pos
    rergards,
    Fidel

  • Error while running  DTW in SAP Business One 9.0

    Dear All,
    Error while running  DTW the error shows that in SAP Business One 9.0 & PL 08 the 'Unable to access SBO-Common Database'  & attached the screen shot for the same.
    Kindly guide for the same
    Thanks&Regards
    Umesh Vaidya

    Hi Umesh...
    check with these links
    http://scn.sap.com/thread/3164843\
    -111 Cannot access sbo-common database
    Unable to access SBO-Common database
    865191- DTW Troubleshooting Guide
    Hope Helpful
    Regards
    Kennedy

Maybe you are looking for