Error Messages/41031
Example Error Message
Evaluation error in DoSaveRecord: ReadFromUrl() could not connect to the URL "https://acme.myazurewebsite.net//api/saveRecord"
In some pre-6.4 releases, due to a bug, this error displays as
Evaluation error in DoSaveRecord: ReadFromUrl() could not connect to the URL "%2%"
Possible causes
- The server at the given domain does not exist, or does not answer the HTTPS request.
- An error in the URL syntax -- in the example above, there is an extra / before
/api
. - Firewall preventing communication.
(If you identify other causes, please log in and add them to this list)
If the URL displays as %2%
When this happens, you'll need to go into your Definition and view the first parameter to ReadFromUrl.
This bug is fixed in Analytica 6.4.
Other notes
When this is caused by an extra (doubled) / after the server name, the error seems to occur on the first call, but not on successive calls. This makes it appear to be somewhat intermittent.
See also
Comments
Enable comment auto-refresher