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

How to perform BETWEEN operator in Restricted measure in an Analytic View

$
0
0

Hello Experts,

Suppose if we've to perform G/L Account restriction for any amount field between 80000 to 89999 then how shall we achieve this functionality ?

As of now there is no between operator  in SPS6 for restricted measure.

In addition a condition like below also doesnt work :

G/L Account < 80000 Exclude

G/L Account >89999 Exclude

 

Then what are the options to make it work.

 

Thanks & regards,

Jomy


Union in Calcuation View

$
0
0


Hi,

 

Union in Calcuation view returns all rows from all nodes.

 

Is there anyway you can collapse the data created in Union, another word, can I make union that joins the data using keys?

 

I've included a simple example where I unioned two tables.

 

TBL 1 (key, name, age)

TBL 2(key, city)

 

When I union them I get a result set that looks like

 

 

Key        Name        City                        Age

 

1              Hyun                                    20

2              Bo                                        25

1                              carrollton

2                              flowermound

 

My desired result would b

 

 

Key        Name    City                        Age

  1              Hyun    Carrollton            20

  2              Bo          Flowermound  25

 

I know I can do this in anlaytical view as join, but the real requres some aggregation nodes before union, so I need to do this in calucation view.

I'm hoping to accomplish this without using joins in Calc view.  is this possible?

 

Thanks,

multiple entries in single input parameter

$
0
0

Hi,

 

I have some doubts, I have made an input parameter which selects a date n gives the data of that particular date. I have successfully pass it

to BO but now I have to pass it to cognos is it possible? if yes then how to do so..

Second question is.. my requirement is like.. I have to show week wise data to user so Is it possible to pass more than one value in input parameter?

Or any other way to show weekwise data through input parameter. my input parameter is taking the date between two columns, START_DATE

and END_DATE.

 

for ex: As on 1st dec 2013 whatever is the value of different columns coming from different tables that will be displayed.

 

Please help me in displaying week wise data.

 

 

Regards

Karishma

Control of Password Expiration differently for different user id

$
0
0

Can some one throw some light if there is anyway to Control of Password Expiration differently for different user id. For example I might have a application account which I will set not to expire but regular user id password will expire every 6 months..

SAP HANA SHINE - Links dont work for me

$
0
0

Hi,

I am just trying out the HANA SHINE material and the download of democontent and activation went on fine. I am having problems with the XS engine link.

I am using the hanacloud system in cloudshare and http://hanacloud:8000 says 'XSEngine is up and running'. But when I enter the link for the data generator(or any other link in the document) all the '/' get replaced with '%2F' and the actual link gets changed

 

Link entered: http://hanacloud:8000/sap/hana/democontent/epm/admin/ui/WebContent/admin.html

Link displyed in browser: http://hanacloud:8000/sap/hana/xs/formLogin/login.html?x-sap-origin-location=%2Fsap%2Fhana%2Fdemocontent%2Fepm%2Fadmin%2Fui%2FWebContent%2Fadmin.html

 

I am using the SYSTEM user and tried both ie and chrome browser. I know i am doing something wrong. Can someone help me with this?

 

regards,

Benedict

Error in License Update

$
0
0

Hi All:

I do appologize if I am posting this in the wrong section. 

Essentially, our SAP HANA License has expired, and the system is not accepting the new license.  We have tried installing license with both with the script:

 

SET SYSTEM LICENSE '<license script here>'

and

Properties - License - Install License Key


We get the following message when we try to apply through the SQL script:

Could not execute 'SET SYSTEM LICENSE 'SAPSYSTEM=ABC HARDWARE-KEY=Y0123456789 INSTNO=0012345678 BEGIN=20120402 ...'SAP DBTech JDBC: [436]: could not set system license: 5503: nameserver failed to process the request;ltt exceptionFailed to install a permanent license.

 

Any clues how can i go about resolving this.  I realize that it complains about nameserver, but all services are up and we are able to successfully query the DB.  I am thinking that deleting the existing license and then installing the new license will resolve this, but it doesn't let me delete the existing license. 

 

Any and All help will be greatly appreciated!

 

Regards,

Imran Khan

Join multiple Tables and apply function group by function

$
0
0

Hi All,

 

I am pretty new in HANA development and need help on the following requirement.

 

I have 5 tables loaded from MYSQL database with millions of records in most of them. Following are the tables with number of records.

 

 

  • mid_2_sid –47,827,411
  • sample – 68,045,998
  • release_history – 2,850,194
  • release_build_time  - 22,426
  • session – 43,161,301

 

I need to achieve following

 

 

 

SELECT session_id, A.Sha256, A.Sample_Time, session_time,
filename, A.WF_ID, B.time as WF_Signature_time

 

    FROM

 

