Reputation: 69
TypeError: Cannot find default value for object. (2017-09-10T11:40:52.184Z/a8ef5f27690bd63d791070260187d949b6d420cf/sqlTest-impl.js#27)
FWLSE0101E: Caused by: [project MFPApp]nullorg.mozilla.javascript.EcmaError: TypeError: Cannot find default value for object. (2017-09-10T11:40:52.184Z/a8ef5f27690bd63d791070260187d949b6d420cf/sqlTest-impl.js#27)
This happens when I am trying to create a JSONStore from the GUI. This is a SQL adapter.
Steps to reproduce:
{"ARGUMENTS":{"defNum":1,"defSize":1000},"HEADER":{}}
Please help. Thank you very much.
Upvotes: 0
Views: 29
Reputation: 69
Sir, I have found the solution. Hope it helps others. We dont have to pass anything like key value pairs. Just enter the parameters separated by comma , for example for my problem :- 1,1000 This worked fine.
Upvotes: 0