SAP Business One Interface.

Hi everybody, I'm new in SAP Business One. We are working with other third to party warehouse management software, and we have to create an interface with it. The warehouse system works with tables in its own data base, where we have to put the sales orders, and it has other tables where it puts the information that we need to create the invoices. How can i do that?
Regards.

Fernando 
What you are talking about is really a big integration project. 
Using the SDK Tool you can download the Sales Order transaction from SAP as a XML file and then extract the Sales Order information from the XML to your Warehouse tables.
Once the warehouse transactions like Receiving / Delivery is done this has to be brought into SAP as a Goods Receipt PO or Delivery document referencing the PO / Sales Order respectively.
You need to go through the SDK training material / help files.  These get installed when you install the SDK components from the SAP Product CD.  The same can also be found in the document resource center. 
https://websmp108.sap-ag.de/smb/sbo/documentation
A completely understanding of the SDK functionality would be a good first step before starting on the integration itself.
Best wishes
Suda

Similar Messages

  • SAP Business One on Ipad

    Dear All,
    I installed SAP Business One 8.81 PL04 (on Server) and SQL server 2005.
    My questions are
    1) i install B1 integration component, when i am opening the integration framework i am getting a windows security dialog box in which it is mentioned that "The server 127.0.0.0 at B1iP_dummy requires a user name and password.
    Warning: The server is requesting that your user name and password be sent in the insecure mannar(basic authentication without a secure connection.
    User Name :B1iadmin
    Password:xxxxxx
    Here my question is that if i provide username and password, Integration Solution for SAP Business One is opened but is not reflecting any data when i am clicking on SLD, Scnarios, Maintaining, Control Centre.......etc.
    2) I want to connect to the server through the ipad.
    I put the user as mobile user, i have given UDID number of Ipad, phone no of mobile user in SAP Business One.
    I have given the server details like IP add: 000.000.000.000:8080 and kept SSL On and given DB Name as SBODemoIN and username as 'ABC'.
    When i am entering the password it is reflecting me an error "an ssl error has occurred and a secure connection to the server cannot be made. [-1200]'.
    I want to know where i have done the mistake.
    Note: i tried by giving ip with B1 port number like : 000.000.000.000:30000 again its reflecting same error.
    Can any body help me out.

    Lets try to keep it together ...
    1.) in SAP Business One you have to set the following settings for the user you want to connect with
    a.) checkbox "mobile user" is checked
    b.) mobile-number (must be digit by digit the same as you set it in the settings of the App)
    c.) UDID of the iPad/iPhone (this is a 40 (!!!) digit alphanumerical number of the device)
    ATTENTION - since SBO App. v.1.6.0, the UDID is no longer in use, now yo have to set the W-LAN MAC Adress here
    d.) the User has a limited or a professional user license
    e.) the user has a B1i licence
    2.) settings in the iPad/iPhone App
    a.) Server: IP Adress of the Bi1 Integration Server followed by :8443 (e.g.: 91.55.110.15:8443)
    8080 is the http port (unsecure), while 8443 is the https port (secure)
    b.) SSL: is on
    c.) Company DB: the database Name of the company you wanted to connect to (and where you have made the user setting above) (e.g.: SBODemoIN)
    d.) Usercocode: the log in name of the user you made the above settings for (e.g.: manager)
    e.) Phonenumber: digit by digit the same as above 1.).b.)
    f.) Demosystem: needless to say, this is Off
    3.) network settings
    a.) certainly the port 8443 must be available from outside the network
    b.) VPN connection to the network must be possible
    c.) the VPN connection setting has to be set in the iPad(iPhone
    If this all is set and done,
    1.) you first have to establish a VPN connection with your iPad/iPhone
    2.) and now/than you should be able to connect to the company with the iPad/iPhone App
    Hope this helps and make it e little bit clearer how this all works.
    The SBO App is "nothing else" as an WebService-Call-Interface from the iPad/iPhone to the B1i Server. Every form/view you are filling in the App, is a WebService call/request to SAP Business One. To Send this WebService Request to the B1i Server, you first have to connect into the company network (via VPN) otherwise you call cannot reach the B1i Server ...
    regards from Hamburg,
    Heiko

  • RFID on SAP BUSINESS ONE

    Hello, we are starting a project for making inventory movements using RFID, specially the options "receipts from production" and "sales orders".  I've read about the SAP Auto-ID Infrastructure Device Controller Interface, is this for SAP Business One too, or is it only for another version of SAP? Which solution is there for SAP Business One?, can this be accomplished with the SDK
    I'll appreciate your responses.
    Thanks,
    Vicente

    Hi
    the SAP Auto-ID Infrastructure Device Controller Interface describes the interface between SAP Auto-ID solution and an RFID device controller.
    Configuration Guides:
    http://service.sap.com/scm -> RFID -> Detailed Information
    SAP AII supports the ALE-interface and the so called classic message interface that consists of an XML command messages (send from SAP to the DC) and XML notification messages (send from DC to SAP). Its based on XML/PML, so you can use it with any system with know to handle XML.
    I don't know if the is something special for Business One
    Regards
    Herbert

  • 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 32 Bit Client freezing when printing?

    Hi Everyone,
    I am experiencing an issue with printing on a SAP Business One 32 Bit Client. The client is installed onto a Windows 7 (x64) Professional computer, and the business I work for uses the version of Business One shown below -
    The issue that is being experienced is as follows - assuming that an appropriate (printable) document is loaded, e.g.: a Delivery Note, then selecting File (menu) > Print:
    20 second delay to 'load' the printer selection dialog, then after clicking on OK (to print)
    30 second delay until 'paper is printed', during which time the SAP Business One User Interface freezes!
    I have identified that this issue only occurs with SAP, e.g.: printing of Word documents, PDFs, emails, etc responds in the expected amount of time (and none of the a fore mentioned programs experiences any freezing with their User Interfaces).
    In order to remedy this I first downloaded and installed the newest printer driver for the printer, however when no improvement was noticed I made the decision to uninstall and then re-install Business One. In doing so I followed the method outlined below -
    Even after performing all of the above I have seen no improvement in printing or program responsiveness. If you have experienced this issue, and you know a fix can you please contribute to this forum thread?
    Any help will be greatly appreciated.
    Kind Regards,
    David

    Hi,
    It is an application error. Refer SAP note 1955101 - CR_Printing Crystal reports and layouts is slow
    Thanks & Regards,
    Nagarajan

  • SAP Business One in SAP NetWeaver Portal?

    Hi,
    We have a customer that will implement SAP Business One for their backoffice.
    They want a package solution for their internet and extranet (clients and suppliers). The extranet will access SAP Business One.
    We are considering to implement SAP NetWeaver Portal for the extranet.
    Do you think this is possible? What about SSO?
    Tahnk you all,
    Olivier Marques.

    Olivier,
    I am not sure about the SAP NetWeaver Portal.  You may want to ask that question in the NetWeaver Discussion Forum.
    With respect to the SAP Business One Integration for SAP NetWeaver product ... this technology is not providing a portal in which to access SAP Business One from a web interface.  The SAP Business One Integration for SAP NetWeaver is a technology that seamlessly integrates SAP Business One with mySAP with respect to the integration of transactions and master data flow between the two systems from a headquarters/subsidiary(s) standpoint.
    HTH,
    Eddy

  • SAP Business One SDK DI API

    Hi,
    well, i am pretty new in this SAP Business one thing, my company (Laboratorios Chontalpa in Mexico) recently has purchase the SAP Bussines One, and i need to interface my LIS (Laboratory Information System), right now i use xml to pass the information between my LIS and SAP, but i was reading a little bit about SDK DI API, and i would now if i can use this API to comunicate mi LIS directly to the DB of SAP, and eliminate the XML thing.
    In my laboratory we have 60 remote office where there use my LIS, and i would like to comunicate that remote offices with my LIS using the DI API to comunicate with SAP, but i dont now if i need one licence pro of SAP per office to do that???
    anyone can help me with this question
    thanxs
    regards

    One user license is necessary for one named user. With one licence cannot work 60 users, you need 60 licenses. Thats in case that the offices will work with B1 application.
    When you will have some own application using DI Api, which will comunicate with LIS and is it no necessary to run SBO there, one license (user) for all offices is enough.
    hope it helps
    Petr

  • Software de POS que interactuen con SAP Business One

    Buenas tardes a todos,
    Estoy averiguando sobre software de Puntos de Venta (POS), que ya tengan la interface de interaccion con SAP Business One hecha.
    Tengo un cliente interesado en adquirir POS para tres de sus empresas, pero obviamente como tiene SAP Business One como software de Gestion Administrativo/Contable, quiere un POS que ya tenga hecha la interface de conexion con este software.
    Alguno de Uds. conoce alguno que me pueda recomendar? y por supuesto el contacto de como conseguirlo.
    Desde ya, gracias a todos
    Mariana

    Hola Mariana,
    http://www.geocom.com.uy/web/geocom/geopos
    al parecer tienen oficinas en Paraguay
    es difícil que una interfaz ya implementada te sirva 100% en tu cliente, cada cliente puede cargar a SAP datos que difieren de otro cliente.
    tendrías que implementar esa interfaz con POS --> SAP
    via WebService(DI-Server) u otro tipo de aplicación.
    espero te sirva mi comentario.
    saludos
    Jorge

  • Impressão de Cheques - Padrão Brasileiro - SAP Business One v. 8.8

    Olá Experts!
    O Layout de impressão de cheques default do SAP Business One 8.8 que está pré configurado no PLD imprime cheques nos padrões brasileiros? Ou tenho que customizar o PLD para imprimir os cheques?
    Muito obrigado,
    Ricardo Vieira

    Resolvi o problema alterando o PLD dos cheques.

  • Creation of Add-on package for 64 bit and 32 bit SAP Business One Client

    Please help me creating package for 64 bit and 32 bit SAP Business One. If Add-on executable is compiled with x86 option then there is no issue of connecting Add-on with 32 bit SAP Business one and if Add-on executable is compiled with Any CPU option then there is no issue of connecting Add-on with 64 bit SAP Business one. Problems are mentioned as below
    1. My Add-on uses MS ACCESS connection and the connection is read using Jet OLEDB 4.0 provider. It works fine for x86 compile mode but not when compile mode is Any CPU. I searched for the issue on Google and found a solution to change MS ACCESS connection provider to ACE.OLEDB.12.0 but again ACE provider is installed according to the Office version i.e. 32 bit or 64 bit office suite. If I install 32 bit ACE provider then Add-on executable compiled with x86 version is working fine but with Any CPU option throws error as provider is not registered on current machine.
    2. Secodly, our license validation activex dll is build using vb 6.0 and therefore when Add-on executable is compiled using Any CPU option, Add-on EXE cannot read from license dll. Any suggestion, how the activeX dll can be compiled whose component can be created from for X86 compiled exe and any cpu compiled exe.
    Please help because we are stuck in this issue and cannot move forward.
    Thanks.

    Hi Alejandro,
    That is one solution but did your add on used ms access connection? if you used Jet oledb to connection string or ace oledb connection string? what if 32 bit office is installed and what if 64 office is installed? how did you found the office version in install script? after determining the office version how did you installed Microsoft redistributable for ace oledb (32 bit or 64 bi )?
    I am sorry that I asked many questions but these are the problems where I am stuck with the addon installer?
    Thanks

  • Imposto retido na fonte (SAP Business One 2007B)

    Pessoal,
    gostaria de saber como funciona a cumulatividade de imposto retido no SAP Business One 2007B no Módulo de Vendas C/R?
    Preciso saber qual a melhor forma de fazer esse tipo de nota fiscal? Qual o melhor processo?
    Abraço,
    Marcelo.

    Olá Marcelo...
    Voce pode ser mais especific com situação real que voce está vivendo???
    Tenho trabalhado com NF de Serviços e talvez possa te ajudar!!!
    Em relação a cumulatividade, o SAP tem um campo nas configuração de detalhes da empresa, só que não há nenhuma documentção que prove o funcionamento deste parametro e a qual dos IRF ele está ligado.
    Estou estudando uma maneira de fazer isso via conta contabil transitoria individual para cada tipo de IRF em conjunto com a rotina de Alertas, para monitorar os saldos acumulados das contas...
    Atenciosamente,
    Wagner

  • "No data" in SAP Business One

    Hi,
    We have encountered the following issue.
    Using the SAP mobile application (version 1.1.3 (Android) - 1.9.6 iOS)), we connect successfully to database but when we try to open the Business Partners and Items, a "No Data"  message appears.
    If I insert a BP in mobile, the SAP Business One show these BP that I insert, but in the App I have the message "No data".
    What could be causing that?
    Thank you everyone

    Hi Louran,
    Please check below links.
    SAP B1 Mobile Application 1.3.1 - Version too old
    http://help.sap.com/download/businessone/mobileapp/B1_MobileApp_1.9_Guide.pdf
    Hope this help
    Regards::::
    Atul Chakraborty

  • Importing the (active) Fix Asset with ◦Accumulated ordinary depreciation to Sap Business One 9

    Hi all,
    I'm trying to upload the  Active Fix Asset to the SBO (no new).
    for example:
    item:                          FixAsset
    Useful life :                48 (month)
    Remaining Life:        12 (month)
    APC(Historical cost): 10000
    Accumulated Ordinary Depr.: 7500
    So  Value Balance: 1500
    and Life Balance :     12 month
    I have tried to Import active ITEM  by Excel ,follow this link : Importing Fixed Asset Master Data from Microsoft Excel - SAP Business One 9.0 - SAP Library
    every time recieve the message :
    Cannot import asset "fixasset"; a new asset's useful life and remaining life must be the same in depreciation area "AFA"

    Hi,
    Please check SAP note:
    2001876 - The system does not consider the Salvage Value nor the
    Remaining Book Value when you import assets
    Thanks & Regards,
    Nagarajan

  • Addon not loading - B1 Usability Package for all users in SAP Business One

    Hello, I am a new admin to SAP B1 and am about to go live in a few weeks. We are running SAP Business One v. 8.80.227.
    Envirorment details: Dedicated server for SAP database, and Terminal Server for remote connections.
    I have a demo group of users in Active Directory that have permission to Remote Desktop to the TS and load SAP. For now, theses users are local admins on the TS. ( Permissions to be revised once addon issues are worked out ). I am the companies tech, and we have a SAP implementation company leading the project development.
    Currently the addons that we are running are CRSB1Addon SAP 8.8 and B1UP from boyumit.
    For one of the users in the Active Directory Security Group all the addon's work great. However the other users get the error below;
    When logging in the system message window shows the following:
    Failed to assign SAP Business One user license to SAP Add-ons. The Add on is configured to automatically load on startup, yet once I get the error, I open the Add on Manager and I don't see the B1UP in either tab at all.
    The error on the TS in the log is here:
    Log Name:      Application
    Source:        Application Error
    Date:          18/03/2010 10:55:25 AM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      OVCL-TS.laurieroptical.local
    Description:
    Faulting application SAP Business One.exe, version 8.80.227.0, time stamp 0x4b8fadd4, faulting module ole32.dll, version 6.0.6002.18005, time stamp 0x49e037d7, exception code 0xc0000005, fault offset 0x000472da, process id 0x1f14, application start time 0x01cac6a4a2da01c9.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
        <Level>2</Level>
        <Task>100</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2010-03-18T14:55:25.000Z" />
        <EventRecordID>3778</EventRecordID>
        <Channel>Application</Channel>
        <Computer>OVCL-TS.laurieroptical.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>SAP Business One.exe</Data>
        <Data>8.80.227.0</Data>
        <Data>4b8fadd4</Data>
        <Data>ole32.dll</Data>
        <Data>6.0.6002.18005</Data>
        <Data>49e037d7</Data>
        <Data>c0000005</Data>
        <Data>000472da</Data>
        <Data>1f14</Data>
        <Data>01cac6a4a2da01c9</Data>
      </EventData>
    </Event>
    Any comments would be greatly appreciated.
    Thanks
    Edited by: dontforgetken on Mar 18, 2010 4:05 PM

    hello Ken - Boyum IT has its own License Administration - path of Administration > Add Ons > B1 Usability Package > License Administration...
    Do all of the users have a checkmark to give them access???
    When a user has only the Main Menu window open, select the "Form Settings" icon and follow the same path on the Form Settings window that is diplayed and make sure they have checkmarks next to the B1 Usability Package to be "Visible".
    Are all of the user set to display Boyum IT on their machines???
    LOL - I am not technical so I have no idea what that other stuff means...
    Hope that helps...
    Zal

  • ALD Failed to conect to Sap Business One

    Hi, i install a client in my PC, so when i log in in SBO,so SBO tells me that i need install ALD "its ok, i need it", the install runs rigth, and now i have ALD in my client, i close SBO and openin again.
    Therefore in the init, before i can´t make anything, send me a system message error "Resource error", i click ok, inmediatly another system message "initialization failed" click ok, then another error out of SBO, header "SAP Business One Outlook Advanced Layout Designer", body "Failed to conect to SAP Business One"
    After click Ok, in the last message, i can work with SBO but i can not open ALD, no even print preferences " the 5° check box".
    i did everything i think, reinstall, reg scan, a new DB in sap, nothing works.
    so i someone can help me, thaks to everyone.

    hi Sergio Guillerm... ,
    Check this link with subject Resource error,solution given by Rakesh pati.
    Resource error

Maybe you are looking for

  • How do I send attachments in email as an icon

    How do I send attachments in email as an icon

  • Updating Acrobat 9 Pro does not work

    Hello, i'm trying to update Acrobat 9.0 Professional. I already tried the atomatic update, but it was stuck somewhere and it made no further progress. Now I downloaded all the update files und tried to update Acrobat manually, but it's also stucked.

  • Problem in creating editor

    Hi friend This is kranthi. Iam creating editor using java swings. Actually my wish is to divide the screen into two parts horizontally. Upper part will be editable, lower part will be non editable now my problem is , if i drag the border in between t

  • Get input from user and create a file and run a script in command line.

    Hi all, i'm trying to get a input from user and write it into a file named alpe.jacl To get multiple userinputs like address and jobtitle etc etc in the same single window. and the code will save the inputs in alpe.jacl one by one in a new line like

  • Illustrator CS4 keeps clearing preferences?

    Hi all, My copy of Illustrator CS4 is now clearing my preferences whenever I open a new file. For example, my colour swatches will disappear, my unit preference will revert from inches to points, and the Roland VersaWorks Swatches I need for using a