cancel
Showing results for 
Search instead for 
Did you mean: 

Error while creating a Workspace

0 Kudos

Hi Experts,

While trying to create a work space in the Hana studio, I am getting the following error. Could you please provide me the solution for this.

"Error getting repository client version. Repository client not properly configured"

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Krishna,

version is sp-patchlevel: 51 and client is 32bit .

former_member182302
Active Contributor
0 Kudos

Hi Ebenzer,

May be that version falls under the limitation i was mentioning for 32-bit. I wonder why are you still using that older version and again on 32 bit.

Regards,

Krishna Tangudu

vivekbhoj
Active Contributor
0 Kudos

Hi Ebenezer,

As Krishna already said, you are using Ver 51 and below Ver 60, there is no REGI for 32 bit systems

At what Version your HANA DB is?

You should always use HANA Studio with same version as DB or higher

Regards,

Vivek

Answers (6)

Answers (6)

0 Kudos

Hi Vivek,

After tried all these things then only I have posted in SCN. Could you please tell me how to give the SRC tag. I mean I know that it will be in index.html page but how to check this in the system.

Thanks,

Ebenezer

vivekbhoj
Active Contributor
0 Kudos

Hi Ebenezer,

It would be better if you go through Week 5 Videos at OpenSAP - you will learn a lot

Check your index.html file and change below

<script src="/sap/ui5/1/resources/sap-ui-core.js"

Regards,

Vivek

0 Kudos

Hi Krishna/Vivek,

I have other issues while executing the SAP UI5 application.

1. If I run the application as HTML then I am getting the following error at sap.ui.localResources("hana_html");

2. If I run the application as Web app view then I am getting "Problem accessing in *.xsodata/$metadata, Reason : Not found' . If I check http://<servername>:80<instance>/<path>.xsodata/$metadata I am able to see the data in the browsers, and *.xsodata/<mytablename> then I can see the data in xml format.\

3. I am getting 404 not found error while opening the below link

http://<WebServerHost>:80<SAPHANAinstance>/sap/hana/xs/ide/editor

Please help me to resolve the issues and your help will be rewarded

vivekbhoj
Active Contributor
0 Kudos

Hi Ebenezer,

Install UI5 library from the below link:

SAP Development Tools for Eclipse - Juno Software Repository

Check OpenSAP course week 4 on HANA to know more

Course: Introduction to Software Development on SAP HANA

And you also have to change SRC tag in your html file

"/sap/ui5/1/resources/-----"

Watch the above Course and you will get all the required things

Regards,

Vivek

0 Kudos

Hi Krishna,

I could not find regi.exe in the path.

former_member182302
Active Contributor
0 Kudos

Hi Ebenzer,

Which version of hdbclient are you using? and is it a 32 bit client you got installed?

Regards,

Krishna Tangudu

0 Kudos

Hi Vivek & Krishna,

Thank you for your quick reply, I could not find regi.exe in  C:\Program Files\SAP\hdbclient . Can you tell me how to add this

former_member182302
Active Contributor
0 Kudos

Hi Ebenzer,

PFA the screenshot:

Regards,

Krishna Tangudu

former_member182302
Active Contributor
0 Kudos

As suggested by Vivek,

you need to add regi.exe file .

Also remember that only 64-bit machine works. ( its a limitation ) we do not have for 32-bit.

Regards,

Krishna Tangudu

vivekbhoj
Active Contributor
0 Kudos

Hi Krishna,

With SPS06 both 32 and 64 bit machines are supported

While with SPS07, regi concept is gone

Regards,

Vivek

former_member182302
Active Contributor
0 Kudos

Hi Vivek,

I was aware with SP07 change but was not about support of 32 bit on SP06. Thanks for letting me know . I will surely try that.

Regards,

Krishna Tangudu

vivekbhoj
Active Contributor
0 Kudos

Hi Ebenezer,

Open the Repository Access link shown in the error and give the complete path of REGI in your Repository Access.

Click on Change button and select REGI file from your Computer(the path where REGI.exe file is present)

like:

C:\Program Files\sap\hdbclient\regi.exe

After that you will be able to create Workspace

Regards,

Vivek