(SELECT

     session_id, s.sha256,

     create_date AS sample_time,

     t.create_time AS session_time,

     t.filename, h.pid AS WF_ID,

     MIN(build_version) AS build_version

 

  FROM session t

 

  INNER JOIN sample s ON t.sha256 = s.sha256

  INNER JOIN mid_2_sid m ON s.mid =m.mid      

  INNER JOIN release_history h ON m.sid = h.sid

      GROUP By sha256,s.mid,m.sid, create_date,create_time,filename)  AS A

 

 

INNER JOIN release_build_time AS B ON A.build_version=B.build_version

 

I created an attribute view joining tables session,sample,mid_2_sid and release_history and the attribute view returned me almost 12 Billion records and the when I tried to write a sql script to group by on some fields to get the minimum of build version , I received following error.

 

 

SAP DBTech JDBC: [2048]: column store error: search table error:  [9] Memory allocation failed

 

Can anyone help me giving some guidance on how this should be designed or what would be best approach.

SAP HANA, Archived data, and cold storage and hot storage question

$
0
0

SAP HANA, Archived data, and cold storage and hot storage question:

Hello SAP HANA friends:

In the classic SAP BW scenario, the access to current data and archived data is very clear, SAP BW, Near line storage box, use of a multiprovider and the indicator in the query to use the nls data.

I'm trying to understand what this will look like in the new SAP HANA world.

The first problem is, how do I get data out of in-memory into an archive system, is there a "SARA" transaction for SAP HANA?

If I get my my data into a NLS system, what would I do to get a query result that had both in-memory data combined with NLS data?

There are a few comments from Hasso at SAPPHIRE on functionality using "cold storage" and "hot storage", I've found no information

on when such functionality would be available, or any information on how this may work.

Please, any and all comments are appreciated.

Also any direction to documents on this topic would be very helpful.

Regards,

Joe Gonzales

856 912 1136


"Batch From Records Failed Error " in HANA while trying to load csv file data.

$
0
0

Hi,

 

This is Praveen I have been facing  with the following error.

 

PFA “Error Screen Shots”

That I have been facing while trying to load the
CASA file data into SAP HANA.
Errors:

 

  1. Batch From Record 2 to 705 Failed: SAP DBTech  JDBC: [260]: invalid column name : RELATIVE_STAFF_EMP_NUM.
  2. Batch From Record 2 to 705 Failed.

The below was the error details that i am able to find when i have clicked on the "Batch From Record 2 to 705 Failed error"

Error Details:

 

Message :

          Batch from Record 2 to 705 Failed

  java.lang.IllegalArgumentException

          at java.sql.Date.valueOf(Unknown Source)

          at com.sap.ndb.studio.bi.filedataupload.deploy.populate.PopulateSQLTable.populateTable(PopulateSQLTable.java:93)

          at com.sap.ndb.studio.bi.filedataupload.ui.job.FileUploaderJob.uploadFlatFile(FileUploaderJob.java:198)

          at com.sap.ndb.studio.bi.filedataupload.ui.job.FileUploaderJob.run(FileUploaderJob.java:61)

          at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)

 

Error 4.jpg

PFB sample CASA csv file sample data of 3 Records.

 

