cancel
Showing results for 
Search instead for 
Did you mean: 

Failing to save operation

Former Member
0 Kudos

Hi,

I'm developing in native Android and experiencing an issue with one of my MBO operations. When I execute save on the operation, I see the following error:

com.sybase.afx.util.UnsupportedLockTypeException: Upgrading lock is not supported.

All my other operations are working except for this one. Any ideas?

Regards,

Raj

Accepted Solutions (0)

Answers (1)

Answers (1)

midhun_vp
Active Contributor
0 Kudos

What is the operation about?

Are you able to execute it from the MBO (Right click on MBO ->test execute) ?

Former Member
0 Kudos

Hi Midhun,

Sorry, I should have provided more details. It's calling an SAP RFC. Yes, the operation does work when I tested it. The error comes up when I save the values into the operation. I've got other operations and they are able to save values in them without issues.

Regards,

Raj

midhun_vp
Active Contributor
0 Kudos

Can you keep a break point for the respective RFC and check whether the input reaching the backend  from the device is correct or not. Some times issue may be with the datatype of the input parameter, so by  doing this we can check input parameters. Also do the same with the when performing a test execute from SUP and see the difference.

What is the exception you are getting in the device?

Please give the log from device and SUP (In  SCC , under server node->logs).

Former Member
0 Kudos

Hi Midhun,

I fixed it! I recreated the MBO and that resolved it:-) I really hope the next version of SUP provides better error messaging. I wasted a few days on this...

Regards,

Raj

midhun_vp
Active Contributor
0 Kudos

Great. You wish would be definitely considered.