SAP Business One for HANA - No Harware key

Hi,
I've installed SAP Business One for HANA PL11 successfully but when i try to install sap b1 client on windows client there's an error during the installation of DI API (hanadb client installed already). I also noticed that there's no hardware key generated on the license control center.
Please help.
Thanks

Hi Norman
Thanks for your reply.
I have installed (and reinstalled!) the 32 bit hdbclient (build 69) at /usr/sap/hdbclient32 and rebooted but I still don't get a hardware key.  I noticed you mention that you'd executed libB1_LicenseEngine.so manually.  Is that correct? Is this something that you can guide me to?
Thanks
Andy

Similar Messages

  • Minimum Hardware Requirement for SAP Business One For HANA

    Hello EveryOne,
        I want to install SAP Business One for HANA (On Premises) Version on my Laptop. What would be the minimum hardware requirement for that so that it can run smoothly on the system.
    Is it can install on laptop or I need to buy giant server.
    Thanks in advance

    Hi Idrees,
    Check following links:
    http://help.sap.com/hana/SAP_HANA_Server_Installation_Guide_en.pdf
    http://help.sap.com/hana/SAP_HANA_Master_Guide_en.pdf
    http://help.sap.com/hana/SAP_HANA_Server_Installation_Guide_Unified_Installer_en.pdf
    http://help.sap.com/hana/SAP_HANA_Installation_Guide_en.pdf
    One more thing to note that you can use only HANA Certified Hardwares for B1 (Dell, Fujitsu, HP, IBM, HUAWEI)
    Hope it helps.
    Thanks & Regards
    Ankit Chauhan

  • Best Add-On for SAP Business One for Projectmanagement for Construction

    Hi everyone,
    What ist the best Add-On for Sap Business One for Projectmanagement for Construction ?
    Jean Pierre Chauny
    Edited by: JPCHAUNY on Sep 12, 2010 5:04 PM

    Hello Jean Pierre,
    did you have a look at MARINGOs ProjectManagement based on SAP Business One? Please find here the Link:
    http://www.maringo.de/index.php?id=564&L=1
    Regards
    Vera Tomalla

  • SAP Business One for Construction Vertical.

    Dear Friends,
    I Would like to know whether SAP Business One will suit a Construction Company. I know it  wont b a direct suit. Is there any Add-on for it, Which covers the complete Construction Features like:
    Bil of Quantity
    Measurement Book
    Wat if Analysis...etc.
    Regards,
    Aravind.

    Dear Aravind,
    You may check:
    Best Add-On for SAP Business One for Projectmanagement for Construction
    Re: SAPB1 COMPTABILITY FOR CONSTRUCTION COMPANIES.
    Addon for Construction Vertical
    Thanks,
    Gordon

  • SAP Business One for Egypt

    Dear All,
    if we have to implement SAP Business One in Egypt or in other parts of Africa, which localization  can we use?
    Regards,
    Bharath S

    Dear Bharath,
    You may check this: Re: Which SAP B1 Version using for Vietnam ?
    Thanks,
    Gordon

  • SAP BUSINESS ONE FOR ANDROID

    Hi Experts,
    Need the procedure for installing the sap business one integration framework for configuring the SAP business one Android app.
    Also kindly share the link for downloading  the integration framework setup file.
    Regards,
    Vinoth

    If you have done the setup for the ipad or iphone it is the same.
    http://scn.sap.com/community/business-one-integration-technology/blog/2012/09/26/ipad-and-iphone-configuration-setting

  • SAP BUSINESS ONE FOR RENTAL BUSINESS

    Hi,
    Is there any option available to map a rental business process in standard SAP business one without any customizations.
    Regards,
    Vinoth Florian.Z

    Hi Vinoth,
    please contact Markus Krabel - He has some information regarding Rental and B1.
    Br Heiko

  • SAP Business one for GAS Industry

    Dear Experts,
    My client is in GAS Manufacturing Industry. We calibrated multiple gases as per client requirement. we sale the gases sometimes with cylinder, some time cylinder on rentle besis and refilling the cylinder.
    Pls tell me how to manage the below process in SAP.
    1. Receipt of empty cylinder from customer.
    2. Production of Gases & filling it in cylinder.
    3. The rent calulation of cylinder from the date of Invoiced to the date of receipt of empty cylinder.
    4. Ageing report cylinderwise.
    5. The history of cylinder (how manytimes cylinder refilled)
    Regards
    Datta Kharat

    hi
    In my opinion u would require to manage the cylinder with serial number
    when u receive the cylinder from the customer to be filled in that case u can receive it in  form of putting the minus sign in front of the quantity and could receive in whatever warehouse u want that would increase the quantity of cylinder received in that particular warehouse
    issue 2
    i would like to know that what exact problem u are having in this concern ?
    issue 3
    the return of cylinder i belie would be as per the payment period defined so u can define a account for return of cylinder in the freight setup and while filling the document u can fill the amount keeping in mind per day cost of cylinder * nu of payment period defined and if there is a delay u can raise a  invoice stating late charges
    hope the few points are worth trying
    Regards,
    Manish

  • Implementation of SAP Business One for a construction Company

    Hello Everyone,
    This is Anuradha, we are going to implement B1 for a construction company for the first time.The Client requirement is as follows: " There are four branches under a Head office, the Board of Directors who are at the HO should be able to access the consolidated reports of all the Branches(which hold the different construction projects)...How to configure  this so that all the consolidated reports to be viewed by the HO at the end of the day ...
    Plz do help me out with a solution asap ......
    Regards,
    AnuradhaSantosh

    Anuradha,
    You should look at the option of creating Segmented Accounts.  Segmentation facilitates defining branches and without any additional effort, the Directors of the copy would be able to run any Accounting / Financial Report which would show the consolidated results.
    Unless, you are planning to setup 4 different company database for each branch where the scenario is much different and will require consolidation.
    Please let me know if you need further direction
    Suda

  • Fail to connect DB via DI-API on SAP Business One 9.0 for HANA

    Hi,experts.
    I am coding a sample program using VB.net on SAP Business One 9.0 for HANA.
    But this problem fail to connect DB.
    The code relevant to connect DB is below.
    ============================================-
    SAPbobsCOM.Company.DbServerType = 6
    SAPbobsCOM.Company.Server = ServerName:30015
    SAPbobsCOM.Company.UseTrusted = False
    SAPbobsCOM.Company.DbUserName = SYSTEM
    SAPbobsCOM.Company.DbPassword = ********
    SAPbobsCOM.Company.CompanyDB = CompanyDBName
    SAPbobsCOM.Company.UserName = manager
    SAPbobsCOM.Company.Password = ********
    ' Connecting to a company DB
    RetCode = SAPbobsCOM.Company.Connect
    ============================================
    (Result)  RetCode = False
    (Expected result) RetCode = True
    I think this is a commonly difinition on SAP Business One for HANA.,
    but I can not find any useful information...
    Could you give me advice about this problem?
    Best regards,
    Yuka Masuda

    Thank you for your reply, Maik.
    I changed DbServerType from 6 to 9,
    and the program works!!
    I appreciate your useful information.
    Thank you.
    Best regards,
    Yuka Masuda

  • Know more detail about the Remote Support Platform for SAP Business One ?

    SAP Business One 9.1 is about to release this year and we can see in the feature enhancements that a significant update is planned in the Remote Support Platform for SAP Business One, more commonly known as RSP. Let’s have a quick look what update is planned for RSP in version 9.1:
    Enhancements planned in Remote Support Platform for SAP Business One 9.1
    RSP is planned to support both SAP Business One on Microsoft SQL Server as well as SAP Business One on HANA Database
    RSP Processes and Reports adapted to SAP HANA Database
    With this plan RSP will help in the areas of Download, Installation, Go-Live Check, Monitoring, Upgrade and Support for SAP Business One both   on SQL Server and HANA.
    But like me (non-SAP B1 Consultant) many of you have the question what is RSP and how it helps in support? Here I have tried to gather all information.
    What is Remote Support Platform for SAP Business One?
    The remote support platform for SAP Business One is designed to protect a SAP Business One installation by providing automated and remote support in a high-volume business.
    The platform monitors the entire SAP Business One environment. By significantly reducing the time between the appearance, identification, and resolution of issues, the remote support platform for SAP Business One minimizes the impact on customer databases and processes.
    Some Key Features of Remote Support Platform:
    Showing alerts to SAP B1 Admin about the events which require their attention, such as low disk space, database backups, etc.
    Incident Reports against the issues identified which require attention of SAP Support
    Company Database Backup and Restore options
    Regular fixes of Company Database inconsistencies
    Check, Download and Install regular updates in SAP Business One
    Upload Logs and required files to SAP Support or to Partner Support on regular basis
    Some details about RSP Backup Management
    Schedule daily, weekly, and monthly backups
    Perform differential and full database backups
    Back up transaction logs
    Back up files to shared folders on a network
    System Status Report through RSP
    From June 1st 2013, it will be mandatory to install, configure and upload the System Status Report (SSR) from Remote Support Platform (RSP) for SAP Business One in order to receive support for messages of a technical nature (upgrades, performance & crashes, etc).
    Database uploads only via RSP
    From June 1st 2013 SAP Business One Support will only accept database uploads to SAP via remote support platform for SAP Business One. In certain exceptional circumstances STFP may be used but this will constitute a minority of cases.
    Microsoft Windows PowerShell Scripting
    In the remote support platform studio, you can create tasks using Microsoft Windows PowerShell scripting. PowerShell enables you to perform remote administrative tasks on customers’ Microsoft Windows operating systems, by providing full access to Component Object Model (COM) and Windows Management Instrumentation (WMI).Some Network Prerequisite for RSP
    To achieve the internet connection test, you must allow port 80 for the RSP external communication
    Disabling antivirus firewall or add the RSP to the trusted zone of the antivirus
    Set the correct proxy
    Disabling Windows firewall in the TP_link Wireless Configuration Utility
    Want to now More about It Click Here :   Remote Support Platform for SAP Business One

    SAP Business One 9.1 is about to release this year and we can see in the feature enhancements that a significant update is planned in the Remote Support Platform for SAP Business One, more commonly known as RSP. Let’s have a quick look what update is planned for RSP in version 9.1:
    Enhancements planned in Remote Support Platform for SAP Business One 9.1
    RSP is planned to support both SAP Business One on Microsoft SQL Server as well as SAP Business One on HANA Database
    RSP Processes and Reports adapted to SAP HANA Database
    With this plan RSP will help in the areas of Download, Installation, Go-Live Check, Monitoring, Upgrade and Support for SAP Business One both   on SQL Server and HANA.
    But like me (non-SAP B1 Consultant) many of you have the question what is RSP and how it helps in support? Here I have tried to gather all information.
    What is Remote Support Platform for SAP Business One?
    The remote support platform for SAP Business One is designed to protect a SAP Business One installation by providing automated and remote support in a high-volume business.
    The platform monitors the entire SAP Business One environment. By significantly reducing the time between the appearance, identification, and resolution of issues, the remote support platform for SAP Business One minimizes the impact on customer databases and processes.
    Some Key Features of Remote Support Platform:
    Showing alerts to SAP B1 Admin about the events which require their attention, such as low disk space, database backups, etc.
    Incident Reports against the issues identified which require attention of SAP Support
    Company Database Backup and Restore options
    Regular fixes of Company Database inconsistencies
    Check, Download and Install regular updates in SAP Business One
    Upload Logs and required files to SAP Support or to Partner Support on regular basis
    Some details about RSP Backup Management
    Schedule daily, weekly, and monthly backups
    Perform differential and full database backups
    Back up transaction logs
    Back up files to shared folders on a network
    System Status Report through RSP
    From June 1st 2013, it will be mandatory to install, configure and upload the System Status Report (SSR) from Remote Support Platform (RSP) for SAP Business One in order to receive support for messages of a technical nature (upgrades, performance & crashes, etc).
    Database uploads only via RSP
    From June 1st 2013 SAP Business One Support will only accept database uploads to SAP via remote support platform for SAP Business One. In certain exceptional circumstances STFP may be used but this will constitute a minority of cases.
    Microsoft Windows PowerShell Scripting
    In the remote support platform studio, you can create tasks using Microsoft Windows PowerShell scripting. PowerShell enables you to perform remote administrative tasks on customers’ Microsoft Windows operating systems, by providing full access to Component Object Model (COM) and Windows Management Instrumentation (WMI).Some Network Prerequisite for RSP
    To achieve the internet connection test, you must allow port 80 for the RSP external communication
    Disabling antivirus firewall or add the RSP to the trusted zone of the antivirus
    Set the correct proxy
    Disabling Windows firewall in the TP_link Wireless Configuration Utility
    Want to now More about It Click Here :   Remote Support Platform for SAP Business One

  • UK Payroll Modul for SAP Business One

    Dear all,
    is there already a Payroll Add-On or Modul Solution available for SAP Business One for the UK Market?
    Regards, David

    David,
    You will want to check the Channel Partner Solution Network SAP website.  Here you can search for soltions that integrate with Business One and you can find out which market these solutions serve.
    The link is ...
    http://cpsn-channel.sap.com
    HTH,
    Eddy

  • Why should we go for  SAP Business One

    Hi,
    Can any one help me, Why should we implement SAP Business One for SME cant we go for other ERP providers.
    Regards
    Z Mohammed

    Hi Zameer,
    Every ERP package has its own advantages & disadvantages. What any company would look for before implemnting an ERP product is the adaptability factor.
    A through analysis is done as to what ERP product suits the company's business processes taking various factors into consideration such as budget allocation, resources available, duration of implementation etc.
    And only then a company would decide on what ERP package has to be implemented.
    SAP Business One is specifically designed by SAP to suit SME businesses............as they dont have complicated business processes and dont requrie full fledged landscape such as R/3.
    Note: Do Reward points for the answers you find helpful............that's how you encourage the SDN users to spend time and answer your queries.
    Regards
    Sai

  • Hi Experts confusion on migration  from "SAP Business One" to "SAP R/3"

    Hi All
    I am a certified SAP Business One Certified Solution consultant and working on SAP Business One for the past 2.5 yrs and done 4 implementations.
    I want to migrate to SAP R/3 and have confusion on weather to join Project Systems/Material Management for training and pursue my career in the same. I want to do the Online Certification for the same.
    I feel like Jack of ALL and Master on None after working on SAP Business One.
    Pls guide me on the possible R/3 career options after SAP Business One and weather my experience in SAP will be counted for my future SAP career.
    I am confused Pls help.

    Better get trained in area of domain experience and get SAP certified.
    Check also this links
    Career Advice: SAP Business One to R3 transition in Ottawa Canada
    SAP B1 or R/3...which one to select
    http://it.toolbox.com/blogs/sap-library/sap-business-one-vs-sap-r3-system-architecture-13952
    http://it.toolbox.com/blogs/sap-business-one/sap-business-one-training-isnt-that-the-same-as-r3-9066
    Contact nearest SAP education partner for getting trained.
    http://www.siemens.co.in/en/about_us/index/our_business_segments/information_and_communication/sisl_business_profile/education_training/general_faq.htm
    http://www.sap.com/asia/services/education/schedule/schedule_IN.htm

  • 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

Maybe you are looking for