Re: PCo 15 Which Correct Source System
Just to clarify I think it may not send <CR><LF> as actual carriage returns / line feeds I think it will just send '<CR><LF>' as a string. Some clients will automatically...
View ArticleRe: Invalid variable error
Hi Olivier, Please check SAP note 2091107 - Scheduled job stops running after a certain period of time - this describes the problem and a possible...
View ArticleRe: Sending XML from PI to MII thru SOAP
Hi Senthil, Have you wrapped your message inside SOAP Envelope? Are you sending the message to MII MessageListener or custom transaction? ThanksShaji
View ArticleRe: Invalid variable error
Hi Olivier,What I could suggest is to check following points:1. Check the BLS that has failed.2. Check the input and intermediate formation, or if the BLS is retrieving data from some other...
View ArticleRe: Invalid variable error
Janos, It looks like that note is not released so it may not be accessible for people who don't work for SAP. Regards,Christian
View ArticleRe: ispcchart setting usl,lsl and cl using web scripting
Hi Hari,I would recommend the way Minakshi has suggested.You have a direct method to assign these properties if you are using the applet.Go with setUSL() method. Regards,Swaroop
View ArticleRe: PAPI - Error Response in SAP MII
Hi Partheeban,Check the response and request objects. It should give you a clue.Action, action failure would not give you a response. A catch block would help you get the correct message though, you...
View ArticleRe: Creating a row in a table with empty fields and saving the new data to DB...
Hi Nagaraju, Assuming it's a UI5+MII dev.Create a blank node that has fields ID,NAME,AGE,SALARY. When user updates the values, the same would get into the node. Add this node to model on click of add....
View ArticleRe: XMII_FILES publishing in file system
Hi, Christian! For some temporary reason we have a big volume of files in Web folder. The point is that we need to block this devastating I/O disks activity for both cases - manned and unmanned MII...
View ArticleRe: XMII_FILES publishing in file system
I have noticed that if you just do a 'Restart...' from the SAP Management Console it will update all the files but not blow them out/delete them. This doesn't help you out with a reboot/stop&start...
View ArticleMii user session behavior
Hello, I am trying to understand the validity of MII user session I know the session extends by one hour after every request. But how long can the session be valid, if I refresh the page or make an...
View ArticleRe: Mii user session behavior
Each refresh or ajax call should extend the session but there is a setting in Netweaver that says after the session has existed a certain amount of time force a logout. I think its the...
View ArticleRe: XMII_FILES publishing in file system
I have ran into similar issues before. Thru MII we push humungous files out to our users. Based on experience I try to keep large files off the system by cleaning them out aggressively. Another...
View ArticleSession issue in Firefox - MII Application
Hi, I have an issue in using MII application in Firefox 38.3. We are running one monitoring application in Firefox. If the user logged in and enter the inputs and click submit button, it will display...
View ArticleRe: PAPI - Error Response in SAP MII
Hi Minakshi, When there is a error it will not execute the action block and no response or message can be traced. RegardsG.Partheeban
View ArticleRe: PAPI - Error Response in SAP MII
Hi Swaroop, I need to show the exact error message occurred to the user in the front end.Please let me know how to capture and show? RegardsG.Partheeban
View ArticleUi5 MultiComboBox selection issue
Hello Experts, I have a requirement of multi-combobox and based on the selections, we need to show some charts. In MII SP4 Patch 11, I am facing a issue in selection values from the dropdown which is,...
View ArticleRe: PAPI - Error Response in SAP MII
Hello Partheeban, Have you checked mapping it once?It works for me on MII 14.0.I get the error message in Tracer.Please check it in your scenario and let me know. Regards,Minakshi
View ArticleRe: Session issue in Firefox - MII Application
With the default parameters, the MII session for a logged in user expires after 1h (60 min). There is also a default setting at the NetWeaver Portal level, which will log out users after 27.77 hours no...
View ArticleRe: Ui5 MultiComboBox selection issue
Hi Ushinar, In MultiComboBox, where are you making the selection? Is it on List Item or the Check Box?If you do the selection on List Item, the drop down will close after first selection - If...
View Article