CORS on SAP MII
Hello Everyone, I wanted to check if you came across the situation where you have to make a call to MII service from the server hosted on other server . I am getting the issue when a .Net developer is...
View ArticleRe: File Upload into SAP MII
If you go to the link below and search for something like "sap xmii file upload" you should find a lot of good information about how to do something like this. Google Custom Search Regards,Christian
View ArticleHow to merge two XML files into a single one?
I have two separate SQL queries and I have to modify both outputs with XSLT transformations. After that I will have 2 .xml files that I have to join into a single .xml file. Is it possible to do that?...
View ArticleRe: SAP MII 14.0 unable to open workbench
Hi Swaroop, Please can you be more specific. Do u mean jar file in MII or some other file in NetWeaver config? Thanks & Regards, Neha Kshirsagar
View ArticleRe: Deleted custom blocks cause problem in loading xMII Workbench in xMII 12.0
Hello Sara, I am facing a similar issue in my scenario.Can you please share the solution you found for this issue?It would be really helpful. Regards, Minakshi
View ArticleRe: How to merge two XML files into a single one?
Hi Tibor,Try using the MII Union action block . See the documentation here: https://help.sap.com/saphelp_mii122sp01/helpdata/en/44/76cd6333003abee10000000a155369/content.htm Regards,Anushree
View ArticleRe: SAP MII 14.0 unable to open workbench
Hi Neha,Apologies for the short note, was running between stuffs. Here, if you were able to open workbench earlier and it has gone down now, you have to check your system's Java advance settings from...
View ArticleRe: How to merge two XML files into a single one?
Hi, that documentation is poor. There's no example what should be the XML-format. I tried it with my .xml files and it is not working, it doesn't return the "mixture" of the .xml files.
View ArticleRe: How to merge two XML files into a single one?
Hi,Could you mention what exactly is returned.Regards,Anushree
View ArticleRe: How to merge two XML files into a single one?
Hi Tibor,Union would not help you here. You will have to create an XML doc and append columns and rows to it using a repeater. Best Regards,Swaroop
View ArticleRe: SAP MII 14.0 unable to open workbench
Hi Swaroop , We are currently using jre 1.6.31 or versions of 1.7.45.We have already tried few workarounds regarding this with enabling certain Java settings ,but nothing has worked till now.What I...
View ArticleRe: SAP MII 14.0 unable to open workbench
Hi Neha,With update 45 even i have noticed some unusual behaviours. I would suggest changing to update 72. This should solve your problem with v14 SP 05. Java settings look good to me. Best...
View ArticleRe: SAP MII 14.0 unable to open workbench
Neha, Can you please try below steps 1) Uninstalled all existing Jre versions 2) Installed Jre 1.6.0_25 (make sure you install jre for 32 bit machine. workbench support 32 bit only) 3)...
View ArticleRe: File Upload into SAP MII
Hi Ravitej, If this is one time activity or not a regular activity, then convert excel file to xml and place xml file in one shared location. from there MII transaction can pick , process and upload to...
View ArticleRe: SAP MII 14.0 unable to open workbench
Hi Swaroop, This was the first thing I did ,still issue persist,more over I am facing this issue with 10 workstations(client systems) . Thanks for your reponse . Thanks & Regards, Neha Kshirsagar
View ArticleRe: SAP MII 14.0 unable to open workbench
Thanks Shaji,will try this Thanks & Regards, Neha Kshirsagar
View ArticleRe: SAP MII 14.0 unable to open workbench
Hi Shaji , Java 6 u 25 coudn't be installed on our os . Can you please suggest any other java update possibly?
View ArticleRe: MII and PCO Notification Process over OPC Agent
Hello Steve, thank you for your reply. In few days I will be back to the customer plant and will be able to make some tests on the PLC. But your explanation sounds reasonable, as I have already...
View ArticleUnable to launch Workbench issue
Hello Experts, Problem Statement:I am facing issue while opening workbench (Unable to launch Workbench).The exception thrown is as below :"com.sun.deploy.net.JARSigningException: Found unsigned entry...
View ArticleRe: File Upload into SAP MII
You may use a JSP file to upload the excelsheet to MII server. You can use java.io package to read the data from local machine and write to server. I have used this once successfully. ThanksShaji
View Article