ACCT_IDEFF_START_DATEEFF_END_DATEFLG_CURR_RECSRC_SYS_IDACCT_LVL_PH_NUMADHOC_LMT_AMTBP_LINE_AMT_SANCBP_LINE_AMT_UTILCLEAN_ADHOC_LMT_AMTCLEAN_SINGLE_TRAN_LMT_AMTDACC_ABS_LMT_AMTDACC_LMT_AMTDACC_LMT_PERCDR_BAL_LMT_AMTEXP_OF_ADHOC_LMT_DATEFAC_AVAILED_CODEFLG_ACCT_BLOCKEDFLG_CHQ_MANDATEFLG_DORM_SCFLG_INT_WAIVERFLG_RELATIVE_STAFFFLG_SC_WAIVERFLG_SWEEP_OUT_INFLG_TDSFLG_WTAXIND_VOSTRO_ACCTMODE_OF_OPER_TYPERATE_VARIANCE_INT_CRRATE_VARIANCE_INT_DRRELATIVE_STAFF_EMP_NUMSINGLE_TRAN_LMT_AMTUSED_CLEAN_SINGLE_TRAN_LMT_AMTUSED_SINGLE_TRAN_LMT_AMTUSED_UNCLEAR_OVER_DACC_AMTWTAX_FLOOR_LMT_AMTWTAX_PERCCREATED_DATELST_UPDATE_DATECREATE_RUN_CYCLE_IDLST_UPD_RUN_CYCLE_IDLST_UPD_JOB_IDACCT_ID_1EFF_START_DATE_1EFF_END_DATE_1FLG_CURR_REC_1SRC_SYS_ID_1SRC_SYS_CODEACCT_NUMACCEPTED_RATINGACCT_BAL_BEFORE_CLOSUREACCT_CLS_DATEACCT_CR_PREF_PERCACCT_DR_PREF_PERCACCT_EFF_ROIACCT_LOC_CODEACCT_MGR_USR_IDACCT_NAMEACCT_NPA_CLASS_REASON_CODEACCT_NPA_CLASS_TYPE_CODEACCT_NPA_SYS_CLASS_DATEACCT_NPA_SYS_MAIN_CLASS_CODEACCT_NPA_SYS_SUB_CLASS_CODEACCT_NPA_USR_CLASS_DATEACCT_NPA_USR_MAIN_CLASS_CODEACCT_NPA_USR_SUB_CLASS_CODEACCT_OCCUP_CODEACCT_OFFRACCT_OPN_DATEACCT_OWNERSHIP_CODEACCT_RATINGACCT_REPORT_CODEACCT_SRC_BACIDACCT_STATUS_CODEACCT_STATUS_DATEACCT_TYPE_CODEACTIVITY_CODEACTIVITY_LBR_CODEASCROM_ACCT_CLASS_CODEASCROM_CAD_AMTASCROM_CADU_AMTASCROM_NPA_DATEASCROM_TOT_PROVBORROWER_SUB_GROUP_CODEBR_CODECRNCY_CODECUST_NUMDEBT_ACKN_DATEFAC_DIST_CODEFAC_DIST_NAMEFLG_ACCT_CLSFLG_ACCT_LIENFLG_ACCT_PEGGEDFLG_ACT_MOB_REGFLG_CHQ_CHRG_COLLFLG_COLTRL_DEPOSITFLG_COLTRL_LIFEINSURANCEFLG_COLTRL_MACHFLG_COLTRL_PROPERTYFLG_COLTRL_VEHICLEFLG_CR_INTFLG_ECGC_APPLFLG_NOM_AVAILABLEFLG_PASS_BOOKFLG_PASS_SHEETFLG_RESTRD_ACCTFLG_SMEFLG_SRC_DEL_RECFLG_WRITTEN_OFFGL_SUB_HEAD_CODEGOVT_SPONSOR_SCHEME_CODEGOVT_SPONSOR_SCHEME_NAMEGUARDIAN_COVER_CODEIB_DEF_BILIB_FND_ACCT_INDIB_XFER_INDINV_IN_PLANT_AND_MACHLANG_CODELAST_INT_APPLIED_DATELAST_TRAN_DATELINE_OF_BUS_CODELINE_OF_BUS_NAMENPA_CLOSURE_REASON_CODENPA_DATEPROD_CODEREPHASE_CODEREPHASEMENT_REASON_CODESANC_LMTSECTOR_CODESEGMENT_CODESRC_ACCT_NUMSUB_SECTOR_CODESUIT_STATUS_CODECREATED_DATE_1LST_UPDATE_DATE_1CREATE_RUN_CYCLE_ID_1LST_UPD_RUN_CYCLE_ID_1LST_UPD_JOB_ID_1CUST_IDEFF_START_DATE_2EFF_END_DATE_2FLG_CURR_REC_2SRC_SYS_ID_2SRC_SYS_CODE_1CUST_NUM_1ASSET_CLASSBOB_EMP_NUMCLUSTER_CODECUST_CASTE_CODECUST_COMMUNITY_CODECUST_CONSTITUTION_BSR_CODECUST_CONSTITUTION_CODECUST_EMAILCUST_EMP_CODECUST_EMPLOYER_ADDR_LINE_1CUST_EMPLOYER_ADDR_LINE_2CUST_EMPLOYER_CITY_CODECUST_EMPLOYER_CNTRY_CODECUST_EMPLOYER_EMAILCUST_EMPLOYER_FAXCUST_EMPLOYER_NAMECUST_EMPLOYER_PH1CUST_EMPLOYER_PH2CUST_EMPLOYER_STATE_CODECUST_EMPLOYER_TELEXCUST_EMPLOYER_ZIPCUST_FIRST_NAMECUST_FULL_NAMECUST_GENDERCUST_LAST_NAMECUST_MIDDLE_NAMECUST_MOBILE_NUMCUST_NATIONALITYCUST_NPA_STATUS_CODECUST_PAN_NOCUST_PRIMARY_BR_CODECUST_PRIMARY_BR_NAMECUST_PRIMARY_CRNCY_CODECUST_PRIMARY_CRNCY_DESCCUST_RATING_CODECUST_RATING_DATECUST_SHORT_NAMECUST_TITLE_CODECUST_TOT_FUND_BASED_LMTCUST_TOT_NONFUND_BASED_LMTDATE_OF_BIRTHDSA_NUMFLG_BOB_CURR_STAFFFLG_BOB_STAFFFLG_CUST_MINORFLG_CUST_NREFLG_NET_BANKINGFLG_SRC_DEL_REC_1INDIVIDUAL_LEGALENTITY_INDMAILING_ADDR_CITY_CODEMAILING_ADDR_CNTRY_CODEMAILING_ADDR_FAXMAILING_ADDR_PH1MAILING_ADDR_PH2MAILING_ADDR_TELEXMAILING_ADDR_ZIPMAILLING_ADDR_LINE_1MAILLING_ADDR_LINE_2MAILLING_ADDR_LINE_3MAILLING_ADDR_LINE_4MAILLING_ADDR_LINE_5MAILLING_ADDR_STATE_CODEMARITIAL_STATUS_CODENATIONAL_ID_CARD_NUMNPA_DATE_1NPA_IDENTIFIED_BYOCCUP_GRP_CODEOCCUP_GRP_DESCPASSPORT_DETAILSPASSPORT_EXP_DATEPASSPORT_ISSUE_DATEPASSPORT_NUMPERMANENT_ADDR_CITY_CODEPERMANENT_ADDR_CNTRY_CODEPERMANENT_ADDR_FAXPERMANENT_ADDR_LINE_1PERMANENT_ADDR_LINE_2PERMANENT_ADDR_LINE_3PERMANENT_ADDR_LINE_4PERMANENT_ADDR_LINE_5PERMANENT_ADDR_PH1PERMANENT_ADDR_PH2PERMANENT_ADDR_STATE_CODEPERMANENT_ADDR_TELEXPERMANENT_ADDR_ZIP_CODEPREFERRED_LANG_CODESECTOR_CODE_1SRC_CUST_START_DATESTATUS_CODECREATED_DATE_2LST_UPDATE_DATE_2CREATE_RUN_CYCLE_ID_2LST_UPD_RUN_CYCLE_ID_2LST_UPD_JOB_ID_2ACCT_ID_2BUS_DATE_IDBRANCH_IDCRNCY_IDCUST_ID_1GL_IDHM_CRNCY_IDPROD_IDSRC_SYS_ID_3FLG_DR_CR_BAL_AMTLAST_ATM_TXN_DATELAST_CR_AMT_DATELAST_CUST_TXN_DATELAST_DR_AMT_DATEBAL_AMTCLEAR_BAL_AMTEQUIV_HM_CRNCY_BAL_AMTEQUIV_HM_CRNCY_TOT_DISB_AMTEQUIV_HM_CRNCY_TOT_DMD_AMTEQUIV_HM_CRNCY_TOT_OVDU_AMTEQUIV_HM_CRNCY_TOT_RECVRY_AMTEQV_HM_CRNCY_TOT_SANC_LIM_AMTEQUIV_HM_CRNCY_CLR_BAL_AMTEQUIV_HM_CRNCY_UNCLR_BAL_AMTEQUIV_HM_CRNCY_LIEN_AMTEQV_HM_CRNCY_TOT_CHRG_REC_AMTEQV_HM_CRNCY_MAX_BAL_IN_MNTHEQV_HM_CRNCY_MIN_BAL_IN_MNTHLIEN_AMTMAX_BAL_IN_MNTHMIN_BAL_IN_MNTHMTD_AVG_BAL_AMTNUM_CHQ_CAUTIONEDNUM_CHQ_DESTROYEDNUM_CHQ_PAIDNUM_CHQ_RETURNEDNUM_CHQ_STOPPEDNUM_CHQ_UNPAIDQTD_AVG_BAL_AMTTOT_ATM_TXN_AMTTOT_ATM_TXN_COUNTTOT_CHRGS_RECD_AMTTOT_CR_AMTTOT_DISB_AMTTOT_DMD_AMTTOT_DR_AMTTOT_RTGS_NEFT_EBANK_TXN_AMTTOT_RTGS_NEFT_EBANK_TXN_COUNTTOT_INT_PAID_AMTTOT_INT_PAYABLE_AMTTOT_INT_RECD_AMTTOT_OVDU_AMTTOT_POS_TXN_AMTTOT_POS_TXN_COUNTTOT_RECVRY_AMTTOT_NON_EBNK_RTGS_NEFT_TXN_AMTTOT_NON_EBNK_RTGS_NEFT_TXN_CNTTOT_SANC_LIM_AMTTOT_TXN_COUNT_CRTOT_TXN_COUNT_DRUNCLEAR_BAL_AMTYIELD_FROM_AC_AMTYTD_AVG_BAL_AMTCREATED_DATE_3LST_UPDATE_DATE_3CREATE_RUN_CYCLE_ID_3LST_UPD_RUN_CYCLE_ID_3LST_UPD_JOB_ID_3DATE_IDCALENDAR_DATEBUS_DATE_LAST_MNTHBUS_DATE_LAST_QTRBUS_DATE_LAST_YEARBUS_DAY_CURR_FIN_YEARBUS_DAY_CURR_MNTHBUS_DAY_CURR_QTRBUS_DAY_CURR_YEARCAL_1_YEAR_AGOCAL_2_YEAR_AGOCAL_3_MNTHS_AGOCAL_6_MNTHS_AGOCAL_DAYS_IN_MNTHCAL_DAY_NAME_FULLCAL_DAY_NAME_SHORTCAL_DAY_OF_MNTH_NUMCAL_DAY_OF_QTR_NUMCAL_DAY_OF_WEEK_NUMCAL_DAY_OF_YEAR_NUMCAL_FORTNIGHT_END_DATECAL_HALF_END_DATECAL_HALF_END_FRI_DATECAL_HALF_OF_YEAR_NUMCAL_HOLIDAY_NAMECAL_MNTH_AGOCAL_MNTH_END_DATECAL_MNTH_END_FRI_DATECAL_MNTH_NAME_FULLCAL_MNTH_NAME_SHORTCAL_MNTH_NUMCAL_MNTH_OF_QTR_NUMCAL_MNTH_OF_YEAR_NUMCAL_QTR_END_DATECAL_QTR_END_FRI_DATECAL_QTR_NUMCAL_QTR_OF_YEAR_NUMCAL_WEEK_END_DATECAL_WEEK_END_FRI_DATECAL_WEEK_OF_MNTH_NUMCAL_WEEK_OF_QTR_NUMCAL_WEEK_OF_YEAR_NUMCAL_YEARCAL_YEAR_MNTH_YYYYMMFIN_1_YEAR_AGOFIN_2_YEAR_AGOFIN_CURR_YEARFIN_DAY_OF_YEAR_NUMFIN_HALF_OF_YEAR_NUMFIN_MNTH_NUMFIN_MNTH_OF_YEAR_NUMFIN_QTR_NUMFIN_QTR_OF_YEAR_NUMFIN_WEEK_OF_YEAR_NUMFLG_BOB_HOLIDAYFLG_CAL_WEEKENDFLG_CAL_YEAR_ENDFLG_FIN_HALF_YR_ENDFLG_FIN_HALF_YR_STARTFLG_FIN_MNTH_FORTNIGHTFLG_FIN_MNTH_FORTNIGHT_FRIFLG_FIN_QTR_ENDFLG_FIN_YEAR_ENDFLG_FIN_YEAR_STARTFLG_MNTH_END_DATEFLG_MNTH_LAST_FRIFLG_PUBLIC_HOLIDAYFORTNIGHT_FRI_END_DATEPREV_FIN_QTR_END_DATECREATED_DATE_4LST_UPDATE_DATE_4CREATE_RUN_CYCLE_ID_4LST_UPD_RUN_CYCLE_ID_4LST_UPD_JOB_ID_4
347487101/1/1900 0:0012/31/9999 0:00'Y'101nullnullnullnullnullnullnullnullnull0nullnull'D''Y''Y''Y'null'Y''N'nullnull'Y''001'nullnullnullnullnullnullnullnullnull########null130nullnull34748710################'Y'101'CBS-DOM''36050100002394'nullnullnullnullnullnullnullnull'LAMBATE WASEEM A RAZZAK'null'ACCNT'########'001''01'########'001''01'nullnull########'C'null'SB101'null'D'########'SBA'nullnullnullnullnullnullnullnull'3605''INR''060513953'nullnullnull'N''N'null'N''N''N''N''N''N''N''S'null'Y''Y''Y'nullnullnull'N''13421'nullnullnullnullnullnullnullnull################nullnullnullnull'SB101'nullnullnullnullnull'RW86910644'nullnull########null130nullnull57877140################'Y'101'CBS-DOM''060513953'nullnull'SAL'nullnullnull'INDL'nullnullnullnullnullnullnullnullnullnullnullnullnullnullnull'. LAMBATE WASEEM A RAZZAK''O'nullnullnullnullnullnullnullnull'INR''INDIAN RUPEE'nullnull'LAMBATE WA''.'nullnullnullnullnull'N''N''N''N''N'null'.''IN'nullnullnullnull'000000''SHAMIN APT BLDG NO 1ST 2ND FLOOR FL AT NO 23''ALMAS COLONY KAUSA MUMBRA'nullnullnull'.'null'NA'nullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnull'INFENG'null########null########null130null034748710JUN353876445787714082764487101'C'nullnullnullnull7297297290000null729nullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnull0null00nullnullnullnullnullnull0nullnull0nullnull0nullnullnullnullnullnullnullnullnullnull20120630################################nullnullnullnull20112010'32012''122011'30'Saturday''Sat'30917182########nullnull1null'52012'########null'June''Jun'null366/30/2012 0:00nullnull26/30/2012 0:00null5null262012201206nullnull'2012-2013'9013311nullnull'N''N'nullnull'Y'null'Y''N'null'Y'nullnull7/6/2012 0:003/31/2012 0:00nullnullnullnullnull
393410191/1/1900 0:0012/31/9999 0:00'Y'101nullnullnullnullnullnullnullnullnull0nullnullnull'N''Y''Y'null'Y''N'nullnull'Y''001'nullnullnullnullnullnullnullnullnull########null130nullnull39341019################'Y'101'CBS-DOM''02420100003574'nullnullnullnullnullnull'.'null'UTTAMBHAI MANJIBHAI VALVI'null'ACCNT'########'001''01'########'001''01'nullnull########'C'null'SB101'null'A'########'SBA'nullnullnullnullnullnullnullnull'0242''INR''018513248'nullnullnull'N''N'null'N''N''N''N''N''N''N''S'null'N''Y''Y'nullnullnull'N''13421'nullnullnullnullnullnullnullnull################nullnullnullnull'SB101'nullnullnullnullnull'1F31202117'nullnull########null130nullnull54150188################'Y'101'CBS-DOM''018513248'nullnull'AGRI''ST'nullnull'.'nullnull'SARIGAON BONPADA VIA BHILAD''TA UMBERGAON DI VALSAD''BHILD''IN'nullnullnullnullnull'GJ'null'396105'null'MR UTTAMBHAI MANJIBHAI VALVI''M'nullnull'00000000'nullnullnullnullnull'INR''INDIAN RUPEE'nullnull'UTTAMBHAI''MR'nullnull########nullnull'N''N''N''N''N'null'BHILD''IN'null'00000000''00000000'null'396105''SARIGAM BONPADA VIA-BHILAD''BONPADA TA UMBERGAON DI VALSAD'nullnullnull'GJ'null'NA'nullnullnullnullnullnullnullnull'BHILD''IN'null'SARIGAON BONPADA VIA BHILAD''TA UMBERGAON DI VALSAD'nullnullnullnullnull'GJ'null'396105''INFENG'null########'GENER'########null130null039341019APR271576445415018882764487101'C'nullnullnullnull49960.7549960.7549960.750000null49960.75nullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnull0null00nullnullnullnullnullnull0nullnull0nullnull0nullnullnullnullnullnullnullnullnullnull20120430################################nullnullnullnull20112010'12012''102011'30'Monday''Mon'30302121########nullnull1null'32012'########null'April''Apr'null146/30/2012 0:00nullnull25/5/2012 0:00null5null182012201204nullnull'2012-2013'2911111nullnull'N''N'nullnull'Y'nullnull'N'null'Y'nullnull5/11/2012 0:003/31/2012 0:00nullnullnullnullnull
422198791/1/1900 0:0012/31/9999 0:00'Y'101nullnullnullnullnullnullnullnullnull0nullnullnull'Y''Y''Y'null'Y''N'nullnull'Y''001'nullnullnullnullnullnullnullnullnull########null130nullnull42219879################'Y'101'CBS-DOM''15980100008294'nullnullnullnullnullnull'RURAL'null'AMBABEN PREMABHAI PATEL'null'ACCNT'########'001''01'########'001''01'nullnull########'C'null'SB114'null'A'########'SBA'nullnullnullnullnullnullnullnull'1598''INR''059536577'nullnullnull'N''N'null'N''N''N''N''N''N''N''S'null'N''Y''N'nullnullnull'N''13421'nullnullnullnullnullnullnullnull################nullnullnullnull'SB114'nullnullnullnullnull'T882284299'nullnull########null130nullnull68062093################'Y'101'CBS-DOM''059536577'nullnull'PENS''ST'nullnull'44207'nullnullnullnullnullnullnullnullnullnullnullnullnullnullnull'MRS AMBABEN PREMABHAI PATEL'nullnullnullnullnullnullnullnullnull'INR''INDIAN RUPEE'nullnull'AMBABEN''MRS'nullnull########nullnull'N''N''N''N''N'null'CHIKH''IN'nullnullnullnull'396560''AT POST KANGWAI DESAI FALIA''TAL CHIKHLI DIST NAVSARI'nullnullnull'GJ'null'NA'nullnullnullnullnullnullnullnull'CHIKH''IN'null'AT POST KANGWAI DESAI FALIA''TAL CHIKHLI DIST NAVSARI'nullnullnullnullnull'GJ'null'396560'nullnull########'PENSN'########null130null042219879JAN201576446806209382764493101'C'nullnullnullnull3527135271352710000035271nullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnull0null00nullnullnullnullnullnull0nullnull0nullnull0nullnullnullnullnullnullnullnullnullnull20120131################################nullnullnullnull20112010'102011''72011'31'Tuesday''Tue'3131331########nullnull1null'122011'########null'January''Jan'null113/31/2012 0:00nullnull12/4/2012 0:00null5null52012201201nullnull'2011-2012'3062101044nullnull'N''N'nullnull'Y'nullnull'N'null'Y'nullnull2/3/2012 0:0012/31/2011 0:00nullnullnullnullnull

 

 

