Re: Re-adding project to NWDI without changing its name
Hi Gregory, As your project is already in DTR, try finding your project in DTR and importing by going to the following option:Source Control -> Import Project. Regards,Rohit Negi.
View ArticleRe: Re-adding project to NWDI without changing its name
Awesome. That worked perfect, thank you!
View ArticleRe: how to Buffer data in SAP MII when third party system is down.
Hello Srisailam , You could try to implement MEINT similar design used by SAP ME to store and process messages asynchronously. ThanksHari
View ArticleRe: How to loop on JSON Output in SAP MII?
Thanks Rohit and Anushree for replying. I understand that I will have to convert JSON to XML to consume it in MII BLS and then do the further processing and there is no other way around it.
View ArticleUsing XML-RPC in SAP MII 14.0 BLS
Hi Experts, I have scenario where I want to get data from an external source in to SAP MII and consume it. This external source is using XML RPC method to send the data.I want to understand, if we can...
View ArticleRe: Pco Query Event Mode Issue
Hi Manoj, This is not a PCo issue, MII is issuing an Event Mode query to PI through PCo and PCo is just translating the MII query to PI specific requests. PI is returning the 4 events for the tag that...
View ArticleRe: Pco Query Event Mode Issue
Thanks Steve I really appreciate your response and it is very helpful. We need data in history mode with multiple data points.so we can not use current mode and rowcount as 1.I am assuming that to...
View ArticleRe: Getting NULL from iCommand's getValue() method
Hi Anish,I think you missed to mention document.App1.UpdateGrid(true); At the end of the param.1 passing, try this out. This should work. Regards,Swaroop
View ArticleRe: i5PieChart issue - unable to display value column value
Thanks Swaroop and Ria. I was able to get the chats as per the solution given by you..I dont know why they they have different data format for Applet chart and UI5 chart. Now we need to tune the...
View ArticleRe: i5PieChart issue - unable to display value column value
HI Vishal,There isn't much difference when it comes to a specific type of chart. Pie chart expects one columns only whatever be the case. Anyways, good that we could help. Regards,Swaroop
View ArticleRe: Getting NULL from iCommand's getValue() method
Hi Swaroop We talked about getting values with the help of iGrid.Is there an alternate way by which i can retrieve the values from database without the use of iGrid? RegardsAnish
View ArticleRe: Getting NULL from iCommand's getValue() method
Depends!! What version are you using??
View ArticleRe: Getting NULL from iCommand's getValue() method
Hi,Following are the ways known to me:1. You can get the data as text/JSON and then bind the controls with this json object.2. Get the xml result from QT, and populate data from the xml. This solution...
View ArticleSAP MII 14.0 Applets Unsigned Check
It was recently discovered that in MII 14.0 the illum8.zip (The applet library) was temporarily released to the SAP Service Marketplace (SMP) unsigned; while it was only for a short period of time it's...
View ArticleError while loading JS libraries for UI5 and I5 Grid together
Hello Experts,I am trying to load JavaScript libaries for UI5 (OpenUI5 SDK) and I5 Grid (from bootstrap.js). My requirement is to create UI5 as well as I5 Chart/Grid components in the IRPT pages....
View ArticleRe: Error while loading JS libraries for UI5 and I5 Grid together
Hi Arihant,The i5component JS library internally loads the SAP UI5 library that you are trying to load explicitly. If you intend to use both MII i5 components and SAP UI5 components together then you...
View ArticleRe: Error while loading JS libraries for UI5 and I5 Grid together
Arihant, If you want to use the MII ui5 libs with the openui5 libs you will probably have to make your own copy of the /XMII/JavaScript/bootstrap.js file and modify the loadUI5Core() function to point...
View ArticleThe following problem occurred: JSON parse Error: SyntaxError: Syntax error -
Dear All, I am facing this error "JSON parse Error" while executing IRPT page for I5Grid & I5Chart. for Java applet I did not face any error. I am using this code in start of page...
View Article