Quantcast
Channel: SCN: Message List - SAP HANA and In-Memory Computing
Viewing all 8968 articles
Browse latest View live

Re: Check input variable for null in procedure

$
0
0

Not sure if I got your question correctly. Can you please explain little bit what you are trying to achieve?

 

 

Please note NULL and Blank values are not same although they look similar.  You have to see your underlying data and see what is the default value for that column.  You can use the SQLs below.

 

SELECT *  

FROM "SYS"."TABLE_COLUMNS" 

WHERE "SCHEMA_NAME" = <'YOUR_SCHEMA'>   AND IS_NULLABLE = 'TRUE'.

 

 

SELECT *  

FROM "SYS"."TABLE_COLUMNS" 

WHERE "SCHEMA_NAME" = <'YOUR_SCHEMA'>   AND IS_NULLABLE = 'FALSE' .

 

 

Notice the change in DEFAULT_VALUE Column for the above statements .

 

You can also add TABLE_NAME in your Where clause to further restrict the data set.

 

 

Cheers

Anindya


Re: Restricting Views(?) When Using HANA HTTP Connection and Analysis for Office 2.2

$
0
0

Check whether the object privilege "_SYS_BIC" is assigned to user? This gives the visibility to all information views.

Re: Restricting Views(?) When Using HANA HTTP Connection and Analysis for Office 2.2

$
0
0

Hi Raj,


Thank you for your response.  It turns out that this was the issue, a very "rookie" miss on my part.  I created a new role to use with my Restricted test user and it only contained the views from _SYS_BIC required for the AVs that I wanted visible, the same views secured by the Analytic Privilege.

 

However, what I did not notice was that the repository view provided by SAP for HTTP connection access, "sap.bc.ina.service.v2.UserRole::INA_USER", contained _SYS_BIC with the "References" privilege.  I created a new role with all the objects / access that the delivered role contained except for _SYS_BIC and assigned the new role to the test user in place of the delivered role and now only the required AVs as visible.

 

If anyone is interested is what the minimum privileges required for this functionality please let me know and I can post screenshots of the roles that I have created.

 

Thanks,

 

Mel

Re: Check input variable for null in procedure

$
0
0

Hello,


I meant when i am trying to do a data preview, i put the operator Is Null or I put the value as '' for ip_join_set_id, however, the condition still does not evaluate to true.


How can I set ip_join_set_id = null when doing a data preview to test my procedure?

input.png

Re: Check input variable for null in procedure

$
0
0

that depends on the data type 

 

Did you try with 0 or ' '  , i.e a space between  single quotes?

 

What is the data type of the field you are trying to filter with input parameter? What is the data type of the input parameter ? 

 

If my understanding is correct, you are creating a procedure with Input Parameter .

 

 

Cheers

Anindya

Re: SAP HANA - DATA SERVICES

$
0
0

Michael,

 

That makes sense.

 

I tried to install the "SAP Data Services client tools 4.2 SP05 Windows (64B)" and ignore the IPS warning.

 

I then get asked for a product key. I would have thought this would be provided automatically.

 

How do I get this product key?

 

Thanks

Re: Check input variable for null in procedure

$
0
0

Null can be handle like this:

 

DROP PROCEDURE CHECK_NULL;
CREATE PROCEDURE CHECK_NULL (IN NAME VARCHAR (1), OUT USERNAME VARCHAR (20) ) AS
BEGIN  IF :NAME IS NULL THEN       USERNAME := 'N/A';  ELSE       USERNAME := 'USER IS NOT NULL';  END IF;
END;

CALL CHECK_NULL(?,?) returns "N/A" (do not input anything and execute)

null.jpg

CALL CHECK_NULL('RAJ',?) returns "USER IS NOT NULL"

Re: Restricting Views(?) When Using HANA HTTP Connection and Analysis for Office 2.2

$
0
0

Hi Mel,

 

You are welcome to share your knowledge if your time permits to do so

 

Regards

Raj


Re: External Storage for HANA Appliance Scale-up

$
0
0

Hi Raheel,

 

External Storage is supported by SAP for HANA Database's

