Re: How to change column data type from BIGINT to INTEGER.
Hi Anooj, I need to change the datatype from integer to nvarchar so i used the above script which you gave. ALTER TABLE "R_TEST"."PRO_TRACKING_2" ALTER ("Style" NVARCHAR(10)); But its showing following...
View ArticleData Type Conversion while Loading Data - using Control file (CTL)
Hello Community, I am trying to load 50 million, 10 Tables in SAP HANA Box using CTL files. I am running into issue when it comes to Data Type conversion while loading the data into SAP HANA box....
View ArticleRe: "Other" Component SYS.M_HEAP_MEMORY_?
Thanks again Martin, the improved hash based translation table implementation sounds promising for sure.In the meantime for SPS 07 or 08, if for some reason we do encounter an issue with translation...
View ArticleRe: "Other" Component SYS.M_HEAP_MEMORY_?
The only option to reduce the translator cache size is to reduce the translator_cache_size parameter (which defines the number of translation tables, not the maximum memory size). This parameter is...
View ArticleRe: SAP BW installation on HANA DB
Per sap note 1953429 ABAP instance can be installed on the same host with Hana db.
View ArticleRe: Move from Catalog Schema to Design Time Schema
Hi Tarun, I had the same problem when transporting a delivery unit from the DEV to Q HANA instance.The following comment helped me: http://scn.sap.com/message/14874069#14874069 _SYS_REPO should be...
View ArticleSAP HANA SAML2
Hi All, Can someone with SAML2 experience on HANA tell me how to config microsoft ad on to HANA
View ArticleRe: SAP HANA SAML2
Please read the article at Use SAML to enable SSO for your SAP HANA XS App (http://scn.sap.com/docs/DOC-50418)
View ArticleRe: SAP HANA Memory Usage
I am seeing some inconsistency (my perception) in the system tables available through the adminstrator/System Information tab. First off - my interest solely lies in quantifying (at a table level) the...
View ArticleRe: Confusion over - SAP ECC OnPremise and AWS SAP HANA Integration
Hello Kumar, your question yields no simple answer. I'll try to provide some possibilities:- VPN tunnel : you need to configure a IPSec tunnel from your local site to your AWS VPC where the HANA DB is...
View ArticleSAP on HANA system messages(sm21) also seen at /var/log/messages
hi all, we see that the system messages from sm21 on BW on HANA ver 740, is now also logged on the OS(Suse Linux) /var/log/message . Has anyone seen this before or is this a new behaviour . Thank...
View ArticleRe: Default value field for I/P is disabled in Calculation view
Hi Sachin, It is a bug in the HANA SP07 version. There are two options which you can try out, 1) Create I/P, activate and export the view. Just go and edit the xml file you receive up on export. You...
View ArticleRe: Why need a NLS for Hana?
Michael, this is what I was referring to before: http://scn.sap.com/community/bw-hana/blog/2014/09/29/bwonhana-extended-storage-and-dynamic-tiering With SPS09 of HANA and BW 7.4 SPS08, it is now...
View ArticleTrace wich application or user is connected to HANA DB
Hi, I need a query that show me wich application or user is connected to HANA DB. Can someone help me? regards Alessandro
View ArticleRe: SAP HANA/SUSE Linux GNU bash code injection vulnerability
Hi Micha, some basic testing, can you resolve the hostname from your HANA host?default-ec2-update.susecloud.net depending on your SLES version you repository will be picked up if configured. If your...
View ArticleRe: Trace wich application or user is connected to HANA DB
Hi Alessandro, You may use system table M_CONNECTIONS (select * from M_CONNECTIONS) to get connection details, also filter with CONNECTION_STATUS column for current connections. Refer below...
View ArticleRe: SAP HANA/SUSE Linux GNU bash code injection vulnerability
Hi Jochen,no thank you, we have no DNS problem, I would know about it :-) No repository is configured: # zypper reposNo repositories defined. Use the 'zypper addrepo' command to add one or more...
View ArticleRe: SAP HANA/SUSE Linux GNU bash code injection vulnerability
Hi Micha, I'm using AWS, but used a cloud formation template to build HANA, see attached repo file-Jochen
View ArticleRe: Trace wich application or user is connected to HANA DB
Thanks Mohammed But i have this pdf and i tryed M_CONNECTIONS view, but it not satisfy what i need.I need to know how many connection an application do to db HANA.On SQL SERVER i used sp_who2 view,...
View ArticleRe: Trace wich application or user is connected to HANA DB
Hi Alessandro not sure where sp_who2 takes the program name from, but this is very likely a windows-MSSQL-odbc-driver trick (looking up the image name from the current process and set it by default in...
View Article