ibm-mobilefirstjsonstore

IBM Mobile first JSONstore is not working 7.1 version


My mobile first studio plugin version is 7.1.0.00-20161006-0540. We have upgraded to the latest iFix IMF 00-20161118-2214 for server.

We just started with the sample code provided in IBM knowledge center for JSONstore, but we got error -11 OPERATION_FAILED_ON_SPECIFIC_DOCUMENT

We called the JSONStore Initialization using JavaScript from WLinit Then only we will get this error -11, if it is in outside of Wlinit it's not showing anything in console.

We already mentioned JSONSTORE in application descriptor file


Solution

  • Finally I find the problem. Issue was in config.xml

    Feature tag name was wrong here. I replaced StoragePluginStoragePlugin to StoragePlugin.

    In new iFix also having the same problem.

    Thanks