Re: Barcode and PDF document printing in SAP MII
Hi Gnanasambandan,You can use tagfixed query mode and specify params for message.Later you can supply these from transaction using link expression editor. Have not tried it ever, but I guess this...
View ArticleRe: Missing dependent jar file while uploading custom action (MII 12.2)
Hi Anushree, I have done the same only. But my file type is jar. This jar files includes all java classes for custom action and dependent jar files as well. Should I change the file type to Zip? Will...
View ArticleRe: Missing dependent jar file while uploading custom action (MII 12.2)
Hi Anushree, No luck this time as well. Here is my catalog xml <?xml version = "1.0" encoding="utf-8" ?><ComponentCatalog><Category Name="ExcelActions"...
View ArticleRegarding maintenance plan schedule
Hi Experts, I have created one time based single cycle maintenance plan.1 plan is missing after schedule.Scenario is given below.Plan Time base single cyclecycle/unit...
View ArticleRe: error: while trying to invoke the method javax.xml.transform.Transformer.
Hi I saw the following case: if variables are declared in XSLT to call template within atemplate such error is thrown. For example: <xsl:variable name="site">...
View ArticleRe: Missing dependent jar file while uploading custom action (MII 12.2)
Hi Shaji,Your jar file structure should look like:META-INF/META-INF/MANIFEST.MFexcel/excel/action/excel/action/ExcelActions.classexcel/action/ExcelConfigurationDialog.classcatalog.xmlall bundled up as...
View ArticleRe: Missing dependent jar file while uploading custom action (MII 12.2)
Hi Anushree, I applied the change which you mentioned. Now I am able to deploy custom action at MII 14.0 where I can upload the dependency file separately. But at MII 12.2 I am still getting the same...
View ArticleRe: error: while trying to invoke the method javax.xml.transform.Transformer.
Hi Alex, No, the case you have explained is not applicable to me. Sharing the code snippet for your reference. This is the code due to which my XSLT gives an error, if I remove these lines of code then...
View ArticleRe: Missing dependent jar file while uploading custom action (MII 12.2)
Hi Shaji,So you have created a .zip(or jar?) file which has both your ExcelActions.jar and Main.jar as mentioned by me above but still you are not able to upload your action?It should work. If it...
View ArticleRe: Missing dependent jar file while uploading custom action (MII 12.2)
It may be caused by the 12.2 server using an older version of the Java JRE than your action or libraries were compiled with.
View ArticleRe: Regarding maintenance plan schedule
You probably want to ask this in the PM/EAM forum. My guess is that the last call is probably outside of your call horizon.
View ArticleUnable to Assign Notification to an order
Hi Experts, I am trying to create an order linked to a notification and can able to do it too. But when i go to IW32 (Order Details ) i cannot see the Notification assigned to Order at header level....
View ArticleRe: Error in /LogoPage.html after deploying SAP MII 14.0 SP5
Hi, can you let us know how the issue resolved?
View ArticleRe: Missing dependent jar file while uploading custom action (MII 12.2)
Hi Christian, Yes I had received such error (Unsupported minor version) earlier. But I fixed it by compiling at right version. Anyway thanks for your response ThanksShaji
View ArticleRe: Missing dependent jar file while uploading custom action (MII 12.2)
Hi Anushree, Now I realized the issue. I was accessing my MII server through Remote Desktop Connection and my jar files were stored on local machine. I used to upload the custom action jar files from...
View ArticleRe: Regarding maintenance plan schedule
Hi Christian, Thanks for ur solution.It was problem in call horizon only.. RegardsPrashanth
View ArticleRe: Missing dependent jar file while uploading custom action (MII 12.2)
Hi I am able to deploy the custom action succesfully. But while running the custom action I am getting java.lang.NoClassDefFoundError. I am sure that this java class exists inside the jar file through...
View ArticleParameters in Persistent MDO query
Hi everybody,I have a problem in my MII14 projectI created a Persisten MDO retriving data from a table.After i create a MDO query for search a field in this MDO. I need use this query inside my...
View ArticleRe: Missing dependent jar file while uploading custom action (MII 12.2)
At last it worked. I can't have 3 level hierarchy\compression inside jar files I kept all my actions jar and dependent jars inside one jar file and uploaded the same. This approach worked. ThanksShaji
View ArticleHow to fetch 2 set of records in MII from SQL procedure
Hi Experts, I am invoking a SQL procedure from MII which return 2 set of records. But at MII I am able to get only first set of records. Is there any configuration required at MII side or SQL side to...
View Article