Author Message
vinothrajendran2
Joined: Nov 12, 2013
Messages: 101
Offline
Hi,

We have VXML 2.1 application deployed in MPP server 8.1.2 .
It has the data element to call the rest service and get the data.
<data name="Resp" srcexpr="'http://localhost:6080/EncryptPIN/'+encPIN+'/'+ucid+'/'"/>

MPP fails to process this line and throws @2023-05-15 19:56:23,269|PAVB_03049|ERROR|VB|2331|Session=aplucvuidv132-2023135125544-6|ECMA script error exception. Description = Unspecified script error occured|aplucvuidv132####

Same script works in MPP 8.1.1 and no issue observed.

Please check and advise whether any issue with latest MPP version 8.1.2 and solution to fix it.

Attached VXML, trace log and the VB log
Filename MPP and Application logs.zip [Disk] Download
massimo__croci
Joined: Jan 31, 2020
Messages: 518
Offline
Hi.

Take a look at this document:

https://kb.avaya.com/kb/index?page=content&id=SOLN373092
vinothrajendran2
Joined: Nov 12, 2013
Messages: 101
Offline
Hi massimo croci,

Issue mentioned in kb article is different.

We get the error while processing response in data element itself
<data name="Resp" srcexpr="'http://localhost:6080/EncryptPIN/'+encPIN+'/'+ucid+'/'"/>

It doesn't proceed with next step <assign> element.

<data> element syntax used is as per VXML standard.

What is the correct syntax to be used with MozJS 52 as per the product requirement. Please advise.

Thanks
Vinoth
massimo__croci
Joined: Jan 31, 2020
Messages: 518
Offline
Here the latest ECMAScript ECMA-262: https://tc39.es/ecma262/

Concerning what is new/implementations/changes in the MozJS 52, I found:

https://wildfiregames.com/forum/topic/28583-spidermonkey-52-upgrade/

https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/52

[url]http://udn.realityripple.com/docs/Mozilla/Projects/SpiderMonkey/Releases/52
[/url]

sravanthivadlamudi
Joined: Aug 30, 2023
Messages: 8
Offline
Hi,

I am having a similar issue. we are using ,<data> tag to read a external .xml file and we are seeing the tags returned in DOM have special characters.
If anyone has a solution can you please let me know
massimo__croci
Joined: Jan 31, 2020
Messages: 518
Offline
Hi.

Take a look at the latest patch MPP-8.1.2.0.374 for the EP officially published here

https://support.avaya.com/support/en/download/1399855686067?productId=P0407&releaseId=8.1.x


Patch 0374

Changes since 360: EXPPORTAL-14115 <data> tag is not able to return valid data due to which js is failing with errors
Go to:   
Mobile view