cancel
Showing results for 
Search instead for 
Did you mean: 

MAM 3.0 Signature

Former Member
0 Kudos

Hi,

where could i find some doc on how to implement the signature with mam 3.0

Thank you

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The error in the java console is :

loc is C:\Program Files\SAP Mobile Infrastructure/work\sigdata.gif

Exception in thread "AWT-EventQueue-3" java.security.AccessControlException: access denied (java.io.FilePermission C:\Program Files\SAP Mobile Infrastructure\work\sigdata.gif write)

at java.security.AccessControlContext.checkPermission(Unknown Source)

at java.security.AccessController.checkPermission(Unknown Source)

at java.lang.SecurityManager.checkPermission(Unknown Source)

at java.lang.SecurityManager.checkWrite(Unknown Source)

at java.io.FileOutputStream.<init>(Unknown Source)

at java.io.FileOutputStream.<init>(Unknown Source)

at com.sap.mbs.tools.signature.SignCanvas.saveAsFile(Unknown Source)

at com.sap.mbs.mam.order.control.SignApplet$1.actionPerformed(Unknown Source)

at java.awt.Button.processActionEvent(Unknown Source)

at java.awt.Button.processEvent(Unknown Source)

at java.awt.Component.dispatchEventImpl(Unknown Source)

at java.awt.Component.dispatchEvent(Unknown Source)

at java.awt.EventQueue.dispatchEvent(Unknown Source)

at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)

at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)

at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

at java.awt.EventDispatchThread.run(Unknown Source)

the folder work is read only, when i try to make it writable it's accepted but when i come back to check it's still read only.

Tried to create a sigdata.gif file and put it in the folder, does not change anything

Edited by: Tom . on Nov 5, 2008 3:26 PM

Former Member
0 Kudos

Hello,

You might want to look at the security settings of your JVM and your windows installation.

Thank you,

Julien.

Former Member
0 Kudos

Thanks Julien,

After modifying the java.policy file it works fine.

Answers (2)

Answers (2)

Former Member
0 Kudos

In fact, everything was allready in my MAM implementation but anyway it was helpfull to have the note

Can you tel me where is the signature used in standard impl. ?

Can't find a way to use it

Former Member
0 Kudos

Hello,

Well in fact you need to change SPRO

You have to go into the user order profile and for your order type (i think confirmation but I am not 100% positive on that) you will have the option to require a signature (on drop down at the end of the line, you have to scroll the table to the right to see it).

After that, on the client you go to one of your order (matching the type you configured) and you open the report link. On that page at the end of the report, there is a list of signature where you have a add button.

Have fun!

Julien.

http://www.msc-mobile.com

Former Member
0 Kudos

Thanks a lot for your help.

I found out that there was an option to activate the report page that was set on false in my ALMConfig.properties file and that was hiding me the report link !

(ORDER_REPORT_ENABLE_PRINTING=false)

Now i have another problem:

the signature applet starts, i can sign and cancel signing but when i try to save the signature nothing happens.

I'm testing on MI Client on my laptop with the JVM_TYPE=SUN (tried with microsoft but can't start the applet at all) Don't have a mobile to do it for the moment.

Former Member
0 Kudos

hello,

The signature capture is all integrated already in MAM. You only have to deploy the signature capture addon that comes within the MAM zip file.

Thank you,

Julien.

http://www.msc-mobile.com

Former Member
0 Kudos

Do i have to change the custo in SPRO to ?

Could you give me a step by step of what to do please !

Thanks

Former Member
0 Kudos

Hi Tom,

no the change in SPRO is not necessary. Simply deploy it down to the device and it will work fine. The detailed information on deployment and what is necessary to get it working you will find in SAP Note 897289.

Hope this helps!

Regards,

Oliver

[www.is-vision.de]

Former Member
0 Kudos

Thanks a lot for the note, i'll follow it immediatly