Mobile Application Security

nemesis1210

Member
So this is driving me crazy and its probably something simple I am missing, but we are trying to get the Expense Management - Mobile Expense Entry app to work (M09E021) in EnterpriseOne - based on the User we are testing with I have narrowed down the issue to being security related as if I place the user in a high level security role the app works without issue, I have scoured Oracle Documentation, JDE List, Google looking for ideas but I am coming up short. I have the application and action security setup, I tried adding security for all published BSSV, the user has security to use the Expense Management app within the web client without issue already. but we are still receiving the following issue.

Mobile app logs in OK and then Error pops up saying "The server is unable to process the request" & "Could not find property iterator in class oracle.adfmf.bindings.dbf.AmxCollectionModel" any and all help would be greatly appreciated. Thank you

James
 
It's an AIS app, not a BSSV app. If the user can't run the required apps on the web client then the mobile app also won't work.
 
everything the user needs to do from the web apps works without error, problem is where do I find what web apps are required by each mobile app?
 
You can review the doco which mentions P09E2011, P09E150 and P0006. Don't forget they'll also need permissions to M09E021. If that doesn't resolve the problem you can download the MAF source for the app and check which forms (they basically get converted to POJO's) are included in that. If you're still stuck after that you'll probably need to review the comms between the app and the AIS server to see which REST calls are failing and what the error is.

 
Back
Top