Re: Problem installing Hana DXC Delivery Unit
Hi Pattison, could you please update you hana studio and try to import it again. Please share the result once done. Best Regards,Atul
View ArticleRe: How to Edit records in HANA Table
Vasu, SAP HANA is a relational database and uses similar SQL to that of Oracle and SQL server. So, all insert , update and delete SQL commands will work. In addition, we have few SAP HANA specific...
View ArticleRe: memory error
Hi Rafael, Your posted your problem but without the SQL and what is behind your calculation we can't help you. Just a guess, check if you are joining tables without link all proper key fields. This can...
View ArticleRe: Authentication by current operating system user
Hi, My HANA Studio is 1.0.48 and HANA is 1.00.36.366896 I am receiving same error. SAP DBTech JDBC: [1033]: error while parsing protocol Is there a upgrade available for HANA?
View ArticleRe: Authentication by current operating system user
Hi Mike, yep, you do.Try hdbsql -U hdbmikeinstead. - Lars
View ArticleRe: memory error
Hi Rafael, To process a query, data base may need a certain volume of memory. These memory could be used as building some intermediate results or some other internal structures, such as hash tables....
View ArticleRe: Authentication by current operating system user
Lars, That seemed to work without an error message. However when I get logged in and exe \ds sometimes I get thrown back to the command prompt, and sometimes it sits there. See my image.I'm on sp45 and...
View ArticleRe: Authentication by current operating system user
Before running the \ds command, could you please pres [ENTER] after getting the first prompt? - Lars
View ArticleRe: Authentication by current operating system user
Hi, I upgraded both Hana and Hana studio to revision to 48. It is giving me error when I try to domain authentication.I can test the authentication against domain in Linux using kinit command and...
View ArticleRe: Calculate Before Aggregation setting not working
Hi Basha, Issue is solved now. As in BI we use Reference Characteristic while using Exception Aggregation, in HANA we dont have this feature but we should bring such a characteristic till top node of...
View ArticleRe: SLT Replication of BSIS table TIME_OUT
Hi Kris (and others), we are going to try to replicate this table again with a different reading type. But we did get a reply from SAP in how to stop an running Initial Load. You have to stop the...
View ArticleRe: Passing input parameters into stored procedure as blank in HANA
Hi JC, We can pass more than one input parameters in where clause but each input parameter can take only single value.Please try as below it may be useful if you are thinking like this. ThanksBasha.
View ArticleRe: Authentication by current operating system user
Lars, It didn't really make any difference.Mike
View ArticleRe: Authentication by current operating system user
Mike, it indeed did Now we know: you are in fact correctly connected to the DB.Unfortunately there seems to be a bug that you're hitting a bug with the \ds function that leads to the immediate...
View ArticleRe: Import Custom tables with the SLT from MSSQL Database?
HiKindly try installing the the MSSQL client software on the SLT and schedule the Monitor Job to run every few mins as desired. this can be done using tcode LTR on SLT. Do try the above and update...
View ArticleNumeric overflow error while calculation
Dear Experts, I have created a calculation view. the var_out statement looks like select a,b,.....,CASE WHEN "Field1"=1THEN 1/7ELSE "Field1"*"Field2"/"Field3"END AS "Field4",from table a, table...
View ArticleRe: Numeric overflow error while calculation
Hi Rajesh, please check the data type definition for the result of your calc. view.What data type have you picked for the result of the division? - Lars
View ArticleRe: Numeric overflow error while calculation
The result data type is decimal(16,5). I also tried to create a procedure with the same code. even there i get the same problem..
View ArticleUsing local tables within procedures
Hi all, I am sorry if this has been asked before. I couldn't find a similar discussion. I am creating a procedure, where based on certain input parameters, I need to check if a few DB tables have...
View ArticleRe: Import Custom tables with the SLT from MSSQL Database?
This looks like a question of whether your NON SAP systemis a supported source systemWhat is your SLT system version. Hope it is a Netweaver 7.02 with the add onDMIS_2010_700 component. and is on SP04...
View Article