/build/static/layout/Breadcrumb_cap_w.png

SAP Hana 1.00.092 silent uninstall

good afternoon,

Does anyone know a command line to uninstall SAP Hana Studio 1.00.092 completely silently?
I'm deploying version 1.00.093 but before that I need to uninstall the previous version silently. The uninstall occurs after running C:\Program Files\sap\hdbstudio\install\hdbuninst.exe but I couldn't find a way to run that silently since it asks for an "installation ID"(0 to remove the whole application or 1 to abort).
Does anyone have any ideas please?

thanks in advance.

3 Comments   [ + ] Show comments
  • Try running the uninstaller in a command prompt with '--help' - if there are any inbuilt switches that can help you this will display them. - dunnpy 9 years ago
  • run this from a batch file:
    echo 0|hdbuninst.exe

    it pipes the zero to the uninstaller - rdmarshall 8 years ago
  • Hallo,

    That’s really cool…. I followed these instructions and it was like boom… it worked well..

    Using the SAP Web IDE for SAP HANA in an on-premise S/4 HANA system running HANA 2.0, how do I create a CDS view in my HDI container on top of a standard S/4 table, such as T001? My admin has already granted my ID access to the S/4 schema, so I can see the S/4 tables in the Database Explorer tool, but I am not sure what files I will need in my database module to reference S/4 tables.
    SAP HANA is a modern, in-memory database and a platform that is deployable on-premise, or in the cloud, and column-oriented, it is a combination of HANA Database, Data Modeling, HANA Administration and Data Provisioning in one single suite <a href="https://asha24.com/sap-hana-certification-training">SAP HANA Training </a>.

    Anyways great write up, your efforts are much appreciated.

    Best Regards,
    Kevin - Kevin Lee 5 years ago

Answers (2)

Answer Summary:
Posted by: krisc4 8 years ago
Second Degree Blue Belt
0
This is what worked for me:

\hdbuninst.exe -b --path="C:\Program Files\SAP\hdbclient"

Change the path above to the installation path. 

Comments:
  • Hallo,

    That’s really cool…. I followed these instructions and it was like boom… it worked well..

    Using the SAP Web IDE for SAP HANA in an on-premise S/4 HANA system running HANA 2.0, how do I create a CDS view in my HDI container on top of a standard S/4 table, such as T001? My admin has already granted my ID access to the S/4 schema, so I can see the S/4 tables in the Database Explorer tool, but I am not sure what files I will need in my database module to reference S/4 tables.
    SAP HANA is a modern, in-memory database and a platform that is deployable on-premise, or in the cloud, and column-oriented, it is a combination of HANA Database, Data Modeling, HANA Administration and Data Provisioning in one single suite <a href="https://asha24.com/sap-hana-certification-training">SAP HANA Training </a>.

    Anyways great write up, your efforts are much appreciated.

    Best Regards,
    Kevin - Kevin Lee 5 years ago
Posted by: rdmarshall 8 years ago
White Belt
0

Top Answer

I just figured this out:  run this via CMD prompt (or batch file):
echo 0|C:\Program Files (x86)\sap\hdbclient\install\hdbuninst.exe -b

it will pipe (pass) a zero to the uninstaller.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