10-23-2016 08:30 PM
I was trying to setup a BI map with a SQL Server Data.. It’s a simple point data with rainfall values and few other attributes. I have added the vector data in the contents but it does not show up in the BI Maps data:
And when I click back it has an error:
Here is the contents:
Solved! Go to Solution.
10-24-2016 04:32 AM
What is the error coming up in the Developer Tools? It is hard to read in this small screenshot.
10-24-2016 05:22 AM
No Element found and this
Potentially unhandled rejection [38] .response@https://bigapple/BiWizard/app.js:701:17614
n/</n</<@https://bigapple/BiWizard/app.js:700:16002
z@https://bigapple/BiWizard/app.js:683:31001
O@https://bigapple/BiWizard/app.js:683:30647
x.prototype.when@https://bigapple/BiWizard/app.js:684:2230
w.prototype.run@https://bigapple/BiWizard/app.js:684:1261
e.prototype._drain@https://bigapple/BiWizard/app.js:684:4508
e/this.drain@https://bigapple/BiWizard/app.js:684:4178
t@https://bigapple/BiWizard/app.js:683:18428
10-25-2016 06:43 PM - edited 10-25-2016 06:44 PM
Try this...
workaround you can edit <path to installation>/BiWizard/enterprise-config.js and replace /MApp with ..
see screenshot that follows
10-28-2016 03:26 AM - edited 10-28-2016 03:37 AM
It seems I have the same problem, but can't find MApp in the enterprise-config.js file... it looks like this
(function() { define(function() { return { authorizationMode: "localStorageRefreshToken", authorizeUrl: "../api/v1/oauth/authorize", clientId: "mapp-studio-100573", configurationPersisterEndpointUrl: "../api/v1/bimaps", endpointUrl: "../api/v1", hereBaseMapAppCode: "NcNYh0n_yCVwOMzHbh-93A", hereBaseMapAppId: "t2USz3mzaHBkI1917H45", notificationTargetOrigin: "*", refreshTokenUrl: "../api/v1/oauth2/token", storageKey: "studio_storage" }; }); }).call(this);
It happens only with SQLServer data source. With PostGIS I am able to configure the BI. It seems the geojson returned is not readable:
{"message":"Stream was not readable."}
Thanks,
Stefano