Export XSJS Project to Delivery Unit
Hi, Please help me to export XSJS Project to Deliveray Unit.
View ArticleRe: Export XSJS Project to Delivery Unit
Dear Krishna,Please make sure you are reading the developer guide and SCN posts before posting generic queries. Packaging XS applications into delivery units and transporting them are discussed...
View ArticleRe: User is not authorized to use destination (package: ..., name: ...)
Hi Thomas, I am not able to connect to this remote server even once. And yes, I am able to connect to host = "download.finance.yahoo.com" which is explained in HANA developer guide. And sir, As i am...
View ArticleRe: User is not authorized to use destination (package: ..., name: ...)
>So i set useProxy = false;Your an SAP Employee, are you running AWS via the CAL? In which case there is an option to run it within the SAP network via a virtual private network. In this case you do...
View ArticleRe: Create File Server Side?
> With XSJS I can create file (pdf,csv,etc) on server?On the file system of the OS of the HANA Server? No there is no API which allows this. > On SPS09 there is a rest API to work with files...
View ArticleRe: Create File Server Side?
No the REST API only reads/writes content to/from the HANA Repository. The Repository is contained with the HANA Database. Not stored at the file system level.Ok, but I can save a file (csv,pdf,etc) at...
View ArticleRe: Left Outer Join is null OR blank (Attribute View)
How about another case ...I need to filter on string '99991231' or null. I cannot list ALL the values it is to not equal . Any ideas ?
View ArticleRe: Connect to HANA with unixODBC fails
HI , i tried the below command it dnt work coz it AIX may be . strace -f -eopen isql HANA USENAME PASS I tried truss truss isql HANA USENAME PASS. Please find the attached file for details .
View ArticleRe: Connect to HANA with unixODBC fails
In line 534 you see, that /etc/ODBC.ini will be used. Please try my workaround copy ODBC ini there or make a link.
View ArticleRe: Getting an Activation Error when trying to activate a Stored Procedure
It is because you created the schema thorough xs ( hdbschema file) . This case, _SYS_REPO will be the activator. I believe the issue is not because of '"GRANT SELECT ON SCHEMA "MYSCHEMANAME" TO...
View ArticleRe: Create File Server Side?
Thank you Thomas Jung I would be grateful if you can help me with another problem XSJSLIB Out of Memory ...
View ArticleSAP HANA Expert Script Lookup
Dear all, I'm trying to create a sap hana expert script for a transformation from a DSO to another DSO. Starting with a 1:1 transformation works fine, but when I try to create a complex hana expert...
View ArticleRe: HANA CDS doesn't support type TINYINT
Hi! As you were not the only one asking for it - we opened up HANA CDS for the missing primitive data types:...
View ArticleRe: Getting an Activation Error when trying to activate a Stored Procedure
Hi Sree, Yes...you are right...I created the schema through xs (hdbschema file). Krishna Tangudu - can you assist here at all please? Clint
View ArticleRe: Error in executing .hdbti file
Hi WenjunI edited few fields in my CSV and re wrote my tables I was able to execute successfully but the table is empty and the fields are interchanged in terms of order.
View ArticleRe: SAP HANA - How to run alter table statement in HANA procedure?
TRY - Approach 1temp_var := 'ALTER TABLE tablename ADD ("COLUMN_NAME" INTEGER)';EXECUTE IMMEDIATE (:temp_var ); Approach 2EXECUTE IMMEDIATE 'ALTER TABLE tablename ADD ("COLUMN_NAME" INTEGER)';
View ArticleXS-Session Timeout: Internal Server Error
Hi everybody, i try to upload several pictures with SAPUI5 FileUploader via xsjs into the HANA which then will be processed before they are loaded into a table as a string. This process can take a...
View ArticleRe: xsodata - "Literal 'null' not supported by this service."
Oh yeah. It works now. Just saw it in SAP HANA SPS 09: New Developer Features; New XSODATA Features. Thanks Thomas. Best regards,Wenjun
View Article