Corrupted file downloaded
Hi all! I have a blob field in my table in an Oracle database. I also have a Java rest service that returns me this field in a form of a Response, something like: return Response.ok(stream,...
View ArticleRe: Series Data EQUIDISTANT INCREMENT
When you use the EQUIDISTANT interval then the data has to exactly fit into this raster. The MISSING VALUES part is just about allowing or not allowing values to be missing in the series, e.g. because...
View ArticleRe: Corrupted file downloaded
Seems to be a charset encoding mismatch.Maybe try to get the "charset" http header from the response and pass it to the attachment in the same way you're doing with the content-disposition?
View ArticleRe: what is a composite provider in BW on Hana
SAP is busy simplifying BW and see the Product Roadmap below. If I am creating an Infoset here is something to consider. Existing Infoset - Expose it as a composite provider to the end user. Changes to...
View ArticleRe: SQL vs Views
I found the following linkhttp://www.hdespot.com/2014/12/01/new-sqlscript-features-in-sap-hana-1-0-sps9/ and there it says "At one time, it was recommended to always use CE Functions over SQL in both...
View ArticleSmartform Generation (PDF's) in HANA
Hi Gurus If we do not have a Business Suite installed on our HANA platform but require letters to be created and send to out to "Partners" how is this achieved. Regards Panduranga
View ArticleRe: Not able to start the SAP HANA instance
Hi Sagar, I get some error, can you tell me how to create new instance beside old instance? Regards,Deby Afandi
View ArticleRe: Enable Change Recording not working - SPS9 - TrexUpdate failed on table...
No :-( - It does not throw an error but 0 rows are affected. Actually I tried smart_merge as well. merge delta of _sys_repo.active_object WITH PARAMETERS ('FORCED_MERGE' = 'ON') MERGE DELTA OF...
View ArticleSQL-Analytic Privilege
Hello, I can create an SQL-analytic privilege via the SQL command create structured privilege <ap sql> for select on <view> where <field> = <restriction>But where can I find...
View ArticleRe: store last value
Header 1Header 2Header 3Header 4Header 5materialPlantyear /monthMat StandrdpriceCOMMENTABCUSA2015/01100ABCUSA2015/03user want to see 100 for mat priceABCUSA2015/05user want to see 100...
View ArticleRe: Enable Change Recording not working - SPS9 - TrexUpdate failed on table...
The delta merge will always only show 0 rows affected. It doesn't change any of the tables records, but works on the underlying data structure. The smart merge has nothing to do here. It's a feature to...
View ArticleRe: SQL-Analytic Privilege
have a look into STRUCTURED_PRIVILEGES - SAP HANA SQL and System Views Reference - SAP Library
View ArticleRe: Enable Change Recording not working - SPS9 - TrexUpdate failed on table...
Thanks again for the information. I didn't know all that. No, the update statement still doesn't work. Could not execute 'UPDATE _sys_repo.active_object SET change_number = 65835, released_at =...
View ArticleRe: Enable Change Recording not working - SPS9 - TrexUpdate failed on table...
I doubt that there is a memory issue.Can you do something like SELECT * FROM ... FOR UPDATE?
View ArticleRe: Enable Change Recording not working - SPS9 - TrexUpdate failed on table...
I tried this: select * from _sys_repo.active_object for update of active_object.change_number, active_object.released_at;--commit; (with and without commit) UPDATE _sys_repo.active_object SET...
View ArticleRe: Enable Change Recording not working - SPS9 - TrexUpdate failed on table...
I cannot believe on this. The only package which has this UPDATE problem is the sap.ui5 package. Is there any logic on this? I guess I have to find a way of updating this with a delivery unit.
View ArticleRe: Enable Change Recording not working - SPS9 - TrexUpdate failed on table...
It worked!!! Using Eclipse, I reimported UI5's delivery unit... I run the update statement afterwards and it worked. Finally, I reset both columns I was changing (changing number was 0 and release_date...
View Article