Re: Library import errors after upgrading HANA patch from 85 to 96
As I suggested in the duplicate thread earlier, you are using internal repository libraries that you should never have utilized. They have been move/renamed during the upgrade. However pointing to the...
View ArticleRe: Library import errors after upgrading HANA patch from 85 to 96
Can you please suggest alternate way to fix this issue if I cannot use the libraries ?
View ArticleRe: Library import errors after upgrading HANA patch from 85 to 96
That would require knowing even a little bit about your requirements and what you are using these libraries for. I suspect that you will have to use the Repository REST API instead since that's the...
View ArticleRe: Library import errors after upgrading HANA patch from 85 to 96
Is there a quick fix, because we do not have time to change references of all libraries ? Can you please help me with any set of instructions or blog that can guide me in fixing such issues ?
View ArticleRe: Library import errors after upgrading HANA patch from 85 to 96
There is no quick fix for having used an internal library that you never should have in the first place. Someone violated the rules, used an unreleased library and now it must be fixed by redesigning...
View ArticleRe: Filter in HANA view
Hi, Please do as below. select "Test Name","Indicator","Reference Number" from ( SELECT *, ROW_NUMBER() over (partition by "Test Name" order by "Test Name") as "Rank"from "HANA"."table")where "Rank"...
View ArticleCalculation view :Creating a Calculated Column for Geo Location Normalized Name
Hi, I'm Working on the Calculation view where I'm facing challenges in creating a Calculated column.I have a Column named countries which has all countries. The ultimate goal is "to create a...
View ArticleRe: In Sap hana -09 Does Hana XS have a built-in XML parser? If not, what's...
Hi Thomas Jung,, I'm Working on the Calculation view where I'm facing challenges in creating a Calculated column.I have a Column named countries which has all countries. The ultimate goal is "to...
View ArticleRe: How to provide credentials for outbound HTTP connection
My XSadmin looks somehow different from yours (SPS9).
View ArticleRe: How to provide credentials for outbound HTTP connection
That is a screen shot of an xsaccess configuration. You need to configure the xshttpdest.
View ArticleHow to delete an application project properly in HCP?
Hello, I tried to delete an application in HCP. I created the app in package X and tried to delete the package. But the .hdbdd and the .xsprivileges file don´t want to be deleted appearantly. Error...
View ArticleRe: Best way to demonstrate the potential of HANA
i would try dumping BSEG and BKPF into a flat file, sanitizing, and uploading them into AWS HANA instance. next, create tables, a join, and analytical view, which in turn can be connected via ODBO to...
View ArticleRe: Multi threaded INSERT result in deadlock and transaction rollback
Hi , Can you please let me know if there is any document explaining each of the terms in the deadlock alert? I know this link...
View ArticleRe: HANA Deadlock and Out Of Memory
Hi , Can you please let me know if there is any document explaining each of the terms in the deadlock alert? I know this link...
View ArticleRe: Multi threaded INSERT result in deadlock and transaction rollback
The "lock name" (or record_id as it is named in the trace file) is a representation of internal locking data structures that are not documented for use outside the SAP core HANA development. If you...
View ArticleRe: Insufficient Privilige when calling an Stored Procedure with Restricted User
I could call the stored procedure via "$.hdb" with the restricted user, without issues, by granting "RESTRICTED_USER_JDBC_ACCESS" role. This role contains a bunch of system tables with "SELECT"...
View ArticleRe: Multi threaded INSERT result in deadlock and transaction rollback
Okay. Thanks for the quick response.
View ArticleNot able to see "SAP HANA MDX Provider" IN EXCEL 2010
Hi, I've installed HANA Client/Studio (both 64 bit) on my machine Windows 7 which also 64 bit and Excel 2010 is 32 bit. I was able to create SYSTEM DSN successfully using "ODBC Data Sources (64-bit)"...
View ArticleRe: Pass variable (not input parameter) between calculation views
I figured out in the mean time how to use input parameters as a filter, but this does not work as expected in case of empty filters (ALL values), even when I enter the * wildcard.
View ArticleDROP TABLE BY UNLOCKING
Hi, I have a table called XYZ. I has admin access to the database. I want to drop the table even though other connections are accessing it. Please help me a way to achieve this.
View Article