Using Dynamic Javascript page with API URL call for last 4 years - all of sudden getting error on external Account | Community
Skip to main content
hetfidd
Level 2
August 18, 2020
Solved

Using Dynamic Javascript page with API URL call for last 4 years - all of sudden getting error on external Account

  • August 18, 2020
  • 1 reply
  • 966 views
err:TypeError: rtServerInfo.extAccount[0] is undefined

We have been using an API/URL call to a dynamic javascript page for the last 4 years.

Our last update was in February. But I added some new code and ran a test and got this error.

This is happening in our STAGING area and a new staging area that was stood up earlier in the year
that we are migrating to.

Funny thing is - Production is FINE. What the heck?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Milan_Vucetic

Hi @hetfidd

check if your external account is changed or deleted.

Data Source : enter the following syntax nms:extAccount:ID of your external database account in the execution instance .

As the error says, rtServerInfo.extAccount[0]  does not exist.

 

Regards,

Milan

1 reply

Milan_Vucetic
Milan_VuceticAccepted solution
Level 9
August 23, 2020

Hi @hetfidd

check if your external account is changed or deleted.

Data Source : enter the following syntax nms:extAccount:ID of your external database account in the execution instance .

As the error says, rtServerInfo.extAccount[0]  does not exist.

 

Regards,

Milan