XSJS Outbound call Issue: internal error code: Proxy handshake failed
Hi Experts I was trying to write service for geocoding using Google Maps API googleGeolocation.xshttpdesthost = "maps.googleapis.com";port = 80; pathPrefix = "/maps/api/geocode/json";useProxy =...
View ArticleRe: POST oData Problem
hey Ross, can you please post your xsaccess file? Do you have specified form as login method? Do you fetch the X-CSRF-Roken?
View ArticleRe: Bitwise operators in SQL!!?
Hi Christoph, We are implementing a security concept based on bitwise operators, too. I am very interested in your progress on this topic. The bitwise operators BITAND, BITOR, BIT... , etc are nice...
View ArticleRe: Regarding Debugging of procedure
No it will not. You can however start using the SQLScript debugging in the Web based development workbench which does support single stepping. In SP09, you must set the breakpoint in the runtime...
View ArticleSAP HANA Table Partition
Hi Experts, In one of our test environments, we have a set-up wherein we have 5 servers (Server A,B,C,D,E). The VBAK table is in Server B. When I tried to HASH Partition the table (5 partitions), it...
View ArticleRe: conditional select in calculation view
Hi, Can you please show me the existing code which you have written in your scripted calculation view? BRSumeet
View ArticleRe: conditional select in calculation view
Just as a thought .. You can do one thing.. You can create a procedure for the same and call the same in a scripted calculation view .
View ArticleHow to create "M_FISCAL_CALENDAR" in SAP HANA database?
I had generated time data using fiscal year and since table was not showing correct data, I thought to refresh data from "M_FISCAL_CALENDAR" table and therefore used drop table "M_FISCAL_CALENDAR",...
View ArticleRe: conditional select in calculation view
I have in fact 2 scripted calculation views which are then unioned (I did not do it in one single view as the output structure of the 2 views is not 100% the same, view 2 has more fields than view 1):...
View ArticleHANA Cloud Platform - Productive - 404 when running index.html
Hello, i created a simple app in HCP and everything worked fine but then i cut the index.html and copied it into the package main folder because i was trying to run the app from the HANA XS...
View ArticleRe: How to create "M_FISCAL_CALENDAR" in SAP HANA database?
Hi Shiromani, In this situation you can try to create it with below query.Run it at your SQL Prompt. CREATE COLUMN TABLE "_SYS_BI"."M_TIME_DIMENSION" ("DATETIMESTAMP" LONGDATE CS_LONGDATE NOT NULL ,...
View ArticleRe: How to create "M_FISCAL_CALENDAR" in SAP HANA database?
Hi Shrinivas, Thanks for your reply however I am getting error "cannot create duplicate table name". Regards,Shiromani Soni
View ArticleRe: HANA Cloud Platform - Productive - 404 when running index.html
Hello Kai, did you set the exposed attribute in the .xsaccess file to true ("exposed": true)? If not, your application cannot be accessed. I would also recommend to make a URL forwarding from an "base"...
View ArticleRe: HANA Cloud Platform - Productive - 404 when running index.html
Hi Florian! Yes i have the entry in .xsaccess "exposed": true, Thanks for the trick with url forwarding. I tried that but it still doesn´t work. I don´t know whats wrong all of the sudden. It worked...
View ArticleRe: HANA Cloud Platform - Productive - 404 when running index.html
Hello Kai, hm, your config looks ok.You are saying that the XS Application is also not available anymore in the XS Applications tab. Maybe the issue is related to the problems reported in the HCP space...
View ArticleRe: Core Data Services (CDS) - Associations
That's exactly what I have. I assume this is perhaps some limitation of the older release (SPS 08) used on the HCP Trial. My system is SPS 09. One elegant work around would be to use unmanaged...
View ArticleHow to disable automatic navigation in HDBDD artefacts in Web Based...
Hi! I'm using Web Based Development Workbench on HANA SP09. The version of the IDE is 1.93.2. There is a functionality which is really driving me nuts and there is no easy-to-find "turn off/disable"...
View ArticleRe: What is the correct way to reference custom extraction rule in Text...
I managed to get it working; the correct way to reference the file is package_path::rulefilename.hdbtextrule (in HANA SP09)For example: test.test::my_rules.hdbtextrule
View ArticleQuery on HANA Lifecycle management
Hi, I have just gone through opensap course by Thomas Jung and have below queries . a.) We have schema (Catalog ) based triggers, how to transport it to different client? b.) Regarding tables we have...
View ArticleRe: Query on HANA Lifecycle management
>a.) We have schema (Catalog ) based triggers, how to transport it to different client? You can't yet. For that we would need a repository representation like the other artifacts. This has been in...
View Article