Results of running an application are not as expected

When non-specific problems occur during the running of an application, check the following:

Is the state table logic producing the expected results?
Use the state table debugger to ensure that each state table action operates as expected, and that the variables contain valid values.

For information about debugging a state table, see the Blueworx Voice Response for AIX: Application Development using State Tables information.

Have you made changes to the definitions of variables that are passed between state tables or between a custom server and state table?
Variables passed between a custom server and state table must be defined to the custom server first, then the state table. Otherwise, you need to redefine the variables in the state table. Ensure that the definitions of variables passed between state tables match.

For information about defining variables in state tables and custom servers, see the Blueworx Voice Response for AIX: Application Development using State Tables information.