cancel
Showing results for 
Search instead for 
Did you mean: 

Hana studio launching issue - Workspace corruption

Former Member
0 Kudos

Hello All,

I was facing issue in launching HANA studio , then it got solved by creating a new workspace and launching hana studio as below:

C:\WS51\Studio\hdbstudio.exe -data C:\My_WS15

But next time opening of Hana studio is again problem , I could only open with new workspaces name and this is happening frequently.

Any idea why is this happening and how to solve this.

Thanks & Best Regards,

Sharada

Accepted Solutions (1)

Accepted Solutions (1)

former_member182114
Active Contributor
0 Kudos

Hi Sharada,

Maybe your studio is reusing the configuration.

Use -configuration, despite -data, and try again.

Regards, Fernando Da Rós

Former Member
0 Kudos

Thanks for the response Fernando !

Do I need to do this while launching hana studio ? could you please elaborate ?

Best Regards,

Sharada

former_member182114
Active Contributor
0 Kudos

Hi Sharada,

It's on launching.

Create a link on desktop (anywhere in fact).

Right click it and go to properties

On Target:

You have the path and executable, here a example:

"C:\Program Files\sap\hdbstudio73\hdbstudio.exe"

Add the configuration and data options setting to a new directory:

"C:\Program Files\sap\hdbstudio73\hdbstudio.exe" -configuration "C:\temp\rev73" -data "C:\temp\rev73"

With this, no matter how many Studios you have installed you can run a completely independent one.

Tip: You can create more than one link if you need run more instances of Studio at SAME TIME.

Regards, Fernando Da Rós

Former Member
0 Kudos

Thank You Fernando !!

Answers (0)