Kindly go through the "Error screen shot"

And guide me accordingly to solve this above error.

 

Regards,

Praveen,

+91 8056052928.

EPM Demo content in SAP HANA

$
0
0

Hi All,

 

I want to know how we can get the Dem content in SAP HANA studio.

When I watch videos in Open SAP, they are getting the script from some web sites.

I could not able to find that website.

What is that website and Do we need any authorizations to access that content.

Can some one please help how can i get the script?

 

Thanks in advance,

Phani

Problem with file activation in SAP HANA Studio on Cloudshare

$
0
0

Hi All,

 

I am facing a strange problem while working on HANA Studio. I subscribed to Cloudshare for SAP HANA and it's working fine.

I created some files and activated them successfully. I disconnected from the system and on relogin, I am not able to activate the file.

 

Please find the attached screenshot where I am trying to activate header.hdbtid file and at the bottom you can see the % completion which is not moving up at all. I tried restarting the HANA Studio but in vain.

Any help on this?

 

Thanks,

Harish

Can I install SAP HANA Live for SAP ERP on Developer Edition

$
0
0

Hi,

 

Can I install SAP HANA Live for SAP ERP or other HANA Addons in Cloudshare or Amazon provided HANA Cloud Developer Editions?

 

Regards,

Vignesh P    

