Error while customizing Theme for MII 15.0 SP3
Hi Folks, I am trying to customize a theme for MII 15.0 SP3. I am getting the below errors at NW log. Can anyone help me? Due to this my changes are not getting reflected. I have gone through the...
View ArticleRe: Delimiter in String to XML Parser
Hi Nick,Migrating a project to higher version is not that straight forward. So not everything would work as it is, you will have to modify stuffs a bit. I remember reading somewhere that pipeline...
View ArticleRe: Can we fix i5 chart Bar width in SAP MII 14.0 SP4
Hi Venkat, Sai,There are no direct methods to format the text, but you can try to do this in onAfterRendering event of chart.Also, there is no method available in SAP UI5 to remove the gaps between the...
View ArticleRe: Error while customizing Theme for MII 15.0 SP3
Hi Shaji , This seems to be a formatting error on your XML files that you are using to import the theme. Regards,Willian.
View ArticleRe: IllumLoginName/Password no long working in MII 15
Hi Leon , This seems to be the same problem described on note 2123459 - IRPT Pages not taking the Login parameters provided in the URL. Regards,Willian.
View ArticleRe: IllumLoginName/Password no long working in MII 15
Hi Leon, If form authentication login module is configured in the authentication stack try with replacing the MII specific request parameters IllumLoginPassword and IllumLoginName with j_username and...
View ArticleRe: Delimiter in String to XML Parser
Hi Nick, Try to escape pipe in delimiter like this ,for each pipe use 2 backslash i.e. for string a|b|c - > \\| Nikhil
View ArticleRe: Error while customizing Theme for MII 15.0 SP3
Hi Folks, After further investigation at NW log I could find more sensible error message which caused to fail xsl transformation. This helped me to fix the issue. ThanksShaji
View ArticleRe: Unzipping a file
Hello Dennis,The zip file indeed seems to have moved. I have attached the source code. You can build your own custom action using the custom action library exposed in MII 14.0Regards,Anushree
View ArticleRe: IllumLoginName/Password no long working in MII 15
Thanks, issue is resolved after upgrading the patch to a higher version
View ArticleRe: Delimiter in String to XML Parser
TryInput asencode("1||2||3") Delimiter asencode("||") and you will get result as ( a part of result) <Row> <Item>1</Item> </Row> <Row>...
View ArticleRe: Delimiter in String to XML Parser
That's what. I was trying single slash. Thanks Nikhil for the revival. Best Regards,Swaroop
View ArticleRe: Problem Importing OpenUI5 into MII 12.2
Thanks for the reply, sorry, received no notification of a message, and ended up getting busy elsewhere. I am running version 12.2 at three locations. Not an admin, so could you explain what an SCA...
View ArticleJapanese character format changes
Hi Experts, We are in SAP MII 12.2 SP6. An external system (BizTalk) place the text file consists of Mat no, mat name, area etc. in Japanese language on the MII server (Path: E/dc_data). SAP MII also...
View ArticleRe: Japanese character format changes
Hi Gurunadh,Have you tried flat file parser. That should work properly. Regards,Swaroop
View ArticleRe: Problem Importing OpenUI5 into MII 12.2
Hi Dan,For 12.2, you would not get an sca(archives) to deploy on NW. The way is creating a project and importing the lib in it. Then you reference this lib in irpt pages.This is the way you are also...
View ArticleRe: Problem Importing OpenUI5 into MII 12.2
Hi Dan, SCA means SAP Component Archive. Basically these are used for deploying java components, patches and other kind of java development libraries on SAP Net-weaver java server. Think them as EAR or...
View ArticleRe: PCO Socket agent hex characters
Resolved it myself. Control charters should be sent in the following format:Text string: <16><16><05> 011AF<04>Hex string:  011AF
View ArticleRe: Japanese character format changes
Hi Swaroop, I tried with flat file parser. But I still see the issue. Regards,Guru.
View Article