kbachl
Participant
Member since ‎10-04-2014

User Statistics

  • 87 Posts
  • 10 Solutions
  • 1 Kudos given
  • 2 Kudos received

User Activity

Hi,following code:  sql = <<-END_SQL select count("ItemCode") from "TEST2024"."OITM" where "ItemCode" = ? END_SQL p item_code # this won't work, allways returns [0,0]! stmt = @@api.hanaclient_prepare @@co...
Hello,I've created a XSJob and it really was really easy to setup. However, my job has a quite short call frequency, its set to* * * * * */3 meaning each 3 seconds its triggered. It all works perfect, but I noticed that the browser view of its job-ad...
Hello,is there any way to directly write to a file based on the hana server from inside HANA using some kind of trigger? (or maybe using XSJS?)I know that there is a file-api in SPS 09, but sadly I'm stuck with SPS 08 currently and I'm not sure if th...
Hello,we do some kind of data transfomation and import/export via XSJS and somehow need to log this. Since the scripts take some time and do a bit of a work, the idea of putting it all into a HANA table looks not so promising to me (talking about 200...
Hello,I've got some problems regarding the consuming of Batch-Responses of OData. I've successful send out an OData Batch request via POST to $Batch;The returned request however seems to be inaccessible to me in XSJS (this is just a shortened example...
Kudos given to