Troubleshooting m-Power Applications

Overview

One of the most invaluable traits when it comes to working with m-Power applications is being able to understand how and where to look when you need to resolve issues or unexpected results within your generated application. This documentation will show the various tools at a developer’s disposal to help troubleshoot their applications.

Debug SQL Statement

debug=1

When the application is run, you can see the exact SQL statement used by m-Power to generate the query returned to the screen. Developers can also see a list of any parameters that are being sent through the form submission.

To activate our basic debugging option, developers have two options:

Option A: Go into Edit Properties and set the “Enable Debugging” option to ‘Yes’. Debugging will now remain on, until this option is changed back to ‘No’.

Option B: An alternative method to activating this debugging option is to forgo setting the application property and instead append ?debug=1 to the end of your application URL.

Doing so will turn on the debugging logic only for this single visit. Once the developer has navigated away from this page, they will lose their debugging feature.

In either case, the SQL statement can now be analyzed for accuracy.

debug=2

This advanced debugging method is extremely helpful to users creating powerful web applications using imported applications. To better understand imports, they include multiple child applications nested in a parent application via an import statement.

By applying debug=2 to the URL, the developer’s parent application will change dramatically. Rather than rendering each individual child application, the page will instead replace the rendered child app with the URL used to call this child app. This is extremely helpful when an imported application is not behaving as you would expect and you want to verify that you are calling the correct application and passing the correct parameters.

With the help of debug=1 or debug=2, an m-Power developer can debug many issues that may be encountered to when building applications.

Runtime Parameter Listings (help=1)

Using the URL to call applications can be very helpful when developing applications, especially when creating links between applications. However, sometimes knowing the URL parameters that are available to pass to your application can be difficult to remember. Accessible with all m-Power applications, the Runtime Parameter Listing feature will provide a list of available global URL parameters as well as template specific URL parameters that you can use with your application.

To launch this feature, simply add ?help=1 to the end of the URL of any m-Power application and hit Enter.

The Runtime Parameter Listing for a Web 2.0 Report template

Included in this new feature is also the ability to build and execute the URL with the parameters you choose from the listing. The parameter listing page will pull in the fields directly from your application specs and apply them to the available parameters. Instead of showing you “S_[INSERT_FIELD_HERE]=1”, there will be options for the fields that apply to that parameter(e.g. S_CUSNO=1, S_CNAME=1, and so on). Simply clicking on the green plus icon next to the desired parameter will add it to the running URL being generated at the top of the page (see screenshot below).

You will see the template and current URL from the application. The first tab labeled “General Parameters” includes a listing of all general parameters with a description, valid values, default value and an example of the parameter being used. Clicking a parameter’s name will add it to the running URL at the top. If parameter value is dynamic, simply enter the desired value into the text box. If the parameter value is limited to set values, choose the desired value from the dropdown. To remove a parameter, click on the red ‘X’ in the running URL. Clicking “Run URL” will execute the URL you’ve created. The ?help=1 parameter will be dropped when executing the URL.

The second tab is a listing of all parameters that are specific to the template of the application. The name of the tab will reflect the name of the template. Clicking on the available parameters will add them to the running URL as well.

Using the template specific URL parameters to construct an executable URL, as shown at the top of this image.

Notes

  • Applications compiled prior to the August 2015 update will only have the generic parameters available. The app will need to be recompiled before the template specific parameters will be available.
  • The parameter listing only supports standard templates that are shipped with m-Power.
  • Some parameters are dependent on other parameters being included in the URL. If this is true with the parameter you choose, the dependent parameter(s) are appended as well.
  • All parameter values need to be URL-encoded in order to work correctly. If there is a value that is not URL-encoded, you will receive an alert when trying to execute the URL.
Updated on April 18, 2023

Was this article helpful?

Related Articles

Need Support?
Can’t find the answer you’re looking for? Don’t worry we’re here to help!
Contact Support