Does HANA have a result cache

$
0
0

Dear HANA experts?

 

 

Does HANA have a result cache? 

 

http://events.sap.com/teched/en/session/8596  (on 20.40)

 

"Prepare one execute often"

 

 

How i can identify that query used result cache data  instead full execution (prepare plan, execute in engines, return results)?

sapstartsrv

$
0
0

I am upgrading HANA to rel32 from aolder version ( 23 ) . I did it on my test server ,it upgraded succesfully. Then i tried to upgrade on my production .

I got the following  error

 

Enter System Administrator (xxxadm) Password:

Checking upgrade...

ERR: Upgrade failed

ERR:   Error checking Upgrade

ERR:     Checking upgrade failed

ERR:       Error checking local sapstartsrv

ERR:         AccessCheck request failed: Invalid Credentials

 

After looking through the web , i found a file in  the exe directory sapuxuserchk  file and the permissions need to be set

-rwxr-xr-x  sapuxuserchk   - on the server where upgrade completed succesfully

-rwsr-x--- 1 sidadm sapsys   sapuxuserchk  - upgrade failed with the above error

 

After i changed the permissions of the file sapuxuserchk 

chown root:sapsys sapuxuserchk

chmod u+s,o-rwx sapuxuserchk

upgrade was succesful.

But the instance  startup failed after the upgrade is done .