The below link provides a list of SAP Certified external storage systems supported

SAP's recommendation is to use a dedicated storage setup for the PRODUCTION systems and the shared Storage can be used for the NON PRODUCTION landscapes

Such a storage setup is considered a Tailored Datacenter Integration(TDI)

 

http://global.sap.com/community/ebook/2014-09-02-hana-hardware/enEN/enterprise-storage.html

 

Hope this helps

 

Sunil

Re: SAP HANA - DATA SERVICES

SAP HANA MDX Provider

$
0
0

Hi,

 

I have installed "SAP HANA Platf. Ed. 1.0 SPS11" (64B).

 

When I open Excel, I do not find "SAP HANA MDX Provider" in the Data connection wizard under "Other/Advanced".

 

I seem to have read somewhere that it is available only with the (32B) install.

 

Is this correct? If so, how do I get it for my (64B) install?

 

Thanks

Re: fail to login HANA with SYSTEM user (pw reset not help..)

$
0
0

From what I read in this thread the system could have been messed up a bit during the tries to reset the password.

I recommend to have this checked by SAP support.

 

Maybe by now the system is also stuck with a log full situation...

Re: Change ownership of Scehma

$
0
0

You're right Chandra, schema ownership cannot be changed.

However, it's possible to export a schema, drop it from the database, recreate the schema owned by the target user and import the objects back into the database.

One important aspect to be careful of with this is that EXPORT/IMPORT don't care for the privileges assigned to the objects. So, after the import all privilege assignments need to be re-done manually for the affected objects.

Re: SAP SPP on HANA

$
0
0

Hi Pranav

 

Greetings & Happy New Year 2016!.

 

Please share your experience of SPP with HANA, will be useful for us, as we are going to HANA this month both for ECC & SCM.

 

Any DO'S & DON'TS, type of list or any other matter, please share, thanks.

 

regards

SRS Kannan

Re: SAP HANA MDX Provider

$
0
0

OLE DB ODBO dll has never been available with 64B install or at least since version 68 which i have on my current Windows 8 machine. however, once i had it installed in a lower 32B version i have been able to use ODC connection files in higher versions like 91 even though the HANA connection wizard icon is no longer showing up in Excel.

 

i believe someone else here on SCN was able to make OLE DB work in versions 101 or 111. however, i don't know how long SAP will offer lower versions for installations, if at all.


Re: SAP HANA MDX Provider

$
0
0

Dear

Raynald LaGuerre

 

Kindly check if you MS OFFICE is of 32B or 64B. If it is 32B kindly upgrade it to 64B.

 

Regards

Praveen Kumar

Re: Solman alerts "large heap areas"

$
0
0

Hello Arindam,

 

The /Pool/ ColumnStoreTables* allocators you mentioned, as the name suggests, are part of the total column store memory consumption. In other words, this is part of your loaded data. I'm not sure why solman would have that as an alert. Is there a chance you're using an older solman version which considered that kind of allocator for alerting?

 

BRs,

Lucas de Oliveira

Re: External Storage for HANA Appliance Scale-up

$
0
0

Hi Sunil Thank you for response, I know about TDI and certified Storage. My query is regarding connecting HANA Appliances (Scale-up) for external certified storage, is it allowed? I understand their are internal disks at appliances and doesn't require external connectivity, but in case is it allowed to connect appliance with external storage?

HANA LIVE FOR HCM

$
0
0

Hello,

I'm looking for HANA Live views for HCM.

According to note no 1778607 – SAP HANA Live for SAP Business Suite HCM Views are only released for usage with HR Renewal 1.0 FP 4.

Are there no standard HANA live views for basic HR models (for ex. Headcount and Actions)?

Thanks,

Amir

Re: HANA LIVE FOR HCM

$
0
0

Hi Amir,

 

With SAP HANA Live for EhP 4 for SAP ERP five new virtual data models are available:


Headcount

Employee Capacity in Full-Time Equivalents (FTE)

Capacity of Female Managers and All Managers in FTE

Cumulated Overtime

Positions and Vacant Positions

 

For details view this link.

 

Regards

Raj

Viewing all 8968 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>