Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Browsing all 9165 articles
Browse latest View live

Re: ABAP counterparts in Hana

Hi,  In calc view 'var_out' must be a table.  Try this procedure create procedure valid(in txt varchar(10), in mask varchar(10), out o integer) asbegin     o := instr(:txt, :mask);end;  call...

View Article


SAP HANA Lost Connection / Disk Full?

Hello, i loaded some date into a AWS Instance of SAP HANA One and executed some sql-statements. I saw how the Log and Disk size increased and now i have no connection to the system anymore. I restartet...

View Article


Re: SAP HANA Lost Connection / Disk Full?

Hi Franz, From the SSH session, could you execute a df -h and paste the result? Also, what version of HANA are you on and did you ever create a backup? --juergen

View Article

Re: Exit command in SQL script

Hi Arpita,  One further comment. I'm not exactly sure what EXIT does, but my suspicion is that it's similar to 'return' in Java and other languages.  One common application programming requirement is...

View Article

Image may be NSFW.
Clik here to view.

Re: Exit command in SQL script

This concept, of course, could also be used inside of a loop, etc.

View Article


Image may be NSFW.
Clik here to view.

Re: SAP HANA Lost Connection / Disk Full?

Thanks  /sap is at 100%. I deletet backups and logs. Now it is working again. After that i did also a ALTER SYSTEM RECLAIM LOG

View Article

Re: HANA Special Chars (Charset / Collation)

I am also having problems with this. So far, what I found is that if you create a varchar field but try to insert special caracter not in the 7 bit ascii table (NOT the 8 bit extended ascii), then hana...

View Article

Re: SAP HANA Lost Connection / Disk Full?

Good to know these tips and we can use them as monitoring and performance.

View Article


Re: How to enable the create history feature in HANA for tables?

Hi Rajesh, at the moment, the only way to create a history table is to specify the history flag upon creation time, SAP HANA Reference: CREATE TABLE CREATE HISTORY COLUMN TABLE <table_name> ......

View Article


Re: Results from CHECK_TABLE_CONSISTENCY understanding of errors

Hello Hana :-) , Please do open a support message for this. - Lars

View Article

Re: SERIAL Data Type

Hi (again) Micha, For the default value question, there had been several threads in the SCN forums, e.g. this one Storing date fields in SAP HANA for optimal data load and report performance?...

View Article

Re: Hdbsql cannot see a file after having it missed once

The import command was (mentioned in my other bug report) hdbsql DCB=> import from csv file '/dropbox/P1717/f8.csv' into fe_document withthreads 10 batch 10000 table lock record delimited by '\n'...

View Article

Re: How to enable the create history feature in HANA for tables?

Thanks,  Wouldn't this be a nice feature to be added so that Alter table can do it otherwise need to create a new table and copy the data rename the tables ...needs to be done to achive this.

View Article


Image may be NSFW.
Clik here to view.

Re: AWS HANA Developer Ed. Access to SAPUI5 Toolkit

Hi Stephen,  Try to redeploy and activate the package. Go to the studio, switch to Modeler perspective. Under content folder, expand the SAP package to find the UI5 package. Right click to bring the...

View Article

error - "insufficient privilege: Not authorized'

Hello, I am trying to grant select access to myself to a schema that I have just created with the following command from developer guide:...

View Article


Re: SERIAL Data Type

I've probably not made myself clear. Some databases have SERIAL data type which automatically increments the value when a new row is being inserted. Others use explicit sequences to this purpose. In...

View Article

Flat file size limitations in SAP HANA SP4

HI All - I loaded data up to 2GB / file via flat file and it worked.

View Article


Re: error - "insufficient privilege: Not authorized'

I think you need to have the Grantable Privileges before you assign the Select on the schema. Try opening the user from the HANA Studio - Catalog - Authorization - Users  and double click the user and...

View Article

Re: error - "insufficient privilege: Not authorized'

Hi Suresh, Couple of things: Can you please look into the following:If you need assistance, (1) check out our FAQ, (2) seek help on the discussion forum and should all other options fail, (3) send us...

View Article

Re: Exit command in SQL script

Hi Arpita, If you run the following procedure, you'll get an exception as expected.  If you uncomment the two commented lines, you'll see that the exception is handled and that a value is stored in a...

View Article
Browsing all 9165 articles
Browse latest View live