Re: MII admin workbench
Hi Daniel,Are you getting some messages specific to java applets, etc. You might have to downgrade your jre version. Regards,Swaroop
View ArticleRe: MII admin workbench
you want me to downgrade jre on my desktop? what version should I use? Thanks in advance
View ArticleRe: Error massage : BAPI_GOODSMVT_CREATE
Hi Michael, In response XML of this bapi, You can see clearly I am pre-pending the zeros. Still its not working. <item> <MATERIAL>000000000003052513</MATERIAL>...
View ArticleRe: Error massage : BAPI_GOODSMVT_CREATE
Did you try testing the goods movement in either BAPI or SE37? Did you get the same results? You can also see how the input is populated there (some default values may be populated automatically in...
View ArticleIssue with OSI PI WCF Web Service with wshttpbinding
Hi Experts, System Details:SAP MII 14 SP4OSI PI Web Service: PITimeSeries I am having issue when trying to call OSI PI web service using http post. it is returning status 0 when i am using exception...
View ArticleRe: MII admin workbench
Hi Daniel,Check if SessionIdRegeneration flag is switched on in your server. Go through the below link to see how:Implementing Secure Session Management for SAP NetWeaver Java Web Application...
View ArticleRe: Error in /LogoPage.html after deploying SAP MII 14.0 SP5
Hi Partheeban, I am also working on MII 14.0 SP5 and facing the same issue with LogoPage.html. I even copied it from my 12.1 box to 14.0 but now the error has changed and now it gives an error with...
View ArticleRe: Third party jar file location MII 12.2
Hi Shaji, In your workbench, under the WEB folder where you have your JSP file just import your third party jar file also in the same folder. MII will take it from there itself. ThanksNirjar
View ArticleRe: Third party jar file location MII 12.2
Hi Nirjar, I tried that as well but still I am getting package does not exist error while compiling JSP file. ThanksShaji
View ArticleRe: Third party jar file location MII 12.2
Hi Shaji, Can you please copy the jar file at any one of the below mentioned location and try again :-...
View ArticleRe: Third party jar file location MII 12.2
Hi Shaji,Ideally jar files should never be placed directly on server location like this. The moment you re-deploy your application, the jar placed why you will be gone.If your JSP is using just the...
View ArticleRe: Third party jar file location MII 12.2
Hi Anushree, Yes I agree 100% with you. Could you please let me knwo the process how to deploy ear file on MII server? ThanksShaji
View ArticleRe: Third party jar file location MII 12.2
Hi Shaji,Using an IDE(prefereably NWDS) is the best way to do this. There are other ways stated here:Deploying Applications - Developing Java EE 5 Applications - SAP LibraryRegards,Anushree
View ArticleRe: Error in /LogoPage.html after deploying SAP MII 14.0 SP5
Hi All, I was able to resolve it. Best Regards,Anuj
View ArticleRe: Third party jar file location MII 12.2
Shaji, You can also simply deploy the JAR resource file to the NW server:http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60d99678-1a29-2d10-94b4-9d9a67b7199b?overridelayout=t… No...
View ArticleRe: MII Roadmap + HANA
The latest roadmap that I have found is located at: http://fm.sap.com/data/UPLOAD/files/MII%20Roadmap%20September%202009.pdf. Is there a roadmap for MII 15.x and beyond?
View ArticleRe: Custom Action in 14.0 SP5 Patch 14
Hi Anuj,This is an error which indicates that at runtime, you deployed custom action code is not able to find getCredentials() method at runtime. The method signature shows that this method is from...
View ArticleRe: Custom Action in 14.0 SP5 Patch 14
Can you dump the full error stack from the logs? It's hard to see exactly where the error is actually occurring. There are a couple of notes that may apply: 2032559 - CredentialStoreManager lookup...
View ArticleRe: ASSIGN VALUE TO XML ATTRIBUTE DYNAMICALLY
If the attributes already exist you can assign a value in the link editor, usually with syntax like this: Local.xml{/root/@Qty}. If you want to dynamically create attributes and assign values I...
View Article