Running a Stored Procedure

In this section:

You can run a procedure from the Web Console or the DMC with the following variations:


Top of page

x
Running a Stored Procedure

How to:

You can run a stored procedure from an application folder in the navigation pane of the Applications page.

In addition, when you create or edit a stored procedure in the text editor, you can run the procedure directly from that window, with or without first saving it.



x
Procedure: How to Run a Procedure

You can run procedures from the Web Console or the DMC.

  1. From the Web Console menu bar, click Applications, or from the Data Management Console, expand the Server node folder.

    On the Web Console, the Applications page opens.

  2. Expand an application folder.
  3. Right-click a procedure, and select Run.

The output is displayed in the right pane.

If output cannot be generated, an error message is displayed.


Top of page

x
Running a Procedure With Different Variables

How to:

You can run a stored procedure with amper variable values that differ from those originally specified in the procedure.



x
Procedure: How to Run a Procedure With Different Variable Values

You can run procedures from the Web Console or the DMC.

  1. From the Web Console menu bar, click Applications, or from the Data Management Console, expand the Server node folder.

    On the Web Console, the Applications page opens.

  2. Expand an application folder.
  3. Right-click a procedure, select Run Advanced, and then Submit with E-Mail.

    The Submit procedure page opens.

  4. Select the Submit changing defaults check box and click Submit.
  5. Enter values for the variables and click Run.

The output is displayed in the right pane.


Top of page

x
Prompting for Amper Variables in Procedures

First-level (non-nested) procedures can prompt for Dialogue Manager amper variables with the following exceptions: -IF THEN ELSE branching, -GOTO branching, and -PROMPT with a list amper variable values. (These commands may produce unexpected results.)


iWay Software