cancel
Showing results for 
Search instead for 
Did you mean: 

Troubleshooting Personas 2.0 Scripts

shane_kelly2
Participant
0 Kudos

Is there a way to trouble shoot scripts that fail?  I've tried downloading the zip file - but it never creates anything.

And all the error message tells me is that it failed on step 56.

Accepted Solutions (1)

Accepted Solutions (1)

tamas_hoznek
Product and Topic Expert
Product and Topic Expert
0 Kudos

There is practically no debugging features in Personas 2.0 scripts... all you can do is try to figure out why step 56 (that's a lot of steps in one script by the way) could fail, depending on what action is in that step.

Answers (1)

Answers (1)

Former Member
0 Kudos

What's the message you get? I'm guessing at "control not found"? Try deleting the steps of the script after step 56 (export a copy first so you can get them back easily) and run it again. You'll then see the screen that the script engine sees at step 56, and maybe that will help understand why it is failing.

Steve.

shane_kelly2
Participant
0 Kudos

The message we always get is "Javascript error" even with the simplest of JS.

We have given up on JS and have resorted to fooling our script with an extra jump to a display t-code.

chinthan_yajamaan
Active Contributor
0 Kudos

can you open F12 deeveloper tool in IE (tools -> F12 developer tools) and see if there is any error on console tab?