cancel
Showing results for 
Search instead for 
Did you mean: 

Running Silent installation for SAP HANA Studio

0 Kudos

HI Gurus,

I want to know if there is any method to generate the Silent command or method to install SAP HANA Studio on users desktops.

Any information would be really appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

former_member182967
Active Contributor
0 Kudos

Hi Shravan,

Using command line hdbinst --batch --path=<path> and additional all mandatory parameters.

Regards,

Ning

0 Kudos

HI Ning,

Thanks for the command, but can you please let me know how can I push the systems pre defined in the GUI along with the software installation so that users have it all set.

Thanks in advance,

Shravan.

former_member182967
Active Contributor
0 Kudos

Hi Shranvan,

The system information added is located in C:\Users\<username>\hdbstudio\.metadata\.plugins\com.sap.ndb.studio.datamodel\hdbstudio_1.2.xml (I use the default location for workspace).

I copy this file from PC 1 to PC 2, then I can see the system entries in HANA studio of PC 2.

You'd better to test again and then distribute this file to PCs you want.

Regards,

Ning

0 Kudos

hi Ning,

When i try the below command it brings up the installation toolkit window and disappears after a sec.

command: hdbinst -batch -path=C:\Profile Files\SAP\hdbstudio.

Any reason, ? but if i do just =hdinst -a studio it does work ok.

Thanks,

Shravan.

former_member182967
Active Contributor
0 Kudos

Hi Shravan,

Installation log is located in %TEMP%\hdb_studio_<time_stamp>. In your case, the command is not correct.

The right command should be:

hdbinst.exe --batch --path="C:\Program Files\sap\hdbstudio"

When ask for UAC, click yes.

Then you will see the following page in new command window:

After installation, this command windows will be automatically closed.

Regards,

Ning

Answers (0)