So I started the instance manually. Every thing worked fine.

 

Now the issue is

from the HANA studio ( rel 32) , I am not able to stop( same credentials issue) .

 

Does anybody encountered  this problem ?

 

Any help will be appreciated

 

Murali

How HANA handle Out of memory (OOM)

$
0
0

Dear HANA experts.

 

 

How HANA handle OOM (Out of memory) situations,  could you provide more details about this?


How to connect SAP HANA with cloud ?

$
0
0

Hi Experts,

 

I downloaded the SAP HANA 30 days trail version but not connecting to cloud system,

i am getting below error.

please look at the screen shot and help me asap.

 

 

Thanks,

Phani

hana upgrade ( 41 to 69) issues

$
0
0

After upgrading ( updated SUm first and then installed HLM via hana studio running in the han host) SUM and the new HLM installtation from the hana studio in a DELL HANA system, I have noticed that below folders ( hdbclient  , hdbstudio , hdbstudio_update,  HLM , lm_structure  ,SUM,  trans) were created under /hana/exeini/<SID> and the folders  bclient,  hdbstudio & hdbstudio_update  were dropped from /usr/sap automatically.

Is it  something normal ?

Also now If I execute the HLM to upgrade the hana from 41 to 59  from my desktop hana studio , i am getting out of space error on  /hana/exeini during the HLM pre upgrade checker phase. Is it something happen in Dell applience often and how to fix this?


      Preinstall check
