Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!

Custom report error: get_xtk_queryList_jssp

Avatar

Community Advisor

Hello,

anybody came accross this error in reporting. I have custom report

Data are queried in JS and displayed in html object where I loop over data and print them in table row by row.

Error while compiling script 'get_xtk_queryList_jssp' line 44: queryDef.select is undefined.

1477371_pastedImage_0.png

Report is loaded anyway correctly

Marcel

1 Reply

Avatar

Community Advisor

Also,

when exporting report to excel I even get weirder error (pdf is working )

from web.log --

Error while compiling script 'report' line 819: missing ; line='      strValue="";1    Object.prototype.numberWithCommas = function()

In bold is my JS used in html where i am looping over data

-- eventhough nothing is missing

Which will also cause server to crash

2018-05-01 10:46:15.543+01 0000353C 00004B40   2 error log Error while compiling script 'report' line 845: missing ; before statement (line='      strValue="";strValue +="\n  \n      \n      &#160;\n      \n      \n        Initial target population\n      \n      \n        Execution statistics\n      \n      \n        Reception statistics\n      \n      \n        Generated click streams\n      \n  \n  \n    \n      &#160;\n    \n    \n      Initial population\n    \n    \n      Rejeted by rules\n    \n    \n      Messages to deliver\n    \n    \n      Success\n    \n    \n      Errors\n    \n    \n      New quarantines\n    \n     \n      Opens\' token='for (var i =0;i<data.length;i++){ strValue +="\n      \n      Q";  strValue += data[i].number;strValue +=" ";  strValue += data[i].year;strValue +="\n        ";  strValue += data[i].initial.numberWithCommas();strValue +="\n        ";  strValue += data[i].excluded.numberWithCommas();strValue +="\n      ";  strValue += (data[i].excluded/data[i].initial).toPercentage();strValue +="\n        ";  strValue += data[i].processed.numberWithCommas();strValue +="\n      ";  strValue += (data[i].processed/data[i].initi').

2018-05-01 10:46:15.543+01 0000353C 00004B40   2 error log JavaScript: error while compiling script 'report'. (iRc=-53)

2018-05-01 10:46:17.106+01 00003380 00000360   1 info log Application server for Adobe Campaign Version 6.1.1 (build 8724) of 13/07/2016

2018-05-01 10:46:17.106+01 00003380 00000360   1 info log Starting Web server module (pid=13184, tid=864)...

2018-05-01 10:46:17.292+01 00003380 00000360   1 info log Tomcat started

2018-05-01 10:46:17.292+01 00003380 00000360   1 info log Server started

Marcel