cancel
Showing results for 
Search instead for 
Did you mean: 

Could not export data from remote to local folder

0 Kudos

Hi all,

Currently I have encountered an issue when I export remote data from local:

Here is my command:

EXPORT "SCHEMA"."*" AS CSV INTO '/home/hana/tmp' WITH REPLACE

And It says that Error: feature 'ImportExport.Export' is disabled

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi Bred,

I can export my test sample table as csv file to my local folder.

But for this, it could not be exported.

lbreddemann
Active Contributor
0 Kudos

"Bred" is not my name; you can write Lars.

The export to your local folder technically works different (it's a feature of SAP HANA Studio, not of the SAP HANA server). The server-side export is governed by the enabled feature function in HANA 2 (as mentioned in my answer).

Have you checked that the feature is enabled?

Also: consider using the "comment" function instead of "answer". You're commenting to my answer but you're not answering the original question.

lbreddemann
Active Contributor
0 Kudos

This looks like you’re using a HANA 2 tenant database for which the EXPORT feature has been disabled/not enabled.

Check the documentation on how to enable features in tenant databases.

Also, I have no idea what you mean by “I export remote data from local“. If the problem persists after you made sure that the feature is enabled, you may want to clarify this.