Re: Excel file download issue
Hi Christian, Thanks for your response. I tried that as well but same result. I get a alert message as below while opening the file. "Excel cannot open the file Demo.xls because the file format or file...
View ArticleRe: Excel file download issue
Make sure there aren't and blank spaces or newlines etc anywhere else in your jsp.
View ArticleRe: Append to XML remains greyed out
Thank you very much! Both replies were really helpful. That map approach is a very good idea! It helps a lot!
View ArticleSAP UI5, MII, & JSON
I've been using jQuery ajax calls to fetch MII JSON data and display it in various ways for some time now when I want to display data in something other than an MII applet. My client wants to...
View ArticleRe: Excel file download issue
Hi Christian, I tested jsp file at apache tomcat server and got the same result. So I think the issue is related to the code. Thanks for your support againShaji
View ArticleRe: Excel file download issue
The attached jsp worked for me. A jsp is like an inside out servlet so any characters or newlines or anything outside your jsp scriptlet will be output by the server. This includes newlines after...
View ArticleRe: Auto Logon with LDAP SSO
Hi Sriram, Thanks for the help. But I was looking for SAP Netweaver. Regards, Vinoth
View ArticleRe: UI5 Viz Charts and MII Data - Multiple Rowsets
Thanks Swaroop, So there is no way to just get the chart to display each rowset object as a discrete series on a Viz chart? It seems like pretty basic functionality that I've used in other js charting...
View ArticleRe: UI5 Viz Charts and MII Data - Multiple Rowsets
Hi Allan,How was it working on 11.5. In 11.5 as well it gives different rowsets for each tag in the tag query. On js however there is a way to modify json coming from query, iterate through the records...
View ArticleRe: UI5 Viz Charts and MII Data - Multiple Rowsets
Hi Swaroop, Using the iChart java applets in MII 11.5 and 14 "just works" out of the box with a PCo or Tag query that returns multiple Rowsets. We have hundreds of these charts in production today....
View ArticleRe: UI5 Viz Charts and MII Data - Multiple Rowsets
I have seen performance of this library vary greatly depending on the browser version (specifically with IE9 and earlier) and also with older versions of the SAP UI5 library that are deployed. Please...
View ArticleRe: UI5 Viz Charts and MII Data - Multiple Rowsets
Hi Salvatore, The specific performance problem I'm seeing is on the server side. The time is spent waiting for an XHR response. The server method being called is "CombineQueryRowsets" or something...
View ArticleRe: UI5 Viz Charts and MII Data - Multiple Rowsets
In MII 14.0 SP04 we introduced a new i5Chart display template and JS library to accommodate this so you don't have to instantiate the Viz library directly; I highlight this here:...
View ArticleRe: UI5 Viz Charts and MII Data - Multiple Rowsets
Hi again Sam, What you suggest is the first thing I tried, and is enumerated in my first post in this thread. The issue I'm having is illustrated in the following image:That is 8.5 seconds waiting for...
View ArticleProject importing to NWDB but not Server CM folder
When importing projects into MII, we sometimes run into the issue where the files successfully updates to the NWDB database (XMII_FILES) and I can also view them in the workbench. Though if I attempt...
View ArticleRe: UI5 Viz Charts and MII Data - Multiple Rowsets
Allen, I see your issue and please raise a ticket for this so that we can get you a patch. I think you're also using an older library of SAP UI5 as the chart should have the lines overlapping so be...
View ArticlexMII 11.5 Windows server upgrade
Hello Experts,Currently Our Production xMII 11.5 server is running on Windows server 2003 R2 and we would like to upgrade the windows latest patch.Could you please let me know latest version of windows...
View ArticleRe: .updateFromXML() is working in IE, but not in FF
Hi Tibor,Not sure about this issue. Sometime back i have read something on FF's compatibility for certain functions. Like clipboard func do not work with previous versions of dhtmlxgrid. you might wan...
View ArticleRe: .updateFromXML() is working in IE, but not in FF
hi Swaroop maybe the problem is, that the URL contains hashmark (#) I found this: https://bugzilla.mozilla.org/show_bug.cgi?id=459456 Don't you happen to know, how to escape the hashmarks in the URL? Thx
View ArticleRe: .updateFromXML() is working in IE, but not in FF
Try the encodeURIComponent(uri) function. Regards,Christian
View Article