failed

 

        Not enough
disk space:

 

        | Mount
Point  | Required disk space (KB) |
Available disk space (KB) |

 

        | /hana/exeini
| 10345196                 | 4468344                   | <== NOT ENOUGH SPACE
LEFT

 

 

Thanks.

How to perform BETWEEN operator in Restricted measure in an Analytic View

$
0
0

Hello Experts,

Suppose if we've to perform G/L Account restriction for any amount field between 80000 to 89999 then how shall we achieve this functionality ?

As of now there is no between operator  in SPS6 for restricted measure.

In addition a condition like below also doesnt work :

G/L Account < 80000 Exclude

G/L Account >89999 Exclude

 

Then what are the options to make it work.

 

Thanks & regards,

Jomy

Referential join integrity

$
0
0

Hi HANA experts,

 

 

 

 

 

I have a question regarding the referential join integrity.I have seen two statements as following, which one is correct?

 

 

1 Each entry in the left table must have a correspondingentry in the right table.

 

2 For each row in one table, there is at least one join partner in the other table, and that holds true in both directions at all times.

 

 

Obviously statement 2 is more restricted. However if statement 1 alone is sufficient  to do a valid referential join?

 

 

 

 

Thanks,

Understanding how BOBJ Explorer issues queries to HANA

$
0
0

Hi all, just wanted to see if anyone had anything to add regarding the integration of BO Explorer connected to HANA. Starting to dive into a little more details in terms of trying to understand how InfoSpaces and ViewSets scale and also change the queries that are issued to HANA. This of course would be in support of trying to make the response time in the application as fast as possible. Since the code is produced by the tool directly, the only chance for improvement would be filtering the data and trying to process the model in the most effective manner.

 

