Hello Experts ,
We ran into an issue with Analytics when we tried to run the HTML file in the Browser .
Steps I followed :
**Created a Table in SQL Anywhere using Sybase Mobile SDK IDE .
** Developed an MBO Based on that Table.
**Deployed it in the local server, even tried with cloud .
**Created a Mobile Work flow Application based on MBO and Took a chart along with that to trying to display MBO data in charts.
**Generated work flow application.
**After that I tried to add some code in Javascript files like Custom.js , MyLayout.js , MyQuery.js and soon....Then finally tried to run HTML5 ...Following errors raised...
I did this prototype as per the 'Makit Developer's Guide HTML5 Document'(you can find it in the below link) Example from Pg 52-67 Couple of times .
http://infocenter.sybase.com/help/topic/com.sybase.infocenter.dc01757.0213/doc/html/title.html
When we tried to Run the HTM file , Browser is throwing the following errors .
In Web Browser when pressed Get Data button it throwed following Error :-
When Clicked Column chart it throwed following error :-
I think above errors are related to 'URL' problem which it need to access the database . So I think we need to pass URI somewhere in those JavaScript files .
Note : We can see that MBO data in the Android Emulator along with charts but coming to View them in browser , issue occured .
Could any one try to resolve this ...
Appreciate your help .
Thanks.