Error Messages/41031

< Error Messages
Revision as of 15:11, 26 October 2023 by Lchrisman (talk | contribs) (Created page with "== Example Error Message == Evaluation error in DoSaveRecord: ReadFromUrl() could not connect to the URL "https://acme.myazurewebsite.net//api/saveRecord" In some pre-...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

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


You are not allowed to post comments.