cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Actions upload error in 12.2

Former Member
0 Kudos

Hello!

I have error while uploading custom action in MII 12.2:

[005056A30000244C0000000D00001398] File could not be loaded. com.sap.xmii.temp.upload.17164.jar. Check error log for details.

There are 3 error and warning types in Log Viewer:

1) Could Not Find Assembly File GaCustoms.jar

2) MISSING_ASSEMBLY_FILE

3) *** MISSING RESOURCE: Unable to localize MISSING_ASSEMBLY_FILE

?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

post your catalog.xml detail in this thread please. The configuration of the cutom action is based on the catalog.xml

Probably I could detect the error if I see the detail of the catalog.xml

Former Member
0 Kudos

It works normaly with MII 12.1.8.

I've got new blssdk.zip from 12.2 and just recreated .jar file.


<?xml version="1.0" encoding="utf-8" ?>
<ComponentCatalog>
	<Category Name="GaCustoms" Description="GaCustoms">
		<Component Type="Action"
			Name="DosEncodingSaver"
			Description=""
			Label="DosEncodingSaver"
			ClassName="DosEncodingSaver.DosEncodingSaver"
			AssemblyName="GaCustoms.jar"
			HelpFileName="" />
			
		<Component Type="Action"
			Name="Base64Saver"
			Description=""
			Label="Base64Saver"
			ClassName="Base64Saver.Base64Saver"
			AssemblyName="GaCustoms.jar"
			HelpFileName="" />
	</Category>
</ComponentCatalog>

Edited by: A.Andreev on Nov 11, 2011 10:55 AM

Former Member
0 Kudos

Do you have the catalog.xml under src folder? In your jar file can you see your catalog.xml and classes (open with zip program)?

I dont know what is wrong and I have never recreated jar from older to newer blsk. Wha I have done is recode it again.