cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
571
Views
0
Helpful
2
Replies

Please Help - Simple Script Problem

lnthompson
Level 1
Level 1

I have a large script that I am writing for a new IPCC install. For some reason it kept erroring out on me during the 'Get Digit String' section. So I broke off that section and simplified it just so I can see what is going on. I have attached a screen shot of the basic script.

After the user enters digits it 'rings' and plays 'I'm sorry we are currently experiencing system problems.'

It doesn't actually even get to the Successful or Unsuccessful Step.

2 Replies 2

lnthompson
Level 1
Level 1

I need to clarify that I DO have a 'End' step defined for the Successful step. I just didn't when the screen shot was taken.

jasyoung
Level 7
Level 7

You took the time to break the script down into a minimal repeatable test case which is great. But without having attached a copy of the script itself, it's not possible for anyone to examine it in more detail and try it on their own systems.

The only thing that's really coming to mind is that your prompt might be missing or typo'd or similar. If you have 'Continue on Prompt Errors' turned off for that Step, the script will throw an exception and die on that sort of problem, but this is not the default setting.

The engine trace logs should tell you what exception the script took to make it die, which may lead you closer to the root cause if the Prompt setting isn't it.