In some cases I am finding that we are hitting serious roadblocks in performance where HANA will literally be at 100% CPU for up to 15 minutes while a single InfoSpace is processed, but then scaling back or removing a facet or two allows it to perform within a reasonable timeframe. As always, however there seems to be room for improvement and I found little information on SCN or otherwise on the web.

 

It looks like Explorer takes advantage of the GROUPING SETS with MULTIPLE RESULTS to produce the facets. The problem is, that I am not all too familiar with this technique. I can see SQL produced below, which is creating a grouping set according to each facet and the corresponding sort order, which makes sense. This specific InfoSpace is based on an Analytic View with a fact table of around 85 million records surrounded by a handful of attribute views, largest one being around 4 million. When I look at the explain plan (attached), the query performs reasonably under 3s, but I notice that there is activity in the Calc Engine which I can guess happens as a result of the Multiple result statement and the first result which provides some distinct value analysis along with the data.

 

SELECT "SOLD_TO" AS "ALIAS_B1C361C6" , "SIG" AS "ALIAS_000140B1" ,

"CUSTOMER_NAME" AS "ALIAS_3BB8F64C" , "SOLD_TO" AS "ALIAS_B1C361C6" ,

"VTEXT_2" AS "ALIAS_58A49976" , "PAPH2" AS "ALIAS_048619A9" , "VTEXT_1"

AS "ALIAS_58A49975" , "PAPH1" AS "ALIAS_048619A8" , "MATNR_T" AS

"ALIAS_5CEF3DD9" , "LVL3_NM" AS "ALIAS_4B61F44D" , "FPY_FLG" AS

"ALIAS_048A50D1" , "VTEXT_3" AS "ALIAS_58A49977" , "PAPH3" AS

"ALIAS_048619AA" , "FISCAL_YR_NUM" AS "ALIAS_591332E1" , "DIST_CHL" AS

"ALIAS_3FE4F66E" , "CLNDR_YR_MTH_NUM" AS "ALIAS_0F347DEE" ,

"ZZM_SOURCETYPE" AS "ALIAS_AE0F9C47" , "LVL4_NM" AS "ALIAS_4B6268AC" ,

"LVL5_NM" AS "ALIAS_4B62DD0B" , SUM("SALES") AS "ALIAS_864AB354"

 

 

FROM"_SYS_BIC"."Main.Analytics.Sales/AN_INTEGRATED_SALES"

WHERE (  ( "SALE_ITEM_GROUP_ID"= 'SRGP'  )  AND  ( "SIG"= 'SRGP'  )  )

GROUP BY

 

GROUPING SETS LIMIT 26 MULTIPLE RESULTSETS (

(("SOLD_TO") ORDER BY ALIAS_864AB354 DESC ,ALIAS_B1C361C6 ASC ),

(("SIG") ORDER BY ALIAS_864AB354 DESC,ALIAS_000140B1 ASC ),

(("CUSTOMER_NAME", "SOLD_TO") ORDER BY

ALIAS_864AB354 DESC ,ALIAS_3BB8F64C ASC ),

(("VTEXT_2", "PAPH2") ORDER BY ALIAS_864AB354 DESC ,ALIAS_58A49976 ASC ),

(("VTEXT_1", "PAPH1") ORDER BY ALIAS_864AB354 DESC ,ALIAS_58A49975 ASC ),

(("MATNR_T") ORDER BYALIAS_864AB354 DESC ,ALIAS_5CEF3DD9 ASC ),

(("LVL3_NM") ORDER BY ALIAS_864AB354 DESC ,ALIAS_4B61F44D ASC ),

(("FPY_FLG") ORDER BY ALIAS_864AB354 DESC ,ALIAS_048A50D1 ASC ),

(("VTEXT_3", "PAPH3") ORDER BY ALIAS_864AB354 DESC ,ALIAS_58A49977 ASC ),

(("FISCAL_YR_NUM") ORDER BY ALIAS_864AB354 DESC ,ALIAS_591332E1 ASC ),

(("DIST_CHL") ORDER BY ALIAS_864AB354 DESC ,ALIAS_3FE4F66E ASC ),

(("CLNDR_YR_MTH_NUM") ORDER BY ALIAS_864AB354 DESC ,ALIAS_0F347DEE ASC ),

(("ZZM_SOURCETYPE") ORDER BY ALIAS_864AB354 DESC ,ALIAS_AE0F9C47 ASC ),

(("LVL4_NM") ORDER BY ALIAS_864AB354 DESC ,ALIAS_4B6268AC ASC ),

(("LVL5_NM") ORDER BY ALIAS_864AB354 DESC ,ALIAS_4B62DD0B ASC )

)

 

WITH PARAMETERS('locale'='en_US' )

 

Anyone have positive experience or any tuning tips for working with Explorer on HANA?

 

Regards,

Justin

Viewing all 5653 articles
Browse latest View live


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